Casimiro Buendia: Difference between revisions
Jump to navigation
Jump to search
Tags: Replaced Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
== Map Example == | |||
This is an interactive map showing a specific location. | |||
<mapframe width=400 height=300 zoom=12 latitude=48.8584 longitude=2.2945> | |||
{ | |||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [2.2945, 48.8584] | |||
}, | |||
"properties": { | |||
"title": "Eiffel Tower", | |||
"description": "The Eiffel Tower in Paris", | |||
"marker-color": "ff0000", | |||
"marker-symbol": "monument" | |||
} | |||
} | |||
] | |||
} | |||
</mapframe> |