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)
 
(15 intermediate revisions by 2 users not shown)
Line 4: Line 4:
         {
         {
             "type": "Feature",
             "type": "Feature",
             "properties": {},
             "properties": {
                "title": "Tromsø",
                "description": "Norway"
            },
             "geometry": {
             "geometry": {
                 "type": "Point",
                 "type": "Point",
                 "coordinates": [
                 "coordinates": [
                     7.54246600000000011476686267997138202190399169921875,
                     18.95530000000000114823706098832190036773681640625,
                     61.16584999999999894271240918897092342376708984375
                     69.6491999999999933379513095133006572723388671875
                 ]
                 ]
             }
             }
Line 15: Line 18:
         {
         {
             "type": "Feature",
             "type": "Feature",
             "properties": {},
             "properties": {
                "title": "Kohima",
                "description": "India"
            },
             "geometry": {
             "geometry": {
                 "type": "Point",
                 "type": "Point",
                 "coordinates": [
                 "coordinates": [
                     90.8883459999999985257090884260833263397216796875,
                     94.108599999999995588950696401298046112060546875,
                     26.236928999999999945202944218181073665618896484375
                     25.6751000000000004774847184307873249053955078125
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Campinas",
                "description": "Brazil"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -46.639600000000001500666257925331592559814453125,
                    -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
                 ]
                 ]
             }
             }

Latest revision as of 16:15, 15 December 2023

Loading map...