GeoJson:LeafletEditor: Difference between revisions
Jump to navigation
Jump to search
(Visual map edit) |
Aguerreiro (talk | contribs) (Added a point locating a fieldsite in the Upper Xingu) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
"properties": { | "properties": { | ||
"title": "Kohima", | "title": "Kohima", | ||
"description": " | "description": "India" | ||
}, | }, | ||
"geometry": { | "geometry": { | ||
Line 33: | Line 33: | ||
"type": "Feature", | "type": "Feature", | ||
"properties": { | "properties": { | ||
"title": " | "title": "Campinas", | ||
"description": " | "description": "Brazil" | ||
}, | }, | ||
"geometry": { | "geometry": { | ||
Line 41: | Line 41: | ||
-46.639600000000001500666257925331592559814453125, | -46.639600000000001500666257925331592559814453125, | ||
-23.555800000000001404032445861957967281341552734375 | -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 | |||
] | ] | ||
} | } |