GeoJson:Test: Difference between revisions
From Freephile Wiki
Rich Evans (talk | contribs) Created page with "{ "type": "FeatureCollection", "features": [] }" |
Add marker for the Secret Alien Vault |
||
(One intermediate revision by one other user not shown) | |||
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 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Where the aliens are stored", | |||
"description": "This is the secret underground vault where we store recovered aliens from UFO crashes." | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-82.698211000000001, | |||
41.375377999999998 | |||
] | |||
} | |||
} | |||
] | |||
} | } |