Difference between revisions of "Template:OSM Location map/MaplinkItem"
Jump to navigation
Jump to search
m (Changed protection settings for "Template:OSM Location map/MaplinkItem": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
m (1 revision imported: Content from Template:OSM Location map on Wikipedia) |
(No difference)
|
Latest revision as of 05:58, 26 June 2024
<syntaxhighlight lang="json">{ "type": "Feature",
"properties": { "title": "Title", "description": " 0,0", "marker-symbol": "-number-unnamed", "marker-size": "medium", "marker-color": "#B80000" }, "geometry": {"type": "Point", "coordinates": [0,0] } }</syntaxhighlight>
Template documentation
This template is part of Template:OSM Location map.