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)
 
(11 intermediate revisions by 2 users not shown)
Line 5: Line 5:
             "type": "Feature",
             "type": "Feature",
             "properties": {
             "properties": {
                 "title": "",
                 "title": "Tromsø",
                 "description": "Tromso"
                 "description": "Norway"
             },
             },
             "geometry": {
             "geometry": {
Line 18: Line 18:
         {
         {
             "type": "Feature",
             "type": "Feature",
             "properties": {},
             "properties": {
                "title": "Kohima",
                "description": "India"
            },
             "geometry": {
             "geometry": {
                 "type": "Point",
                 "type": "Point",
Line 24: Line 27:
                     94.108599999999995588950696401298046112060546875,
                     94.108599999999995588950696401298046112060546875,
                     25.6751000000000004774847184307873249053955078125
                     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...