Religion: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 36: | Zeile 36: | ||
</maplink> | </maplink> | ||
<mapframe latitude="30" longitude="0" zoom="2" width="400" height="300" align=" | <mapframe latitude="30" longitude="0" zoom="2" width="400" height="300" align="center" lang="en"> | ||
{ | { | ||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
0, | |||
0 | |||
] | |||
}, | |||
"properties": { | |||
"title": "A title", | |||
"description": "A description", | |||
"marker-size": "medium", | |||
"marker-symbol": "bus", | |||
"marker-color": "#fff", | |||
"stroke": "#555555", | |||
"stroke-opacity": 1, | |||
"stroke-width": 2, | |||
"fill": "#555555", | |||
"fill-opacity": 0.5 | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-51.705012, | |||
-6.998572 | |||
] | |||
} | |||
} | |||
] | |||
} | |||
}] | |||
} | } | ||
</mapframe> | </mapframe> | ||

