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) |
||
(One intermediate revision by one other user not shown) | |||
Line 46: | Line 46: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": {}, | "properties": { | ||
"title": "Bangalore", | |||
"description": "India" | |||
}, | |||
"geometry": { | "geometry": { | ||
"type": "Point", | "type": "Point", | ||
"coordinates": [ | "coordinates": [ | ||
77.099999999999994315658113919198513031005859375, | |||
13 | |||
] | ] | ||
} | } | ||
Line 57: | Line 60: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": {}, | "properties": { | ||
"title": "Mumbai", | |||
"description": "India" | |||
}, | |||
"geometry": { | "geometry": { | ||
"type": "Point", | "type": "Point", | ||
"coordinates": [ | "coordinates": [ | ||
72.8769999999999953388396534137427806854248046875, | |||
19. | 19.07600000000000051159076974727213382720947265625 | ||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Upper Xingu", | |||
"description": "Southern Amazon" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-53.2587649999999968031261232681572437286376953125, | |||
-12.1600190000000001333546606474556028842926025390625 | |||
] | ] | ||
} | } |