Ticket #18903: closed.geojson

File closed.geojson, 1.5 KB (added by GerdP, 5 years ago)

file produced with r15937

Line 
1
2{
3 "type": "FeatureCollection",
4 "generator": "JOSM",
5 "features": [
6 {
7 "type": "Feature",
8 "properties": {
9 "natural": "water"
10 },
11 "geometry": {
12 "type": "Polygon",
13 "coordinates": [
14 [
15 [
16 8.39960714585,
17 52.91320134621
18 ],
19 [
20 8.37607128541,
21 52.90236587396
22 ],
23 [
24 8.38783921563,
25 52.88919712804
26 ],
27 [
28 8.41559715791,
29 52.88204205797
30 ],
31 [
32 8.43320413748,
33 52.88941392991
34 ],
35 [
36 8.42026839739,
37 52.89835606230
38 ],
39 [
40 8.39161213982,
41 52.89721807518
42 ],
43 [
44 8.39960714585,
45 52.91320134621
46 ]
47 ]
48 ]
49 }
50 }
51 ]
52}