GeoJson:LeafletEditor: Difference between revisions
Jump to navigation
Jump to search
(Created GeoJSON page) |
Aguerreiro (talk | contribs) (Added a point locating a fieldsite in the Upper Xingu) |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Tromsø", | |||
"description": "Norway" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
18.95530000000000114823706098832190036773681640625, | |||
69.6491999999999933379513095133006572723388671875 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Kohima", | |||
"description": "India" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
94.108599999999995588950696401298046112060546875, | |||
25.6751000000000004774847184307873249053955078125 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Campinas", | |||
"description": "Brazil" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-46.639600000000001500666257925331592559814453125, | |||
-23.555800000000001404032445861957967281341552734375 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Bangalore", | |||
"description": "India" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
77.099999999999994315658113919198513031005859375, | |||
13 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Mumbai", | |||
"description": "India" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
72.8769999999999953388396534137427806854248046875, | |||
19.07600000000000051159076974727213382720947265625 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Upper Xingu", | |||
"description": "Southern Amazon" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-53.2587649999999968031261232681572437286376953125, | |||
-12.1600190000000001333546606474556028842926025390625 | |||
] | |||
} | |||
} | |||
] | |||
} | } |