Ticket #19822: problem3.geojson

File problem3.geojson, 7.0 KB (added by Mashin, 4 years ago)

two relations on one polygon

Line 
1
2{
3 "type": "FeatureCollection",
4 "generator": "JOSM",
5 "features": [
6 {
7 "type": "Feature",
8 "properties": {
9 "building:part": "yes",
10 "type": "multipolygon",
11 "name": "Part_1"
12 },
13 "geometry": {
14 "type": "MultiPolygon",
15 "coordinates": [
16 [
17 [
18 [
19 -73.41488671071,
20 41.53926485597
21 ],
22 [
23 -73.41488823526,
24 41.53911879136
25 ],
26 [
27 -73.41466310994,
28 41.53912639890
29 ],
30 [
31 -73.41468140455,
32 41.53927170274
33 ],
34 [
35 -73.41488671071,
36 41.53926485597
37 ]
38 ],
39 [
40 [
41 -73.41482115503,
42 41.53919334521
43 ],
44 [
45 -73.41482623687,
46 41.53921692855
47 ],
48 [
49 -73.41481302409,
50 41.53923442587
51 ],
52 [
53 -73.41479472948,
54 41.53923594737
55 ],
56 [
57 -73.41477033667,
58 41.53923328474
59 ],
60 [
61 -73.41474899296,
62 41.53922073232
63 ],
64 [
65 -73.41474441931,
66 41.53919296483
67 ],
68 [
69 -73.41476068119,
70 41.53917698902
71 ],
72 [
73 -73.41479117220,
74 41.53917622826
75 ],
76 [
77 -73.41480743407,
78 41.53918117316
79 ],
80 [
81 -73.41482115503,
82 41.53919334521
83 ]
84 ]
85 ]
86 ]
87 }
88 },
89 {
90 "type": "Feature",
91 "properties": {
92 "building:part": "yes",
93 "type": "multipolygon",
94 "name": "Part_2"
95 },
96 "geometry": {
97 "type": "MultiPolygon",
98 "coordinates": [
99 [
100 [
101 [
102 -73.41482115503,
103 41.53919334521
104 ],
105 [
106 -73.41482623687,
107 41.53921692855
108 ],
109 [
110 -73.41481302409,
111 41.53923442587
112 ],
113 [
114 -73.41479472948,
115 41.53923594737
116 ],
117 [
118 -73.41477033667,
119 41.53923328474
120 ],
121 [
122 -73.41474899296,
123 41.53922073232
124 ],
125 [
126 -73.41474441931,
127 41.53919296483
128 ],
129 [
130 -73.41476068119,
131 41.53917698902
132 ],
133 [
134 -73.41479117220,
135 41.53917622826
136 ],
137 [
138 -73.41480743407,
139 41.53918117316
140 ],
141 [
142 -73.41482115503,
143 41.53919334521
144 ]
145 ],
146 [
147 [
148 -73.41479727040,
149 41.53920019199
150 ],
151 [
152 -73.41479625404,
153 41.53921654818
154 ],
155 [
156 -73.41477592669,
157 41.53921616780
158 ],
159 [
160 -73.41477643488,
161 41.53919943124
162 ],
163 [
164 -73.41479727040,
165 41.53920019199
166 ]
167 ]
168 ]
169 ]
170 }
171 },
172 {
173 "type": "Feature",
174 "properties": {
175 "building:part": "yes",
176 "name": "Part_3"
177 },
178 "geometry": {
179 "type": "Polygon",
180 "coordinates": [
181 [
182 [
183 -73.41479727040,
184 41.53920019199
185 ],
186 [
187 -73.41479625404,
188 41.53921654818
189 ],
190 [
191 -73.41477592669,
192 41.53921616780
193 ],
194 [
195 -73.41477643488,
196 41.53919943124
197 ],
198 [
199 -73.41479727040,
200 41.53920019199
201 ]
202 ]
203 ]
204 }
205 }
206 ]
207}