This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

umap embedding tool (iframe) how to configure ?

0

Hello,

I get

frameBorder="0"map-spec">Vollbildanzeige (Vollbildanzeige = full screen (German)

I change it manually to

frameBorder="0"map-spec">Vollbildanzeige (rechte Maustaste)

Then I copy / paste the revised text into my html.

Question: Can I configure theses parameters in umap ? Thx in advance for your hints Josef aka osmwichtel

asked 18 Nov '16, 10:33

osmwichtel's gravatar image

osmwichtel
11679
accept rate: 0%

edited 18 Nov '16, 19:53

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


2 Answers:

0

I have tried to change the location and zoom on the "share" HTML - without success. It looks pretty fixed, you get the extent of your pins on a zoom that shows all pins clearly, which is nice.

But with my page (stiles.mister.red) I wanted to show just one pin, at zoom, using a hash sequence appended to the URL (sorted by JavaScript) but I may have to be more basic with the IFRAME URL parameters - I go & try now.

answered 12 Jan '22, 13:17

Mr_Red's gravatar image

Mr_Red
11446
accept rate: 0%

edited 12 Jan '22, 13:18

0

eg <iframe width="100%" height="97%" frameborder="0" allowfullscreen src="//umap.openstreetmap.fr/en/map/gloucs-stiles_686362#17/51.62455/-2.16724"></iframe>

You get the location and zoom implied in src= but otherwise all the features the uMap displays normally

answered 12 Jan '22, 13:39

Mr_Red's gravatar image

Mr_Red
11446
accept rate: 0%

edited 12 Jan '22, 13:40