pot_bereichB.geojson 521 Bytes
Newer Older
Patrick's avatar
Update  
Patrick committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"type": "FeatureCollection",
"name": "data_point",
"crs": { 
    "type": "name",
     "properties": { 
         "name": "urn:ogc:def:crs:OGC:1.3:CRS84" 
        } 
    },
"features": [
    { 
        "type": "Feature",
         "properties": { 
             "id": null,
              "name": "datapoint"
         },
         "geometry": { 
             "type": "Point",
              "coordinates": [ 
                  9.103072380698796,
                  48.80571304499446 
                   ] 
        } 
    }
]
}