Area4_old.geojson 2.81 KB
Newer Older
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
 {
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              9.103063176971384,
              48.807615653864474,
              -0.00007261916302186129
            ],
            [
              9.103119608342828,
              48.8075090044905,
              -0.0002910352051354052
            ],
            [
              9.103183982731782,
              48.80738540034517,
              -0.00028934328339541094
            ],
            [
              9.103447004941943,
              48.80688809379021,
              -0.00029011037471945116
            ],
            [
              9.103678201463062,
              48.80645497064506,
              -0.00028835261698831647
            ],
            [
              9.103844860035629,
              48.80617923978443,
              -0.00029069318356981307
            ],
            [
              9.104529289251499,
              48.80686303513795,
              -0.0011091593044844329
            ],
            [
              9.10518207488548,
              48.8075067675648,
              -0.0010853101897687553
            ],
            [
              9.105888932980427,
              48.80819583459609,
              -0.0010878510520459259
            ],
            [
              9.105678281764785,
              48.80819017690101,
              -0.0010552220976862835
            ],
            [
              9.105350830720848,
              48.8081538458637,
              -0.001061305954561368
            ],
            [
              9.104649095603994,
              48.808088780422054,
              -0.001080035707113812
            ],
            [
              9.104432682665308,
              48.80804811740262,
              -0.0010953676213419203
            ],
            [
              9.104213966273475,
              48.80799082512567,
              -0.0010848207430377839
            ],
            [
              9.103852991909353,
              48.80788195061035,
              -0.0011590835290578125
            ],
            [
              9.103063176971384,
              48.807615653864474,
              -0.00007261916302186129
            ]
          ]
        ]
      },
      "vcsMeta": {
        "style": {
          "type": "vector",
          "fill": {
            "color": [
              255,
              255,
              255,
              0.0
            ]
          },
          "stroke": {
            "color": [
              151,
              8,
              158,
              1
            ],
            "width": 7,
            "lineDash": null
          }
        }
      }
    }
  ],
  "vcsMeta": {
    "version": "1.0",
    "altitudeMode": "clampToGround",
    "embeddedIcons": []
  }
}