South America / Mexico Tour 2023: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<mapframe width="600" height="400" zoom="5" latitude="55.75" longitude="37.62" text="Москва"> { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "Москва" }, "geometry": { "type": "Point", "coordinates": [37.62, 55.75] } } ] } </mapframe>") |
No edit summary |
||
Line 1: | Line 1: | ||
<mapframe | <mapframe latitude="55.75" longitude="37.62" zoom="5" width="100%" height="400" text="Москва"> | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [ | "features": [ | ||
{ | { "type": "Feature", | ||
"properties": { "title": "Москва" }, | "properties": { "title": "Москва" }, | ||
"geometry": { | "geometry": { "type": "Point", "coordinates": [37.62, 55.75] } | ||
} | } | ||
] | ] | ||
} | } | ||
</mapframe> | </mapframe> |