forked from CodeforLeipzig/wo-ist-markt-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locations.json
148 lines (148 loc) · 4.42 KB
/
locations.json
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
{
"locations": [
{
"name": "Bästleinstraße (bei der Kita)",
"title": "Wochenmarkt in der Bästleinstraße",
"location": "Bästleinstraße (bei der Kita)",
"coordinates": [
12.42319,
51.35514
]
},
{
"coordinates": [
12.3800753,
51.330633
],
"name": "Bayrischer Platz",
"location": "Bayrischer Platz",
"title": "Wochenmarkt am Bayrischer Platz"
},
{
"coordinates": [
12.37084,
51.36221
],
"name": "Gohlis-Arkaden (Lützowstraße/Georg-Schumann-Straße)",
"location": "Lützowstraße/Georg-Schumann-Straße",
"title": "Wochenmarkt Gohlis-Arkaden"
},
{
"coordinates": [
12.36016,
51.37624
],
"name": "Gohlis-Park (Landsberger Straße/Max-Liebermann-Straße)",
"location": "Landsberger Straße/Max-Liebermann-Straße",
"title": "Wochenmarkt Gohlis-Park"
},
{
"coordinates": [
12.30418,
51.32200
],
"name": "Grünau WK 2 (Grünauer Allee/Alte Salzstraße)",
"location": "Grünauer Allee/Alte Salzstraße",
"title": "Wochenmarkt Grünau (Wohnkomplex 2)"
},
{
"coordinates": [
12.29290,
51.31414
],
"name": "Grünau WK 4 (Stuttgarter Allee/Alte Salzstraße)",
"location": "Stuttgarter Allee an der ehem. Post",
"title": "Wochenmarkt Grünau (Wohnkomplex 4)"
},
{
"coordinates": [
12.26863,
51.31611
],
"name": "Grünau WK 7 (Miltitzer Allee/Jupiterstraße)",
"location": "Miltitzer Allee/Jupiterstraße",
"title": "Wochenmarkt Grünau (Wohnkomplex 7)"
},
{
"coordinates": [
12.37474,
51.34055
],
"name": "Innenstadt (Marktplatz oder Augustusplatz)",
"location": "Marktplatz oder Agustusplatz",
"title": "Wochenmarkt in der Innenstadt"
},
{
"coordinates": [
12.38119,
51.33969
],
"name": "Innenstadt (Marktplatz oder Augustusplatz)",
"location": "Marktplatz oder Agustusplatz",
"title": "Wochenmarkt in der Innenstadt"
},
{
"coordinates": [
12.4639511,
51.2826373
],
"name": "Liebertwolkwitz (Marktplatz)",
"location": "Marktplatz",
"title": "Wochenmarkt Liebertwolkwitz"
},
{
"coordinates": [
12.33403,
51.33722
],
"name": "Lindenauer Markt",
"location": "Lindenauer Markt",
"title": "Wochenmarkt am Lindenauer Markt"
},
{
"coordinates": [
12.3990085,
51.3011382
],
"name": "Lößnig (Johannes-R.-Becher-Straße)",
"location": "Johannes-R.-Becher-Straße",
"title": "Wochenmarkt Lößnig"
},
{
"coordinates": [
12.37265,
51.34362
],
"name": "Richard-Wagner-Platz",
"location": "Richard-Wagner-Platz",
"title": "Wochenmarkt am Richard-Wagner-Platz"
},
{
"coordinates": [
12.45988,
51.35224
],
"name": "Paunsdorf",
"location": "Waldzieststraße",
"title": "Wochenmarkt Paunsdorf"
},
{
"coordinates": [
12.41489,
51.34599
],
"name": "Torgauer Platz",
"location": "Torgauer Platz",
"title": "Wochenmarkt am Torgauer Platz"
},
{
"coordinates": [
12.37342,
51.39332
],
"name": "Wiederitzsch (Hugo-Krone-Platz)",
"location": "Hugo-Krone-Platz",
"title": "Wochenmarkt Wiederitzsch"
}
]
}