GeoJson:Canvas 75: Difference between revisions
Jump to navigation
Jump to search
(Created GeoJSON page) |
(mane) |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
56.34375, | |||
34.565796 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Revision as of 05:06, 22 December 2023
type | "FeatureCollection" | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|