Difference between revisions of "TestMap"
From Guerilla Gardening
m (move comma as test) |
|||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <mapframe text="Berlin" width=450 height=450 zoom=10 longitude=13.405777 latitude=52.518875 /> | + | |
| + | [[Test Page]] | ||
| + | <mapframe text="Berlin" width=450 height=450 zoom=10 longitude=13.405777 latitude=52.518875> | ||
| + | [ | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "geometry": { "type": "Point", "coordinates": [13.372425, 52.544252] }, | ||
| + | "properties": { | ||
| + | "title": "Baumhaus", | ||
| + | "description": "Gerichtstr 23, 13347 Gesundbrunnen (S Wedding)", | ||
| + | "marker-symbol": "park", | ||
| + | "marker-size": "large", | ||
| + | "marker-color": "20d040" | ||
| + | } | ||
| + | } | ||
| + | |||
| + | ,{ | ||
| + | "type": "Feature", | ||
| + | "geometry": { "type": "Point", "coordinates": [13.411561, 52.503265] }, | ||
| + | "properties": { | ||
| + | "title": "Prinzessinnengarten.", | ||
| + | "description": "Prinzessinnenstraße 15, 10969 Kreuzberg (U8 Moritzplatz)", | ||
| + | "marker-symbol": "park", | ||
| + | "marker-size": "large", | ||
| + | "marker-color": "20d040" | ||
| + | } | ||
| + | } | ||
| + | |||
| + | ]</mapframe> | ||