-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
481 lines (340 loc) · 236 KB
/
index.html
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_56bb3b707aeb668839bcc0ccb43721a3 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_56bb3b707aeb668839bcc0ccb43721a3" ></div>
</body>
<script>
var map_56bb3b707aeb668839bcc0ccb43721a3 = L.map(
"map_56bb3b707aeb668839bcc0ccb43721a3",
{
center: [49.404901276691724, 8.694269560150385],
crs: L.CRS.EPSG3857,
zoom: 13,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_48c0ea8ddb4b026d55200bfe852a9bf7 = L.tileLayer(
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
function geo_json_4776c67f7179a1b064e55e5e3cd346b4_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_4776c67f7179a1b064e55e5e3cd346b4 = L.geoJson(null, {
onEachFeature: geo_json_4776c67f7179a1b064e55e5e3cd346b4_onEachFeature,
});
function geo_json_4776c67f7179a1b064e55e5e3cd346b4_add (data) {
geo_json_4776c67f7179a1b064e55e5e3cd346b4
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_4776c67f7179a1b064e55e5e3cd346b4_add({"features": [{"geometry": {"coordinates": [[[8.663224, 49.418881], [8.6633, 49.418529], [8.666503, 49.415344], [8.667177, 49.415289], [8.667428, 49.415293], [8.667679, 49.415297], [8.667827, 49.415327], [8.668269, 49.41542], [8.669825, 49.416225], [8.671633, 49.417421], [8.671947, 49.418672], [8.671926, 49.419032], [8.671349, 49.419827], [8.668982, 49.421122], [8.668025, 49.421382], [8.667665, 49.421374], [8.667493, 49.421295], [8.664426, 49.419855], [8.66335, 49.419098], [8.663224, 49.418881]]], "type": "Polygon"}, "id": "0", "properties": {"center": [8.667096130559507, 49.41801185350147], "group_index": 0, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.65801, 49.418103], [8.658048, 49.418], [8.658087, 49.417896], [8.660091, 49.416291], [8.662695, 49.415276], [8.662945, 49.415173], [8.663107, 49.415129], [8.663267, 49.415086], [8.66366, 49.415001], [8.664177, 49.41493], [8.664489, 49.415023], [8.664573, 49.415373], [8.664817, 49.41642], [8.66474, 49.418961], [8.664698, 49.419136], [8.663062, 49.419921], [8.662278, 49.420031], [8.659699, 49.420236], [8.659383, 49.420063], [8.659132, 49.419838], [8.65801, 49.418103]]], "type": "Polygon"}, "id": "1", "properties": {"center": [8.662145033377671, 49.417626658475996], "group_index": 1, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.686957, 49.39288], [8.68696, 49.392836], [8.686962, 49.39281], [8.686968, 49.392744], [8.687461, 49.390613], [8.688285, 49.389691], [8.688438, 49.389545], [8.689125, 49.38916], [8.690231, 49.388544], [8.690591, 49.388563], [8.691975, 49.389307], [8.692948, 49.39019], [8.693213, 49.390817], [8.693341, 49.391125], [8.693339, 49.391255], [8.693208, 49.391672], [8.693078, 49.392089], [8.692506, 49.393304], [8.691635, 49.394014], [8.690101, 49.395101], [8.689744, 49.395059], [8.688095, 49.393796], [8.687066, 49.393026], [8.686957, 49.39288]]], "type": "Polygon"}, "id": "2", "properties": {"center": [8.690991819448586, 49.391651512495834], "group_index": 2, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.685455, 49.377237], [8.685468, 49.376877], [8.688565, 49.374452], [8.688924, 49.374471], [8.691463, 49.374633], [8.69174, 49.374742], [8.69288, 49.375486], [8.693923, 49.377734], [8.693849, 49.377996], [8.693819, 49.378059], [8.693247, 49.378702], [8.693118, 49.378838], [8.691911, 49.379133], [8.687329, 49.379515], [8.686948, 49.3795], [8.686431, 49.378887], [8.685455, 49.377237]]], "type": "Polygon"}, "id": "3", "properties": {"center": [8.689905711037794, 49.37738998332746], "group_index": 3, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.732541, 49.388401], [8.733327, 49.387292], [8.734392, 49.386103], [8.734666, 49.38587], [8.737307, 49.386624], [8.739862, 49.389067], [8.74113, 49.390267], [8.741188, 49.390623], [8.739286, 49.391226], [8.734565, 49.390216], [8.7326, 49.388756], [8.732541, 49.388401]]], "type": "Polygon"}, "id": "4", "properties": {"center": [8.737934431449174, 49.388582770896335], "group_index": 4, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.661089, 49.418225], [8.662007, 49.416132], [8.662193, 49.415799], [8.662476, 49.415697], [8.667873, 49.415989], [8.66831, 49.416241], [8.668888, 49.41661], [8.669067, 49.416782], [8.669067, 49.416782], [8.66849, 49.419228], [8.667711, 49.41972], [8.664699, 49.421145], [8.663873, 49.421408], [8.663585, 49.421193], [8.661789, 49.41951], [8.6614, 49.418974], [8.661098, 49.418509], [8.661089, 49.418225]]], "type": "Polygon"}, "id": "5", "properties": {"center": [8.664208657984629, 49.417878860634836], "group_index": 0, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.658784, 49.417584], [8.65886, 49.417542], [8.662162, 49.415686], [8.662615, 49.415592], [8.667619, 49.4167], [8.667619, 49.41706], [8.667386, 49.418956], [8.667368, 49.419002], [8.667165, 49.419247], [8.667082, 49.419329], [8.666942, 49.419454], [8.663955, 49.421298], [8.661411, 49.420861], [8.659704, 49.419433], [8.658907, 49.417922], [8.658784, 49.417584]]], "type": "Polygon"}, "id": "6", "properties": {"center": [8.663625091246331, 49.41801427494021], "group_index": 1, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.692033, 49.411345], [8.692144, 49.411117], [8.6922, 49.411026], [8.692587, 49.410741], [8.694196, 49.409671], [8.698447, 49.408134], [8.698468, 49.408138], [8.69847, 49.408138], [8.698491, 49.408142], [8.700507, 49.409204], [8.702209, 49.41098], [8.703308, 49.412462], [8.703249, 49.412817], [8.702511, 49.413282], [8.70193, 49.413215], [8.697593, 49.412472], [8.692979, 49.412115], [8.692631, 49.412023], [8.692423, 49.411856], [8.692115, 49.411476], [8.692033, 49.411345]]], "type": "Polygon"}, "id": "7", "properties": {"center": [8.697544678638947, 49.41180095449265], "group_index": 2, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.679151, 49.410041], [8.679172, 49.409682], [8.679924, 49.408621], [8.680344, 49.408224], [8.682153, 49.407298], [8.682216, 49.407269], [8.683381, 49.406809], [8.688177, 49.40783], [8.688604, 49.408216], [8.688714, 49.408346], [8.689685, 49.409522], [8.689835, 49.40976], [8.68965, 49.410717], [8.689582, 49.411071], [8.689067, 49.410971], [8.688552, 49.410872], [8.683955, 49.410274], [8.681878, 49.410199], [8.68153, 49.410182], [8.680341, 49.410112], [8.679151, 49.410041]]], "type": "Polygon"}, "id": "8", "properties": {"center": [8.684666708288884, 49.40938104255595], "group_index": 3, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.685852, 49.403603], [8.685865, 49.403243], [8.686346, 49.401754], [8.686487, 49.40159], [8.687935, 49.400356], [8.688684, 49.399855], [8.689025, 49.39974], [8.690265, 49.400189], [8.692355, 49.401097], [8.692553, 49.401591], [8.693331, 49.40366], [8.693432, 49.403957], [8.691131, 49.405951], [8.69079, 49.406068], [8.688876, 49.405348], [8.687734, 49.404836], [8.685852, 49.403603]]], "type": "Polygon"}, "id": "9", "properties": {"center": [8.689354181796778, 49.40271860516187], "group_index": 4, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.687245, 49.4094], [8.687331, 49.409155], [8.690827, 49.407408], [8.691625, 49.407056], [8.691749, 49.407003], [8.692767, 49.406755], [8.692797, 49.406757], [8.693441, 49.40728], [8.695087, 49.408669], [8.695903, 49.409997], [8.696736, 49.411854], [8.696686, 49.412211], [8.696551, 49.412267], [8.692373, 49.41404], [8.692072, 49.414041], [8.691923, 49.41404], [8.691117, 49.413529], [8.687512, 49.410673], [8.687433, 49.410585], [8.687245, 49.4094]]], "type": "Polygon"}, "id": "10", "properties": {"center": [8.69216313097958, 49.41049480358094], "group_index": 0, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.681491, 49.423103], [8.681524, 49.42301], [8.681998, 49.421751], [8.683726, 49.421057], [8.686172, 49.420228], [8.686354, 49.420163], [8.686478, 49.420177], [8.687328, 49.420918], [8.688018, 49.42187], [8.688529, 49.422983], [8.68793, 49.424349], [8.687717, 49.424639], [8.685214, 49.425871], [8.682544, 49.425945], [8.682532, 49.425935], [8.682055, 49.425172], [8.681677, 49.424561], [8.681491, 49.423103]]], "type": "Polygon"}, "id": "11", "properties": {"center": [8.683894813061737, 49.423046829521965], "group_index": 1, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.660303, 49.418363], [8.660519, 49.417698], [8.661266, 49.416603], [8.661299, 49.416561], [8.661465, 49.416352], [8.661631, 49.416144], [8.662443, 49.41546], [8.662742, 49.415291], [8.662964, 49.415212], [8.663251, 49.415131], [8.667671, 49.415311], [8.667986, 49.415423], [8.667996, 49.415427], [8.669271, 49.416276], [8.669755, 49.416628], [8.669743, 49.416988], [8.667674, 49.419272], [8.667448, 49.41945], [8.667301, 49.419533], [8.663976, 49.42127], [8.662004, 49.420163], [8.661498, 49.419757], [8.660303, 49.418363]]], "type": "Polygon"}, "id": "12", "properties": {"center": [8.664469403279393, 49.417282235742135], "group_index": 2, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.682034, 49.410162], [8.682047, 49.409802], [8.682073, 49.40952], [8.682308, 49.408596], [8.683358, 49.40792], [8.687078, 49.40633], [8.689148, 49.406606], [8.689214, 49.406617], [8.689952, 49.407259], [8.691286, 49.408667], [8.692057, 49.409573], [8.69241, 49.410055], [8.692502, 49.410306], [8.691727, 49.411574], [8.691633, 49.411595], [8.688981, 49.410962], [8.688317, 49.410827], [8.682969, 49.410251], [8.682683, 49.410244], [8.682397, 49.410237], [8.682034, 49.410162]]], "type": "Polygon"}, "id": "13", "properties": {"center": [8.687315241378943, 49.4097268076706], "group_index": 3, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.683339, 49.408932], [8.683353, 49.408572], [8.68713, 49.406875], [8.687731, 49.406673], [8.68826, 49.406682], [8.688802, 49.406971], [8.691875, 49.408898], [8.692696, 49.410014], [8.692741, 49.410107], [8.692697, 49.410395], [8.692156, 49.411346], [8.691981, 49.411638], [8.691651, 49.4116], [8.691417, 49.411536], [8.691183, 49.411472], [8.685352, 49.410431], [8.685028, 49.410396], [8.683886, 49.410109], [8.683339, 49.408932]]], "type": "Polygon"}, "id": "14", "properties": {"center": [8.68789815205108, 49.40998180381913], "group_index": 4, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.661058, 49.416955], [8.661249, 49.416478], [8.661646, 49.416124], [8.663284, 49.415123], [8.663432, 49.415091], [8.663913, 49.415162], [8.667777, 49.416241], [8.668381, 49.416625], [8.668405, 49.416985], [8.667976, 49.41732], [8.667817, 49.417445], [8.664872, 49.418925], [8.664699, 49.418997], [8.663153, 49.419055], [8.66267, 49.418966], [8.662321, 49.418804], [8.662115, 49.418619], [8.661058, 49.416955]]], "type": "Polygon"}, "id": "15", "properties": {"center": [8.663066226877989, 49.41632398226987], "group_index": 0, "value": 300.0}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.657852, 49.41801], [8.657918, 49.417833], [8.658144, 49.417661], [8.660091, 49.416291], [8.66374, 49.41477], [8.66409, 49.414645], [8.664673, 49.414625], [8.665086, 49.41473], [8.665341, 49.414821], [8.665421, 49.415172], [8.665522, 49.417087], [8.664354, 49.419097], [8.664128, 49.419243], [8.663242, 49.419463], [8.6623, 49.419693], [8.660025, 49.419923], [8.659863, 49.419938], [8.659676, 49.419943], [8.659626, 49.419933], [8.657852, 49.41801]]], "type": "Polygon"}, "id": "16", "properties": {"center": [8.662309504948023, 49.41711964645504], "group_index": 1, "value": 300.0}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_b5efef757f5c3d6c8d7275f7c10851dd_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_b5efef757f5c3d6c8d7275f7c10851dd = L.geoJson(null, {
onEachFeature: geo_json_b5efef757f5c3d6c8d7275f7c10851dd_onEachFeature,
});
function geo_json_b5efef757f5c3d6c8d7275f7c10851dd_add (data) {
geo_json_b5efef757f5c3d6c8d7275f7c10851dd
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_b5efef757f5c3d6c8d7275f7c10851dd_add({"features": [{"geometry": {"coordinates": [[[8.6671919, 49.4175756], [8.6674414, 49.4175761], [8.6674421, 49.4174264], [8.6672546, 49.417426], [8.6672547, 49.417407], [8.6674342, 49.4174075], [8.6674348, 49.4171378], [8.6670417, 49.4171408], [8.6670438, 49.4169459], [8.6666047, 49.4169471], [8.6664331, 49.4169467], [8.6664334, 49.4172788], [8.6665301, 49.4172805], [8.6665274, 49.4174709], [8.6664581, 49.4174699], [8.6664331, 49.4174829], [8.6664329, 49.4175101], [8.6664575, 49.4175255], [8.6665322, 49.4175265], [8.6665288, 49.4176486], [8.6664239, 49.4176487], [8.6663783, 49.4176077], [8.6661918, 49.4176095], [8.6661382, 49.4176548], [8.6660997, 49.4176478], [8.6660366, 49.4176006], [8.6660359, 49.4171124], [8.6659834, 49.4171114], [8.6659842, 49.4170545], [8.6659591, 49.41704], [8.6659227, 49.41704], [8.6659001, 49.4170552], [8.665899, 49.4171072], [8.6657362, 49.4171092], [8.6657416, 49.4173817], [8.6654009, 49.4175981], [8.6650055, 49.4175965], [8.6650056, 49.4177124], [8.6649103, 49.4177116], [8.6648968, 49.4177155], [8.6648874, 49.4177225], [8.6648862, 49.417733], [8.6648926, 49.4177436], [8.6649085, 49.4177522], [8.6650193, 49.4177545], [8.6650193, 49.4177966], [8.6657498, 49.4177991], [8.665933, 49.4179156], [8.6659345, 49.4181096], [8.6656264, 49.4181076], [8.6656278, 49.4180678], [8.6656218, 49.4180539], [8.6655996, 49.4180465], [8.6655713, 49.4180498], [8.6655631, 49.4180686], [8.665561, 49.4181076], [8.6653534, 49.4181078], [8.6653541, 49.4180513], [8.6648489, 49.4180503], [8.6648448, 49.4184457], [8.6650454, 49.4184456], [8.6650439, 49.4186425], [8.6654662, 49.4186392], [8.6654584, 49.4184465], [8.6657447, 49.4184501], [8.6657445, 49.4187014], [8.6661421, 49.4186991], [8.6661412, 49.4184744], [8.6661401, 49.418441], [8.6663457, 49.4184414], [8.6665281, 49.4184417], [8.6667803, 49.4184407], [8.6668101, 49.4184675], [8.6668349, 49.4184685], [8.6668353, 49.4185204], [8.6668523, 49.4185464], [8.6668881, 49.4185709], [8.6669367, 49.4185899], [8.6670081, 49.4185934], [8.6670675, 49.4185792], [8.6671164, 49.4185514], [8.6671433, 49.418514], [8.667146, 49.4184632], [8.6672347, 49.4184639], [8.6672708, 49.4184446], [8.6672709, 49.4183758], [8.6673336, 49.4183753], [8.6673365, 49.4183321], [8.6673395, 49.4181147], [8.6671175, 49.4181126], [8.6670981, 49.4181129], [8.6670962, 49.418012], [8.6670963, 49.4180015], [8.6670975, 49.4180038], [8.6671177, 49.4180248], [8.6671481, 49.4180378], [8.6671836, 49.4180423], [8.667219, 49.4180375], [8.6672489, 49.4180243], [8.6672688, 49.4180047], [8.6672755, 49.4179818], [8.6672685, 49.417959], [8.6672488, 49.4179397], [8.6672192, 49.4179266], [8.6671843, 49.4179218], [8.6671485, 49.4179261], [8.667118, 49.4179391], [8.6670978, 49.4179593], [8.6670966, 49.4179617], [8.6670974, 49.4178626], [8.6673318, 49.4178628], [8.6673318, 49.4175983], [8.6670264, 49.4175971], [8.6670205, 49.4174066], [8.6671927, 49.4174069], [8.6671919, 49.4175756]], [[8.6665135, 49.4180986], [8.6662567, 49.4180975], [8.6662556, 49.4179866], [8.6663417, 49.4179274], [8.6665131, 49.4179279], [8.6665118, 49.4179905], [8.6664447, 49.4179907], [8.6664248, 49.4179993], [8.6664191, 49.4180152], [8.6664257, 49.418029], [8.6664451, 49.4180404], [8.6665131, 49.4180406], [8.6665135, 49.4180986]]], "type": "Polygon"}, "id": "0", "properties": {"@osmId": "relation/19540", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6616713, 49.4179941], [8.6623585, 49.4181644], [8.6624101, 49.4180762], [8.6623813, 49.4180691], [8.6625368, 49.4178035], [8.6625744, 49.4177392], [8.6624884, 49.4177179], [8.6625321, 49.4176433], [8.6631855, 49.4178051], [8.6633544, 49.4175165], [8.6631609, 49.417467], [8.6625316, 49.4173143], [8.6623598, 49.4176006], [8.6624512, 49.4176233], [8.6624088, 49.4176957], [8.6622267, 49.4176505], [8.6624416, 49.4172917], [8.6622997, 49.4172573], [8.6621255, 49.4172138], [8.6619574, 49.4175009], [8.6621858, 49.4175575], [8.6621452, 49.4176269], [8.6619191, 49.4175708], [8.6618525, 49.4176845], [8.6616713, 49.4179941]], [[8.6619718, 49.4179433], [8.6620035, 49.4178897], [8.6622202, 49.4179439], [8.6621885, 49.4179976], [8.6619718, 49.4179433]], [[8.6620475, 49.4178224], [8.6621137, 49.4177077], [8.6621312, 49.417712], [8.6621182, 49.4177224], [8.6621129, 49.4177338], [8.6621169, 49.4177512], [8.662131, 49.4177671], [8.6621524, 49.4177765], [8.6621729, 49.4177791], [8.6621927, 49.4177761], [8.6622054, 49.4177682], [8.6622094, 49.4177586], [8.6622068, 49.4177456], [8.6621947, 49.4177325], [8.6621972, 49.4177281], [8.6622977, 49.4177527], [8.6622314, 49.4178674], [8.6620475, 49.4178224]], [[8.6626826, 49.4174972], [8.6627119, 49.4174448], [8.6628434, 49.417476], [8.6628141, 49.4175283], [8.6626826, 49.4174972]], [[8.6630044, 49.4176281], [8.6630391, 49.4175669], [8.6631778, 49.4176001], [8.6631431, 49.4176613], [8.6630044, 49.4176281]]], "type": "Polygon"}, "id": "1", "properties": {"@osmId": "relation/20945", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6903434, 49.3922084], [8.690873, 49.3922392], [8.6908657, 49.3923374], [8.6911524, 49.3923502], [8.6911773, 49.3921002], [8.6911879, 49.3920084], [8.6915936, 49.392039], [8.6916766, 49.391176], [8.690403, 49.3912515], [8.6903464, 49.3921608], [8.6903434, 49.3922084]]], "type": "Polygon"}, "id": "2", "properties": {"@osmId": "way/280880306", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6888564, 49.378496], [8.6888649, 49.3785867], [8.6888753, 49.3786077], [8.6888856, 49.3786226], [8.6889026, 49.3786422], [8.6889305, 49.3786585], [8.6890298, 49.3786547], [8.6892118, 49.3786477], [8.6909565, 49.3785804], [8.6909978, 49.3785788], [8.6915108, 49.3785589], [8.6916234, 49.378553], [8.6916296, 49.3785706], [8.6916479, 49.378616], [8.6917887, 49.3785889], [8.6917154, 49.3784158], [8.691889, 49.3783803], [8.6918212, 49.3782425], [8.6917012, 49.3782675], [8.691581, 49.37794], [8.6915399, 49.3778121], [8.6914709, 49.3776465], [8.6914319, 49.3774663], [8.6915084, 49.3774569], [8.6914787, 49.3770964], [8.6887731, 49.3771981], [8.6887007, 49.3772313], [8.6888564, 49.378496]]], "type": "Polygon"}, "id": "3", "properties": {"@osmId": "way/481677440", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.7384464, 49.3899565], [8.7390035, 49.3898565], [8.7397916, 49.3890138], [8.7405682, 49.3881082], [8.7410899, 49.3880676], [8.7416268, 49.3879775], [8.7420724, 49.3879669], [8.7419232, 49.387599], [8.7415429, 49.3875856], [8.7407753, 49.3875209], [8.7401721, 49.3874663], [8.7394428, 49.3873671], [8.7378911, 49.3871551], [8.7375322, 49.3871053], [8.7372096, 49.3869694], [8.737048, 49.3868948], [8.7369017, 49.3868482], [8.7367512, 49.3879242], [8.7372801, 49.387933], [8.7373053, 49.3883897], [8.7367061, 49.3882328], [8.7366597, 49.3883589], [8.7362818, 49.3882906], [8.7359531, 49.3882005], [8.7358072, 49.3888235], [8.7357603, 49.3888905], [8.7355846, 49.389146], [8.7360249, 49.3892212], [8.7362045, 49.3893132], [8.7362866, 49.3893235], [8.7364365, 49.389369], [8.7365615, 49.3894503], [8.7366964, 49.3895772], [8.7367714, 49.3896195], [8.7378891, 49.3898365], [8.7378839, 49.3900242], [8.7384464, 49.3899565]]], "type": "Polygon"}, "id": "4", "properties": {"@osmId": "way/972381832", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6646134, 49.4178461], [8.6646145, 49.4174636], [8.6640151, 49.4174628], [8.6640148, 49.4175687], [8.6637516, 49.4175684], [8.6637506, 49.4179062], [8.6636535, 49.417906], [8.6636531, 49.4180254], [8.6645746, 49.4180266], [8.6645749, 49.4179092], [8.6641777, 49.4179088], [8.6641779, 49.4178456], [8.6646134, 49.4178461]]], "type": "Polygon"}, "id": "5", "properties": {"@osmId": "way/25771232", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6633606, 49.4182657], [8.6633435, 49.4183034], [8.6633042, 49.4183034], [8.6632321, 49.4184146], [8.6633117, 49.4184234], [8.6633023, 49.4184514], [8.6636048, 49.418516], [8.6636127, 49.4185029], [8.6638642, 49.4185353], [8.6639908, 49.4186406], [8.6643398, 49.4186042], [8.6643866, 49.418519], [8.6645667, 49.418517], [8.6645713, 49.4181756], [8.6641662, 49.4181778], [8.6641671, 49.4182346], [8.6640445, 49.4182365], [8.6637712, 49.418245], [8.6637712, 49.4182547], [8.6637403, 49.4182559], [8.6637403, 49.4182468], [8.6636093, 49.4182499], [8.6636102, 49.4182633], [8.6633606, 49.4182657]]], "type": "Polygon"}, "id": "6", "properties": {"@osmId": "way/35534679", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6970515, 49.4117933], [8.6980167, 49.4118689], [8.6980141, 49.4118831], [8.6980402, 49.4118851], [8.6980217, 49.4119851], [8.6979955, 49.411983], [8.6979914, 49.4120054], [8.6977114, 49.4119835], [8.6977064, 49.4120109], [8.6976358, 49.4120054], [8.6976412, 49.411976], [8.6969972, 49.4119256], [8.6970091, 49.4118616], [8.6970385, 49.4118639], [8.6970515, 49.4117933]]], "type": "Polygon"}, "id": "7", "properties": {"@osmId": "way/35692885", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6840044, 49.4094623], [8.6845529, 49.4095568], [8.6847014, 49.4091919], [8.684153, 49.4090973], [8.6840044, 49.4094623]]], "type": "Polygon"}, "id": "8", "properties": {"@osmId": "way/209189456", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6887166, 49.4032099], [8.6893227, 49.4031593], [8.6892967, 49.4030445], [8.6898136, 49.4030074], [8.6894695, 49.4019286], [8.6884671, 49.4019689], [8.6887166, 49.4032099]]], "type": "Polygon"}, "id": "9", "properties": {"@osmId": "way/259039249", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6917653, 49.4101697], [8.6922878, 49.4102629], [8.6922335, 49.4103599], [8.6921836, 49.4104504], [8.6921228, 49.410538], [8.6921003, 49.4105706], [8.6920034, 49.4107101], [8.6916611, 49.4106262], [8.6917051, 49.4104335], [8.6917273, 49.4103363], [8.6917494, 49.4102392], [8.6917653, 49.4101697]]], "type": "Polygon"}, "id": "10", "properties": {"@osmId": "way/560031595", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6843491, 49.4238261], [8.684746, 49.4231265], [8.6837067, 49.422966], [8.6836222, 49.4231317], [8.683185, 49.4230488], [8.6827907, 49.4235766], [8.6843491, 49.4238261]]], "type": "Polygon"}, "id": "11", "properties": {"@osmId": "way/783859869", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [[[8.6607253, 49.4181947], [8.6646466, 49.4190247], [8.6677056, 49.4190387], [8.6675989, 49.4155055], [8.6668289, 49.4155058], [8.6665201, 49.415184], [8.6661011, 49.4147564], [8.6631112, 49.4154753], [8.6629007, 49.4155386], [8.6626811, 49.415601], [8.6625381, 49.4157116], [8.6623765, 49.4158366], [8.6622588, 49.4159277], [8.6620953, 49.4160733], [8.6607253, 49.4181947]]], "type": "Polygon"}, "id": "12", "properties": {"@osmId": "way/894614246", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6870861, 49.4096905], "type": "Point"}, "id": "13", "properties": {"@osmId": "node/582616967", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6878988, 49.4100169], "type": "Point"}, "id": "14", "properties": {"@osmId": "node/582623059", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6628954, 49.4166199], "type": "Point"}, "id": "15", "properties": {"@osmId": "node/5890803044", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}, {"geometry": {"coordinates": [8.662535, 49.4169203], "type": "Point"}, "id": "16", "properties": {"@osmId": "node/5890803045", "@snapshotTimestamp": "2022-07-26T00:00:00Z"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_81e8e5d7d507d0b5b59673ac633a03c3_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_81e8e5d7d507d0b5b59673ac633a03c3 = L.geoJson(null, {
onEachFeature: geo_json_81e8e5d7d507d0b5b59673ac633a03c3_onEachFeature,
});
function geo_json_81e8e5d7d507d0b5b59673ac633a03c3_add (data) {
geo_json_81e8e5d7d507d0b5b59673ac633a03c3
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_81e8e5d7d507d0b5b59673ac633a03c3_add({"features": [{"geometry": {"coordinates": [[[8.754686181075966, 49.45946828655389], [8.755408446759386, 49.45885381771414], [8.756062144503675, 49.458405443674245], [8.756618014864507, 49.45793376116691], [8.757040580800307, 49.45747276081387], [8.757554869309397, 49.45670184253659], [8.75863382137156, 49.45666220083715], [8.76055025551224, 49.45657248419359], [8.762939464380365, 49.45648767251821], [8.763289771114529, 49.45646672122715], [8.763574660730999, 49.45636794610308], [8.765332490278835, 49.45554674624945], [8.767706142733571, 49.454192486997414], [8.767106717731375, 49.4536984680206], [8.766319533792448, 49.45310281988627], [8.76527725666269, 49.45246933798325], [8.764276261301484, 49.45189312045389], [8.76316879799869, 49.45143265674996], [8.762051129241604, 49.45094708355397], [8.761818324662752, 49.45080651743568], [8.76170283316242, 49.45061817771115], [8.761766312555235, 49.44813552027843], [8.764727785950567, 49.44604713143807], [8.766334452612371, 49.44358387042877], [8.766370203053086, 49.441863355511856], [8.766222762711545, 49.440274461649885], [8.766515360074164, 49.440274423087466], [8.766398328678536, 49.43736538472744], [8.769481771600251, 49.436046409739596], [8.770450252050379, 49.43573732688854], [8.772170027533917, 49.43553598471131], [8.772922859882625, 49.43546346393643], [8.773252170105689, 49.43541897343367], [8.773641421555299, 49.43531768830946], [8.774022057891534, 49.43499276168478], [8.774991698549288, 49.43453986780831], [8.775985805865988, 49.43407109211382], [8.77676509066179, 49.43335742866423], [8.77697321920175, 49.433155075089644], [8.7772683512632, 49.43301231836123], [8.777773128541755, 49.432906915171955], [8.779296337564595, 49.43276407797652], [8.786537170967321, 49.432577784138566], [8.788340233694301, 49.431146430684265], [8.789069721738924, 49.43006735287892], [8.789643296273406, 49.42707983285376], [8.789977881199883, 49.42594446772712], [8.790903149453872, 49.42405130206199], [8.791272607109496, 49.42325847889488], [8.79117083464764, 49.4228802908145], [8.790162519450083, 49.421212544060616], [8.78996366133571, 49.42104107179762], [8.789819138695808, 49.42057730755546], [8.789554104372986, 49.41983089982724], [8.789393796067621, 49.41925569453289], [8.789429299913689, 49.41881751526468], [8.78947954671716, 49.417607909068245], [8.789943049277841, 49.416379085184225], [8.790131699372601, 49.41528634039686], [8.790198947556588, 49.414963938572456], [8.790377365122575, 49.41478218583428], [8.792358906734446, 49.4123489944209], [8.792762006315808, 49.41185276288031], [8.792821022061515, 49.41164687457553], [8.792942216469122, 49.4110432225654], [8.793072424147736, 49.41042305371756], [8.793120311401676, 49.409948294234084], [8.793453467385497, 49.40890921352436], [8.794049601975912, 49.407190039618925], [8.793964147979993, 49.40693048092232], [8.793701059449289, 49.40635042873112], [8.793656926668271, 49.40606307700513], [8.793708060840684, 49.405633459579484], [8.79359101614623, 49.40518691926374], [8.793314695073661, 49.40500416916251], [8.792755716086928, 49.404675256223605], [8.792045898860898, 49.40423744585082], [8.791436275150328, 49.403734355280264], [8.790699638451997, 49.40306820421649], [8.790122066284145, 49.40270957026977], [8.789243871143798, 49.40235496430505], [8.787479206402923, 49.40178015629953], [8.786449715534241, 49.40153207545009], [8.785426157996724, 49.40137974818137], [8.784681696474701, 49.401328828801766], [8.783981630661392, 49.40136924183226], [8.783078421004287, 49.401452157845135], [8.781842163616533, 49.40160440200114], [8.780479523000222, 49.40179945212023], [8.77928456349255, 49.402017923522905], [8.778345038127789, 49.40223965197058], [8.77792514509653, 49.4011574496428], [8.777297216226703, 49.39989644722685], [8.776723145374593, 49.39895025327802], [8.776270420639968, 49.39822547831666], [8.775852724896628, 49.39749861059543], [8.775609764627623, 49.39694157339925], [8.77540553030263, 49.396352597637936], [8.775351424973215, 49.39588997826942], [8.775356794019103, 49.39549840903788], [8.77543203880477, 49.39512999374308], [8.775612593383375, 49.3947777939137], [8.77583856592341, 49.39446236349307], [8.776102557192564, 49.394240968115376], [8.77647175874784, 49.39405411852315], [8.776011064943011, 49.39354691581483], [8.775178545846138, 49.393052571287285], [8.775840664852508, 49.39245665101854], [8.775374792821085, 49.39203503213074], [8.775113988247867, 49.39165382919283], [8.774593816915568, 49.391209272118374], [8.774228593631632, 49.390979186646895], [8.773877924027659, 49.39082447971835], [8.773659460219386, 49.390523285920445], [8.773408708441009, 49.390055242825234], [8.77346281404248, 49.38967339344957], [8.773660937965445, 49.38939180566835], [8.773016032995637, 49.38921269189638], [8.772940993746312, 49.388876805502186], [8.772677352822837, 49.38866706331557], [8.771843169710113, 49.38840826158529], [8.771330873653088, 49.38812132482099], [8.770145758799119, 49.387650703077654], [8.76978687401683, 49.38725373138314], [8.769310289318026, 49.387140478604145], [8.768945523337864, 49.38697440373083], [8.768518044944184, 49.386844964813875], [8.768178245155829, 49.38678854183742], [8.767758619111042, 49.386864849998666], [8.767234703901972, 49.38706250545077], [8.766654293691435, 49.38717795594979], [8.76423053695845, 49.38749835274509], [8.76319175213799, 49.38795155774618], [8.762899370747425, 49.38751604025509], [8.76297846775804, 49.387248708478936], [8.762990609726202, 49.386901570488796], [8.762886782206447, 49.386438302821674], [8.762909042111652, 49.38599299586116], [8.762977778630882, 49.38576215357329], [8.76315789993799, 49.38545123188241], [8.763380360525842, 49.385217735780195], [8.763734761532657, 49.38478309232928], [8.764256042091056, 49.384183612484335], [8.76527955505877, 49.38338887944655], [8.76594363470881, 49.382699947280926], [8.76627905965832, 49.38201646392214], [8.76684526243037, 49.38134145072335], [8.767516443388462, 49.380684536943676], [8.768381118409806, 49.37961152798675], [8.768829828815639, 49.37919260985432], [8.768489906570895, 49.37902676285635], [8.766754081930518, 49.3786083149556], [8.766124650992815, 49.37853906789463], [8.765369542669038, 49.37851793771602], [8.7636605691331, 49.378542422355075], [8.76308373368096, 49.37853234563419], [8.762614979223354, 49.378444438082724], [8.760543774395023, 49.378024398185055], [8.759786261950968, 49.37790504572662], [8.75918659099553, 49.37780803703464], [8.759138406717664, 49.37780685725473], [8.758903346625834, 49.37794330774196], [8.758486166128105, 49.377898469261304], [8.757950029016767, 49.37790643301122], [8.756905831425298, 49.37792222319608], [8.75619793218616, 49.37790994749619], [8.755430264708528, 49.377840620444736], [8.754876214023094, 49.37776634438625], [8.754718343524225, 49.377723301117676], [8.754766732605624, 49.377572530002126], [8.754226204454216, 49.37735657167531], [8.753541747829072, 49.377090768397736], [8.75318001027458, 49.37689281643735], [8.752480456486476, 49.37637125463115], [8.751985617005557, 49.37616662738028], [8.751286966273351, 49.375852854654056], [8.750486243608062, 49.37543877860166], [8.7502541547976, 49.37523372122142], [8.74997940702611, 49.37485980613335], [8.749784259146264, 49.37426864348001], [8.749682102324993, 49.37415701871981], [8.749506044785043, 49.373873851194034], [8.74934911346089, 49.37380931342897], [8.749030875984914, 49.37378758361508], [8.748036555956997, 49.37346200399527], [8.74780332773737, 49.37340268584718], [8.747531358348182, 49.373298784141745], [8.746881794405482, 49.373147479344794], [8.745571253437182, 49.372950021734795], [8.744141387990883, 49.37279536251168], [8.742962872497918, 49.37310790771201], [8.741468439226601, 49.37392387115677], [8.740729036847615, 49.37444157118476], [8.740049165234916, 49.37455288730448], [8.738415548541635, 49.3744909326389], [8.737564519394605, 49.374160549863014], [8.736319247244245, 49.37332357878373], [8.7357241620196, 49.37295545594315], [8.73392929134414, 49.37267512809346], [8.732327447699479, 49.37222374682815], [8.731436918385779, 49.37271603137838], [8.73050697769799, 49.373310994581956], [8.730385018374742, 49.37325190959768], [8.730154777123046, 49.3731794390218], [8.729138279139976, 49.37400940058129], [8.728220038465937, 49.37482142313794], [8.727403956178316, 49.37555383921961], [8.724840994387268, 49.37395645413191], [8.724479182711356, 49.37374717718757], [8.724401284760322, 49.373495588937494], [8.72472906772154, 49.37224970113768], [8.725009283314934, 49.37121140373814], [8.72557603552754, 49.37021991263678], [8.725357137109587, 49.37006600018265], [8.726259219910729, 49.36945500990823], [8.728360026463765, 49.36868174917577], [8.728540614074053, 49.36881722511015], [8.729929197401658, 49.368207977112625], [8.730404323904619, 49.367933405645715], [8.728670640646989, 49.36670470865383], [8.728445892140414, 49.366441183439164], [8.7277172147985, 49.365508669789115], [8.727423317108377, 49.36413246151238], [8.72720165319694, 49.36288895590025], [8.727112887474611, 49.36198861029969], [8.726093894751884, 49.36037429346824], [8.726055261797255, 49.36004520731126], [8.726015607182033, 49.35947622021106], [8.72559921660866, 49.3588030310082], [8.725497717297378, 49.3586630606093], [8.72524048009524, 49.35830827756988], [8.724936495969525, 49.3579210993984], [8.724196056419094, 49.357601935065], [8.723667964316052, 49.35743882555827], [8.722389248778809, 49.35725341366931], [8.721461103678676, 49.35717268998568], [8.72126689655949, 49.357192002039085], [8.720121811783054, 49.357283467705905], [8.719709973003901, 49.35730242992741], [8.71947167018168, 49.35706520048371], [8.719341804716237, 49.356761688302676], [8.7189598209424, 49.35635110657716], [8.718652016576002, 49.35637886322935], [8.71639600284896, 49.356342335395865], [8.715986672895331, 49.35623999191621], [8.715083707362588, 49.35595094390581], [8.714229960045808, 49.355746348340695], [8.713390464966475, 49.35569463513334], [8.712512486344808, 49.35565901126464], [8.711945883838073, 49.35561840020675], [8.711683389918434, 49.355525042544116], [8.711399811514951, 49.35534045754269], [8.711249155719083, 49.35521042627079], [8.710888702704066, 49.35511034560439], [8.710270337640457, 49.35554236913222], [8.70963999716113, 49.35657993475336], [8.70830248686389, 49.35634108535207], [8.706881719109099, 49.356123219763354], [8.7063527985727, 49.35604212703124], [8.705776371116073, 49.355919632561296], [8.705404312677937, 49.3558707682078], [8.705233763055016, 49.35584839444953], [8.704666619045954, 49.355786158143964], [8.703979449715957, 49.355745379844755], [8.703321078949045, 49.35572229273146], [8.702490273829328, 49.35571574990903], [8.701847398307514, 49.35581525221558], [8.701768902307014, 49.35584571394945], [8.70120638824218, 49.35606329148406], [8.700540489240984, 49.3563270850594], [8.700091631816436, 49.35655052848099], [8.700050070047661, 49.35657128922336], [8.699467933756388, 49.35686747830345], [8.699224426265456, 49.35700324631289], [8.699133156967733, 49.357005077670244], [8.699042039637966, 49.357004570631354], [8.698234503295996, 49.357420574525236], [8.69695259482342, 49.35803934743802], [8.696686398312657, 49.35778922484819], [8.696399909365072, 49.35774890345236], [8.694444249514504, 49.358238650746884], [8.694620944875767, 49.358536737694], [8.69466004600626, 49.35860265794], [8.694368577261908, 49.35867875960066], [8.694135581836475, 49.35835706416847], [8.693653987435212, 49.3584802267734], [8.693626997626055, 49.358371359817], [8.692904290087673, 49.35850683293146], [8.692874482864294, 49.358386264716806], [8.692438296512748, 49.358512520260405], [8.692384387326586, 49.35841463633505], [8.691399533466512, 49.35849222046987], [8.69146927166318, 49.35878696832885], [8.690683777005843, 49.35889924157049], [8.690287970281597, 49.358929196824555], [8.689213338469814, 49.35894178421928], [8.689029001171996, 49.358899659280056], [8.687236825922778, 49.35885948264878], [8.687189676514182, 49.35910868954631], [8.687066616729519, 49.35975979772802], [8.687059596926904, 49.35982433636661], [8.684377721926687, 49.359780723044274], [8.684247393509073, 49.35981659929202], [8.682013563109678, 49.35990722717691], [8.682084382085794, 49.360389099150254], [8.679921219851598, 49.360425388786034], [8.67981741396961, 49.36042681038115], [8.67874948128896, 49.36044146889995], [8.678227421366564, 49.360427522770216], [8.677248424014122, 49.36035609821156], [8.675955289950837, 49.360221206481604], [8.67583397394856, 49.36066783156977], [8.674199593023781, 49.36121801702996], [8.672442510891367, 49.36152109690927], [8.672188614239598, 49.36059461325168], [8.671904631488983, 49.35918655506815], [8.671679713920359, 49.357817855159205], [8.671464644272561, 49.35780483990965], [8.669807201440248, 49.35800332533081], [8.66876365011247, 49.35812684663137], [8.668542955082248, 49.35811066155052], [8.668009983557193, 49.35806471442956], [8.667028949203058, 49.35797980372443], [8.664876043322893, 49.35759261382556], [8.664522710262675, 49.3575482506643], [8.66425657279556, 49.35749605312903], [8.664342973506841, 49.35713951417964], [8.66451591147245, 49.35642402573825], [8.66486243134802, 49.35459202185499], [8.665018041850361, 49.35376938663199], [8.664183962975873, 49.353662668548104], [8.663578457964666, 49.353585205271315], [8.663202671907358, 49.35439550370352], [8.662498623490109, 49.354313789793466], [8.661529241259466, 49.3540661182302], [8.661186493437002, 49.3539883230919], [8.660553454710444, 49.35385007342192], [8.660661645579689, 49.354830639503284], [8.660098870315297, 49.35486360816408], [8.658873992031241, 49.35493778052856], [8.657234062395787, 49.35519863526441], [8.657126317128194, 49.35503529780884], [8.657014077265458, 49.35486493974058], [8.65672381069214, 49.3544247491557], [8.656661246326205, 49.354415937059365], [8.656673419262301, 49.35434862700589], [8.656332840536242, 49.35401960015119], [8.65624149891076, 49.35395135268663], [8.65615588707734, 49.35399156695771], [8.655866556343334, 49.35355722373411], [8.65541144457393, 49.35368669249962], [8.655376945135908, 49.353640282943275], [8.65510720856898, 49.35327810981972], [8.654248976702235, 49.35340170210496], [8.653706859174685, 49.35347318241664], [8.653379445892224, 49.35350619354795], [8.653137082045792, 49.35352236832086], [8.652936356796415, 49.353528871958076], [8.652736317083843, 49.353516226764214], [8.652057352147107, 49.353415994693606], [8.651872792777453, 49.35339323014981], [8.651728454162647, 49.35338614799968], [8.65159488106401, 49.353395001433014], [8.65146639601218, 49.35342428890331], [8.6514024902648, 49.353449723208755], [8.65213111977427, 49.35456946784318], [8.652523139742234, 49.355173164730395], [8.65253921336505, 49.355198030485894], [8.652566173255515, 49.35523938096982], [8.652578577771418, 49.35525731847124], [8.652588746397749, 49.35527207398657], [8.652616035620476, 49.355311644421185], [8.652630484184417, 49.35533263739324], [8.652996871989256, 49.35576659027953], [8.65299750015838, 49.35576733875718], [8.65341922612401, 49.35626958513153], [8.65445503593976, 49.35617188712278], [8.654552851642556, 49.35619879592524], [8.654718989129025, 49.3564746047958], [8.654979706346111, 49.356907695907886], [8.655037259534561, 49.35700335946249], [8.65509292213242, 49.357095689165476], [8.655158781450563, 49.35720486106619], [8.655200150205014, 49.35727358995427], [8.655232398425815, 49.35732718888339], [8.655281375250668, 49.3574087944027], [8.655330775980023, 49.35749085091799], [8.655352406602294, 49.35752679678925], [8.655509715710906, 49.357788284948114], [8.655978217878964, 49.35860718902255], [8.656445077441736, 49.359426886750114], [8.65675500794737, 49.359932503248245], [8.656901989358415, 49.36009703677197], [8.656978993874985, 49.36010975945619], [8.656725951645685, 49.360132116676034], [8.656411650338447, 49.36013514076382], [8.656105570565163, 49.360124345031785], [8.655553903590993, 49.36007405720033], [8.655589166930952, 49.360208944502475], [8.655629126482014, 49.360282706243396], [8.65673098682746, 49.36231716133848], [8.654145495811152, 49.36390446129374], [8.653571395682626, 49.36419901295916], [8.653505766187571, 49.36423271868971], [8.653526674951841, 49.364255979645634], [8.653551485416386, 49.3642590673515], [8.653597790112759, 49.364264819036926], [8.653489463405617, 49.36432033578593], [8.651907260693859, 49.36513112047786], [8.650060079735903, 49.36617663550047], [8.650058157510282, 49.36617772708011], [8.65001716614333, 49.366191626300264], [8.649972193803475, 49.36618619204516], [8.649946747535472, 49.36619301421296], [8.64990860557037, 49.36620326102986], [8.649965646419249, 49.36629361831274], [8.650695492309966, 49.367555261240206], [8.650694738771692, 49.3675644159408], [8.650691120343755, 49.36760856178745], [8.650645792011469, 49.367651232334886], [8.648233373925105, 49.36917148586216], [8.64808191955775, 49.36926723611952], [8.648093397219016, 49.36922231372857], [8.648069612137368, 49.36919877320152], [8.64792067511089, 49.369296860632375], [8.64788306970099, 49.369322229114246], [8.647664836765736, 49.36947971541594], [8.647174797388107, 49.36983336396482], [8.646827911400626, 49.370090364124366], [8.646346798603092, 49.37044606029464], [8.646304673421117, 49.37047719825782], [8.645576028594341, 49.37105078557949], [8.644256968741042, 49.37024595768041], [8.642287511293102, 49.36904410363837], [8.642239954075507, 49.36901501035463], [8.64101355947427, 49.36966156075229], [8.64032565503404, 49.37002313800089], [8.640268282428782, 49.37003671294117], [8.640226851617966, 49.37001563450934], [8.639993332917017, 49.369450152428215], [8.639254881894582, 49.367647487927215], [8.639245681819618, 49.36762480064209], [8.639206329742871, 49.36752891634071], [8.639032839418318, 49.36710533669482], [8.63879688512026, 49.36637969606332], [8.63836240527172, 49.36532264923148], [8.637985651743664, 49.36435749511121], [8.637664166770408, 49.363609923783876], [8.637442852405773, 49.36319085098381], [8.637303757074005, 49.362804319042404], [8.637263973077461, 49.3626352487014], [8.637135736490352, 49.36198997122859], [8.636888340167738, 49.36103726331892], [8.636737003479055, 49.36053785781795], [8.63665657588038, 49.360356696016304], [8.636102865920558, 49.359671058372314], [8.635396068645349, 49.358764825582135], [8.634859487435072, 49.35809542693801], [8.634503514262583, 49.35768572728566], [8.634420785865895, 49.35744512603132], [8.634287011742563, 49.35712631287533], [8.634167132226644, 49.356807723420445], [8.633974092157226, 49.356481616171244], [8.633757502520055, 49.35610050097663], [8.633550234618166, 49.35578110320703], [8.633366985614993, 49.35548936916187], [8.63335540260183, 49.355011711242206], [8.633288905436569, 49.3539394385935], [8.633233629830107, 49.352837985251945], [8.63311170000235, 49.35283624905805], [8.632902692236657, 49.3528455610538], [8.632605426178943, 49.35283949843074], [8.632227368165314, 49.352815817499355], [8.632002249197646, 49.352808624583936], [8.63190930078337, 49.352796284216176], [8.631513060093926, 49.35277362245812], [8.630787443717976, 49.35273390550888], [8.630765016160586, 49.35207124634099], [8.629640112045665, 49.35210532811582], [8.6291210555585, 49.35210834136426], [8.628566008521389, 49.35210188174362], [8.627989256330734, 49.3520905912027], [8.625625306828246, 49.35200284896624], [8.625214183078471, 49.35203919718182], [8.62501895011935, 49.352118674332225], [8.623323219791896, 49.35287951606129], [8.621085239100285, 49.35387710651126], [8.620685492530429, 49.354007249750694], [8.620484026562051, 49.35403761255835], [8.620226490756131, 49.35407317887888], [8.621436788294764, 49.3554731688703], [8.621620572878461, 49.35568588379405], [8.62314170499107, 49.357416677340254], [8.623405663016959, 49.35757003125669], [8.624465926182339, 49.35906319244929], [8.623627026172155, 49.35919092884775], [8.622436357114816, 49.3594702832571], [8.62208950322291, 49.35958999880173], [8.621822884820334, 49.35971267434357], [8.621363880376217, 49.35991572899849], [8.621086198696961, 49.360043934555996], [8.620625302207053, 49.36020571063292], [8.619975372509915, 49.360460556367336], [8.619443346670625, 49.360653297811396], [8.61895657485539, 49.3608490554113], [8.618236617569375, 49.36120104125678], [8.617591051970841, 49.36152917089818], [8.617043365575869, 49.36176733759388], [8.616350162328919, 49.362058080824006], [8.615444433839585, 49.36241401105624], [8.613637400384066, 49.36310294552315], [8.612129239773932, 49.36366185056164], [8.611555198458847, 49.363849197526804], [8.61099464520622, 49.3640528591235], [8.610604997142222, 49.36417922341752], [8.610353880020346, 49.36425067071774], [8.610127979452459, 49.364299543918484], [8.609796676057627, 49.36436056410675], [8.609517986196098, 49.36441779424693], [8.609239817850618, 49.36446127200474], [8.608974980558424, 49.36452565377086], [8.608762601452861, 49.36458851240885], [8.608521391951538, 49.36467608145092], [8.60823049233976, 49.36477885418965], [8.608003538076126, 49.36485748437731], [8.607787346224384, 49.36493183299698], [8.607562149942645, 49.3649624525614], [8.60715456919824, 49.365003866796684], [8.605885493368344, 49.365158787048586], [8.605478912936, 49.365214231107295], [8.6043073139431, 49.365418651738516], [8.604393049008834, 49.36557683574556], [8.60100364986511, 49.366202965028414], [8.603210205981942, 49.368376609537584], [8.605167625412411, 49.370271520636244], [8.605797712046282, 49.37009689078342], [8.6065357607227, 49.371885834524285], [8.607332508874919, 49.3738505739662], [8.607483926548234, 49.37429014616992], [8.607222390821384, 49.37498609635126], [8.606799112020683, 49.376157775298836], [8.60688251708651, 49.37675131906725], [8.607341807531963, 49.3769719095884], [8.607916216392928, 49.37720988940522], [8.608678017146822, 49.37750513367605], [8.609066042314286, 49.37764941386153], [8.609402578968444, 49.377756468155106], [8.609756995771262, 49.37785000828125], [8.610185819512642, 49.37791934066811], [8.610865883728138, 49.378017024267066], [8.61258141214353, 49.378202255183254], [8.613750914370645, 49.37852832623133], [8.61454509502817, 49.378757832082385], [8.615293958264603, 49.37891838750183], [8.616154588407792, 49.37915798892941], [8.617931647832602, 49.37928292486829], [8.621111781387794, 49.38001062914845], [8.624381931558831, 49.3806698430773], [8.623785156895915, 49.38166757642761], [8.624240482351267, 49.381990405286565], [8.62487799932232, 49.38238711525806], [8.625383145666603, 49.38269904629132], [8.625985769391564, 49.38306829208327], [8.626459603668762, 49.383350451405924], [8.627121818773444, 49.38372896873518], [8.6278012317169, 49.38413037602057], [8.62836587712208, 49.38444473418684], [8.628850502548941, 49.38470631965916], [8.629435850130646, 49.3849445779908], [8.629858151047221, 49.38510723884677], [8.630198607383406, 49.385200491512755], [8.633401150909577, 49.38589924301755], [8.633433971664944, 49.38622709035837], [8.633541793682458, 49.386897382680324], [8.633598409982666, 49.38717369180717], [8.633683041703273, 49.387184745033714], [8.634926261414531, 49.38731302473552], [8.636604110078165, 49.38703966228342], [8.638327109364456, 49.38659899208619], [8.638930972751037, 49.38644460871993], [8.639803231824086, 49.38648419115538], [8.640605899509652, 49.38681028552921], [8.64119280247456, 49.386978624561145], [8.642320953193938, 49.38730814529639], [8.643575060892934, 49.38764721829812], [8.644602232593197, 49.387926240055336], [8.64547221873441, 49.38815000001202], [8.646712492497828, 49.388466158084114], [8.647680594327914, 49.388687961388854], [8.646925621458609, 49.38949839554716], [8.644536174154398, 49.3922329392801], [8.64386196378881, 49.39300476075955], [8.643561754820078, 49.393373657211484], [8.64072164430463, 49.393021049829706], [8.638521004265424, 49.392746156774216], [8.638295139007386, 49.39271992250976], [8.638185451691491, 49.39381284401578], [8.63800845640467, 49.39564771602162], [8.637549543734124, 49.398800121937114], [8.637221907946616, 49.40114101925126], [8.637017049764026, 49.40259600358941], [8.636926267049919, 49.40326782594628], [8.636900039487521, 49.40346187394736], [8.636827132629016, 49.40396903561222], [8.636743330056193, 49.404551595118285], [8.636706043837771, 49.40480575792508], [8.636666872480756, 49.405072498804216], [8.636590478431378, 49.405565895855794], [8.636465311120835, 49.406040969567236], [8.636379224276595, 49.40639046977119], [8.636215070630216, 49.406956863781986], [8.636136345744251, 49.407242360457445], [8.636033218513557, 49.40753003800403], [8.635873168719861, 49.40793189870771], [8.635407371404751, 49.40909231569994], [8.634736994699962, 49.41076279375686], [8.634446379533872, 49.4114866745565], [8.634060267423601, 49.41244870978761], [8.633074873081622, 49.414806836845536], [8.633025041193887, 49.414927877275744], [8.632938113071212, 49.41496141355642], [8.632747789756955, 49.41503472112511], [8.632706924210739, 49.415007165590325], [8.632078089114641, 49.414583112314155], [8.630958461062372, 49.41383343651577], [8.630034287339033, 49.413175638519675], [8.629071792838499, 49.41248570591393], [8.628590287720044, 49.41221279918179], [8.628262714403727, 49.41203227831598], [8.626988098340021, 49.41132981074924], [8.624498251981915, 49.40995748895022], [8.622850648941489, 49.40904929811047], [8.622721687101317, 49.408975685044275], [8.622720174213427, 49.408975230357754], [8.622648416424546, 49.408952607634085], [8.622626887930013, 49.40900963767323], [8.622553037564803, 49.40904598831488], [8.616606248005063, 49.40738326049206], [8.612437252011471, 49.406203275918415], [8.611450765779473, 49.405459603718974], [8.610673348884564, 49.40594954664161], [8.608794176365828, 49.40704503011982], [8.605200283499316, 49.40845590677225], [8.603638447734697, 49.40907943168415], [8.603540274574224, 49.409104452051594], [8.603393059079256, 49.409127055381084], [8.6005223896105, 49.40952647338549], [8.598640162270387, 49.409783680065814], [8.598478951244124, 49.40979940134853], [8.597816667529802, 49.40986903279721], [8.59710870508214, 49.40994776616356], [8.59645693176331, 49.41001283899224], [8.595717628844326, 49.4100800308024], [8.595027241178492, 49.41013138709169], [8.59429500274076, 49.4101940160901], [8.59299148603408, 49.410285286018784], [8.592556612157654, 49.41031621748118], [8.592490391999334, 49.41032550984009], [8.592504028456927, 49.41039182412649], [8.590664301086418, 49.41055060040033], [8.584892636292924, 49.41104085119365], [8.584840526197302, 49.411042463112935], [8.584729173580065, 49.41089594833468], [8.584659627973943, 49.41080893269269], [8.58460054252397, 49.41074029540973], [8.584461320089405, 49.41059827669027], [8.584255652812127, 49.41041042321408], [8.583620693888523, 49.41060361807465], [8.582810282931709, 49.41083051950851], [8.582126132845955, 49.41102118996751], [8.581466618737206, 49.411198183186585], [8.581021219814328, 49.41131391008569], [8.580547749311094, 49.411424945988394], [8.58032667510666, 49.41147710644788], [8.5788706348223, 49.41181547605366], [8.577418362878046, 49.41216219745839], [8.576805934034887, 49.4123091309169], [8.576354494773131, 49.4124034186063], [8.57595200200608, 49.4124792643735], [8.575125880306466, 49.41261955832531], [8.574905459033838, 49.412658677051986], [8.574098090867995, 49.41442145299822], [8.573979862669047, 49.414723312625945], [8.573611490701847, 49.41572459204283], [8.573422430370025, 49.41575455871792], [8.573288046771234, 49.416517972528794], [8.573222702019601, 49.416901934906846], [8.57320605580213, 49.417217301192615], [8.573210508525202, 49.41756240185118], [8.573232944722319, 49.41802626688368], [8.573244048717253, 49.41823877875851], [8.573262119484616, 49.418460392288864], [8.57328017851991, 49.41863408040891], [8.573253518147304, 49.41910253151398], [8.573486839862912, 49.41985183911815], [8.573575416190602, 49.420208223747686], [8.573618278251496, 49.42047786289784], [8.573629572722341, 49.42076571743129], [8.573602351328152, 49.42102862173667], [8.573516875038711, 49.42174626902531], [8.573244437133, 49.42326617336094], [8.573178828500684, 49.42359996023911], [8.574242598498074, 49.42402143815906], [8.575290154652192, 49.42442234711557], [8.575385292156845, 49.424356430396415], [8.577288389056704, 49.42508460288511], [8.577791278725858, 49.42527354480192], [8.57983324343796, 49.42619864165009], [8.581379240546577, 49.42645034230389], [8.582023062288279, 49.426472720962806], [8.582919467969862, 49.42650607268787], [8.583507910188661, 49.4265414569625], [8.584078647950788, 49.42659953187834], [8.586232089196157, 49.42684560608319], [8.58707951501978, 49.4269339614993], [8.587239919028146, 49.42695746235427], [8.587764308614698, 49.427037922040604], [8.588442256944285, 49.427151101003524], [8.589435069062043, 49.427295707371854], [8.589756944387181, 49.42732939352867], [8.59005440811745, 49.427346900229544], [8.590449870104685, 49.42736727186562], [8.59077819679802, 49.42773465588752], [8.592962845275112, 49.43013273692854], [8.593258621324807, 49.430024614554995], [8.598229628438917, 49.42814307075131], [8.598489723855959, 49.42804443564274], [8.59838229339491, 49.42850757390724], [8.599884540297154, 49.42797167033117], [8.605472404500029, 49.425825804061475], [8.6097327771622, 49.424241654115974], [8.609951798982477, 49.424382121155126], [8.615309698059184, 49.42788386979478], [8.615973764751368, 49.428302733276126], [8.616259798037573, 49.4286207197262], [8.619493064269651, 49.43226429322251], [8.620926550224594, 49.43389275467792], [8.621049507578297, 49.43384262392265], [8.621164510244638, 49.43396393804257], [8.621394819597342, 49.434224628818924], [8.622204067622265, 49.435144042243266], [8.622308640876707, 49.435278984473726], [8.62240633583352, 49.43541165540706], [8.622521162487304, 49.435594556086606], [8.622618684106278, 49.43574997453117], [8.62271972198926, 49.43591457922332], [8.622831067750983, 49.4361020466579], [8.622925112036283, 49.43622553935749], [8.623036758904933, 49.436355916532875], [8.62330998375902, 49.436631225136935], [8.626134288416175, 49.439394089102294], [8.626742601257817, 49.43999803254794], [8.626615552230351, 49.440058941054325], [8.626819024315887, 49.44026460185563], [8.627350869277107, 49.440826477675294], [8.628012205305332, 49.441569943932514], [8.628210864348155, 49.441975913357176], [8.628703206961422, 49.443115266628084], [8.629367204762989, 49.44301821811505], [8.630452641258248, 49.44287908556467], [8.63160135921299, 49.44272000472508], [8.632701816218082, 49.44252397885715], [8.633858013499763, 49.44234206117576], [8.63498342037129, 49.4421256830382], [8.636077514832884, 49.441892923553276], [8.637172217290546, 49.44163057122461], [8.63821158354718, 49.44133575255185], [8.639304604469842, 49.440979692332355], [8.64031031898045, 49.44060688950667], [8.641292110942201, 49.44020414947298], [8.642246278921972, 49.43978522366636], [8.642564505592631, 49.43963488550344], [8.642609642812277, 49.43960966821954], [8.643148873323758, 49.4393087700146], [8.643741100975118, 49.4389438355535], [8.644167684536372, 49.43862316540062], [8.644754201319396, 49.438187345878234], [8.645158674605616, 49.43785141163603], [8.645487770874517, 49.43760425903086], [8.645785526649329, 49.43734549594807], [8.646016070053031, 49.43713211283202], [8.646193281704413, 49.43697323746296], [8.646551777399706, 49.436625734026016], [8.647218232937107, 49.43687844945616], [8.648203719759653, 49.43725207071278], [8.648968391804093, 49.437693357189296], [8.648861863028577, 49.437784656425784], [8.64905348073986, 49.43786561699871], [8.653059624802522, 49.43923926193478], [8.655284447453544, 49.43999111070241], [8.656308118160924, 49.43860570533526], [8.65700321504892, 49.438757831782624], [8.658267427811264, 49.43903868184467], [8.65838522094726, 49.43887250626814], [8.660460371535072, 49.43928546810275], [8.661734864900318, 49.43953844402838], [8.662373773525458, 49.4396636677772], [8.662438693558782, 49.439688854256296], [8.662636574407886, 49.4396855638326], [8.663046328604068, 49.43962983833991], [8.663237663025432, 49.43985733828193], [8.663244907833317, 49.43994754276371], [8.663493560263413, 49.43994089966378], [8.665214193947163, 49.44022659879197], [8.66534394335596, 49.44026662406046], [8.665403442762338, 49.440275872122285], [8.665450855117705, 49.440299836908615], [8.665515738432067, 49.44034902907302], [8.665649190371743, 49.44050393921936], [8.665677164491479, 49.44053642889628], [8.66593992836841, 49.440668235621956], [8.66622649786564, 49.44075801408704], [8.666556830232288, 49.4408040586488], [8.666963037709213, 49.44081650876961], [8.667034703503552, 49.440823866105745], [8.667082907955828, 49.44082882617142], [8.668168701693084, 49.44107567381655], [8.668844059971088, 49.44122393043995], [8.6699649692845, 49.441469980229506], [8.670159163022005, 49.441482677416275], [8.670207487780951, 49.44148012573959], [8.670352751642731, 49.441472480408756], [8.670563030501896, 49.44142945408497], [8.670680744487537, 49.441372743373755], [8.670738965464583, 49.44134047335977], [8.670966074980683, 49.44121459677292], [8.671574611430138, 49.44083393322009], [8.672341102870602, 49.44112473726807], [8.672740469361965, 49.44132628448907], [8.672860499232932, 49.44125280253501], [8.67329304546102, 49.44150398586316], [8.674776685294347, 49.44196807016367], [8.675184804846278, 49.44203530298269], [8.676096687551425, 49.44219862713495], [8.676932973271756, 49.44234860931166], [8.677206694990415, 49.44249412927386], [8.678334337540893, 49.44262422575573], [8.678358687608148, 49.44259219951297], [8.679192103523778, 49.44269782126757], [8.679113194668293, 49.44301967535399], [8.679670096535935, 49.44313271151212], [8.680392860797868, 49.443482680540654], [8.680795583845878, 49.44353431736142], [8.681244205988483, 49.4436749223481], [8.68165736133515, 49.44369233217283], [8.682116165836527, 49.44377353220876], [8.682334698940863, 49.4438620672229], [8.682677077424337, 49.443970901465576], [8.682964267108567, 49.44400001415635], [8.683495677287578, 49.443878014077484], [8.683887170533236, 49.44376768243253], [8.684299818671164, 49.44367098057909], [8.684607193200742, 49.44354036711668], [8.684959875843536, 49.44335475525136], [8.68544625519083, 49.4433286535475], [8.685572220412682, 49.44331928154063], [8.686065164622763, 49.44321335596457], [8.686799399609615, 49.44304756399939], [8.687362671871552, 49.44300763932901], [8.687569339055573, 49.443034544004284], [8.687857226632435, 49.4432119100874], [8.689369875502253, 49.44326281943772], [8.6904963471033, 49.443236165199544], [8.691243882457998, 49.443649879794485], [8.691706815344913, 49.44384515363079], [8.692166294505363, 49.44401756926106], [8.692733670007119, 49.44411681707626], [8.693686240977845, 49.444206019174665], [8.695515143986311, 49.44458551488881], [8.695966532018241, 49.44455486929399], [8.696436083320666, 49.44466570604895], [8.69686411572746, 49.444865625898515], [8.698009479429038, 49.44502516121281], [8.7004409104113, 49.445473945498655], [8.702234817298288, 49.44581917132574], [8.70322585936233, 49.445919727452036], [8.7039893306779, 49.446000173841725], [8.704486475223911, 49.44602185469027], [8.705378586096307, 49.44592405304254], [8.706043301829991, 49.445872422455494], [8.706732755195004, 49.44585718132795], [8.707526862449326, 49.44589038666634], [8.708062118432897, 49.4459479393683], [8.708957788903733, 49.44615627974421], [8.709325059185137, 49.44619766260564], [8.709412032063721, 49.44664726813717], [8.709467109875533, 49.44750086387925], [8.709519440455127, 49.447724618368376], [8.710697300397673, 49.44901261367878], [8.711382701844252, 49.449483312799046], [8.711711819683654, 49.449847744684355], [8.711922809074705, 49.450062448674466], [8.71206319909306, 49.45018111757017], [8.712221173811574, 49.45026324767131], [8.712618124724111, 49.450635392427216], [8.71290726467182, 49.451188363109864], [8.712981287579751, 49.451336909163295], [8.71307971838412, 49.45141447378285], [8.713447867993377, 49.45154665845097], [8.713728783805042, 49.451763511183344], [8.714027180030568, 49.451964305528186], [8.714395725833064, 49.4521719285858], [8.714813066927675, 49.452338303124286], [8.715174206807832, 49.45242021033592], [8.71564694047204, 49.45238297420099], [8.716368095326946, 49.452290604053026], [8.716994704381282, 49.452186943340564], [8.717414774531466, 49.45211774705999], [8.717827734460386, 49.452039536981445], [8.718324485646962, 49.45182854853954], [8.718988743681892, 49.45148238454041], [8.719614225849948, 49.451065530528616], [8.720085922202998, 49.45074478061561], [8.720491429219543, 49.450545345325345], [8.721022749839214, 49.45023821904449], [8.721441507627231, 49.44981474870144], [8.721696065578033, 49.44950344436655], [8.721853067158795, 49.44934548430904], [8.722077394459406, 49.44918507730749], [8.722459114437617, 49.44901650248428], [8.72289669577966, 49.44882055375378], [8.723635178263086, 49.44857910681298], [8.724195249601495, 49.4484516813319], [8.725437787045019, 49.4482060268297], [8.726438534399387, 49.44821342638415], [8.730014951393912, 49.44837315206224], [8.73274789950688, 49.44856876178417], [8.734623404273782, 49.448829957549094], [8.735151747466734, 49.44895579336858], [8.735798993844035, 49.44912729584981], [8.736540890370904, 49.44924182958949], [8.736852314065297, 49.44923741146224], [8.737083385369507, 49.44917140149137], [8.73731787372624, 49.44905963262528], [8.738007636660436, 49.44842325884541], [8.738431244096963, 49.44801726905794], [8.739212270074965, 49.44694051365243], [8.739205554802105, 49.44638590700474], [8.745700036996707, 49.446891195624566], [8.745741843199728, 49.44741845341147], [8.745853533956732, 49.44814196316376], [8.745807897349957, 49.44837923903334], [8.74574832021293, 49.448673664986764], [8.745681207888001, 49.44882438935472], [8.745437137161252, 49.449085415902964], [8.745025518191305, 49.44947698483955], [8.744778010605216, 49.44976092146642], [8.744719507142571, 49.45003305077217], [8.74472401750276, 49.45027771370868], [8.74455649836413, 49.45042885436738], [8.744718593132475, 49.45068465013696], [8.744870618120684, 49.45102279897133], [8.745585656520893, 49.451991121435036], [8.745966475812512, 49.452626208440044], [8.746235174900086, 49.453233982455295], [8.746201256771354, 49.453499249189655], [8.746118010547299, 49.45370056169293], [8.74602530169937, 49.454160259396225], [8.745942744113876, 49.45452162884822], [8.745911803561011, 49.45469086323741], [8.74597524730047, 49.454770850485545], [8.74606329243698, 49.45489637901407], [8.746077917571121, 49.455054119019074], [8.74608267002463, 49.455362808038636], [8.746052404036787, 49.4556418268834], [8.74589513078825, 49.45575405284974], [8.745388213375636, 49.45597431195013], [8.74510131038227, 49.456082203687046], [8.744954251530388, 49.4560893452817], [8.744775599116231, 49.45606899147801], [8.744628534146607, 49.45610121047182], [8.74443619678397, 49.456167860738105], [8.74405132670836, 49.4562827292944], [8.743557725517999, 49.45635212910682], [8.743049689086558, 49.45633454988608], [8.742569727909888, 49.45632845446798], [8.742048115142016, 49.45640012416792], [8.741841776856297, 49.45647815344161], [8.741807125864183, 49.4565627722241], [8.741745984661476, 49.45704070648872], [8.741674440402454, 49.45755755643243], [8.741969476076244, 49.45776977538158], [8.74264330742273, 49.4580796852648], [8.743120620190924, 49.45830534931039], [8.743240110817704, 49.45837834749483], [8.743219480932288, 49.45849725941912], [8.743335806615667, 49.45864794853013], [8.744315121543469, 49.45915866288257], [8.744883778408058, 49.459434425253825], [8.745234676939834, 49.45957105782209], [8.745469498577656, 49.45961410274757], [8.746352128834387, 49.459567037423504], [8.747833417908248, 49.45944133431699], [8.748992231454004, 49.45925197547974], [8.750091403701731, 49.45907192083963], [8.750438204111784, 49.458958119439465], [8.751580043654029, 49.45920424063625], [8.753098800162427, 49.45954835473914], [8.753986397570781, 49.45969266244218], [8.754704895544817, 49.459641945994655], [8.754686181075966, 49.45946828655389]]], "type": "Polygon"}, "id": "40", "properties": {"Name": "Heidelberg", "Schl\u00fcssel": "08221"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_e989f2cd7ba1755d1f63dba8812efcd6_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_e989f2cd7ba1755d1f63dba8812efcd6 = L.geoJson(null, {
onEachFeature: geo_json_e989f2cd7ba1755d1f63dba8812efcd6_onEachFeature,
});
function geo_json_e989f2cd7ba1755d1f63dba8812efcd6_add (data) {
geo_json_e989f2cd7ba1755d1f63dba8812efcd6
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_e989f2cd7ba1755d1f63dba8812efcd6_add({"features": [{"geometry": {"coordinates": [8.7474619, 49.4317711], "type": "Point"}, "id": "475", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131711, "stop_lat": 49.4317711, "stop_lon": 8.7474619, "stop_name": "Kreuzgrundweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7053761, 49.4317889], "type": "Point"}, "id": "1990", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 640911, "stop_lat": 49.4317889, "stop_lon": 8.7053761, "stop_name": "Turnerbrunnen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6822439, 49.4343531], "type": "Point"}, "id": "126", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113301, "stop_lat": 49.4343531, "stop_lon": 8.6822439, "stop_name": "Burgstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7490881, 49.4346281], "type": "Point"}, "id": "523", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 136411, "stop_lat": 49.4346281, "stop_lon": 8.7490881, "stop_name": "Peterstaler Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7492139, 49.4346861], "type": "Point"}, "id": "524", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 136412, "stop_lat": 49.4346861, "stop_lon": 8.7492139, "stop_name": "Peterstaler Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68202, 49.4349719], "type": "Point"}, "id": "127", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113302, "stop_lat": 49.4349719, "stop_lon": 8.68202, "stop_name": "Burgstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7519889, 49.4375539], "type": "Point"}, "id": "459", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131011, "stop_lat": 49.4375539, "stop_lon": 8.7519889, "stop_name": "Gr\u00fcner Baum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7520611, 49.4377531], "type": "Point"}, "id": "460", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131012, "stop_lat": 49.4377531, "stop_lon": 8.7520611, "stop_name": "Gr\u00fcner Baum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7537139, 49.4441019], "type": "Point"}, "id": "479", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131911, "stop_lat": 49.4441019, "stop_lon": 8.7537139, "stop_name": "L\u00f6wen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7541539, 49.4446281], "type": "Point"}, "id": "480", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131912, "stop_lat": 49.4446281, "stop_lon": 8.7541539, "stop_name": "L\u00f6wen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7532739, 49.4482261], "type": "Point"}, "id": "493", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132611, "stop_lat": 49.4482261, "stop_lon": 8.7532739, "stop_name": "Schweizertalstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7533819, 49.44836], "type": "Point"}, "id": "494", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132612, "stop_lat": 49.44836, "stop_lon": 8.7533819, "stop_name": "Schweizertalstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7541539, 49.4498261], "type": "Point"}, "id": "468", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131411, "stop_lat": 49.4498261, "stop_lon": 8.7541539, "stop_name": "Heidebuckelweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7544239, 49.4503569], "type": "Point"}, "id": "469", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131412, "stop_lat": 49.4503569, "stop_lon": 8.7544239, "stop_name": "Heidebuckelweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7511811, 49.4527231], "type": "Point"}, "id": "556", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 168111, "stop_lat": 49.4527231, "stop_lon": 8.7511811, "stop_name": "Wendestelle Hbw"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7513519, 49.4590231], "type": "Point"}, "id": "478", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131812, "stop_lat": 49.4590231, "stop_lon": 8.7513519, "stop_name": "Langer Kirschbaum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7512439, 49.4590761], "type": "Point"}, "id": "477", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131811, "stop_lat": 49.4590761, "stop_lon": 8.7512439, "stop_name": "Langer Kirschbaum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7277261, 49.4182681], "type": "Point"}, "id": "464", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131212, "stop_lat": 49.4182681, "stop_lon": 8.7277261, "stop_name": "Hausackerweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7636411, 49.4184719], "type": "Point"}, "id": "521", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 134911, "stop_lat": 49.4184719, "stop_lon": 8.7636411, "stop_name": "Schulbergweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.763515, 49.418525], "type": "Point"}, "id": "522", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 134912, "stop_lat": 49.418525, "stop_lon": 8.763515, "stop_name": "Schulbergweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6907239, 49.4185311], "type": "Point"}, "id": "332", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123321, "stop_lat": 49.4185311, "stop_lon": 8.6907239, "stop_name": "Ku\u00dfmaulstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6905539, 49.4190039], "type": "Point"}, "id": "333", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123322, "stop_lat": 49.4190039, "stop_lon": 8.6905539, "stop_name": "Ku\u00dfmaulstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.73546, 49.4191789], "type": "Point"}, "id": "496", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132712, "stop_lat": 49.4191789, "stop_lon": 8.73546, "stop_name": "Stift Neuburg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7568039, 49.4192611], "type": "Point"}, "id": "488", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132312, "stop_lat": 49.4192611, "stop_lon": 8.7568039, "stop_name": "Neckarschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7568131, 49.4192669], "type": "Point"}, "id": "487", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132311, "stop_lat": 49.4192669, "stop_lon": 8.7568131, "stop_name": "Neckarschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7352269, 49.41932], "type": "Point"}, "id": "495", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132711, "stop_lat": 49.41932, "stop_lon": 8.7352269, "stop_name": "Stift Neuburg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7609989, 49.4195419], "type": "Point"}, "id": "351", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124812, "stop_lat": 49.4195419, "stop_lon": 8.7609989, "stop_name": "Ziegelhausen Friedhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.76082, 49.4196939], "type": "Point"}, "id": "350", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124811, "stop_lat": 49.4196939, "stop_lon": 8.76082, "stop_name": "Ziegelhausen Friedhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7291269, 49.4201489], "type": "Point"}, "id": "461", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131111, "stop_lat": 49.4201489, "stop_lon": 8.7291269, "stop_name": "Haarla\u00df"}, "type": "Feature"}, {"geometry": {"coordinates": [8.730295, 49.4202081], "type": "Point"}, "id": "462", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131112, "stop_lat": 49.4202081, "stop_lon": 8.730295, "stop_name": "Haarla\u00df"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7596611, 49.42067], "type": "Point"}, "id": "166", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114811, "stop_lat": 49.42067, "stop_lon": 8.7596611, "stop_name": "Sch\u00f6nauer Abtweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7597961, 49.4206811], "type": "Point"}, "id": "167", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114812, "stop_lat": 49.4206811, "stop_lon": 8.7597961, "stop_name": "Sch\u00f6nauer Abtweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7608919, 49.42116], "type": "Point"}, "id": "95", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 111712, "stop_lat": 49.42116, "stop_lon": 8.7608919, "stop_name": "Karl-Christ-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7608561, 49.4211719], "type": "Point"}, "id": "94", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 111711, "stop_lat": 49.4211719, "stop_lon": 8.7608561, "stop_name": "Karl-Christ-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6890619, 49.4215581], "type": "Point"}, "id": "304", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122521, "stop_lat": 49.4215581, "stop_lon": 8.6890619, "stop_name": "Blumenthalstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6889461, 49.4220719], "type": "Point"}, "id": "305", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122522, "stop_lat": 49.4220719, "stop_lon": 8.6889461, "stop_name": "Blumenthalstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.70587, 49.42213], "type": "Point"}, "id": "1993", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 647211, "stop_lat": 49.42213, "stop_lon": 8.70587, "stop_name": "Heiligenberg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7546031, 49.4221769], "type": "Point"}, "id": "498", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132812, "stop_lat": 49.4221769, "stop_lon": 8.7546031, "stop_name": "Steinbacher Tal"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7604961, 49.4221831], "type": "Point"}, "id": "90", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 110911, "stop_lat": 49.4221831, "stop_lon": 8.7604961, "stop_name": "Moselbrunnenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7537861, 49.4225339], "type": "Point"}, "id": "497", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132811, "stop_lat": 49.4225339, "stop_lon": 8.7537861, "stop_name": "Steinbacher Tal"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7606939, 49.4225511], "type": "Point"}, "id": "91", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 110912, "stop_lat": 49.4225511, "stop_lon": 8.7606939, "stop_name": "Moselbrunnenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7640811, 49.4225739], "type": "Point"}, "id": "92", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 111611, "stop_lat": 49.4225739, "stop_lon": 8.7640811, "stop_name": "Klingenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7564, 49.4226269], "type": "Point"}, "id": "87", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 110712, "stop_lat": 49.4226269, "stop_lon": 8.7564, "stop_name": "Hirtenbrunnenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7563369, 49.4226331], "type": "Point"}, "id": "86", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 110711, "stop_lat": 49.4226331, "stop_lon": 8.7563369, "stop_name": "Hirtenbrunnenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7641619, 49.422715], "type": "Point"}, "id": "93", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 111612, "stop_lat": 49.422715, "stop_lon": 8.7641619, "stop_name": "Klingenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.760245, 49.4228961], "type": "Point"}, "id": "88", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 110811, "stop_lat": 49.4228961, "stop_lon": 8.760245, "stop_name": "Am B\u00e4chenbuckel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7428269, 49.4231239], "type": "Point"}, "id": "456", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130811, "stop_lat": 49.4231239, "stop_lon": 8.7428269, "stop_name": "K\u00f6pfel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7607481, 49.4231589], "type": "Point"}, "id": "89", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 110812, "stop_lat": 49.4231589, "stop_lon": 8.7607481, "stop_name": "Am B\u00e4chenbuckel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6790281, 49.4233169], "type": "Point"}, "id": "507", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 133301, "stop_lat": 49.4233169, "stop_lon": 8.6790281, "stop_name": "Heiligenbergschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6797019, 49.4236381], "type": "Point"}, "id": "508", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 133302, "stop_lat": 49.4236381, "stop_lon": 8.6797019, "stop_name": "Heiligenbergschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7578461, 49.423895], "type": "Point"}, "id": "84", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 110611, "stop_lat": 49.423895, "stop_lon": 8.7578461, "stop_name": "Schleifengrundweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7578189, 49.4239011], "type": "Point"}, "id": "85", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 110612, "stop_lat": 49.4239011, "stop_lon": 8.7578189, "stop_name": "Schleifengrundweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6870769, 49.4247311], "type": "Point"}, "id": "129", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113521, "stop_lat": 49.4247311, "stop_lon": 8.6870769, "stop_name": "Kapellenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6863669, 49.4250519], "type": "Point"}, "id": "130", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113522, "stop_lat": 49.4250519, "stop_lon": 8.6863669, "stop_name": "Kapellenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7519, 49.4252739], "type": "Point"}, "id": "484", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132112, "stop_lat": 49.4252739, "stop_lon": 8.7519, "stop_name": "M\u00fchldamm"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7515489, 49.4253619], "type": "Point"}, "id": "483", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132111, "stop_lat": 49.4253619, "stop_lon": 8.7515489, "stop_name": "M\u00fchldamm"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7467069, 49.4260981], "type": "Point"}, "id": "482", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132012, "stop_lat": 49.4260981, "stop_lon": 8.7467069, "stop_name": "Mittlerer Rainweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.74659, 49.4261331], "type": "Point"}, "id": "481", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132011, "stop_lat": 49.4261331, "stop_lon": 8.74659, "stop_name": "Mittlerer Rainweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7597781, 49.4263319], "type": "Point"}, "id": "83", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 110411, "stop_lat": 49.4263319, "stop_lon": 8.7597781, "stop_name": "Hirtenaue"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6830531, 49.4273719], "type": "Point"}, "id": "133", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 113603, "stop_lat": 49.4273719, "stop_lon": 8.6830531, "stop_name": "Hans-Thoma-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6829269, 49.4274419], "type": "Point"}, "id": "131", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113601, "stop_lat": 49.4274419, "stop_lon": 8.6829269, "stop_name": "Hans-Thoma-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6855861, 49.4276869], "type": "Point"}, "id": "1984", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 640411, "stop_lat": 49.4276869, "stop_lon": 8.6855861, "stop_name": "Tiefburg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6860711, 49.4277161], "type": "Point"}, "id": "1985", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 640412, "stop_lat": 49.4277161, "stop_lon": 8.6860711, "stop_name": "Tiefburg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7495369, 49.4279619], "type": "Point"}, "id": "457", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 130911, "stop_lat": 49.4279619, "stop_lon": 8.7495369, "stop_name": "F\u00fcrstendamm"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6841669, 49.4279789], "type": "Point"}, "id": "134", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 113613, "stop_lat": 49.4279789, "stop_lon": 8.6841669, "stop_name": "Hans-Thoma-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6833039, 49.4279911], "type": "Point"}, "id": "132", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113602, "stop_lat": 49.4279911, "stop_lon": 8.6833039, "stop_name": "Hans-Thoma-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6826569, 49.42816], "type": "Point"}, "id": "135", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 113614, "stop_lat": 49.42816, "stop_lon": 8.6826569, "stop_name": "Hans-Thoma-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68758, 49.4281661], "type": "Point"}, "id": "2049", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 682712, "stop_lat": 49.4281661, "stop_lon": 8.68758, "stop_name": "Erich-H\u00fcbner-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6874989, 49.4284581], "type": "Point"}, "id": "2048", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 682711, "stop_lat": 49.4284581, "stop_lon": 8.6874989, "stop_name": "Erich-H\u00fcbner-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7495369, 49.4286281], "type": "Point"}, "id": "458", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130912, "stop_lat": 49.4286281, "stop_lon": 8.7495369, "stop_name": "F\u00fcrstendamm"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6938139, 49.4297089], "type": "Point"}, "id": "1988", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 640712, "stop_lat": 49.4297089, "stop_lon": 8.6938139, "stop_name": "Heiligenbergstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6978389, 49.429825], "type": "Point"}, "id": "1989", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 640812, "stop_lat": 49.429825, "stop_lon": 8.6978389, "stop_name": "Waldweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6824869, 49.4298719], "type": "Point"}, "id": "124", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113221, "stop_lat": 49.4298719, "stop_lon": 8.6824869, "stop_name": "Biethsstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6994381, 49.4300531], "type": "Point"}, "id": "236", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118812, "stop_lat": 49.4300531, "stop_lon": 8.6994381, "stop_name": "Im Neulich"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7467339, 49.4301531], "type": "Point"}, "id": "492", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132512, "stop_lat": 49.4301531, "stop_lon": 8.7467339, "stop_name": "Rainweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.74677, 49.4302169], "type": "Point"}, "id": "491", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132511, "stop_lat": 49.4302169, "stop_lon": 8.74677, "stop_name": "Rainweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6879661, 49.4302289], "type": "Point"}, "id": "1987", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 640512, "stop_lat": 49.4302289, "stop_lon": 8.6879661, "stop_name": "Bachlenz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6910031, 49.4302581], "type": "Point"}, "id": "2047", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 682612, "stop_lat": 49.4302581, "stop_lon": 8.6910031, "stop_name": "Rollo\u00dfweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6879839, 49.4303569], "type": "Point"}, "id": "1986", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 640511, "stop_lat": 49.4303569, "stop_lon": 8.6879839, "stop_name": "Bachlenz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6925839, 49.4306669], "type": "Point"}, "id": "2046", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 682511, "stop_lat": 49.4306669, "stop_lon": 8.6925839, "stop_name": "Am Zapfenberg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6825139, 49.4306781], "type": "Point"}, "id": "125", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113222, "stop_lat": 49.4306781, "stop_lon": 8.6825139, "stop_name": "Biethsstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.69783, 49.4309881], "type": "Point"}, "id": "1992", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 641111, "stop_lat": 49.4309881, "stop_lon": 8.69783, "stop_name": "M\u00fchltalstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7010369, 49.43152], "type": "Point"}, "id": "1991", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 641011, "stop_lat": 49.43152, "stop_lon": 8.7010369, "stop_name": "Bahofweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7476511, 49.4316131], "type": "Point"}, "id": "476", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131712, "stop_lat": 49.4316131, "stop_lon": 8.7476511, "stop_name": "Kreuzgrundweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7041361, 49.3803439], "type": "Point"}, "id": "69", "properties": {"location_type": 0, "platform_code": "V1", "stop_id": 102342, "stop_lat": 49.3803439, "stop_lon": 8.7041361, "stop_name": "Forstquelle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6878861, 49.38035], "type": "Point"}, "id": "400", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127622, "stop_lat": 49.38035, "stop_lon": 8.6878861, "stop_name": "Rohrbach Markt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.687185, 49.38049], "type": "Point"}, "id": "398", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 127612, "stop_lat": 49.38049, "stop_lon": 8.687185, "stop_name": "Rohrbach Markt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6872661, 49.38052], "type": "Point"}, "id": "397", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 127611, "stop_lat": 49.38052, "stop_lon": 8.6872661, "stop_name": "Rohrbach Markt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6882989, 49.3805311], "type": "Point"}, "id": "399", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127621, "stop_lat": 49.3805311, "stop_lon": 8.6882989, "stop_name": "Rohrbach Markt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7045131, 49.3805661], "type": "Point"}, "id": "70", "properties": {"location_type": 0, "platform_code": "V2", "stop_id": 102343, "stop_lat": 49.3805661, "stop_lon": 8.7045131, "stop_name": "Forstquelle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6821539, 49.3819411], "type": "Point"}, "id": "1969", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 614011, "stop_lat": 49.3819411, "stop_lon": 8.6821539, "stop_name": "Quartier am Turm"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6821269, 49.382005], "type": "Point"}, "id": "1970", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614012, "stop_lat": 49.382005, "stop_lon": 8.6821269, "stop_name": "Quartier am Turm"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6903919, 49.383245], "type": "Point"}, "id": "375", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126322, "stop_lat": 49.383245, "stop_lon": 8.6903919, "stop_name": "Eichendorffplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6792711, 49.3834089], "type": "Point"}, "id": "1768", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 336812, "stop_lat": 49.3834089, "stop_lon": 8.6792711, "stop_name": "Rohrbach NVZ"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6904639, 49.3836369], "type": "Point"}, "id": "374", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 126321, "stop_lat": 49.3836369, "stop_lon": 8.6904639, "stop_name": "Eichendorffplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7098489, 49.3837831], "type": "Point"}, "id": "1435", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 254111, "stop_lat": 49.3837831, "stop_lon": 8.7098489, "stop_name": "EMBL"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6821181, 49.3838], "type": "Point"}, "id": "2061", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 695911, "stop_lat": 49.3838, "stop_lon": 8.6821181, "stop_name": "Im Bosseldorn"}, "type": "Feature"}, {"geometry": {"coordinates": [8.682145, 49.3838061], "type": "Point"}, "id": "2063", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 695914, "stop_lat": 49.3838061, "stop_lon": 8.682145, "stop_name": "Im Bosseldorn"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6814811, 49.3841919], "type": "Point"}, "id": "2062", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 695912, "stop_lat": 49.3841919, "stop_lon": 8.6814811, "stop_name": "Im Bosseldorn"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7335831, 49.3846311], "type": "Point"}, "id": "227", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118212, "stop_lat": 49.3846311, "stop_lon": 8.7335831, "stop_name": "Posseltslust"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7334569, 49.3846481], "type": "Point"}, "id": "226", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118211, "stop_lat": 49.3846481, "stop_lon": 8.7334569, "stop_name": "Posseltslust"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68643, 49.3859989], "type": "Point"}, "id": "402", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127712, "stop_lat": 49.3859989, "stop_lon": 8.68643, "stop_name": "Saarstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6905089, 49.38611], "type": "Point"}, "id": "391", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127322, "stop_lat": 49.38611, "stop_lon": 8.6905089, "stop_name": "Markscheide"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6865831, 49.38611], "type": "Point"}, "id": "401", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127711, "stop_lat": 49.38611, "stop_lon": 8.6865831, "stop_name": "Saarstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6904911, 49.3871861], "type": "Point"}, "id": "390", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127321, "stop_lat": 49.3871861, "stop_lon": 8.6904911, "stop_name": "Markscheide"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7311661, 49.3880869], "type": "Point"}, "id": "141", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114012, "stop_lat": 49.3880869, "stop_lon": 8.7311661, "stop_name": "Alter Kohlhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7311481, 49.388385], "type": "Point"}, "id": "140", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114011, "stop_lat": 49.388385, "stop_lon": 8.7311481, "stop_name": "Alter Kohlhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7076581, 49.3888939], "type": "Point"}, "id": "201", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116712, "stop_lat": 49.3888939, "stop_lon": 8.7076581, "stop_name": "MPI Kernphysik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.70737, 49.3890281], "type": "Point"}, "id": "200", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116711, "stop_lat": 49.3890281, "stop_lon": 8.70737, "stop_name": "MPI Kernphysik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.73511, 49.38935], "type": "Point"}, "id": "205", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116912, "stop_lat": 49.38935, "stop_lon": 8.73511, "stop_name": "Kohlhof Fachklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7352361, 49.3895719], "type": "Point"}, "id": "204", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116911, "stop_lat": 49.3895719, "stop_lon": 8.7352361, "stop_name": "Kohlhof Fachklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6903469, 49.3898761], "type": "Point"}, "id": "231", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118522, "stop_lat": 49.3898761, "stop_lon": 8.6903469, "stop_name": "HD Rheinstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6859989, 49.3898819], "type": "Point"}, "id": "216", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117712, "stop_lat": 49.3898819, "stop_lon": 8.6859989, "stop_name": "Nansenstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7052589, 49.3898819], "type": "Point"}, "id": "153", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114511, "stop_lat": 49.3898819, "stop_lon": 8.7052589, "stop_name": "Bierhelderhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6861881, 49.3899519], "type": "Point"}, "id": "215", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117711, "stop_lat": 49.3899519, "stop_lon": 8.6861881, "stop_name": "Nansenstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6903469, 49.3899989], "type": "Point"}, "id": "230", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118521, "stop_lat": 49.3899989, "stop_lon": 8.6903469, "stop_name": "HD Rheinstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.705115, 49.390145], "type": "Point"}, "id": "154", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114512, "stop_lat": 49.390145, "stop_lon": 8.705115, "stop_name": "Bierhelderhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7052139, 49.3901569], "type": "Point"}, "id": "155", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 114513, "stop_lat": 49.3901569, "stop_lon": 8.7052139, "stop_name": "Bierhelderhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6902119, 49.3921211], "type": "Point"}, "id": "145", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114322, "stop_lat": 49.3921211, "stop_lon": 8.6902119, "stop_name": "Bethanienkrankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6902211, 49.392595], "type": "Point"}, "id": "144", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114321, "stop_lat": 49.392595, "stop_lon": 8.6902211, "stop_name": "Bethanienkrankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6865739, 49.3935711], "type": "Point"}, "id": "180", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115511, "stop_lat": 49.3935711, "stop_lon": 8.6865739, "stop_name": "Feuerbachstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68643, 49.393595], "type": "Point"}, "id": "181", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 115512, "stop_lat": 49.393595, "stop_lon": 8.68643, "stop_name": "Feuerbachstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7085561, 49.3937819], "type": "Point"}, "id": "242", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119112, "stop_lat": 49.3937819, "stop_lon": 8.7085561, "stop_name": "K\u00fchruhweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7086639, 49.3938339], "type": "Point"}, "id": "241", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119111, "stop_lat": 49.3938339, "stop_lon": 8.7086639, "stop_name": "K\u00fchruhweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.689925, 49.3954419], "type": "Point"}, "id": "142", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114121, "stop_lat": 49.3954419, "stop_lon": 8.689925, "stop_name": "Bergfriedhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.709355, 49.3955481], "type": "Point"}, "id": "2066", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 713512, "stop_lat": 49.3955481, "stop_lon": 8.709355, "stop_name": "Speyererhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6898531, 49.3956531], "type": "Point"}, "id": "143", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114122, "stop_lat": 49.3956531, "stop_lon": 8.6898531, "stop_name": "Bergfriedhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6970211, 49.3960619], "type": "Point"}, "id": "232", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118611, "stop_lat": 49.3960619, "stop_lon": 8.6970211, "stop_name": "Rohrbacher Grenzweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6969589, 49.3961961], "type": "Point"}, "id": "233", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118612, "stop_lat": 49.3961961, "stop_lon": 8.6969589, "stop_name": "Rohrbacher Grenzweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7237189, 49.3965061], "type": "Point"}, "id": "212", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117511, "stop_lat": 49.3965061, "stop_lon": 8.7237189, "stop_name": "MPI Astronomie"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6791539, 49.3968339], "type": "Point"}, "id": "168", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 114911, "stop_lat": 49.3968339, "stop_lon": 8.6791539, "stop_name": "Rudolf-Diesel-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6790819, 49.396875], "type": "Point"}, "id": "170", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114921, "stop_lat": 49.396875, "stop_lon": 8.6790819, "stop_name": "Rudolf-Diesel-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6949011, 49.396875], "type": "Point"}, "id": "537", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 145511, "stop_lat": 49.396875, "stop_lon": 8.6949011, "stop_name": "Steigerweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6947311, 49.3969389], "type": "Point"}, "id": "538", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 145512, "stop_lat": 49.3969389, "stop_lon": 8.6947311, "stop_name": "Steigerweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7054119, 49.4130781], "type": "Point"}, "id": "211", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 117414, "stop_lat": 49.4130781, "stop_lon": 8.7054119, "stop_name": "Marstallstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7449469, 49.4131781], "type": "Point"}, "id": "520", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 134512, "stop_lat": 49.4131781, "stop_lon": 8.7449469, "stop_name": "Wolfsbrunnensteige"}, "type": "Feature"}, {"geometry": {"coordinates": [8.743105, 49.4132361], "type": "Point"}, "id": "519", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 134412, "stop_lat": 49.4132361, "stop_lon": 8.743105, "stop_name": "Jettaweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7055639, 49.4132769], "type": "Point"}, "id": "210", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117412, "stop_lat": 49.4132769, "stop_lon": 8.7055639, "stop_name": "Marstallstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7059419, 49.413335], "type": "Point"}, "id": "209", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117411, "stop_lat": 49.413335, "stop_lon": 8.7059419, "stop_name": "Marstallstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6925119, 49.4133531], "type": "Point"}, "id": "2012", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 674111, "stop_lat": 49.4133531, "stop_lon": 8.6925119, "stop_name": "Theodor-Heuss-Br\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6910661, 49.4133939], "type": "Point"}, "id": "2013", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 674112, "stop_lat": 49.4133939, "stop_lon": 8.6910661, "stop_name": "Theodor-Heuss-Br\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.738425, 49.413405], "type": "Point"}, "id": "518", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 134112, "stop_lat": 49.413405, "stop_lon": 8.738425, "stop_name": "Rombachweg S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7086461, 49.413435], "type": "Point"}, "id": "139", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113912, "stop_lat": 49.413435, "stop_lon": 8.7086461, "stop_name": "Alte Br\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7755069, 49.4135111], "type": "Point"}, "id": "79", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 109111, "stop_lat": 49.4135111, "stop_lon": 8.7755069, "stop_name": "B\u00e4renbach S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.71073, 49.41361], "type": "Point"}, "id": "138", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113911, "stop_lat": 49.41361, "stop_lon": 8.71073, "stop_name": "Alte Br\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7167481, 49.4136739], "type": "Point"}, "id": "1974", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614311, "stop_lat": 49.4136739, "stop_lon": 8.7167481, "stop_name": "Herrenm\u00fchle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6943439, 49.413715], "type": "Point"}, "id": "303", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122412, "stop_lat": 49.413715, "stop_lon": 8.6943439, "stop_name": "Bergstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7710969, 49.4137561], "type": "Point"}, "id": "411", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128212, "stop_lat": 49.4137561, "stop_lon": 8.7710969, "stop_name": "Im Grund"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7131731, 49.4137619], "type": "Point"}, "id": "96", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 111912, "stop_lat": 49.4137619, "stop_lon": 8.7131731, "stop_name": "Neckarm\u00fcnzplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6943439, 49.4137681], "type": "Point"}, "id": "302", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122411, "stop_lat": 49.4137681, "stop_lon": 8.6943439, "stop_name": "Bergstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7176919, 49.4139081], "type": "Point"}, "id": "1975", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614313, "stop_lat": 49.4139081, "stop_lon": 8.7176919, "stop_name": "Herrenm\u00fchle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.77036, 49.4141539], "type": "Point"}, "id": "410", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 128211, "stop_lat": 49.4141539, "stop_lon": 8.77036, "stop_name": "Im Grund"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7642331, 49.41423], "type": "Point"}, "id": "80", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 109311, "stop_lat": 49.41423, "stop_lon": 8.7642331, "stop_name": "Gutleuthofweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7743569, 49.4146039], "type": "Point"}, "id": "77", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 108612, "stop_lat": 49.4146039, "stop_lon": 8.7743569, "stop_name": "B\u00e4renbach Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.72, 49.4150131], "type": "Point"}, "id": "197", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116611, "stop_lat": 49.4150131, "stop_lon": 8.72, "stop_name": "S-Bahnhof Altstadt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7366281, 49.4150419], "type": "Point"}, "id": "81", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 109411, "stop_lat": 49.4150419, "stop_lon": 8.7366281, "stop_name": "HITS"}, "type": "Feature"}, {"geometry": {"coordinates": [8.720135, 49.4150711], "type": "Point"}, "id": "198", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 116612, "stop_lat": 49.4150711, "stop_lon": 8.720135, "stop_name": "S-Bahnhof Altstadt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.72045, 49.4151], "type": "Point"}, "id": "199", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 116614, "stop_lat": 49.4151, "stop_lon": 8.72045, "stop_name": "S-Bahnhof Altstadt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7618081, 49.4152111], "type": "Point"}, "id": "424", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 128715, "stop_lat": 49.4152111, "stop_lon": 8.7618081, "stop_name": "S-Bahnhof Schlierbach/Ziegelhausen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.69209, 49.4152411], "type": "Point"}, "id": "366", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126021, "stop_lat": 49.4152411, "stop_lon": 8.69209, "stop_name": "Br\u00fcckenstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7089061, 49.4152639], "type": "Point"}, "id": "300", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122311, "stop_lat": 49.4152639, "stop_lon": 8.7089061, "stop_name": "Alte Br\u00fccke Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7092031, 49.4152811], "type": "Point"}, "id": "301", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122312, "stop_lat": 49.4152811, "stop_lon": 8.7092031, "stop_name": "Alte Br\u00fccke Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7478839, 49.4152989], "type": "Point"}, "id": "413", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128312, "stop_lat": 49.4152989, "stop_lon": 8.7478839, "stop_name": "J\u00e4gerhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7472369, 49.41534], "type": "Point"}, "id": "412", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 128311, "stop_lat": 49.41534, "stop_lon": 8.7472369, "stop_name": "J\u00e4gerhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7625719, 49.4153811], "type": "Point"}, "id": "420", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 128711, "stop_lat": 49.4153811, "stop_lon": 8.7625719, "stop_name": "S-Bahnhof Schlierbach/Ziegelhausen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7612419, 49.4153981], "type": "Point"}, "id": "422", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 128713, "stop_lat": 49.4153981, "stop_lon": 8.7612419, "stop_name": "S-Bahnhof Schlierbach/Ziegelhausen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7610439, 49.4154219], "type": "Point"}, "id": "423", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128714, "stop_lat": 49.4154219, "stop_lon": 8.7610439, "stop_name": "S-Bahnhof Schlierbach/Ziegelhausen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7344989, 49.4154389], "type": "Point"}, "id": "517", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 134011, "stop_lat": 49.4154389, "stop_lon": 8.7344989, "stop_name": "Villa Bosch"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7611339, 49.4155739], "type": "Point"}, "id": "421", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 128712, "stop_lat": 49.4155739, "stop_lon": 8.7611339, "stop_name": "S-Bahnhof Schlierbach/Ziegelhausen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7291, 49.41572], "type": "Point"}, "id": "425", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128811, "stop_lat": 49.41572, "stop_lon": 8.7291, "stop_name": "Carl-Bosch-Museum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7426019, 49.4157311], "type": "Point"}, "id": "417", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 128511, "stop_lat": 49.4157311, "stop_lon": 8.7426019, "stop_name": "Rombachweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6921169, 49.4157311], "type": "Point"}, "id": "367", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 126022, "stop_lat": 49.4157311, "stop_lon": 8.6921169, "stop_name": "Br\u00fcckenstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7420811, 49.4157611], "type": "Point"}, "id": "418", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128512, "stop_lat": 49.4157611, "stop_lon": 8.7420811, "stop_name": "Rombachweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7321731, 49.4158889], "type": "Point"}, "id": "82", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 110211, "stop_lat": 49.4158889, "stop_lon": 8.7321731, "stop_name": "Villa Schmeil"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7160031, 49.4159769], "type": "Point"}, "id": "194", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116111, "stop_lat": 49.4159769, "stop_lon": 8.7160031, "stop_name": "Hirschgasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7550531, 49.4160531], "type": "Point"}, "id": "408", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 128011, "stop_lat": 49.4160531, "stop_lon": 8.7550531, "stop_name": "Adler\u00fcberfahrt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7561219, 49.4161231], "type": "Point"}, "id": "409", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128012, "stop_lat": 49.4161231, "stop_lon": 8.7561219, "stop_name": "Adler\u00fcberfahrt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7169731, 49.4162919], "type": "Point"}, "id": "195", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116112, "stop_lat": 49.4162919, "stop_lon": 8.7169731, "stop_name": "Hirschgasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7655989, 49.41645], "type": "Point"}, "id": "513", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 133612, "stop_lat": 49.41645, "stop_lon": 8.7655989, "stop_name": "Kleingem\u00fcnder Stra\u00dfe Ost"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7655719, 49.4164739], "type": "Point"}, "id": "512", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 133611, "stop_lat": 49.4164739, "stop_lon": 8.7655719, "stop_name": "Kleingem\u00fcnder Stra\u00dfe Ost"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7610981, 49.4169119], "type": "Point"}, "id": "455", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130712, "stop_lat": 49.4169119, "stop_lon": 8.7610981, "stop_name": "Textilmuseum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7317139, 49.4171339], "type": "Point"}, "id": "419", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128611, "stop_lat": 49.4171339, "stop_lon": 8.7317139, "stop_name": "Teufelskanzelweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6911819, 49.4171811], "type": "Point"}, "id": "61", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 82911, "stop_lat": 49.4171811, "stop_lon": 8.6911819, "stop_name": "Lutherstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6908681, 49.4172861], "type": "Point"}, "id": "62", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 82912, "stop_lat": 49.4172861, "stop_lon": 8.6908681, "stop_name": "Lutherstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7492939, 49.4173389], "type": "Point"}, "id": "485", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132211, "stop_lat": 49.4173389, "stop_lon": 8.7492939, "stop_name": "Neckarhelle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68157, 49.4173439], "type": "Point"}, "id": "473", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131611, "stop_lat": 49.4173439, "stop_lon": 8.68157, "stop_name": "Wielandtstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68723, 49.4173561], "type": "Point"}, "id": "334", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123611, "stop_lat": 49.4173561, "stop_lon": 8.68723, "stop_name": "M\u00f6nchhofschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7525011, 49.4173561], "type": "Point"}, "id": "489", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132411, "stop_lat": 49.4173561, "stop_lon": 8.7525011, "stop_name": "Neuer Weg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6857211, 49.4174031], "type": "Point"}, "id": "335", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123612, "stop_lat": 49.4174031, "stop_lon": 8.6857211, "stop_name": "M\u00f6nchhofschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6820561, 49.4174439], "type": "Point"}, "id": "474", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131612, "stop_lat": 49.4174439, "stop_lon": 8.6820561, "stop_name": "Wielandtstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7529419, 49.41745], "type": "Point"}, "id": "490", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132412, "stop_lat": 49.41745, "stop_lon": 8.7529419, "stop_name": "Neuer Weg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7438961, 49.417455], "type": "Point"}, "id": "499", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 132911, "stop_lat": 49.417455, "stop_lon": 8.7438961, "stop_name": "Stiftsm\u00fchle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.748145, 49.4174669], "type": "Point"}, "id": "486", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132212, "stop_lat": 49.4174669, "stop_lon": 8.748145, "stop_name": "Neckarhelle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7440569, 49.4174789], "type": "Point"}, "id": "500", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 132912, "stop_lat": 49.4174789, "stop_lon": 8.7440569, "stop_name": "Stiftsm\u00fchle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7629939, 49.4174789], "type": "Point"}, "id": "472", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 131514, "stop_lat": 49.4174789, "stop_lon": 8.7629939, "stop_name": "Kleingem\u00fcnder Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7654639, 49.4175261], "type": "Point"}, "id": "534", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 144912, "stop_lat": 49.4175261, "stop_lon": 8.7654639, "stop_name": "Sch\u00f6nauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7626519, 49.4175311], "type": "Point"}, "id": "470", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131511, "stop_lat": 49.4175311, "stop_lon": 8.7626519, "stop_name": "Kleingem\u00fcnder Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.76285, 49.4175369], "type": "Point"}, "id": "471", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 131512, "stop_lat": 49.4175369, "stop_lon": 8.76285, "stop_name": "Kleingem\u00fcnder Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7654189, 49.417695], "type": "Point"}, "id": "533", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 144911, "stop_lat": 49.417695, "stop_lon": 8.7654189, "stop_name": "Sch\u00f6nauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7611881, 49.4178289], "type": "Point"}, "id": "467", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 131312, "stop_lat": 49.4178289, "stop_lon": 8.7611881, "stop_name": "Ziegelhausen Kirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7611881, 49.417835], "type": "Point"}, "id": "466", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131311, "stop_lat": 49.417835, "stop_lon": 8.7611881, "stop_name": "Ziegelhausen Kirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7590231, 49.4179289], "type": "Point"}, "id": "71", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 103311, "stop_lat": 49.4179289, "stop_lon": 8.7590231, "stop_name": "Ziegelhausen Altes Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7277081, 49.418215], "type": "Point"}, "id": "465", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 131213, "stop_lat": 49.418215, "stop_lon": 8.7277081, "stop_name": "Hausackerweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7276089, 49.4182331], "type": "Point"}, "id": "463", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 131211, "stop_lat": 49.4182331, "stop_lon": 8.7276089, "stop_name": "Hausackerweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68935, 49.398225], "type": "Point"}, "id": "540", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 145722, "stop_lat": 49.398225, "stop_lon": 8.68935, "stop_name": "S-Bahnhof Weststadt/S\u00fcdstadt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6893861, 49.3985639], "type": "Point"}, "id": "539", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 145721, "stop_lat": 49.3985639, "stop_lon": 8.6893861, "stop_name": "S-Bahnhof Weststadt/S\u00fcdstadt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6891431, 49.399225], "type": "Point"}, "id": "541", "properties": {"location_type": 0, "platform_code": null, "stop_id": 145743, "stop_lat": 49.399225, "stop_lon": 8.6891431, "stop_name": "S-Bahnhof Weststadt/S\u00fcdstadt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.691245, 49.3999261], "type": "Point"}, "id": "137", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113812, "stop_lat": 49.3999261, "stop_lon": 8.691245, "stop_name": "Alois-Link-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6913439, 49.400225], "type": "Point"}, "id": "136", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113811, "stop_lat": 49.400225, "stop_lon": 8.6913439, "stop_name": "Alois-Link-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7274469, 49.4006219], "type": "Point"}, "id": "252", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119512, "stop_lat": 49.4006219, "stop_lon": 8.7274469, "stop_name": "Sternwarte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7273219, 49.4006861], "type": "Point"}, "id": "251", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 119511, "stop_lat": 49.4006861, "stop_lon": 8.7273219, "stop_name": "Sternwarte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6787411, 49.4007919], "type": "Point"}, "id": "2022", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 679421, "stop_lat": 49.4007919, "stop_lon": 8.6787411, "stop_name": "Montpellierbr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7273489, 49.4007969], "type": "Point"}, "id": "253", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119513, "stop_lat": 49.4007969, "stop_lon": 8.7273489, "stop_name": "Sternwarte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7131639, 49.4012711], "type": "Point"}, "id": "165", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114712, "stop_lat": 49.4012711, "stop_lon": 8.7131639, "stop_name": "Blockhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6853161, 49.4015869], "type": "Point"}, "id": "173", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 115022, "stop_lat": 49.4015869, "stop_lon": 8.6853161, "stop_name": "Christuskirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6850919, 49.401815], "type": "Point"}, "id": "172", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115021, "stop_lat": 49.401815, "stop_lon": 8.6850919, "stop_name": "Christuskirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6914789, 49.4019369], "type": "Point"}, "id": "196", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116311, "stop_lat": 49.4019369, "stop_lon": 8.6914789, "stop_name": "Kaiserstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7277711, 49.402715], "type": "Point"}, "id": "208", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117111, "stop_lat": 49.402715, "stop_lon": 8.7277711, "stop_name": "K\u00f6nigstuhl"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6810669, 49.4029189], "type": "Point"}, "id": "2019", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 679102, "stop_lat": 49.4029189, "stop_lon": 8.6810669, "stop_name": "Ringstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68219, 49.40379], "type": "Point"}, "id": "2018", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 679101, "stop_lat": 49.40379, "stop_lon": 8.68219, "stop_name": "Ringstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6845711, 49.4044161], "type": "Point"}, "id": "235", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118722, "stop_lat": 49.4044161, "stop_lon": 8.6845711, "stop_name": "R\u00f6merkreis S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6846611, 49.4047611], "type": "Point"}, "id": "234", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118721, "stop_lat": 49.4047611, "stop_lon": 8.6846611, "stop_name": "R\u00f6merkreis S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6813189, 49.4049131], "type": "Point"}, "id": "247", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119402, "stop_lat": 49.4049131, "stop_lon": 8.6813189, "stop_name": "Stadtwerke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6823611, 49.40503], "type": "Point"}, "id": "250", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119421, "stop_lat": 49.40503, "stop_lon": 8.6823611, "stop_name": "Stadtwerke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6811031, 49.4050761], "type": "Point"}, "id": "249", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 119413, "stop_lat": 49.4050761, "stop_lon": 8.6811031, "stop_name": "Stadtwerke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.692665, 49.40541], "type": "Point"}, "id": "186", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115911, "stop_lat": 49.40541, "stop_lon": 8.692665, "stop_name": "Hans-B\u00f6ckler-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68281, 49.405515], "type": "Point"}, "id": "248", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 119412, "stop_lat": 49.405515, "stop_lon": 8.68281, "stop_name": "Stadtwerke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6859719, 49.4060881], "type": "Point"}, "id": "246", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119322, "stop_lat": 49.4060881, "stop_lon": 8.6859719, "stop_name": "Stadtb\u00fccherei"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6869781, 49.4062569], "type": "Point"}, "id": "245", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119321, "stop_lat": 49.4062569, "stop_lon": 8.6869781, "stop_name": "Stadtb\u00fccherei"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6935181, 49.4069], "type": "Point"}, "id": "516", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 133812, "stop_lat": 49.4069, "stop_lon": 8.6935181, "stop_name": "Gaisbergstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6909761, 49.4069881], "type": "Point"}, "id": "203", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116822, "stop_lat": 49.4069881, "stop_lon": 8.6909761, "stop_name": "Seegarten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.715015, 49.4070111], "type": "Point"}, "id": "213", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117611, "stop_lat": 49.4070111, "stop_lon": 8.715015, "stop_name": "Molkenkur"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7149611, 49.4070169], "type": "Point"}, "id": "214", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117612, "stop_lat": 49.4070169, "stop_lon": 8.7149611, "stop_name": "Molkenkur"}, "type": "Feature"}, {"geometry": {"coordinates": [8.692305, 49.407175], "type": "Point"}, "id": "202", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116821, "stop_lat": 49.407175, "stop_lon": 8.692305, "stop_name": "Seegarten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6807711, 49.40783], "type": "Point"}, "id": "257", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119921, "stop_lat": 49.40783, "stop_lon": 8.6807711, "stop_name": "Volkshochschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6804389, 49.40787], "type": "Point"}, "id": "258", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119922, "stop_lat": 49.40787, "stop_lon": 8.6804389, "stop_name": "Volkshochschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6849389, 49.4078881], "type": "Point"}, "id": "238", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118922, "stop_lat": 49.4078881, "stop_lon": 8.6849389, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6853519, 49.4079169], "type": "Point"}, "id": "237", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118921, "stop_lat": 49.4079169, "stop_lon": 8.6853519, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.69986, 49.4080519], "type": "Point"}, "id": "183", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 115712, "stop_lat": 49.4080519, "stop_lon": 8.69986, "stop_name": "Friedrich-Ebert-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6986111, 49.4083561], "type": "Point"}, "id": "182", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115711, "stop_lat": 49.4083561, "stop_lon": 8.6986111, "stop_name": "Friedrich-Ebert-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68811, 49.4083911], "type": "Point"}, "id": "255", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119622, "stop_lat": 49.4083911, "stop_lon": 8.68811, "stop_name": "Altes Hallenbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6885139, 49.40842], "type": "Point"}, "id": "254", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119621, "stop_lat": 49.40842, "stop_lon": 8.6885139, "stop_name": "Altes Hallenbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7128139, 49.408905], "type": "Point"}, "id": "240", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119042, "stop_lat": 49.408905, "stop_lon": 8.7128139, "stop_name": "HD Schloss"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7126969, 49.4089111], "type": "Point"}, "id": "239", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119011, "stop_lat": 49.4089111, "stop_lon": 8.7126969, "stop_name": "HD Schloss"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7054211, 49.4089339], "type": "Point"}, "id": "224", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118112, "stop_lat": 49.4089339, "stop_lon": 8.7054211, "stop_name": "Peterskirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7052861, 49.4090339], "type": "Point"}, "id": "223", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118111, "stop_lat": 49.4090339, "stop_lon": 8.7052861, "stop_name": "Peterskirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7059869, 49.40908], "type": "Point"}, "id": "225", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 118113, "stop_lat": 49.40908, "stop_lon": 8.7059869, "stop_name": "Peterskirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7080619, 49.4092211], "type": "Point"}, "id": "219", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117911, "stop_lat": 49.4092211, "stop_lon": 8.7080619, "stop_name": "Oberer Fauler Pelz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6929789, 49.4094489], "type": "Point"}, "id": "157", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114602, "stop_lat": 49.4094489, "stop_lon": 8.6929789, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.709355, 49.4096469], "type": "Point"}, "id": "220", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117912, "stop_lat": 49.4096469, "stop_lon": 8.709355, "stop_name": "Oberer Fauler Pelz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "161", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 114614, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "160", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 114613, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "159", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 114612, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "158", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 114611, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6928889, 49.4097289], "type": "Point"}, "id": "164", "properties": {"location_type": 0, "platform_code": "G", "stop_id": 114617, "stop_lat": 49.4097289, "stop_lon": 8.6928889, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6928889, 49.4097289], "type": "Point"}, "id": "163", "properties": {"location_type": 0, "platform_code": "H", "stop_id": 114616, "stop_lat": 49.4097289, "stop_lon": 8.6928889, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6928889, 49.4097289], "type": "Point"}, "id": "162", "properties": {"location_type": 0, "platform_code": "I", "stop_id": 114615, "stop_lat": 49.4097289, "stop_lon": 8.6928889, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.693195, 49.4098639], "type": "Point"}, "id": "156", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114601, "stop_lat": 49.4098639, "stop_lon": 8.693195, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7743569, 49.4098869], "type": "Point"}, "id": "416", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 128413, "stop_lat": 49.4098869, "stop_lon": 8.7743569, "stop_name": "S-Bahnhof Orthop\u00e4die"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7748511, 49.41039], "type": "Point"}, "id": "415", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 128412, "stop_lat": 49.41039, "stop_lon": 8.7748511, "stop_name": "S-Bahnhof Orthop\u00e4die"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7750939, 49.4104539], "type": "Point"}, "id": "414", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 128411, "stop_lat": 49.4104539, "stop_lon": 8.7750939, "stop_name": "S-Bahnhof Orthop\u00e4die"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7718689, 49.4107811], "type": "Point"}, "id": "76", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 108411, "stop_lat": 49.4107811, "stop_lon": 8.7718689, "stop_name": "Sportplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.705825, 49.4110561], "type": "Point"}, "id": "256", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119811, "stop_lat": 49.4110561, "stop_lon": 8.705825, "stop_name": "Universit\u00e4tsplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.711395, 49.4112139], "type": "Point"}, "id": "228", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118411, "stop_lat": 49.4112139, "stop_lon": 8.711395, "stop_name": "Rathaus/Bergbahn"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7119419, 49.4114589], "type": "Point"}, "id": "229", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118412, "stop_lat": 49.4114589, "stop_lon": 8.7119419, "stop_name": "Rathaus/Bergbahn"}, "type": "Feature"}, {"geometry": {"coordinates": [8.766955, 49.4116519], "type": "Point"}, "id": "78", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 108811, "stop_lat": 49.4116519, "stop_lon": 8.766955, "stop_name": "Im Anger"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6972639, 49.41202], "type": "Point"}, "id": "244", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119212, "stop_lat": 49.41202, "stop_lon": 8.6972639, "stop_name": "St. Vincentius-Krankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6973269, 49.4120261], "type": "Point"}, "id": "243", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119211, "stop_lat": 49.4120261, "stop_lon": 8.6973269, "stop_name": "St. Vincentius-Krankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7690031, 49.4120669], "type": "Point"}, "id": "74", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 107911, "stop_lat": 49.4120669, "stop_lon": 8.7690031, "stop_name": "Im Hofert"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6823611, 49.4123831], "type": "Point"}, "id": "298", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122011, "stop_lat": 49.4123831, "stop_lon": 8.6823611, "stop_name": "Neckarwiese"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6826569, 49.4125639], "type": "Point"}, "id": "299", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122012, "stop_lat": 49.4125639, "stop_lon": 8.6826569, "stop_name": "Neckarwiese"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7018361, 49.4127269], "type": "Point"}, "id": "207", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117012, "stop_lat": 49.4127269, "stop_lon": 8.7018361, "stop_name": "Stadthalle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.76665, 49.4127511], "type": "Point"}, "id": "72", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 106211, "stop_lat": 49.4127511, "stop_lon": 8.76665, "stop_name": "Gutleuthofhang"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7026989, 49.4128739], "type": "Point"}, "id": "206", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117011, "stop_lat": 49.4128739, "stop_lon": 8.7026989, "stop_name": "Stadthalle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.704415, 49.3589169], "type": "Point"}, "id": "112", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112711, "stop_lat": 49.3589169, "stop_lon": 8.704415, "stop_name": "Emmertsgrund"}, "type": "Feature"}, {"geometry": {"coordinates": [8.703885, 49.3593561], "type": "Point"}, "id": "113", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 112712, "stop_lat": 49.3593561, "stop_lon": 8.703885, "stop_name": "Emmertsgrund"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7032739, 49.3610061], "type": "Point"}, "id": "117", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112912, "stop_lat": 49.3610061, "stop_lon": 8.7032739, "stop_name": "Jaspersstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.703435, 49.3613569], "type": "Point"}, "id": "116", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 112911, "stop_lat": 49.3613569, "stop_lon": 8.703435, "stop_name": "Jaspersstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7052769, 49.3615211], "type": "Point"}, "id": "128", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113412, "stop_lat": 49.3615211, "stop_lon": 8.7052769, "stop_name": "Jellinekstrasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.70348, 49.362895], "type": "Point"}, "id": "506", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 133212, "stop_lat": 49.362895, "stop_lon": 8.70348, "stop_name": "Augustinum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7035789, 49.3629361], "type": "Point"}, "id": "505", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 133211, "stop_lat": 49.3629361, "stop_lon": 8.7035789, "stop_name": "Augustinum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6814989, 49.362995], "type": "Point"}, "id": "75", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 108111, "stop_lat": 49.362995, "stop_lon": 8.6814989, "stop_name": "Redtenbacherstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6861431, 49.363135], "type": "Point"}, "id": "1761", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 308411, "stop_lat": 49.363135, "stop_lon": 8.6861431, "stop_name": "Hatschekstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7056811, 49.3640769], "type": "Point"}, "id": "114", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 112811, "stop_lat": 49.3640769, "stop_lon": 8.7056811, "stop_name": "Forum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7055461, 49.3640889], "type": "Point"}, "id": "115", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112812, "stop_lat": 49.3640889, "stop_lon": 8.7055461, "stop_name": "Forum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6866731, 49.3649431], "type": "Point"}, "id": "386", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127011, "stop_lat": 49.3649431, "stop_lon": 8.6866731, "stop_name": "Im Breitspiel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68705, 49.3653231], "type": "Point"}, "id": "387", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 127012, "stop_lat": 49.3653231, "stop_lon": 8.68705, "stop_name": "Im Breitspiel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6796569, 49.3653581], "type": "Point"}, "id": "407", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127911, "stop_lat": 49.3653581, "stop_lon": 8.6796569, "stop_name": "Tullastra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.688865, 49.3654811], "type": "Point"}, "id": "405", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 127811, "stop_lat": 49.3654811, "stop_lon": 8.688865, "stop_name": "Rohrbach S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6887119, 49.365575], "type": "Point"}, "id": "404", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127802, "stop_lat": 49.365575, "stop_lon": 8.6887119, "stop_name": "Rohrbach S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6887389, 49.3658439], "type": "Point"}, "id": "403", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127801, "stop_lat": 49.3658439, "stop_lon": 8.6887389, "stop_name": "Rohrbach S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7050969, 49.3658731], "type": "Point"}, "id": "123", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113112, "stop_lat": 49.3658731, "stop_lon": 8.7050969, "stop_name": "HD Otto-Hahn-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.688595, 49.3659031], "type": "Point"}, "id": "406", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 127812, "stop_lat": 49.3659031, "stop_lon": 8.688595, "stop_name": "Rohrbach S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7047561, 49.36602], "type": "Point"}, "id": "122", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113111, "stop_lat": 49.36602, "stop_lon": 8.7047561, "stop_name": "HD Otto-Hahn-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6848669, 49.3666569], "type": "Point"}, "id": "385", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 126912, "stop_lat": 49.3666569, "stop_lon": 8.6848669, "stop_name": "Hertzstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6823339, 49.3669611], "type": "Point"}, "id": "376", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126412, "stop_lat": 49.3669611, "stop_lon": 8.6823339, "stop_name": "Englerstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.70428, 49.3690789], "type": "Point"}, "id": "120", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 113014, "stop_lat": 49.3690789, "stop_lon": 8.70428, "stop_name": "Mombertplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.70428, 49.3690789], "type": "Point"}, "id": "119", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 113012, "stop_lat": 49.3690789, "stop_lon": 8.70428, "stop_name": "Mombertplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7052411, 49.3693539], "type": "Point"}, "id": "121", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113016, "stop_lat": 49.3693539, "stop_lon": 8.7052411, "stop_name": "Mombertplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.704055, 49.3695531], "type": "Point"}, "id": "118", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113011, "stop_lat": 49.3695531, "stop_lon": 8.704055, "stop_name": "Mombertplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7052589, 49.3704011], "type": "Point"}, "id": "102", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112211, "stop_lat": 49.3704011, "stop_lon": 8.7052589, "stop_name": "Buchwaldweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7013689, 49.3720211], "type": "Point"}, "id": "97", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 112011, "stop_lat": 49.3720211, "stop_lon": 8.7013689, "stop_name": "Am G\u00f6tzenberg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7015761, 49.3720861], "type": "Point"}, "id": "98", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112012, "stop_lat": 49.3720861, "stop_lon": 8.7015761, "stop_name": "Am G\u00f6tzenberg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.70622, 49.37239], "type": "Point"}, "id": "109", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112511, "stop_lat": 49.37239, "stop_lon": 8.70622, "stop_name": "Im Eichwald"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7036511, 49.3728281], "type": "Point"}, "id": "111", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 112612, "stop_lat": 49.3728281, "stop_lon": 8.7036511, "stop_name": "Louise-Ebert-Zentrum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7037319, 49.3730039], "type": "Point"}, "id": "110", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112611, "stop_lat": 49.3730039, "stop_lon": 8.7037319, "stop_name": "Louise-Ebert-Zentrum"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68802, 49.3733839], "type": "Point"}, "id": "384", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 126722, "stop_lat": 49.3733839, "stop_lon": 8.68802, "stop_name": "HD Freiburger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6879389, 49.3734489], "type": "Point"}, "id": "381", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 126713, "stop_lat": 49.3734489, "stop_lon": 8.6879389, "stop_name": "HD Freiburger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6794319, 49.3736711], "type": "Point"}, "id": "396", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127512, "stop_lat": 49.3736711, "stop_lon": 8.6794319, "stop_name": "HD Rastatter Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6880739, 49.3737231], "type": "Point"}, "id": "383", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126721, "stop_lat": 49.3737231, "stop_lon": 8.6880739, "stop_name": "HD Freiburger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68157, 49.3737939], "type": "Point"}, "id": "389", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127212, "stop_lat": 49.3737939, "stop_lon": 8.68157, "stop_name": "Kolbenzeil"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6819211, 49.3738461], "type": "Point"}, "id": "388", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127211, "stop_lat": 49.3738461, "stop_lon": 8.6819211, "stop_name": "Kolbenzeil"}, "type": "Feature"}, {"geometry": {"coordinates": [8.686475, 49.373875], "type": "Point"}, "id": "380", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 126712, "stop_lat": 49.373875, "stop_lon": 8.686475, "stop_name": "HD Freiburger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68634, 49.37401], "type": "Point"}, "id": "379", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 126711, "stop_lat": 49.37401, "stop_lon": 8.68634, "stop_name": "HD Freiburger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7030761, 49.37401], "type": "Point"}, "id": "105", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 112412, "stop_lat": 49.37401, "stop_lon": 8.7030761, "stop_name": "Haselnussweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7031211, 49.37408], "type": "Point"}, "id": "106", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112414, "stop_lat": 49.37408, "stop_lon": 8.7031211, "stop_name": "Haselnussweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6876611, 49.3743611], "type": "Point"}, "id": "382", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 126714, "stop_lat": 49.3743611, "stop_lon": 8.6876611, "stop_name": "HD Freiburger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7026539, 49.3745419], "type": "Point"}, "id": "104", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 112411, "stop_lat": 49.3745419, "stop_lon": 8.7026539, "stop_name": "Haselnussweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7017019, 49.3746419], "type": "Point"}, "id": "108", "properties": {"location_type": 0, "platform_code": "V2", "stop_id": 112442, "stop_lat": 49.3746419, "stop_lon": 8.7017019, "stop_name": "Haselnussweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7015761, 49.3750219], "type": "Point"}, "id": "107", "properties": {"location_type": 0, "platform_code": "V1", "stop_id": 112441, "stop_lat": 49.3750219, "stop_lon": 8.7015761, "stop_name": "Haselnussweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7068219, 49.3761331], "type": "Point"}, "id": "103", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112311, "stop_lat": 49.3761331, "stop_lon": 8.7068219, "stop_name": "Fernheizwerk"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68776, 49.3762619], "type": "Point"}, "id": "393", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127402, "stop_lat": 49.3762619, "stop_lon": 8.68776, "stop_name": "Ortenauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6824239, 49.3767239], "type": "Point"}, "id": "373", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126211, "stop_lat": 49.3767239, "stop_lon": 8.6824239, "stop_name": "Baden-Badener Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6877869, 49.3768639], "type": "Point"}, "id": "392", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127401, "stop_lat": 49.3768639, "stop_lon": 8.6877869, "stop_name": "Ortenauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6873289, 49.3777361], "type": "Point"}, "id": "394", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 127412, "stop_lat": 49.3777361, "stop_lon": 8.6873289, "stop_name": "Ortenauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.702735, 49.3781039], "type": "Point"}, "id": "101", "properties": {"location_type": 0, "platform_code": "V2", "stop_id": 112142, "stop_lat": 49.3781039, "stop_lon": 8.702735, "stop_name": "Boxbergring"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7042981, 49.3782739], "type": "Point"}, "id": "99", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 112111, "stop_lat": 49.3782739, "stop_lon": 8.7042981, "stop_name": "Boxbergring"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6792081, 49.3783669], "type": "Point"}, "id": "1973", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614212, "stop_lat": 49.3783669, "stop_lon": 8.6792081, "stop_name": "Maria-von-Graimberg-Haus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7025369, 49.3791219], "type": "Point"}, "id": "100", "properties": {"location_type": 0, "platform_code": "V1", "stop_id": 112141, "stop_lat": 49.3791219, "stop_lon": 8.7025369, "stop_name": "Boxbergring"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6821719, 49.380005], "type": "Point"}, "id": "1971", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614111, "stop_lat": 49.380005, "stop_lon": 8.6821719, "stop_name": "Fabrikstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6821, 49.3800689], "type": "Point"}, "id": "1972", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614112, "stop_lat": 49.3800689, "stop_lon": 8.6821, "stop_name": "Fabrikstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7236481, 49.3802269], "type": "Point"}, "id": "179", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 115312, "stop_lat": 49.3802269, "stop_lon": 8.7236481, "stop_name": "Drei Eichen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7236739, 49.3802619], "type": "Point"}, "id": "178", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115311, "stop_lat": 49.3802619, "stop_lon": 8.7236739, "stop_name": "Drei Eichen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6783011, 49.4005111], "type": "Point"}, "id": "2023", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 679422, "stop_lat": 49.4005111, "stop_lon": 8.6783011, "stop_name": "Montpellierbr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6723631, 49.4011011], "type": "Point"}, "id": "1838", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 427211, "stop_lat": 49.4011011, "stop_lon": 8.6723631, "stop_name": "HD Hauptbahnhof S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6413261, 49.4013589], "type": "Point"}, "id": "372", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 126113, "stop_lat": 49.4013589, "stop_lon": 8.6413261, "stop_name": "Kranichweg/Stotz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6724789, 49.4013761], "type": "Point"}, "id": "1839", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 427212, "stop_lat": 49.4013761, "stop_lon": 8.6724789, "stop_name": "HD Hauptbahnhof S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6742219, 49.401785], "type": "Point"}, "id": "1837", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 427202, "stop_lat": 49.401785, "stop_lon": 8.6742219, "stop_name": "HD Hauptbahnhof S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.673845, 49.4020019], "type": "Point"}, "id": "1836", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 427201, "stop_lat": 49.4020019, "stop_lon": 8.673845, "stop_name": "HD Hauptbahnhof S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6472011, 49.40216], "type": "Point"}, "id": "2059", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 695712, "stop_lat": 49.40216, "stop_lon": 8.6472011, "stop_name": "Untere R\u00f6dt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.64208, 49.402165], "type": "Point"}, "id": "368", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126101, "stop_lat": 49.402165, "stop_lon": 8.64208, "stop_name": "Kranichweg/Stotz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6418739, 49.4022361], "type": "Point"}, "id": "370", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 126111, "stop_lat": 49.4022361, "stop_lon": 8.6418739, "stop_name": "Kranichweg/Stotz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6424669, 49.4022589], "type": "Point"}, "id": "369", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 126102, "stop_lat": 49.4022589, "stop_lon": 8.6424669, "stop_name": "Kranichweg/Stotz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6435, 49.40237], "type": "Point"}, "id": "371", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 126112, "stop_lat": 49.40237, "stop_lon": 8.6435, "stop_name": "Kranichweg/Stotz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6408769, 49.4024631], "type": "Point"}, "id": "360", "properties": {"location_type": 0, "platform_code": "H", "stop_id": 125512, "stop_lat": 49.4024631, "stop_lon": 8.6408769, "stop_name": "Kurpfalzring S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6409669, 49.4026269], "type": "Point"}, "id": "359", "properties": {"location_type": 0, "platform_code": "G", "stop_id": 125511, "stop_lat": 49.4026269, "stop_lon": 8.6409669, "stop_name": "Kurpfalzring S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6687069, 49.4032989], "type": "Point"}, "id": "1843", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 427404, "stop_lat": 49.4032989, "stop_lon": 8.6687069, "stop_name": "Gadamerplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66832, 49.403375], "type": "Point"}, "id": "1842", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 427403, "stop_lat": 49.403375, "stop_lon": 8.66832, "stop_name": "Gadamerplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.647255, 49.4035219], "type": "Point"}, "id": "362", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 125602, "stop_lat": 49.4035219, "stop_lon": 8.647255, "stop_name": "Marktstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6471019, 49.40358], "type": "Point"}, "id": "363", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 125612, "stop_lat": 49.40358, "stop_lon": 8.6471019, "stop_name": "Marktstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6478031, 49.4037031], "type": "Point"}, "id": "361", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 125601, "stop_lat": 49.4037031, "stop_lon": 8.6478031, "stop_name": "Marktstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6679519, 49.4038139], "type": "Point"}, "id": "1841", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 427402, "stop_lat": 49.4038139, "stop_lon": 8.6679519, "stop_name": "Gadamerplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6683561, 49.4041119], "type": "Point"}, "id": "1840", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 427401, "stop_lat": 49.4041119, "stop_lon": 8.6683561, "stop_name": "Gadamerplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6786689, 49.4042989], "type": "Point"}, "id": "190", "properties": {"location_type": 0, "platform_code": "R", "stop_id": 116015, "stop_lat": 49.4042989, "stop_lon": 8.6786689, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6786689, 49.4042989], "type": "Point"}, "id": "188", "properties": {"location_type": 0, "platform_code": "P", "stop_id": 116011, "stop_lat": 49.4042989, "stop_lon": 8.6786689, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6770431, 49.4043281], "type": "Point"}, "id": "189", "properties": {"location_type": 0, "platform_code": "L", "stop_id": 116012, "stop_lat": 49.4043281, "stop_lon": 8.6770431, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6763869, 49.40465], "type": "Point"}, "id": "191", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116021, "stop_lat": 49.40465, "stop_lon": 8.6763869, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6764411, 49.4046911], "type": "Point"}, "id": "193", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 116023, "stop_lat": 49.4046911, "stop_lon": 8.6764411, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6757939, 49.4049239], "type": "Point"}, "id": "192", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 116022, "stop_lat": 49.4049239, "stop_lon": 8.6757939, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6757669, 49.404965], "type": "Point"}, "id": "187", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 116004, "stop_lat": 49.404965, "stop_lon": 8.6757669, "stop_name": "HD Hauptbahnhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6596961, 49.4051989], "type": "Point"}, "id": "1844", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 427501, "stop_lat": 49.4051989, "stop_lon": 8.6596961, "stop_name": "Eppelheimer Terrasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6672419, 49.4052989], "type": "Point"}, "id": "177", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115212, "stop_lat": 49.4052989, "stop_lon": 8.6672419, "stop_name": "Czernybr\u00fccke S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6592919, 49.4053919], "type": "Point"}, "id": "1845", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 427502, "stop_lat": 49.4053919, "stop_lon": 8.6592919, "stop_name": "Eppelheimer Terrasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6523389, 49.40569], "type": "Point"}, "id": "355", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 125202, "stop_lat": 49.40569, "stop_lon": 8.6523389, "stop_name": "Henkel-Teroson-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6526989, 49.4058011], "type": "Point"}, "id": "354", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 125201, "stop_lat": 49.4058011, "stop_lon": 8.6526989, "stop_name": "Henkel-Teroson-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6615381, 49.4060761], "type": "Point"}, "id": "266", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120412, "stop_lat": 49.4060761, "stop_lon": 8.6615381, "stop_name": "Agnesistra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.67106, 49.4061869], "type": "Point"}, "id": "174", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 115111, "stop_lat": 49.4061869, "stop_lon": 8.67106, "stop_name": "Czernybr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6673861, 49.406585], "type": "Point"}, "id": "502", "properties": {"location_type": 0, "platform_code": "2", "stop_id": 133002, "stop_lat": 49.406585, "stop_lon": 8.6673861, "stop_name": "Gneisenaustra\u00dfe S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6672511, 49.4065961], "type": "Point"}, "id": "501", "properties": {"location_type": 0, "platform_code": "1", "stop_id": 133001, "stop_lat": 49.4065961, "stop_lon": 8.6672511, "stop_name": "Gneisenaustra\u00dfe S\u00fcd"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6516031, 49.4066661], "type": "Point"}, "id": "356", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 125212, "stop_lat": 49.4066661, "stop_lon": 8.6516031, "stop_name": "Henkel-Teroson-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6711411, 49.4067481], "type": "Point"}, "id": "176", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115122, "stop_lat": 49.4067481, "stop_lon": 8.6711411, "stop_name": "Czernybr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6713211, 49.4068531], "type": "Point"}, "id": "175", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 115121, "stop_lat": 49.4068531, "stop_lon": 8.6713211, "stop_name": "Czernybr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6404639, 49.4070581], "type": "Point"}, "id": "345", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124511, "stop_lat": 49.4070581, "stop_lon": 8.6404639, "stop_name": "Hans-Bunte-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6548189, 49.4070811], "type": "Point"}, "id": "269", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120612, "stop_lat": 49.4070811, "stop_lon": 8.6548189, "stop_name": "Bauhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6404369, 49.4070931], "type": "Point"}, "id": "346", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124512, "stop_lat": 49.4070931, "stop_lon": 8.6404369, "stop_name": "Hans-Bunte-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6748331, 49.4072389], "type": "Point"}, "id": "152", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 114426, "stop_lat": 49.4072389, "stop_lon": 8.6748331, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6748331, 49.4075139], "type": "Point"}, "id": "151", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 114424, "stop_lat": 49.4075139, "stop_lon": 8.6748331, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6745189, 49.4075611], "type": "Point"}, "id": "150", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 114423, "stop_lat": 49.4075611, "stop_lon": 8.6745189, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.674725, 49.4076069], "type": "Point"}, "id": "147", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 114411, "stop_lat": 49.4076069, "stop_lon": 8.674725, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.674725, 49.4076069], "type": "Point"}, "id": "146", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 114405, "stop_lat": 49.4076069, "stop_lon": 8.674725, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6764589, 49.4078881], "type": "Point"}, "id": "148", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114421, "stop_lat": 49.4078881, "stop_lon": 8.6764589, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6755431, 49.4079231], "type": "Point"}, "id": "149", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114422, "stop_lat": 49.4079231, "stop_lon": 8.6755431, "stop_name": "Betriebshof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.661295, 49.40842], "type": "Point"}, "id": "503", "properties": {"location_type": 0, "platform_code": "1", "stop_id": 133101, "stop_lat": 49.40842, "stop_lon": 8.661295, "stop_name": "Berufsschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6677361, 49.4085019], "type": "Point"}, "id": "185", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115812, "stop_lat": 49.4085019, "stop_lon": 8.6677361, "stop_name": "Gneisenaustra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6604419, 49.4085781], "type": "Point"}, "id": "504", "properties": {"location_type": 0, "platform_code": "2", "stop_id": 133102, "stop_lat": 49.4085781, "stop_lon": 8.6604419, "stop_name": "Berufsschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66868, 49.4092911], "type": "Point"}, "id": "184", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 115811, "stop_lat": 49.4092911, "stop_lon": 8.66868, "stop_name": "Gneisenaustra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6407419, 49.409355], "type": "Point"}, "id": "357", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 125311, "stop_lat": 49.409355, "stop_lon": 8.6407419, "stop_name": "Im Wellengewann"}, "type": "Feature"}, {"geometry": {"coordinates": [8.653085, 49.409425], "type": "Point"}, "id": "221", "properties": {"location_type": 0, "platform_code": "1", "stop_id": 118001, "stop_lat": 49.409425, "stop_lon": 8.653085, "stop_name": "Ochsenkopf"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6406969, 49.40956], "type": "Point"}, "id": "358", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 125312, "stop_lat": 49.40956, "stop_lon": 8.6406969, "stop_name": "Im Wellengewann"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6520881, 49.40956], "type": "Point"}, "id": "222", "properties": {"location_type": 0, "platform_code": "2", "stop_id": 118002, "stop_lat": 49.40956, "stop_lon": 8.6520881, "stop_name": "Ochsenkopf"}, "type": "Feature"}, {"geometry": {"coordinates": [8.664475, 49.4098111], "type": "Point"}, "id": "218", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117812, "stop_lat": 49.4098111, "stop_lon": 8.664475, "stop_name": "HD Neckarspitze"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6639281, 49.4101089], "type": "Point"}, "id": "217", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117811, "stop_lat": 49.4101089, "stop_lon": 8.6639281, "stop_name": "HD Neckarspitze"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6587981, 49.4119439], "type": "Point"}, "id": "426", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129011, "stop_lat": 49.4119439, "stop_lon": 8.6587981, "stop_name": "Bonhoeffer-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.641155, 49.412055], "type": "Point"}, "id": "536", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 145412, "stop_lat": 49.412055, "stop_lon": 8.641155, "stop_name": "S-Bahnhof Pfaffengrund/Wieblingen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6412631, 49.41212], "type": "Point"}, "id": "535", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 145411, "stop_lat": 49.41212, "stop_lon": 8.6412631, "stop_name": "S-Bahnhof Pfaffengrund/Wieblingen"}, "type": "Feature"}, {"geometry": {"coordinates": [8.65816, 49.4123831], "type": "Point"}, "id": "427", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129012, "stop_lat": 49.4123831, "stop_lon": 8.65816, "stop_name": "Bonhoeffer-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.675345, 49.3628139], "type": "Point"}, "id": "451", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 130311, "stop_lat": 49.3628139, "stop_lon": 8.675345, "stop_name": "Rhein-Neckar-Werkst\u00e4tten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6262161, 49.3723369], "type": "Point"}, "id": "2079", "properties": {"location_type": 0, "platform_code": "V1", "stop_id": 774511, "stop_lat": 49.3723369, "stop_lon": 8.6262161, "stop_name": "Metropolink"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6786869, 49.3739631], "type": "Point"}, "id": "395", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127511, "stop_lat": 49.3739631, "stop_lon": 8.6786869, "stop_name": "HD Rastatter Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6769439, 49.375285], "type": "Point"}, "id": "543", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 154012, "stop_lat": 49.375285, "stop_lon": 8.6769439, "stop_name": "Rastatter Stra\u00dfe West"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6593281, 49.3758761], "type": "Point"}, "id": "270", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120701, "stop_lat": 49.3758761, "stop_lon": 8.6593281, "stop_name": "Kirchheim Friedhof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6772319, 49.377005], "type": "Point"}, "id": "377", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 126511, "stop_lat": 49.377005, "stop_lon": 8.6772319, "stop_name": "Erlenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6646011, 49.3770811], "type": "Point"}, "id": "294", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 121914, "stop_lat": 49.3770811, "stop_lon": 8.6646011, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6649611, 49.377215], "type": "Point"}, "id": "292", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121902, "stop_lat": 49.377215, "stop_lon": 8.6649611, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6691919, 49.3772269], "type": "Point"}, "id": "284", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121512, "stop_lat": 49.3772269, "stop_lon": 8.6691919, "stop_name": "Obere Seegasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6688769, 49.3773261], "type": "Point"}, "id": "283", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121511, "stop_lat": 49.3773261, "stop_lon": 8.6688769, "stop_name": "Obere Seegasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6653919, 49.3773319], "type": "Point"}, "id": "293", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 121913, "stop_lat": 49.3773319, "stop_lon": 8.6653919, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6663619, 49.3774431], "type": "Point"}, "id": "296", "properties": {"location_type": 0, "platform_code": "G", "stop_id": 121917, "stop_lat": 49.3774431, "stop_lon": 8.6663619, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66603, 49.3774611], "type": "Point"}, "id": "297", "properties": {"location_type": 0, "platform_code": "H", "stop_id": 121918, "stop_lat": 49.3774611, "stop_lon": 8.66603, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6657689, 49.3775311], "type": "Point"}, "id": "295", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 121916, "stop_lat": 49.3775311, "stop_lon": 8.6657689, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6662631, 49.3777361], "type": "Point"}, "id": "291", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121901, "stop_lat": 49.3777361, "stop_lon": 8.6662631, "stop_name": "Kirchheim Rathaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6773389, 49.3778639], "type": "Point"}, "id": "378", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 126512, "stop_lat": 49.3778639, "stop_lon": 8.6773389, "stop_name": "Erlenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6724439, 49.3781861], "type": "Point"}, "id": "271", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 120811, "stop_lat": 49.3781861, "stop_lon": 8.6724439, "stop_name": "Hagellachstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6727669, 49.3782681], "type": "Point"}, "id": "272", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120812, "stop_lat": 49.3782681, "stop_lon": 8.6727669, "stop_name": "Hagellachstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6590411, 49.3785961], "type": "Point"}, "id": "263", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 120112, "stop_lat": 49.3785961, "stop_lon": 8.6590411, "stop_name": "Alfred-Jost-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6753, 49.3787769], "type": "Point"}, "id": "265", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 120312, "stop_lat": 49.3787769, "stop_lon": 8.6753, "stop_name": "S-Bahnhof Kirchheim/Rohrbach"}, "type": "Feature"}, {"geometry": {"coordinates": [8.67521, 49.3787769], "type": "Point"}, "id": "264", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120311, "stop_lat": 49.3787769, "stop_lon": 8.67521, "stop_name": "S-Bahnhof Kirchheim/Rohrbach"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6591219, 49.37887], "type": "Point"}, "id": "262", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120111, "stop_lat": 49.37887, "stop_lon": 8.6591219, "stop_name": "Alfred-Jost-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6691561, 49.37904], "type": "Point"}, "id": "286", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121602, "stop_lat": 49.37904, "stop_lon": 8.6691561, "stop_name": "Odenwaldstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6694161, 49.3791569], "type": "Point"}, "id": "285", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121601, "stop_lat": 49.3791569, "stop_lon": 8.6694161, "stop_name": "Odenwaldstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.660685, 49.3811161], "type": "Point"}, "id": "281", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121311, "stop_lat": 49.3811161, "stop_lon": 8.660685, "stop_name": "Mathilde-Vogt-Haus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6604061, 49.38114], "type": "Point"}, "id": "282", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121312, "stop_lat": 49.38114, "stop_lon": 8.6604061, "stop_name": "Mathilde-Vogt-Haus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66267, 49.3825839], "type": "Point"}, "id": "572", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 198112, "stop_lat": 49.3825839, "stop_lon": 8.66267, "stop_name": "Pleikartsf\u00f6rster Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6721919, 49.3828589], "type": "Point"}, "id": "260", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 120002, "stop_lat": 49.3828589, "stop_lon": 8.6721919, "stop_name": "Albert-Fritz-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.662715, 49.383145], "type": "Point"}, "id": "571", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 198111, "stop_lat": 49.383145, "stop_lon": 8.662715, "stop_name": "Pleikartsf\u00f6rster Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6723631, 49.3831811], "type": "Point"}, "id": "259", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120001, "stop_lat": 49.3831811, "stop_lon": 8.6723631, "stop_name": "Albert-Fritz-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6721289, 49.3840931], "type": "Point"}, "id": "261", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 120012, "stop_lat": 49.3840931, "stop_lon": 8.6721289, "stop_name": "Albert-Fritz-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6664519, 49.3842619], "type": "Point"}, "id": "279", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121111, "stop_lat": 49.3842619, "stop_lon": 8.6664519, "stop_name": "K\u00f6nigsberger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6660211, 49.3842861], "type": "Point"}, "id": "280", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121112, "stop_lat": 49.3842861, "stop_lon": 8.6660211, "stop_name": "K\u00f6nigsberger Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.673135, 49.38521], "type": "Point"}, "id": "289", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 121811, "stop_lat": 49.38521, "stop_lon": 8.673135, "stop_name": "Ilse-Krall-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6733781, 49.3862619], "type": "Point"}, "id": "288", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121802, "stop_lat": 49.3862619, "stop_lon": 8.6733781, "stop_name": "Ilse-Krall-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6732431, 49.3864789], "type": "Point"}, "id": "290", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 121812, "stop_lat": 49.3864789, "stop_lon": 8.6732431, "stop_name": "Ilse-Krall-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6735311, 49.3866419], "type": "Point"}, "id": "287", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121801, "stop_lat": 49.3866419, "stop_lon": 8.6735311, "stop_name": "Ilse-Krall-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6624811, 49.3866781], "type": "Point"}, "id": "1757", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 304112, "stop_lat": 49.3866781, "stop_lon": 8.6624811, "stop_name": "Im Bieth"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6625619, 49.3868119], "type": "Point"}, "id": "1756", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 304111, "stop_lat": 49.3868119, "stop_lon": 8.6625619, "stop_name": "Im Bieth"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6666581, 49.3868589], "type": "Point"}, "id": "267", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 120511, "stop_lat": 49.3868589, "stop_lon": 8.6666581, "stop_name": "Gregor-Mendel-Realschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6665869, 49.3868711], "type": "Point"}, "id": "268", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120512, "stop_lat": 49.3868711, "stop_lon": 8.6665869, "stop_name": "Gregor-Mendel-Realschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6608461, 49.3898939], "type": "Point"}, "id": "278", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 121012, "stop_lat": 49.3898939, "stop_lon": 8.6608461, "stop_name": "Pleikartsf\u00f6rster Hof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6608281, 49.390005], "type": "Point"}, "id": "277", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 121011, "stop_lat": 49.390005, "stop_lon": 8.6608281, "stop_name": "Pleikartsf\u00f6rster Hof"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6753811, 49.3909289], "type": "Point"}, "id": "2025", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 679502, "stop_lat": 49.3909289, "stop_lon": 8.6753811, "stop_name": "Messplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6754889, 49.3912211], "type": "Point"}, "id": "2024", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 679501, "stop_lat": 49.3912211, "stop_lon": 8.6754889, "stop_name": "Messplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6753181, 49.39135], "type": "Point"}, "id": "2027", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 679512, "stop_lat": 49.39135, "stop_lon": 8.6753181, "stop_name": "Messplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6700719, 49.3918869], "type": "Point"}, "id": "275", "properties": {"location_type": 0, "platform_code": "V1", "stop_id": 120941, "stop_lat": 49.3918869, "stop_lon": 8.6700719, "stop_name": "Harbigweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6758031, 49.3919339], "type": "Point"}, "id": "2026", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 679511, "stop_lat": 49.3919339, "stop_lon": 8.6758031, "stop_name": "Messplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6692369, 49.3920339], "type": "Point"}, "id": "276", "properties": {"location_type": 0, "platform_code": "V2", "stop_id": 120942, "stop_lat": 49.3920339, "stop_lon": 8.6692369, "stop_name": "Harbigweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66885, 49.3923731], "type": "Point"}, "id": "273", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 120911, "stop_lat": 49.3923731, "stop_lon": 8.66885, "stop_name": "Harbigweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6690661, 49.3925661], "type": "Point"}, "id": "274", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 120912, "stop_lat": 49.3925661, "stop_lon": 8.6690661, "stop_name": "Harbigweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6673139, 49.393905], "type": "Point"}, "id": "2078", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 774412, "stop_lat": 49.393905, "stop_lon": 8.6673139, "stop_name": "SNP dome (hip)"}, "type": "Feature"}, {"geometry": {"coordinates": [8.646195, 49.3941561], "type": "Point"}, "id": "365", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 125911, "stop_lat": 49.3941561, "stop_lon": 8.646195, "stop_name": "Steinhofweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6709339, 49.394185], "type": "Point"}, "id": "2052", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 685512, "stop_lat": 49.394185, "stop_lon": 8.6709339, "stop_name": "Innovation Park (hip)"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6712219, 49.3943839], "type": "Point"}, "id": "2051", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 685511, "stop_lat": 49.3943839, "stop_lon": 8.6712219, "stop_name": "Innovation Park (hip)"}, "type": "Feature"}, {"geometry": {"coordinates": [8.668545, 49.3945189], "type": "Point"}, "id": "2077", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 774411, "stop_lat": 49.3945189, "stop_lon": 8.668545, "stop_name": "SNP dome (hip)"}, "type": "Feature"}, {"geometry": {"coordinates": [8.64306, 49.3954719], "type": "Point"}, "id": "511", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 133511, "stop_lat": 49.3954719, "stop_lon": 8.64306, "stop_name": "Im Heimgarten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6491231, 49.395875], "type": "Point"}, "id": "352", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124912, "stop_lat": 49.395875, "stop_lon": 8.6491231, "stop_name": "Im Dornbusch"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6777981, 49.3959861], "type": "Point"}, "id": "171", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114922, "stop_lat": 49.3959861, "stop_lon": 8.6777981, "stop_name": "Rudolf-Diesel-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.67274, 49.3960039], "type": "Point"}, "id": "2029", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 679912, "stop_lat": 49.3960039, "stop_lon": 8.67274, "stop_name": "Mary-Somerville-Platz (hip)"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6771869, 49.39612], "type": "Point"}, "id": "169", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 114912, "stop_lat": 49.39612, "stop_lon": 8.6771869, "stop_name": "Rudolf-Diesel-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6724969, 49.3962019], "type": "Point"}, "id": "2028", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 679911, "stop_lat": 49.3962019, "stop_lon": 8.6724969, "stop_name": "Mary-Somerville-Platz (hip)"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6486111, 49.3974419], "type": "Point"}, "id": "349", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124712, "stop_lat": 49.3974419, "stop_lon": 8.6486111, "stop_name": "Im Buschgewann"}, "type": "Feature"}, {"geometry": {"coordinates": [8.64226, 49.3982719], "type": "Point"}, "id": "353", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 125111, "stop_lat": 49.3982719, "stop_lon": 8.64226, "stop_name": "Im Schaffner"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6717611, 49.3993181], "type": "Point"}, "id": "1835", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 425612, "stop_lat": 49.3993181, "stop_lon": 8.6717611, "stop_name": "Schwetzinger Terrasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6480361, 49.3993361], "type": "Point"}, "id": "364", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 125812, "stop_lat": 49.3993361, "stop_lon": 8.6480361, "stop_name": "HD Sch\u00fctzenstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6716439, 49.3994589], "type": "Point"}, "id": "1834", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 425611, "stop_lat": 49.3994589, "stop_lon": 8.6716439, "stop_name": "Schwetzinger Terrasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6768269, 49.3995519], "type": "Point"}, "id": "2020", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 679411, "stop_lat": 49.3995519, "stop_lon": 8.6768269, "stop_name": "Montpellierbr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.67645, 49.3996569], "type": "Point"}, "id": "2021", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 679412, "stop_lat": 49.3996569, "stop_lon": 8.67645, "stop_name": "Montpellierbr\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6774111, 49.4126569], "type": "Point"}, "id": "323", "properties": {"location_type": 0, "platform_code": "G", "stop_id": 122913, "stop_lat": 49.4126569, "stop_lon": 8.6774111, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6758931, 49.412675], "type": "Point"}, "id": "322", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 122912, "stop_lat": 49.412675, "stop_lon": 8.6758931, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6766481, 49.4127981], "type": "Point"}, "id": "319", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122901, "stop_lat": 49.4127981, "stop_lon": 8.6766481, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6764319, 49.4128561], "type": "Point"}, "id": "325", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 122931, "stop_lat": 49.4128561, "stop_lon": 8.6764319, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6754711, 49.4128681], "type": "Point"}, "id": "321", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 122911, "stop_lat": 49.4128681, "stop_lon": 8.6754711, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6767819, 49.4129319], "type": "Point"}, "id": "324", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 122914, "stop_lat": 49.4129319, "stop_lon": 8.6767819, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6766839, 49.41316], "type": "Point"}, "id": "320", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122902, "stop_lat": 49.41316, "stop_lon": 8.6766839, "stop_name": "Jahnstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.670485, 49.4134231], "type": "Point"}, "id": "1976", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614411, "stop_lat": 49.4134231, "stop_lon": 8.670485, "stop_name": "Campus Im Neuenheimer Feld"}, "type": "Feature"}, {"geometry": {"coordinates": [8.670315, 49.413435], "type": "Point"}, "id": "1977", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614412, "stop_lat": 49.413435, "stop_lon": 8.670315, "stop_name": "Campus Im Neuenheimer Feld"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6737281, 49.4137211], "type": "Point"}, "id": "514", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 133711, "stop_lat": 49.4137211, "stop_lon": 8.6737281, "stop_name": "Kirschnerstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6734139, 49.4137619], "type": "Point"}, "id": "515", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 133712, "stop_lat": 49.4137619, "stop_lon": 8.6734139, "stop_name": "Kirschnerstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.668985, 49.4141539], "type": "Point"}, "id": "331", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123212, "stop_lat": 49.4141539, "stop_lon": 8.668985, "stop_name": "Botanischer Garten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6685361, 49.4142061], "type": "Point"}, "id": "330", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123211, "stop_lat": 49.4142061, "stop_lon": 8.6685361, "stop_name": "Botanischer Garten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6663619, 49.414615], "type": "Point"}, "id": "347", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124611, "stop_lat": 49.414615, "stop_lon": 8.6663619, "stop_name": "Med.Kl./Chirurgie/Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6550069, 49.4146211], "type": "Point"}, "id": "544", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 154212, "stop_lat": 49.4146211, "stop_lon": 8.6550069, "stop_name": "Ludwig-Guttmann-Str."}, "type": "Feature"}, {"geometry": {"coordinates": [8.6655, 49.4148311], "type": "Point"}, "id": "348", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124612, "stop_lat": 49.4148311, "stop_lon": 8.6655, "stop_name": "Med.Kl./Chirurgie/Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6494289, 49.4151589], "type": "Point"}, "id": "557", "properties": {"location_type": 0, "platform_code": "1", "stop_id": 169301, "stop_lat": 49.4151589, "stop_lon": 8.6494289, "stop_name": "SRH Campus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6634781, 49.4152581], "type": "Point"}, "id": "344", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124311, "stop_lat": 49.4152581, "stop_lon": 8.6634781, "stop_name": "Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6493569, 49.4156961], "type": "Point"}, "id": "558", "properties": {"location_type": 0, "platform_code": "2", "stop_id": 169302, "stop_lat": 49.4156961, "stop_lon": 8.6493569, "stop_name": "SRH Campus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6535519, 49.4161519], "type": "Point"}, "id": "441", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129911, "stop_lat": 49.4161519, "stop_lon": 8.6535519, "stop_name": "Lerchenbuckel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.67636, 49.4161639], "type": "Point"}, "id": "313", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122801, "stop_lat": 49.4161639, "stop_lon": 8.67636, "stop_name": "Bunsengymnasium"}, "type": "Feature"}, {"geometry": {"coordinates": [8.67619, 49.416485], "type": "Point"}, "id": "318", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 122831, "stop_lat": 49.416485, "stop_lon": 8.67619, "stop_name": "Bunsengymnasium"}, "type": "Feature"}, {"geometry": {"coordinates": [8.653265, 49.4168131], "type": "Point"}, "id": "442", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129912, "stop_lat": 49.4168131, "stop_lon": 8.653265, "stop_name": "Lerchenbuckel"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6768811, 49.4169239], "type": "Point"}, "id": "315", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 122811, "stop_lat": 49.4169239, "stop_lon": 8.6768811, "stop_name": "Bunsengymnasium"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6754981, 49.4169531], "type": "Point"}, "id": "317", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 122813, "stop_lat": 49.4169531, "stop_lon": 8.6754981, "stop_name": "Bunsengymnasium"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6768, 49.4170519], "type": "Point"}, "id": "316", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 122812, "stop_lat": 49.4170519, "stop_lon": 8.6768, "stop_name": "Bunsengymnasium"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6611339, 49.4173389], "type": "Point"}, "id": "329", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123112, "stop_lat": 49.4173389, "stop_lon": 8.6611339, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6610619, 49.4173789], "type": "Point"}, "id": "328", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123111, "stop_lat": 49.4173789, "stop_lon": 8.6610619, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6763511, 49.41766], "type": "Point"}, "id": "314", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122802, "stop_lat": 49.41766, "stop_lon": 8.6763511, "stop_name": "Bunsengymnasium"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6750489, 49.4186239], "type": "Point"}, "id": "308", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 122612, "stop_lat": 49.4186239, "stop_lon": 8.6750489, "stop_name": "Technologiepark"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.64438, 49.4187939], "type": "Point"}, "id": "510", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 133412, "stop_lat": 49.4187939, "stop_lon": 8.64438, "stop_name": "Sandwingert"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6762431, 49.4188869], "type": "Point"}, "id": "306", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122601, "stop_lat": 49.4188869, "stop_lon": 8.6762431, "stop_name": "Technologiepark"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6443711, 49.4189689], "type": "Point"}, "id": "509", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 133411, "stop_lat": 49.4189689, "stop_lon": 8.6443711, "stop_name": "Sandwingert"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6750131, 49.4189869], "type": "Point"}, "id": "307", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 122611, "stop_lat": 49.4189869, "stop_lon": 8.6750131, "stop_name": "Technologiepark"}, "type": "Feature"}, {"geometry": {"coordinates": [8.667135, 49.4190511], "type": "Point"}, "id": "1978", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614511, "stop_lat": 49.4190511, "stop_lon": 8.667135, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66691, 49.4191789], "type": "Point"}, "id": "1979", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614512, "stop_lat": 49.4191789, "stop_lon": 8.66691, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6763511, 49.4194131], "type": "Point"}, "id": "310", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122622, "stop_lat": 49.4194131, "stop_lon": 8.6763511, "stop_name": "Technologiepark"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6698831, 49.4194539], "type": "Point"}, "id": "336", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123811, "stop_lat": 49.4194539, "stop_lon": 8.6698831, "stop_name": "P\u00e4dagogische Hochschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6697669, 49.4194719], "type": "Point"}, "id": "337", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123812, "stop_lat": 49.4194719, "stop_lon": 8.6697669, "stop_name": "P\u00e4dagogische Hochschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6754711, 49.4195531], "type": "Point"}, "id": "309", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 122613, "stop_lat": 49.4195531, "stop_lon": 8.6754711, "stop_name": "Technologiepark"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6518181, 49.4196469], "type": "Point"}, "id": "435", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129511, "stop_lat": 49.4196469, "stop_lon": 8.6518181, "stop_name": "Hermann-Treiber-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6518719, 49.4197989], "type": "Point"}, "id": "436", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129512, "stop_lat": 49.4197989, "stop_lon": 8.6518719, "stop_name": "Hermann-Treiber-Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6594, 49.4201439], "type": "Point"}, "id": "338", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124011, "stop_lat": 49.4201439, "stop_lon": 8.6594, "stop_name": "Schwimmbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6593731, 49.4203311], "type": "Point"}, "id": "339", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124012, "stop_lat": 49.4203311, "stop_lon": 8.6593731, "stop_name": "Schwimmbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6425031, 49.4219611], "type": "Point"}, "id": "443", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130011, "stop_lat": 49.4219611, "stop_lon": 8.6425031, "stop_name": "Finanzamt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.642485, 49.4221889], "type": "Point"}, "id": "444", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 130012, "stop_lat": 49.4221889, "stop_lon": 8.642485, "stop_name": "Finanzamt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6583581, 49.4224169], "type": "Point"}, "id": "311", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 122711, "stop_lat": 49.4224169, "stop_lon": 8.6583581, "stop_name": "Olympiast\u00fctzpunkt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6583039, 49.4225919], "type": "Point"}, "id": "312", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 122712, "stop_lat": 49.4225919, "stop_lon": 8.6583039, "stop_name": "Olympiast\u00fctzpunkt"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6461139, 49.4233631], "type": "Point"}, "id": "447", "properties": {"location_type": 0, "platform_code": "1", "stop_id": 130201, "stop_lat": 49.4233631, "stop_lon": 8.6461139, "stop_name": "Wieblingen Mitte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6462761, 49.4235039], "type": "Point"}, "id": "450", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 130212, "stop_lat": 49.4235039, "stop_lon": 8.6462761, "stop_name": "Wieblingen Mitte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6457819, 49.4235331], "type": "Point"}, "id": "449", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130211, "stop_lat": 49.4235331, "stop_lon": 8.6457819, "stop_name": "Wieblingen Mitte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6458439, 49.4238419], "type": "Point"}, "id": "448", "properties": {"location_type": 0, "platform_code": "2", "stop_id": 130202, "stop_lat": 49.4238419, "stop_lon": 8.6458439, "stop_name": "Wieblingen Mitte"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6492669, 49.4239239], "type": "Point"}, "id": "440", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129812, "stop_lat": 49.4239239, "stop_lon": 8.6492669, "stop_name": "Elisabeth-von-Thadden-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.649015, 49.4241111], "type": "Point"}, "id": "439", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129811, "stop_lat": 49.4241111, "stop_lon": 8.649015, "stop_name": "Elisabeth-von-Thadden-Platz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6568311, 49.42535], "type": "Point"}, "id": "327", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123012, "stop_lat": 49.42535, "stop_lon": 8.6568311, "stop_name": "Fu\u00dfballcampus HD"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6567681, 49.4253561], "type": "Point"}, "id": "326", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123011, "stop_lat": 49.4253561, "stop_lon": 8.6567681, "stop_name": "Fu\u00dfballcampus HD"}, "type": "Feature"}, {"geometry": {"coordinates": [8.64747, 49.4260739], "type": "Point"}, "id": "430", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129211, "stop_lat": 49.4260739, "stop_lon": 8.64747, "stop_name": "Wieblingen Evangelische Kirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.644075, 49.4261389], "type": "Point"}, "id": "433", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129411, "stop_lat": 49.4261389, "stop_lon": 8.644075, "stop_name": "Grenzh\u00f6fer Weg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6600739, 49.42639], "type": "Point"}, "id": "341", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124112, "stop_lat": 49.42639, "stop_lon": 8.6600739, "stop_name": "Sportzentrum Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6605681, 49.4264661], "type": "Point"}, "id": "340", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124111, "stop_lat": 49.4264661, "stop_lon": 8.6605681, "stop_name": "Sportzentrum Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6449731, 49.4265011], "type": "Point"}, "id": "434", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129412, "stop_lat": 49.4265011, "stop_lon": 8.6449731, "stop_name": "Grenzh\u00f6fer Weg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6471289, 49.426805], "type": "Point"}, "id": "431", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129212, "stop_lat": 49.426805, "stop_lon": 8.6471289, "stop_name": "Wieblingen Evangelische Kirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.64703, 49.4269861], "type": "Point"}, "id": "432", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 129214, "stop_lat": 49.4269861, "stop_lon": 8.64703, "stop_name": "Wieblingen Evangelische Kirche"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6427989, 49.42833], "type": "Point"}, "id": "452", "properties": {"location_type": 0, "platform_code": "1", "stop_id": 130401, "stop_lat": 49.42833, "stop_lon": 8.6427989, "stop_name": "Wieblingen Taubenfeld"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6424311, 49.42878], "type": "Point"}, "id": "453", "properties": {"location_type": 0, "platform_code": "2", "stop_id": 130402, "stop_lat": 49.42878, "stop_lon": 8.6424311, "stop_name": "Wieblingen Taubenfeld"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6457911, 49.4289261], "type": "Point"}, "id": "446", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 130112, "stop_lat": 49.4289261, "stop_lon": 8.6457911, "stop_name": "Maltesergasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6457011, 49.4289489], "type": "Point"}, "id": "445", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130111, "stop_lat": 49.4289489, "stop_lon": 8.6457011, "stop_name": "Maltesergasse"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6448381, 49.4301589], "type": "Point"}, "id": "437", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129611, "stop_lat": 49.4301589, "stop_lon": 8.6448381, "stop_name": "HD K\u00e4fertaler Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.644775, 49.4302811], "type": "Point"}, "id": "438", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129612, "stop_lat": 49.4302811, "stop_lon": 8.644775, "stop_name": "HD K\u00e4fertaler Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6419731, 49.432665], "type": "Point"}, "id": "428", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 129111, "stop_lat": 49.432665, "stop_lon": 8.6419731, "stop_name": "Wieblingen Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6421069, 49.4326881], "type": "Point"}, "id": "429", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 129112, "stop_lat": 49.4326881, "stop_lon": 8.6421069, "stop_name": "Wieblingen Nord"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6400139, 49.4358139], "type": "Point"}, "id": "1983", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 617312, "stop_lat": 49.4358139, "stop_lon": 8.6400139, "stop_name": "Kompostwerk"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6338069, 49.438355], "type": "Point"}, "id": "454", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 130611, "stop_lat": 49.438355, "stop_lon": 8.6338069, "stop_name": "HD Waldorfschule"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_154e01478c13f7e1f656b14d9c410541_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_154e01478c13f7e1f656b14d9c410541 = L.geoJson(null, {
onEachFeature: geo_json_154e01478c13f7e1f656b14d9c410541_onEachFeature,
});
function geo_json_154e01478c13f7e1f656b14d9c410541_add (data) {
geo_json_154e01478c13f7e1f656b14d9c410541
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_154e01478c13f7e1f656b14d9c410541_add({"features": [{"geometry": {"coordinates": [8.667135, 49.4190511], "type": "Point"}, "id": "1978", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614511, "stop_lat": 49.4190511, "stop_lon": 8.667135, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66691, 49.4191789], "type": "Point"}, "id": "1979", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614512, "stop_lat": 49.4191789, "stop_lon": 8.66691, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6698831, 49.4194539], "type": "Point"}, "id": "336", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123811, "stop_lat": 49.4194539, "stop_lon": 8.6698831, "stop_name": "P\u00e4dagogische Hochschule"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6697669, 49.4194719], "type": "Point"}, "id": "337", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123812, "stop_lat": 49.4194719, "stop_lon": 8.6697669, "stop_name": "P\u00e4dagogische Hochschule"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_03d735a800e894316d46e17552d90248_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_03d735a800e894316d46e17552d90248 = L.geoJson(null, {
onEachFeature: geo_json_03d735a800e894316d46e17552d90248_onEachFeature,
});
function geo_json_03d735a800e894316d46e17552d90248_add (data) {
geo_json_03d735a800e894316d46e17552d90248
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_03d735a800e894316d46e17552d90248_add({"features": [{"geometry": {"coordinates": [8.6634781, 49.4152581], "type": "Point"}, "id": "344", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124311, "stop_lat": 49.4152581, "stop_lon": 8.6634781, "stop_name": "Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6611339, 49.4173389], "type": "Point"}, "id": "329", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123112, "stop_lat": 49.4173389, "stop_lon": 8.6611339, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6610619, 49.4173789], "type": "Point"}, "id": "328", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123111, "stop_lat": 49.4173789, "stop_lon": 8.6610619, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_297b3f4e2846413e48225c7a12e3a2a0_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_297b3f4e2846413e48225c7a12e3a2a0 = L.geoJson(null, {
onEachFeature: geo_json_297b3f4e2846413e48225c7a12e3a2a0_onEachFeature,
});
function geo_json_297b3f4e2846413e48225c7a12e3a2a0_add (data) {
geo_json_297b3f4e2846413e48225c7a12e3a2a0
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_297b3f4e2846413e48225c7a12e3a2a0_add({"features": [{"geometry": {"coordinates": [8.6903469, 49.3898761], "type": "Point"}, "id": "231", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118522, "stop_lat": 49.3898761, "stop_lon": 8.6903469, "stop_name": "HD Rheinstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6903469, 49.3899989], "type": "Point"}, "id": "230", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118521, "stop_lat": 49.3899989, "stop_lon": 8.6903469, "stop_name": "HD Rheinstra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6902119, 49.3921211], "type": "Point"}, "id": "145", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114322, "stop_lat": 49.3921211, "stop_lon": 8.6902119, "stop_name": "Bethanienkrankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6902211, 49.392595], "type": "Point"}, "id": "144", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114321, "stop_lat": 49.392595, "stop_lon": 8.6902211, "stop_name": "Bethanienkrankenhaus"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_6149c6a105071d204badac13f359a937_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_6149c6a105071d204badac13f359a937 = L.geoJson(null, {
onEachFeature: geo_json_6149c6a105071d204badac13f359a937_onEachFeature,
});
function geo_json_6149c6a105071d204badac13f359a937_add (data) {
geo_json_6149c6a105071d204badac13f359a937
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_6149c6a105071d204badac13f359a937_add({"features": [{"geometry": {"coordinates": [8.68776, 49.3762619], "type": "Point"}, "id": "393", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 127402, "stop_lat": 49.3762619, "stop_lon": 8.68776, "stop_name": "Ortenauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6877869, 49.3768639], "type": "Point"}, "id": "392", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 127401, "stop_lat": 49.3768639, "stop_lon": 8.6877869, "stop_name": "Ortenauer Stra\u00dfe"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6873289, 49.3777361], "type": "Point"}, "id": "394", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 127412, "stop_lat": 49.3777361, "stop_lon": 8.6873289, "stop_name": "Ortenauer Stra\u00dfe"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_8fe7e91bc4c494f3cc256d998867cff7_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_8fe7e91bc4c494f3cc256d998867cff7 = L.geoJson(null, {
onEachFeature: geo_json_8fe7e91bc4c494f3cc256d998867cff7_onEachFeature,
});
function geo_json_8fe7e91bc4c494f3cc256d998867cff7_add (data) {
geo_json_8fe7e91bc4c494f3cc256d998867cff7
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_8fe7e91bc4c494f3cc256d998867cff7_add({"features": [{"geometry": {"coordinates": [8.73511, 49.38935], "type": "Point"}, "id": "205", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116912, "stop_lat": 49.38935, "stop_lon": 8.73511, "stop_name": "Kohlhof Fachklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7352361, 49.3895719], "type": "Point"}, "id": "204", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116911, "stop_lat": 49.3895719, "stop_lon": 8.7352361, "stop_name": "Kohlhof Fachklinik"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_32b2d35c4b5e764999f74460e30c4295_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_32b2d35c4b5e764999f74460e30c4295 = L.geoJson(null, {
onEachFeature: geo_json_32b2d35c4b5e764999f74460e30c4295_onEachFeature,
});
function geo_json_32b2d35c4b5e764999f74460e30c4295_add (data) {
geo_json_32b2d35c4b5e764999f74460e30c4295
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_32b2d35c4b5e764999f74460e30c4295_add({"features": [{"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.667135, 49.4190511], "type": "Point"}, "id": "1978", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614511, "stop_lat": 49.4190511, "stop_lon": 8.667135, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66691, 49.4191789], "type": "Point"}, "id": "1979", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614512, "stop_lat": 49.4191789, "stop_lon": 8.66691, "stop_name": "Kopfklinik"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_dd2e8aa41eaac16bf1a2166cee24ea7a_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_dd2e8aa41eaac16bf1a2166cee24ea7a = L.geoJson(null, {
onEachFeature: geo_json_dd2e8aa41eaac16bf1a2166cee24ea7a_onEachFeature,
});
function geo_json_dd2e8aa41eaac16bf1a2166cee24ea7a_add (data) {
geo_json_dd2e8aa41eaac16bf1a2166cee24ea7a
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_dd2e8aa41eaac16bf1a2166cee24ea7a_add({"features": [{"geometry": {"coordinates": [8.6611339, 49.4173389], "type": "Point"}, "id": "329", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123112, "stop_lat": 49.4173389, "stop_lon": 8.6611339, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6610619, 49.4173789], "type": "Point"}, "id": "328", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123111, "stop_lat": 49.4173789, "stop_lon": 8.6610619, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.667135, 49.4190511], "type": "Point"}, "id": "1978", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614511, "stop_lat": 49.4190511, "stop_lon": 8.667135, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66691, 49.4191789], "type": "Point"}, "id": "1979", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614512, "stop_lat": 49.4191789, "stop_lon": 8.66691, "stop_name": "Kopfklinik"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_6f01330399d5209411d872f8dd7e667e_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_6f01330399d5209411d872f8dd7e667e = L.geoJson(null, {
onEachFeature: geo_json_6f01330399d5209411d872f8dd7e667e_onEachFeature,
});
function geo_json_6f01330399d5209411d872f8dd7e667e_add (data) {
geo_json_6f01330399d5209411d872f8dd7e667e
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_6f01330399d5209411d872f8dd7e667e_add({"features": [{"geometry": {"coordinates": [8.6972639, 49.41202], "type": "Point"}, "id": "244", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119212, "stop_lat": 49.41202, "stop_lon": 8.6972639, "stop_name": "St. Vincentius-Krankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6973269, 49.4120261], "type": "Point"}, "id": "243", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119211, "stop_lat": 49.4120261, "stop_lon": 8.6973269, "stop_name": "St. Vincentius-Krankenhaus"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7018361, 49.4127269], "type": "Point"}, "id": "207", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 117012, "stop_lat": 49.4127269, "stop_lon": 8.7018361, "stop_name": "Stadthalle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.7026989, 49.4128739], "type": "Point"}, "id": "206", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 117011, "stop_lat": 49.4128739, "stop_lon": 8.7026989, "stop_name": "Stadthalle"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6986111, 49.4083561], "type": "Point"}, "id": "182", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 115711, "stop_lat": 49.4083561, "stop_lon": 8.6986111, "stop_name": "Friedrich-Ebert-Platz"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_d27a542c2d5cc2cbeb53f6bfea03617d_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_d27a542c2d5cc2cbeb53f6bfea03617d = L.geoJson(null, {
onEachFeature: geo_json_d27a542c2d5cc2cbeb53f6bfea03617d_onEachFeature,
});
function geo_json_d27a542c2d5cc2cbeb53f6bfea03617d_add (data) {
geo_json_d27a542c2d5cc2cbeb53f6bfea03617d
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_d27a542c2d5cc2cbeb53f6bfea03617d_add({"features": [{"geometry": {"coordinates": [8.6849389, 49.4078881], "type": "Point"}, "id": "238", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118922, "stop_lat": 49.4078881, "stop_lon": 8.6849389, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6853519, 49.4079169], "type": "Point"}, "id": "237", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118921, "stop_lat": 49.4079169, "stop_lon": 8.6853519, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68811, 49.4083911], "type": "Point"}, "id": "255", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119622, "stop_lat": 49.4083911, "stop_lon": 8.68811, "stop_name": "Altes Hallenbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6885139, 49.40842], "type": "Point"}, "id": "254", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119621, "stop_lat": 49.40842, "stop_lon": 8.6885139, "stop_name": "Altes Hallenbad"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_493de83222f68a193e9c2c3518648753_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_493de83222f68a193e9c2c3518648753 = L.geoJson(null, {
onEachFeature: geo_json_493de83222f68a193e9c2c3518648753_onEachFeature,
});
function geo_json_493de83222f68a193e9c2c3518648753_add (data) {
geo_json_493de83222f68a193e9c2c3518648753
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_493de83222f68a193e9c2c3518648753_add({"features": [{"geometry": {"coordinates": [8.6914789, 49.4019369], "type": "Point"}, "id": "196", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 116311, "stop_lat": 49.4019369, "stop_lon": 8.6914789, "stop_name": "Kaiserstra\u00dfe"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_cec78cd95df0c6f18b192b59a7d814eb_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_cec78cd95df0c6f18b192b59a7d814eb = L.geoJson(null, {
onEachFeature: geo_json_cec78cd95df0c6f18b192b59a7d814eb_onEachFeature,
});
function geo_json_cec78cd95df0c6f18b192b59a7d814eb_add (data) {
geo_json_cec78cd95df0c6f18b192b59a7d814eb
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_cec78cd95df0c6f18b192b59a7d814eb_add({"features": [{"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "161", "properties": {"location_type": 0, "platform_code": "C", "stop_id": 114614, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "160", "properties": {"location_type": 0, "platform_code": "D", "stop_id": 114613, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "159", "properties": {"location_type": 0, "platform_code": "E", "stop_id": 114612, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6933019, 49.4096711], "type": "Point"}, "id": "158", "properties": {"location_type": 0, "platform_code": "F", "stop_id": 114611, "stop_lat": 49.4096711, "stop_lon": 8.6933019, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6928889, 49.4097289], "type": "Point"}, "id": "163", "properties": {"location_type": 0, "platform_code": "H", "stop_id": 114616, "stop_lat": 49.4097289, "stop_lon": 8.6928889, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6928889, 49.4097289], "type": "Point"}, "id": "164", "properties": {"location_type": 0, "platform_code": "G", "stop_id": 114617, "stop_lat": 49.4097289, "stop_lon": 8.6928889, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6928889, 49.4097289], "type": "Point"}, "id": "162", "properties": {"location_type": 0, "platform_code": "I", "stop_id": 114615, "stop_lat": 49.4097289, "stop_lon": 8.6928889, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.693195, 49.4098639], "type": "Point"}, "id": "156", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 114601, "stop_lat": 49.4098639, "stop_lon": 8.693195, "stop_name": "Bismarckplatz"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6925119, 49.4133531], "type": "Point"}, "id": "2012", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 674111, "stop_lat": 49.4133531, "stop_lon": 8.6925119, "stop_name": "Theodor-Heuss-Br\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6910661, 49.4133939], "type": "Point"}, "id": "2013", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 674112, "stop_lat": 49.4133939, "stop_lon": 8.6910661, "stop_name": "Theodor-Heuss-Br\u00fccke"}, "type": "Feature"}, {"geometry": {"coordinates": [8.692305, 49.407175], "type": "Point"}, "id": "202", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 116821, "stop_lat": 49.407175, "stop_lon": 8.692305, "stop_name": "Seegarten"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6929789, 49.4094489], "type": "Point"}, "id": "157", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 114602, "stop_lat": 49.4094489, "stop_lon": 8.6929789, "stop_name": "Bismarckplatz"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_b8ede5fd622e72349c2f219b214d802e_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_b8ede5fd622e72349c2f219b214d802e = L.geoJson(null, {
onEachFeature: geo_json_b8ede5fd622e72349c2f219b214d802e_onEachFeature,
});
function geo_json_b8ede5fd622e72349c2f219b214d802e_add (data) {
geo_json_b8ede5fd622e72349c2f219b214d802e
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_b8ede5fd622e72349c2f219b214d802e_add({"features": [{"geometry": {"coordinates": [8.6870769, 49.4247311], "type": "Point"}, "id": "129", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 113521, "stop_lat": 49.4247311, "stop_lon": 8.6870769, "stop_name": "Kapellenweg"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6863669, 49.4250519], "type": "Point"}, "id": "130", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 113522, "stop_lat": 49.4250519, "stop_lon": 8.6863669, "stop_name": "Kapellenweg"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_fe02cf60844b65d095f169000a868559_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_fe02cf60844b65d095f169000a868559 = L.geoJson(null, {
onEachFeature: geo_json_fe02cf60844b65d095f169000a868559_onEachFeature,
});
function geo_json_fe02cf60844b65d095f169000a868559_add (data) {
geo_json_fe02cf60844b65d095f169000a868559
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_fe02cf60844b65d095f169000a868559_add({"features": [{"geometry": {"coordinates": [8.6634781, 49.4152581], "type": "Point"}, "id": "344", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124311, "stop_lat": 49.4152581, "stop_lon": 8.6634781, "stop_name": "Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6611339, 49.4173389], "type": "Point"}, "id": "329", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123112, "stop_lat": 49.4173389, "stop_lon": 8.6611339, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6610619, 49.4173789], "type": "Point"}, "id": "328", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123111, "stop_lat": 49.4173789, "stop_lon": 8.6610619, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.667135, 49.4190511], "type": "Point"}, "id": "1978", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 614511, "stop_lat": 49.4190511, "stop_lon": 8.667135, "stop_name": "Kopfklinik"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66691, 49.4191789], "type": "Point"}, "id": "1979", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 614512, "stop_lat": 49.4191789, "stop_lon": 8.66691, "stop_name": "Kopfklinik"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_48c36566c3007e6bc71ff3e1271da7af_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_48c36566c3007e6bc71ff3e1271da7af = L.geoJson(null, {
onEachFeature: geo_json_48c36566c3007e6bc71ff3e1271da7af_onEachFeature,
});
function geo_json_48c36566c3007e6bc71ff3e1271da7af_add (data) {
geo_json_48c36566c3007e6bc71ff3e1271da7af
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_48c36566c3007e6bc71ff3e1271da7af_add({"features": [{"geometry": {"coordinates": [8.6849389, 49.4078881], "type": "Point"}, "id": "238", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118922, "stop_lat": 49.4078881, "stop_lon": 8.6849389, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6853519, 49.4079169], "type": "Point"}, "id": "237", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118921, "stop_lat": 49.4079169, "stop_lon": 8.6853519, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68811, 49.4083911], "type": "Point"}, "id": "255", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119622, "stop_lat": 49.4083911, "stop_lon": 8.68811, "stop_name": "Altes Hallenbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6885139, 49.40842], "type": "Point"}, "id": "254", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119621, "stop_lat": 49.40842, "stop_lon": 8.6885139, "stop_name": "Altes Hallenbad"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_717eaafb837a72f0531a712678dea9bb_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_717eaafb837a72f0531a712678dea9bb = L.geoJson(null, {
onEachFeature: geo_json_717eaafb837a72f0531a712678dea9bb_onEachFeature,
});
function geo_json_717eaafb837a72f0531a712678dea9bb_add (data) {
geo_json_717eaafb837a72f0531a712678dea9bb
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_717eaafb837a72f0531a712678dea9bb_add({"features": [{"geometry": {"coordinates": [8.6849389, 49.4078881], "type": "Point"}, "id": "238", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 118922, "stop_lat": 49.4078881, "stop_lon": 8.6849389, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6853519, 49.4079169], "type": "Point"}, "id": "237", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 118921, "stop_lat": 49.4079169, "stop_lon": 8.6853519, "stop_name": "Campus Bergheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.68811, 49.4083911], "type": "Point"}, "id": "255", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 119622, "stop_lat": 49.4083911, "stop_lon": 8.68811, "stop_name": "Altes Hallenbad"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6885139, 49.40842], "type": "Point"}, "id": "254", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 119621, "stop_lat": 49.40842, "stop_lon": 8.6885139, "stop_name": "Altes Hallenbad"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_40391d460535d07139ce00af4e316834_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_40391d460535d07139ce00af4e316834 = L.geoJson(null, {
onEachFeature: geo_json_40391d460535d07139ce00af4e316834_onEachFeature,
});
function geo_json_40391d460535d07139ce00af4e316834_add (data) {
geo_json_40391d460535d07139ce00af4e316834
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_40391d460535d07139ce00af4e316834_add({"features": [{"geometry": {"coordinates": [8.6634781, 49.4152581], "type": "Point"}, "id": "344", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124311, "stop_lat": 49.4152581, "stop_lon": 8.6634781, "stop_name": "Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_0fb14530733dfa911486b3be6d11141f_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_0fb14530733dfa911486b3be6d11141f = L.geoJson(null, {
onEachFeature: geo_json_0fb14530733dfa911486b3be6d11141f_onEachFeature,
});
function geo_json_0fb14530733dfa911486b3be6d11141f_add (data) {
geo_json_0fb14530733dfa911486b3be6d11141f
.addData(data)
.addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
}
geo_json_0fb14530733dfa911486b3be6d11141f_add({"features": [{"geometry": {"coordinates": [8.6634781, 49.4152581], "type": "Point"}, "id": "344", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124311, "stop_lat": 49.4152581, "stop_lon": 8.6634781, "stop_name": "Zoo"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6611339, 49.4173389], "type": "Point"}, "id": "329", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 123112, "stop_lat": 49.4173389, "stop_lon": 8.6611339, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6610619, 49.4173789], "type": "Point"}, "id": "328", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 123111, "stop_lat": 49.4173789, "stop_lon": 8.6610619, "stop_name": "Jugendherberge"}, "type": "Feature"}, {"geometry": {"coordinates": [8.6626431, 49.4187289], "type": "Point"}, "id": "343", "properties": {"location_type": 0, "platform_code": "B", "stop_id": 124212, "stop_lat": 49.4187289, "stop_lon": 8.6626431, "stop_name": "Studentenwohnheim"}, "type": "Feature"}, {"geometry": {"coordinates": [8.66311, 49.4187881], "type": "Point"}, "id": "342", "properties": {"location_type": 0, "platform_code": "A", "stop_id": 124211, "stop_lat": 49.4187881, "stop_lon": 8.66311, "stop_name": "Studentenwohnheim"}, "type": "Feature"}], "type": "FeatureCollection"});
var layer_control_4c0d9ba403d627974a67681f7f432ae5 = {
base_layers : {
"openstreetmap" : tile_layer_48c0ea8ddb4b026d55200bfe852a9bf7,
},
overlays : {
"isochrones" : geo_json_4776c67f7179a1b064e55e5e3cd346b4,
"hospitals" : geo_json_b5efef757f5c3d6c8d7275f7c10851dd,
"county_boundary" : geo_json_81e8e5d7d507d0b5b59673ac633a03c3,
"stops_all" : geo_json_e989f2cd7ba1755d1f63dba8812efcd6,
"stop_0" : geo_json_0fb14530733dfa911486b3be6d11141f,
},
};
L.control.layers(
layer_control_4c0d9ba403d627974a67681f7f432ae5.base_layers,
layer_control_4c0d9ba403d627974a67681f7f432ae5.overlays,
{"autoZIndex": true, "collapsed": true, "position": "topright"}
).addTo(map_56bb3b707aeb668839bcc0ccb43721a3);
</script>