Difference between revisions of "TestMap"
From Guerilla Gardening
(add second test marker - Max) |
|||
| Line 1: | Line 1: | ||
<mapframe text="Berlin" width=450 height=450 zoom=10 longitude=13.405777 latitude=52.518875> | <mapframe text="Berlin" width=450 height=450 zoom=10 longitude=13.405777 latitude=52.518875> | ||
| − | { | + | [{ |
"type": "Feature", | "type": "Feature", | ||
"geometry": { "type": "Point", "coordinates": [13.405777, 52.518875] }, | "geometry": { "type": "Point", "coordinates": [13.405777, 52.518875] }, | ||
| Line 10: | Line 10: | ||
"marker-color": "20d040" | "marker-color": "20d040" | ||
} | } | ||
| + | }, | ||
| + | { | ||
"type": "Feature", | "type": "Feature", | ||
| Line 21: | Line 23: | ||
} | } | ||
| − | } | + | }] |
</mapframe> | </mapframe> | ||