GeoJson:Canvas 66: Difference between revisions
Appearance
Created GeoJSON page |
Added The Helpers on the map |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
53.875, | |||
17.412842 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "The Helpers", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
56.089063, | |||
8.558204 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||