GeoJson:ApacheMapInfo: 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": {}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-0.0501250000000000028865798640254070051014423370361328125, | |||
0.056236000000000001264321980443128268234431743621826171875 | |||
] | |||
} | |||
} | |||
] | |||
} | } |