Difference between revisions of "TestMap"
From Guerilla Gardening
| 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", | ||
| + | "geometry": { "type": "Point", "coordinates": [13.405777, 52.518875] }, | ||
| + | "properties": { | ||
| + | "title": "Test Point. Center of the city.", | ||
| + | "description": "Description", | ||
| + | "marker-symbol": "park", | ||
| + | "marker-size": "large", | ||
| + | "marker-color": "20d040" | ||
| + | } | ||
| + | } | ||
| + | </mapframe> | ||