GeoJSON feature: Difference between revisions
From hmis
Created page with "{ "type": "Feature", "properties": { "marker-symbol": "{{{icon|marker}}}", "title": "{{{title|}}}" }, "geometry": { "type": "Point", "coordinates": [ {{{longitude|}}}, {{{latitude|}}} ] } }" |
(No difference)
|
Latest revision as of 10:11, September 5, 2025
{ "type": "Feature", "properties": { "marker-symbol": "marker", "title": "" }, "geometry": { "type": "Point", "coordinates": [ , ] } }