GeoJson:LeafletEditor: Difference between revisions

From Ekologos Wiki
Jump to navigation Jump to search
(Visual map edit)
(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": [
                     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
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Upper Xingu",
                "description": "Southern Amazon"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -53.2587649999999968031261232681572437286376953125,
                    -12.1600190000000001333546606474556028842926025390625
                 ]
                 ]
             }
             }

Latest revision as of 16:15, 15 December 2023

Loading map...