GeoJson:Test: Difference between revisions
From Freephile Wiki
Rich Evans (talk | contribs) Created page with "{ "type": "FeatureCollection", "features": [] }" |
Rich Evans (talk | contribs) Visual map edit |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "NASA Armstrong Test Facility", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-82.675826999999998, | |||
41.370426000000002 | |||
] | |||
} | |||
} | |||
] | |||
} | } |