GeoJson:Canvas 50: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }") |
(Visual map edit) |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Pink Gang", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
61.15625, | |||
9.452604 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Revision as of 08:46, 2 August 2023
type | "FeatureCollection" | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|