Topic on Help talk:Extension:Kartographer/OSM

Juan Villalobos (talkcontribs)

Hello,

https://www.openstreetmap.org/relation/38757 shows the route named anillo verde ciclista in Madrid, and also his wikidata number Q24036428

In my page [[:es:Usuario:Juan Villalobos/wb/003]] I try to show the route with

<mapframe text="Anillo verde ciclista" width="500" height="350" zoom=11 latitude="40.44" longitude="-3.7034"> {   "type": "ExternalData",   "service": "geoshape",   "ids": "Q24036428",   "properties": {     "title": "Anillo verde ciclista",     "stroke": "#ffb100",     "stroke-width": 6   } } </mapframe>

But it doesn't work. Can anyone tell me why? thanx, --Juan Villalobos (talk) 12:22, 15 October 2018 (UTC)

Juan Villalobos (talkcontribs)

OK, solved. The correct parameter is service="geoline" . "geoshape" was wrong. thanx anyway. --Juan Villalobos (talk) 13:06, 15 October 2018 (UTC)

Reply to "mapframe + osm"