GeoJson:LeafletEditor: Difference between revisions

From Ekologos Wiki
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": [
                     76.51614100000000462387106381356716156005859375,
                     77.099999999999994315658113919198513031005859375,
                     12.5488459999999992788843883317895233631134033203125
                     13
                 ]
                 ]
             }
             }
Line 57: Line 60:
         {
         {
             "type": "Feature",
             "type": "Feature",
             "properties": {},
             "properties": {
                "title": "Mumbai",
                "description": "India"
            },
             "geometry": {
             "geometry": {
                 "type": "Point",
                 "type": "Point",
                 "coordinates": [
                 "coordinates": [
                     71.9444260000000070931491791270673274993896484375,
                     72.8769999999999953388396534137427806854248046875,
                     19.967842999999998454541128012351691722869873046875
                     19.07600000000000051159076974727213382720947265625
                 ]
                 ]
             }
             }

Revision as of 14:43, 24 November 2023

Loading map...