Template:OSM Location map/MaplinkItem: Difference between revisions

>Snaevar
fixing geojson error; properties before geometry
 
m 1 revision imported
 
(No difference)

Latest revision as of 16:37, 20 February 2021

{ "type": "Feature",
  "properties": {
   "title": "Title", 
   "description": " 0,0",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#B80000" },
  "geometry": {"type": "Point", "coordinates": [0,0] }
}