Area1.geojson 3.45 KB
Newer Older
Patrick's avatar
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
 {
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              9.099247223608396,
              48.805075823942275,
              -0.00028605046457916256
            ],
            [
              9.099346827142409,
              48.80470808562342,
              -0.0005530608532885128
            ],
            [
              9.099389223199177,
              48.80449940019193,
              -0.0005748777367991884
            ],
            [
              9.099392925484663,
              48.80442635771274,
              -0.0005647795018010487
            ],
            [
              9.099388211892053,
              48.80437056800395,
              -0.0005509577407707254
            ],
            [
              9.099378869685564,
              48.80432504579781,
              -0.0005586955006818503
            ],
            [
              9.099371683559268,
              48.804288351358,
              -0.0005678977047582207
            ],
            [
              9.099310512342521,
              48.80415883582063,
              -0.0005813707729686763
            ],
            [
              9.099201520903044,
              48.80397773507514,
              -0.0005650731895568129
            ],
            [
              9.099047229725596,
              48.80373519563847,
              -0.0005641136066976383
            ],
            [
              9.098971033624286,
              48.80358599143989,
              -0.000575005373946556
            ],
            [
              9.099219327286376,
              48.803690724219535,
              -0.0005600443486329845
            ],
            [
              9.09951880777093,
              48.80381228771577,
              -0.0005798566692885597
            ],
            [
              9.099924710292516,
              48.80395524129199,
              -0.0005714736876921407
            ],
            [
              9.100519666594625,
              48.804122166111085,
              -0.0011110494685081522
            ],
            [
              9.101186048780995,
              48.80429721129883,
              -0.0011628371170551114
            ],
            [
              9.101845489183917,
              48.8044829725728,
              -0.0011524619009411357
            ],
            [
              9.102213394282094,
              48.80465271607483,
              -0.0010452021149189178
            ],
            [
              9.102432572300366,
              48.804789445213146,
              -0.001100513510379554
            ],
            [
              9.103008536740612,
              48.80534473096347,
              -0.0010648899764678344
            ],
            [
              9.099247223608396,
              48.805075823942275,
              -0.00028605046457916256
            ]
          ]
        ]
      },
      "vcsMeta": {
        "style": {
          "type": "vector",
          "fill": {
            "color": [
              255,
              255,
              255,
              0.4
            ]
          },
          "stroke": {
            "color": [
              51,
              153,
              204,
              1
            ],
            "width": 2,
            "lineDash": null
          }
        }
      }
    }
  ],
  "vcsMeta": {
    "version": "1.0",
    "altitudeMode": "clampToGround",
    "embeddedIcons": []
  }
}