GeoJson:LeafletEditor: Difference between revisions
Jump to navigation
Jump to search
(Visual map edit) |
No edit summary |
||
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 | ||
] | ] | ||
} | } |