@simonbackx/simple-database 1.36.4 → 1.36.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/classes/Factory.cjs +7 -7
- package/dist/src/classes/data/boys.cjs +1 -1
- package/dist/src/classes/data/boys.d.cts +4 -0
- package/dist/src/classes/data/boys.d.cts.map +1 -0
- package/dist/src/classes/data/boys.d.mts +5 -0
- package/dist/src/classes/data/boys.d.mts.map +1 -0
- package/dist/src/classes/data/family-names.cjs +1 -1
- package/dist/src/classes/data/family-names.d.cts +4 -0
- package/dist/src/classes/data/family-names.d.cts.map +1 -0
- package/dist/src/classes/data/family-names.d.mts +5 -0
- package/dist/src/classes/data/family-names.d.mts.map +1 -0
- package/dist/src/classes/data/girls.cjs +1 -1
- package/dist/src/classes/data/girls.d.cts +4 -0
- package/dist/src/classes/data/girls.d.cts.map +1 -0
- package/dist/src/classes/data/girls.d.mts +5 -0
- package/dist/src/classes/data/girls.d.mts.map +1 -0
- package/dist/src/classes/data/streets.cjs +296 -0
- package/dist/src/classes/data/streets.d.cts +4 -0
- package/dist/src/classes/data/streets.d.cts.map +1 -0
- package/dist/src/classes/data/streets.d.mts +5 -0
- package/dist/src/classes/data/streets.d.mts.map +1 -0
- package/dist/src/classes/data/streets.mjs +298 -0
- package/dist/src/classes/data/streets.mjs.map +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
const
|
|
3
|
-
const
|
|
1
|
+
const require_src_classes_data_boys = require("./data/boys.cjs");
|
|
2
|
+
const require_src_classes_data_family_names = require("./data/family-names.cjs");
|
|
3
|
+
const require_src_classes_data_girls = require("./data/girls.cjs");
|
|
4
4
|
//#region src/classes/Factory.ts
|
|
5
5
|
var Factory = class {
|
|
6
6
|
options;
|
|
@@ -24,19 +24,19 @@ var Factory = class {
|
|
|
24
24
|
let names;
|
|
25
25
|
switch (gender) {
|
|
26
26
|
case "Male":
|
|
27
|
-
names =
|
|
27
|
+
names = require_src_classes_data_boys;
|
|
28
28
|
break;
|
|
29
29
|
case "Female":
|
|
30
|
-
names =
|
|
30
|
+
names = require_src_classes_data_girls;
|
|
31
31
|
break;
|
|
32
32
|
case "Other":
|
|
33
|
-
names = [...
|
|
33
|
+
names = [...require_src_classes_data_boys, ...require_src_classes_data_girls];
|
|
34
34
|
break;
|
|
35
35
|
}
|
|
36
36
|
return this.randomArray(names);
|
|
37
37
|
}
|
|
38
38
|
randomLastName() {
|
|
39
|
-
return this.randomArray(
|
|
39
|
+
return this.randomArray(require_src_classes_data_family_names);
|
|
40
40
|
}
|
|
41
41
|
async createMultiple(amount = 40) {
|
|
42
42
|
const arr = [];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boys.d.cts","names":[],"sources":["../../../../src/classes/data/boys.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boys.d.mts","names":[],"sources":["../../../../src/classes/data/boys.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"family-names.d.cts","names":[],"sources":["../../../../src/classes/data/family-names.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"family-names.d.mts","names":[],"sources":["../../../../src/classes/data/family-names.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"girls.d.cts","names":[],"sources":["../../../../src/classes/data/girls.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"girls.d.mts","names":[],"sources":["../../../../src/classes/data/girls.ts"],"mappings":""}
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
//#region src/classes/data/streets.ts
|
|
2
|
+
var streets_default = [
|
|
3
|
+
"Aard",
|
|
4
|
+
"Aardeken",
|
|
5
|
+
"Acaciastraat",
|
|
6
|
+
"Achttien augustuslaan",
|
|
7
|
+
"Adolf Papeleustraat",
|
|
8
|
+
"Baerdonckstraat",
|
|
9
|
+
"Baeveweg",
|
|
10
|
+
"Bastenakkers",
|
|
11
|
+
"Beekstraat",
|
|
12
|
+
"Begijnestraat",
|
|
13
|
+
"Begijneweidestraat",
|
|
14
|
+
"Beirstoppellos",
|
|
15
|
+
"Belindekapellestraat",
|
|
16
|
+
"Bellevoorde",
|
|
17
|
+
"Beukendreef",
|
|
18
|
+
"Biezen",
|
|
19
|
+
"Biezeweg",
|
|
20
|
+
"Blauwe Paal",
|
|
21
|
+
"Blekerijstraat",
|
|
22
|
+
"Bloemluststraat",
|
|
23
|
+
"Bochten",
|
|
24
|
+
"Boekakker",
|
|
25
|
+
"Boergondisch Kruis",
|
|
26
|
+
"Bommelsrede",
|
|
27
|
+
"Bookmolenstraat",
|
|
28
|
+
"Boomkwekerijstraat",
|
|
29
|
+
"Bosveldstraat",
|
|
30
|
+
"Bovenboekakker",
|
|
31
|
+
"Braakakker",
|
|
32
|
+
"Braektestraat",
|
|
33
|
+
"Broekstraat",
|
|
34
|
+
"Brugstraat",
|
|
35
|
+
"Brusselsesteenweg",
|
|
36
|
+
"Cederdreef",
|
|
37
|
+
"Collegiebaan",
|
|
38
|
+
"Cooppallaan",
|
|
39
|
+
"Damstraat",
|
|
40
|
+
"Dassenveld",
|
|
41
|
+
"De Snoeken",
|
|
42
|
+
"Den Blakkenlaan",
|
|
43
|
+
"Dendeldonk",
|
|
44
|
+
"Dendermondesteenweg",
|
|
45
|
+
"Diepenbroekstraat",
|
|
46
|
+
"Dokter De Bruyckerstraat",
|
|
47
|
+
"Dompelhoekstraat",
|
|
48
|
+
"Donkstraat",
|
|
49
|
+
"Dorenhofweg",
|
|
50
|
+
"Dorpsplein",
|
|
51
|
+
"Dorpsstraat",
|
|
52
|
+
"Driebunderstraat",
|
|
53
|
+
"Drogerijstraat",
|
|
54
|
+
"Duilhoekstraat",
|
|
55
|
+
"Duinenoord",
|
|
56
|
+
"Edeschoolstraat",
|
|
57
|
+
"Eeminckstraat",
|
|
58
|
+
"Eeminckwegel",
|
|
59
|
+
"Eigendakstraat",
|
|
60
|
+
"Eikem",
|
|
61
|
+
"Ertbrug",
|
|
62
|
+
"Evenakker",
|
|
63
|
+
"Evenkouter",
|
|
64
|
+
"Ezelstraat",
|
|
65
|
+
"Felix Beernaertsplein",
|
|
66
|
+
"Florimond Leirensstraat",
|
|
67
|
+
"Fortstraat",
|
|
68
|
+
"Gasdreef",
|
|
69
|
+
"Gaverstraatje",
|
|
70
|
+
"Gemoedsveld",
|
|
71
|
+
"Gemstwee",
|
|
72
|
+
"Gentsesteenweg",
|
|
73
|
+
"Gereedstraat",
|
|
74
|
+
"Giezeveld",
|
|
75
|
+
"Gijzenzelestraat",
|
|
76
|
+
"Gransveldestraat",
|
|
77
|
+
"Groene Wegel",
|
|
78
|
+
"Groenstraat",
|
|
79
|
+
"Haandertweg",
|
|
80
|
+
"Halven Akker",
|
|
81
|
+
"Hamstraat",
|
|
82
|
+
"Heidestraat",
|
|
83
|
+
"Hekkerstraat",
|
|
84
|
+
"Hekkouter",
|
|
85
|
+
"Hellegat",
|
|
86
|
+
"Helverdinkstraat",
|
|
87
|
+
"Hendrik Consciencelaan",
|
|
88
|
+
"Herdershoekstraat",
|
|
89
|
+
"Heusdensteenweg",
|
|
90
|
+
"Hoeksken",
|
|
91
|
+
"Hoenderstraat",
|
|
92
|
+
"Hofkouter",
|
|
93
|
+
"Hofmeers",
|
|
94
|
+
"Hofsteentjesweg",
|
|
95
|
+
"Hoogkasterstraat",
|
|
96
|
+
"Hoogpoort",
|
|
97
|
+
"Hoogschuur",
|
|
98
|
+
"Hovenierstraat",
|
|
99
|
+
"Huis van Oostenrijk",
|
|
100
|
+
"Jabekestraat",
|
|
101
|
+
"Jagerstraat",
|
|
102
|
+
"Jan Broeckaertlaan",
|
|
103
|
+
"Jan Cooppalaard",
|
|
104
|
+
"Jozef Buyssestraat",
|
|
105
|
+
"Kalkensteenweg",
|
|
106
|
+
"Kapellekouter",
|
|
107
|
+
"Kapellendries",
|
|
108
|
+
"Kapellestraat",
|
|
109
|
+
"Kapellewegel",
|
|
110
|
+
"Karel De Brichylaan",
|
|
111
|
+
"Kasteeldreef",
|
|
112
|
+
"Kasterstraat",
|
|
113
|
+
"Kattestraat",
|
|
114
|
+
"Keiberg",
|
|
115
|
+
"Keiweg",
|
|
116
|
+
"Kele",
|
|
117
|
+
"Kerkstraat",
|
|
118
|
+
"Kerkwegel",
|
|
119
|
+
"Kleine Smetledestraat",
|
|
120
|
+
"Kleine Wetterstraat",
|
|
121
|
+
"Kloosterstraat",
|
|
122
|
+
"Koedreef",
|
|
123
|
+
"Koningin Astridlaan",
|
|
124
|
+
"Koningswegel",
|
|
125
|
+
"Koophandelstraat",
|
|
126
|
+
"Korte Asselwegel",
|
|
127
|
+
"Korte Bergstraat",
|
|
128
|
+
"Korte Kouterstraat",
|
|
129
|
+
"Korte Massemsesteenweg",
|
|
130
|
+
"Korte Weg",
|
|
131
|
+
"Kortenbosstraat",
|
|
132
|
+
"Kortewagenstraat",
|
|
133
|
+
"Krakeelwegel",
|
|
134
|
+
"Kriephoekstraat",
|
|
135
|
+
"Krommewegel",
|
|
136
|
+
"Kruisbergstraat",
|
|
137
|
+
"Kruisstraat",
|
|
138
|
+
"Kwatrechtsteenweg",
|
|
139
|
+
"Laarnesteenweg",
|
|
140
|
+
"Laarnestraat",
|
|
141
|
+
"Laerewegel",
|
|
142
|
+
"Lambroekstraat",
|
|
143
|
+
"Lambroekweg",
|
|
144
|
+
"Lange Bergstraat",
|
|
145
|
+
"Lange Kouterstraat",
|
|
146
|
+
"Lange Wegel",
|
|
147
|
+
"Langestraat",
|
|
148
|
+
"Langeveldstraat",
|
|
149
|
+
"Leeghelsing",
|
|
150
|
+
"Leegmolenakker",
|
|
151
|
+
"Lege Weg",
|
|
152
|
+
"Leon De Smetlaan",
|
|
153
|
+
"Libbrechtstraat",
|
|
154
|
+
"Liefkenshoek",
|
|
155
|
+
"Loweestraat",
|
|
156
|
+
"Maelbroekstraat",
|
|
157
|
+
"Markt",
|
|
158
|
+
"Marktdreef",
|
|
159
|
+
"Martinusstraat",
|
|
160
|
+
"Massemenstraat",
|
|
161
|
+
"Massemsesteenweg",
|
|
162
|
+
"Meerkens",
|
|
163
|
+
"Meersstraat",
|
|
164
|
+
"Meidoornlaan",
|
|
165
|
+
"Mellepontweg",
|
|
166
|
+
"Mellesteenweg",
|
|
167
|
+
"Mestakkerstraat",
|
|
168
|
+
"Moeregem",
|
|
169
|
+
"Moerstraat",
|
|
170
|
+
"Molenakkerweg",
|
|
171
|
+
"Molenbeekweg",
|
|
172
|
+
"Molenhoekje",
|
|
173
|
+
"Molenstraat",
|
|
174
|
+
"Molenstraatje",
|
|
175
|
+
"Molenweg",
|
|
176
|
+
"Mozen",
|
|
177
|
+
"Neerhonderd",
|
|
178
|
+
"Neerstraat",
|
|
179
|
+
"Nieuwe Brug",
|
|
180
|
+
"Nieuwe Weg",
|
|
181
|
+
"Nieuwstraat",
|
|
182
|
+
"Nijverheidsstraat",
|
|
183
|
+
"Noordlaan",
|
|
184
|
+
"Oliemeers",
|
|
185
|
+
"Oombergenstraat",
|
|
186
|
+
"Oordegemsesteenweg",
|
|
187
|
+
"Oosterzelesteenweg",
|
|
188
|
+
"Oosterzelestraat",
|
|
189
|
+
"Oude Aardeweg",
|
|
190
|
+
"Oude Gentweg",
|
|
191
|
+
"Oude Gijzenzelestraat",
|
|
192
|
+
"Oude Heerbaan",
|
|
193
|
+
"Oude Laarnsesteenweg",
|
|
194
|
+
"Oude Oosterzelestraat",
|
|
195
|
+
"Oude Wetterstraat",
|
|
196
|
+
"Oudenhoek",
|
|
197
|
+
"Paardenkerkhofstraat",
|
|
198
|
+
"Parklaan",
|
|
199
|
+
"Peperstraat",
|
|
200
|
+
"Peperstraatje",
|
|
201
|
+
"Peyzershoek",
|
|
202
|
+
"Pollepelstraat",
|
|
203
|
+
"Poortelos",
|
|
204
|
+
"Poosmeersstraat",
|
|
205
|
+
"Populierenlaan",
|
|
206
|
+
"Prinsenhof",
|
|
207
|
+
"Prinses Jos. Charlottelaan",
|
|
208
|
+
"Processieweg",
|
|
209
|
+
"Putstraat",
|
|
210
|
+
"Reigerstraat",
|
|
211
|
+
"Reuzenlaan",
|
|
212
|
+
"Rijckerstraat",
|
|
213
|
+
"Roosbroeklaan",
|
|
214
|
+
"Rozenstraat",
|
|
215
|
+
"Scheldedreef",
|
|
216
|
+
"Scheldekaai",
|
|
217
|
+
"Scheldestraat",
|
|
218
|
+
"Schollaertshof",
|
|
219
|
+
"Schooldreef",
|
|
220
|
+
"Schoolstraat",
|
|
221
|
+
"Schoorstraat",
|
|
222
|
+
"Schrijakkerstraat",
|
|
223
|
+
"Schuttersveld",
|
|
224
|
+
"Serskampsteenweg",
|
|
225
|
+
"Serskampstraat",
|
|
226
|
+
"Slagstraat",
|
|
227
|
+
"Slagveld",
|
|
228
|
+
"Slekkebeek",
|
|
229
|
+
"Slommerdonk",
|
|
230
|
+
"Slommerdonkstraatje",
|
|
231
|
+
"Smetledesteenweg",
|
|
232
|
+
"Smetledestraat",
|
|
233
|
+
"Snipgat",
|
|
234
|
+
"Spinnerijstraat",
|
|
235
|
+
"Spoorweglaan",
|
|
236
|
+
"Sportstraat",
|
|
237
|
+
"Statiekouterwegel",
|
|
238
|
+
"Stationsplein",
|
|
239
|
+
"Stationsstraat",
|
|
240
|
+
"Steenbergstraat",
|
|
241
|
+
"Steenstraat",
|
|
242
|
+
"Stooktestraat",
|
|
243
|
+
"Stooktewegel",
|
|
244
|
+
"Ten Ede Dorp",
|
|
245
|
+
"Tragelweg",
|
|
246
|
+
"Van Cromphoutstraat",
|
|
247
|
+
"Vantegemstraat",
|
|
248
|
+
"Varekouter",
|
|
249
|
+
"Veldakkerstraat",
|
|
250
|
+
"Veldakkerwegel",
|
|
251
|
+
"Veldstraat",
|
|
252
|
+
"Veldwegel",
|
|
253
|
+
"Vennestraat",
|
|
254
|
+
"Verbindingstraat",
|
|
255
|
+
"Viaductweg",
|
|
256
|
+
"Victor Van Sandelaan",
|
|
257
|
+
"Vijverstraat",
|
|
258
|
+
"Vilain XIIII-straat",
|
|
259
|
+
"Volkershouw",
|
|
260
|
+
"Voordestraat",
|
|
261
|
+
"Voorheide",
|
|
262
|
+
"Vurststraat",
|
|
263
|
+
"Walleken",
|
|
264
|
+
"Warandelaan",
|
|
265
|
+
"Warandestraat",
|
|
266
|
+
"Watermolenstraat",
|
|
267
|
+
"Wegvoeringstraat",
|
|
268
|
+
"Werft",
|
|
269
|
+
"Westakkerstraat",
|
|
270
|
+
"Westremdries",
|
|
271
|
+
"Westremstraat",
|
|
272
|
+
"Wetterensteenweg",
|
|
273
|
+
"Wetterstraat",
|
|
274
|
+
"Weverstraat",
|
|
275
|
+
"Windmolenweg",
|
|
276
|
+
"Zavelstraat",
|
|
277
|
+
"Zuiderdijk",
|
|
278
|
+
"Zuidlaan",
|
|
279
|
+
"Tramdreef",
|
|
280
|
+
"Ter Heide",
|
|
281
|
+
"Olmenlaan",
|
|
282
|
+
"Lindenlaan",
|
|
283
|
+
"Esdoornlaan",
|
|
284
|
+
"Honderdweg",
|
|
285
|
+
"Binnenkouter",
|
|
286
|
+
"Moutmolen",
|
|
287
|
+
"Neptune",
|
|
288
|
+
"Koningshof",
|
|
289
|
+
"Munitiepad",
|
|
290
|
+
"Nieuwplein",
|
|
291
|
+
"NieuwpleinWAS",
|
|
292
|
+
"Wim De Craeneplein",
|
|
293
|
+
"Rode Heuvel"
|
|
294
|
+
];
|
|
295
|
+
//#endregion
|
|
296
|
+
module.exports = streets_default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streets.d.cts","names":[],"sources":["../../../../src/classes/data/streets.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streets.d.mts","names":[],"sources":["../../../../src/classes/data/streets.ts"],"mappings":""}
|
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
//#region src/classes/data/streets.ts
|
|
2
|
+
var streets_default = [
|
|
3
|
+
"Aard",
|
|
4
|
+
"Aardeken",
|
|
5
|
+
"Acaciastraat",
|
|
6
|
+
"Achttien augustuslaan",
|
|
7
|
+
"Adolf Papeleustraat",
|
|
8
|
+
"Baerdonckstraat",
|
|
9
|
+
"Baeveweg",
|
|
10
|
+
"Bastenakkers",
|
|
11
|
+
"Beekstraat",
|
|
12
|
+
"Begijnestraat",
|
|
13
|
+
"Begijneweidestraat",
|
|
14
|
+
"Beirstoppellos",
|
|
15
|
+
"Belindekapellestraat",
|
|
16
|
+
"Bellevoorde",
|
|
17
|
+
"Beukendreef",
|
|
18
|
+
"Biezen",
|
|
19
|
+
"Biezeweg",
|
|
20
|
+
"Blauwe Paal",
|
|
21
|
+
"Blekerijstraat",
|
|
22
|
+
"Bloemluststraat",
|
|
23
|
+
"Bochten",
|
|
24
|
+
"Boekakker",
|
|
25
|
+
"Boergondisch Kruis",
|
|
26
|
+
"Bommelsrede",
|
|
27
|
+
"Bookmolenstraat",
|
|
28
|
+
"Boomkwekerijstraat",
|
|
29
|
+
"Bosveldstraat",
|
|
30
|
+
"Bovenboekakker",
|
|
31
|
+
"Braakakker",
|
|
32
|
+
"Braektestraat",
|
|
33
|
+
"Broekstraat",
|
|
34
|
+
"Brugstraat",
|
|
35
|
+
"Brusselsesteenweg",
|
|
36
|
+
"Cederdreef",
|
|
37
|
+
"Collegiebaan",
|
|
38
|
+
"Cooppallaan",
|
|
39
|
+
"Damstraat",
|
|
40
|
+
"Dassenveld",
|
|
41
|
+
"De Snoeken",
|
|
42
|
+
"Den Blakkenlaan",
|
|
43
|
+
"Dendeldonk",
|
|
44
|
+
"Dendermondesteenweg",
|
|
45
|
+
"Diepenbroekstraat",
|
|
46
|
+
"Dokter De Bruyckerstraat",
|
|
47
|
+
"Dompelhoekstraat",
|
|
48
|
+
"Donkstraat",
|
|
49
|
+
"Dorenhofweg",
|
|
50
|
+
"Dorpsplein",
|
|
51
|
+
"Dorpsstraat",
|
|
52
|
+
"Driebunderstraat",
|
|
53
|
+
"Drogerijstraat",
|
|
54
|
+
"Duilhoekstraat",
|
|
55
|
+
"Duinenoord",
|
|
56
|
+
"Edeschoolstraat",
|
|
57
|
+
"Eeminckstraat",
|
|
58
|
+
"Eeminckwegel",
|
|
59
|
+
"Eigendakstraat",
|
|
60
|
+
"Eikem",
|
|
61
|
+
"Ertbrug",
|
|
62
|
+
"Evenakker",
|
|
63
|
+
"Evenkouter",
|
|
64
|
+
"Ezelstraat",
|
|
65
|
+
"Felix Beernaertsplein",
|
|
66
|
+
"Florimond Leirensstraat",
|
|
67
|
+
"Fortstraat",
|
|
68
|
+
"Gasdreef",
|
|
69
|
+
"Gaverstraatje",
|
|
70
|
+
"Gemoedsveld",
|
|
71
|
+
"Gemstwee",
|
|
72
|
+
"Gentsesteenweg",
|
|
73
|
+
"Gereedstraat",
|
|
74
|
+
"Giezeveld",
|
|
75
|
+
"Gijzenzelestraat",
|
|
76
|
+
"Gransveldestraat",
|
|
77
|
+
"Groene Wegel",
|
|
78
|
+
"Groenstraat",
|
|
79
|
+
"Haandertweg",
|
|
80
|
+
"Halven Akker",
|
|
81
|
+
"Hamstraat",
|
|
82
|
+
"Heidestraat",
|
|
83
|
+
"Hekkerstraat",
|
|
84
|
+
"Hekkouter",
|
|
85
|
+
"Hellegat",
|
|
86
|
+
"Helverdinkstraat",
|
|
87
|
+
"Hendrik Consciencelaan",
|
|
88
|
+
"Herdershoekstraat",
|
|
89
|
+
"Heusdensteenweg",
|
|
90
|
+
"Hoeksken",
|
|
91
|
+
"Hoenderstraat",
|
|
92
|
+
"Hofkouter",
|
|
93
|
+
"Hofmeers",
|
|
94
|
+
"Hofsteentjesweg",
|
|
95
|
+
"Hoogkasterstraat",
|
|
96
|
+
"Hoogpoort",
|
|
97
|
+
"Hoogschuur",
|
|
98
|
+
"Hovenierstraat",
|
|
99
|
+
"Huis van Oostenrijk",
|
|
100
|
+
"Jabekestraat",
|
|
101
|
+
"Jagerstraat",
|
|
102
|
+
"Jan Broeckaertlaan",
|
|
103
|
+
"Jan Cooppalaard",
|
|
104
|
+
"Jozef Buyssestraat",
|
|
105
|
+
"Kalkensteenweg",
|
|
106
|
+
"Kapellekouter",
|
|
107
|
+
"Kapellendries",
|
|
108
|
+
"Kapellestraat",
|
|
109
|
+
"Kapellewegel",
|
|
110
|
+
"Karel De Brichylaan",
|
|
111
|
+
"Kasteeldreef",
|
|
112
|
+
"Kasterstraat",
|
|
113
|
+
"Kattestraat",
|
|
114
|
+
"Keiberg",
|
|
115
|
+
"Keiweg",
|
|
116
|
+
"Kele",
|
|
117
|
+
"Kerkstraat",
|
|
118
|
+
"Kerkwegel",
|
|
119
|
+
"Kleine Smetledestraat",
|
|
120
|
+
"Kleine Wetterstraat",
|
|
121
|
+
"Kloosterstraat",
|
|
122
|
+
"Koedreef",
|
|
123
|
+
"Koningin Astridlaan",
|
|
124
|
+
"Koningswegel",
|
|
125
|
+
"Koophandelstraat",
|
|
126
|
+
"Korte Asselwegel",
|
|
127
|
+
"Korte Bergstraat",
|
|
128
|
+
"Korte Kouterstraat",
|
|
129
|
+
"Korte Massemsesteenweg",
|
|
130
|
+
"Korte Weg",
|
|
131
|
+
"Kortenbosstraat",
|
|
132
|
+
"Kortewagenstraat",
|
|
133
|
+
"Krakeelwegel",
|
|
134
|
+
"Kriephoekstraat",
|
|
135
|
+
"Krommewegel",
|
|
136
|
+
"Kruisbergstraat",
|
|
137
|
+
"Kruisstraat",
|
|
138
|
+
"Kwatrechtsteenweg",
|
|
139
|
+
"Laarnesteenweg",
|
|
140
|
+
"Laarnestraat",
|
|
141
|
+
"Laerewegel",
|
|
142
|
+
"Lambroekstraat",
|
|
143
|
+
"Lambroekweg",
|
|
144
|
+
"Lange Bergstraat",
|
|
145
|
+
"Lange Kouterstraat",
|
|
146
|
+
"Lange Wegel",
|
|
147
|
+
"Langestraat",
|
|
148
|
+
"Langeveldstraat",
|
|
149
|
+
"Leeghelsing",
|
|
150
|
+
"Leegmolenakker",
|
|
151
|
+
"Lege Weg",
|
|
152
|
+
"Leon De Smetlaan",
|
|
153
|
+
"Libbrechtstraat",
|
|
154
|
+
"Liefkenshoek",
|
|
155
|
+
"Loweestraat",
|
|
156
|
+
"Maelbroekstraat",
|
|
157
|
+
"Markt",
|
|
158
|
+
"Marktdreef",
|
|
159
|
+
"Martinusstraat",
|
|
160
|
+
"Massemenstraat",
|
|
161
|
+
"Massemsesteenweg",
|
|
162
|
+
"Meerkens",
|
|
163
|
+
"Meersstraat",
|
|
164
|
+
"Meidoornlaan",
|
|
165
|
+
"Mellepontweg",
|
|
166
|
+
"Mellesteenweg",
|
|
167
|
+
"Mestakkerstraat",
|
|
168
|
+
"Moeregem",
|
|
169
|
+
"Moerstraat",
|
|
170
|
+
"Molenakkerweg",
|
|
171
|
+
"Molenbeekweg",
|
|
172
|
+
"Molenhoekje",
|
|
173
|
+
"Molenstraat",
|
|
174
|
+
"Molenstraatje",
|
|
175
|
+
"Molenweg",
|
|
176
|
+
"Mozen",
|
|
177
|
+
"Neerhonderd",
|
|
178
|
+
"Neerstraat",
|
|
179
|
+
"Nieuwe Brug",
|
|
180
|
+
"Nieuwe Weg",
|
|
181
|
+
"Nieuwstraat",
|
|
182
|
+
"Nijverheidsstraat",
|
|
183
|
+
"Noordlaan",
|
|
184
|
+
"Oliemeers",
|
|
185
|
+
"Oombergenstraat",
|
|
186
|
+
"Oordegemsesteenweg",
|
|
187
|
+
"Oosterzelesteenweg",
|
|
188
|
+
"Oosterzelestraat",
|
|
189
|
+
"Oude Aardeweg",
|
|
190
|
+
"Oude Gentweg",
|
|
191
|
+
"Oude Gijzenzelestraat",
|
|
192
|
+
"Oude Heerbaan",
|
|
193
|
+
"Oude Laarnsesteenweg",
|
|
194
|
+
"Oude Oosterzelestraat",
|
|
195
|
+
"Oude Wetterstraat",
|
|
196
|
+
"Oudenhoek",
|
|
197
|
+
"Paardenkerkhofstraat",
|
|
198
|
+
"Parklaan",
|
|
199
|
+
"Peperstraat",
|
|
200
|
+
"Peperstraatje",
|
|
201
|
+
"Peyzershoek",
|
|
202
|
+
"Pollepelstraat",
|
|
203
|
+
"Poortelos",
|
|
204
|
+
"Poosmeersstraat",
|
|
205
|
+
"Populierenlaan",
|
|
206
|
+
"Prinsenhof",
|
|
207
|
+
"Prinses Jos. Charlottelaan",
|
|
208
|
+
"Processieweg",
|
|
209
|
+
"Putstraat",
|
|
210
|
+
"Reigerstraat",
|
|
211
|
+
"Reuzenlaan",
|
|
212
|
+
"Rijckerstraat",
|
|
213
|
+
"Roosbroeklaan",
|
|
214
|
+
"Rozenstraat",
|
|
215
|
+
"Scheldedreef",
|
|
216
|
+
"Scheldekaai",
|
|
217
|
+
"Scheldestraat",
|
|
218
|
+
"Schollaertshof",
|
|
219
|
+
"Schooldreef",
|
|
220
|
+
"Schoolstraat",
|
|
221
|
+
"Schoorstraat",
|
|
222
|
+
"Schrijakkerstraat",
|
|
223
|
+
"Schuttersveld",
|
|
224
|
+
"Serskampsteenweg",
|
|
225
|
+
"Serskampstraat",
|
|
226
|
+
"Slagstraat",
|
|
227
|
+
"Slagveld",
|
|
228
|
+
"Slekkebeek",
|
|
229
|
+
"Slommerdonk",
|
|
230
|
+
"Slommerdonkstraatje",
|
|
231
|
+
"Smetledesteenweg",
|
|
232
|
+
"Smetledestraat",
|
|
233
|
+
"Snipgat",
|
|
234
|
+
"Spinnerijstraat",
|
|
235
|
+
"Spoorweglaan",
|
|
236
|
+
"Sportstraat",
|
|
237
|
+
"Statiekouterwegel",
|
|
238
|
+
"Stationsplein",
|
|
239
|
+
"Stationsstraat",
|
|
240
|
+
"Steenbergstraat",
|
|
241
|
+
"Steenstraat",
|
|
242
|
+
"Stooktestraat",
|
|
243
|
+
"Stooktewegel",
|
|
244
|
+
"Ten Ede Dorp",
|
|
245
|
+
"Tragelweg",
|
|
246
|
+
"Van Cromphoutstraat",
|
|
247
|
+
"Vantegemstraat",
|
|
248
|
+
"Varekouter",
|
|
249
|
+
"Veldakkerstraat",
|
|
250
|
+
"Veldakkerwegel",
|
|
251
|
+
"Veldstraat",
|
|
252
|
+
"Veldwegel",
|
|
253
|
+
"Vennestraat",
|
|
254
|
+
"Verbindingstraat",
|
|
255
|
+
"Viaductweg",
|
|
256
|
+
"Victor Van Sandelaan",
|
|
257
|
+
"Vijverstraat",
|
|
258
|
+
"Vilain XIIII-straat",
|
|
259
|
+
"Volkershouw",
|
|
260
|
+
"Voordestraat",
|
|
261
|
+
"Voorheide",
|
|
262
|
+
"Vurststraat",
|
|
263
|
+
"Walleken",
|
|
264
|
+
"Warandelaan",
|
|
265
|
+
"Warandestraat",
|
|
266
|
+
"Watermolenstraat",
|
|
267
|
+
"Wegvoeringstraat",
|
|
268
|
+
"Werft",
|
|
269
|
+
"Westakkerstraat",
|
|
270
|
+
"Westremdries",
|
|
271
|
+
"Westremstraat",
|
|
272
|
+
"Wetterensteenweg",
|
|
273
|
+
"Wetterstraat",
|
|
274
|
+
"Weverstraat",
|
|
275
|
+
"Windmolenweg",
|
|
276
|
+
"Zavelstraat",
|
|
277
|
+
"Zuiderdijk",
|
|
278
|
+
"Zuidlaan",
|
|
279
|
+
"Tramdreef",
|
|
280
|
+
"Ter Heide",
|
|
281
|
+
"Olmenlaan",
|
|
282
|
+
"Lindenlaan",
|
|
283
|
+
"Esdoornlaan",
|
|
284
|
+
"Honderdweg",
|
|
285
|
+
"Binnenkouter",
|
|
286
|
+
"Moutmolen",
|
|
287
|
+
"Neptune",
|
|
288
|
+
"Koningshof",
|
|
289
|
+
"Munitiepad",
|
|
290
|
+
"Nieuwplein",
|
|
291
|
+
"NieuwpleinWAS",
|
|
292
|
+
"Wim De Craeneplein",
|
|
293
|
+
"Rode Heuvel"
|
|
294
|
+
];
|
|
295
|
+
//#endregion
|
|
296
|
+
export { streets_default as default };
|
|
297
|
+
|
|
298
|
+
//# sourceMappingURL=streets.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streets.mjs","names":[],"sources":["../../../../src/classes/data/streets.ts"],"sourcesContent":["export default [\n 'Aard',\n 'Aardeken',\n 'Acaciastraat',\n 'Achttien augustuslaan',\n 'Adolf Papeleustraat',\n 'Baerdonckstraat',\n 'Baeveweg',\n 'Bastenakkers',\n 'Beekstraat',\n 'Begijnestraat',\n 'Begijneweidestraat',\n 'Beirstoppellos',\n 'Belindekapellestraat',\n 'Bellevoorde',\n 'Beukendreef',\n 'Biezen',\n 'Biezeweg',\n 'Blauwe Paal',\n 'Blekerijstraat',\n 'Bloemluststraat',\n 'Bochten',\n 'Boekakker',\n 'Boergondisch Kruis',\n 'Bommelsrede',\n 'Bookmolenstraat',\n 'Boomkwekerijstraat',\n 'Bosveldstraat',\n 'Bovenboekakker',\n 'Braakakker',\n 'Braektestraat',\n 'Broekstraat',\n 'Brugstraat',\n 'Brusselsesteenweg',\n 'Cederdreef',\n 'Collegiebaan',\n 'Cooppallaan',\n 'Damstraat',\n 'Dassenveld',\n 'De Snoeken',\n 'Den Blakkenlaan',\n 'Dendeldonk',\n 'Dendermondesteenweg',\n 'Diepenbroekstraat',\n 'Dokter De Bruyckerstraat',\n 'Dompelhoekstraat',\n 'Donkstraat',\n 'Dorenhofweg',\n 'Dorpsplein',\n 'Dorpsstraat',\n 'Driebunderstraat',\n 'Drogerijstraat',\n 'Duilhoekstraat',\n 'Duinenoord',\n 'Edeschoolstraat',\n 'Eeminckstraat',\n 'Eeminckwegel',\n 'Eigendakstraat',\n 'Eikem',\n 'Ertbrug',\n 'Evenakker',\n 'Evenkouter',\n 'Ezelstraat',\n 'Felix Beernaertsplein',\n 'Florimond Leirensstraat',\n 'Fortstraat',\n 'Gasdreef',\n 'Gaverstraatje',\n 'Gemoedsveld',\n 'Gemstwee',\n 'Gentsesteenweg',\n 'Gereedstraat',\n 'Giezeveld',\n 'Gijzenzelestraat',\n 'Gransveldestraat',\n 'Groene Wegel',\n 'Groenstraat',\n 'Haandertweg',\n 'Halven Akker',\n 'Hamstraat',\n 'Heidestraat',\n 'Hekkerstraat',\n 'Hekkouter',\n 'Hellegat',\n 'Helverdinkstraat',\n 'Hendrik Consciencelaan',\n 'Herdershoekstraat',\n 'Heusdensteenweg',\n 'Hoeksken',\n 'Hoenderstraat',\n 'Hofkouter',\n 'Hofmeers',\n 'Hofsteentjesweg',\n 'Hoogkasterstraat',\n 'Hoogpoort',\n 'Hoogschuur',\n 'Hovenierstraat',\n 'Huis van Oostenrijk',\n 'Jabekestraat',\n 'Jagerstraat',\n 'Jan Broeckaertlaan',\n 'Jan Cooppalaard',\n 'Jozef Buyssestraat',\n 'Kalkensteenweg',\n 'Kapellekouter',\n 'Kapellendries',\n 'Kapellestraat',\n 'Kapellewegel',\n 'Karel De Brichylaan',\n 'Kasteeldreef',\n 'Kasterstraat',\n 'Kattestraat',\n 'Keiberg',\n 'Keiweg',\n 'Kele',\n 'Kerkstraat',\n 'Kerkwegel',\n 'Kleine Smetledestraat',\n 'Kleine Wetterstraat',\n 'Kloosterstraat',\n 'Koedreef',\n 'Koningin Astridlaan',\n 'Koningswegel',\n 'Koophandelstraat',\n 'Korte Asselwegel',\n 'Korte Bergstraat',\n 'Korte Kouterstraat',\n 'Korte Massemsesteenweg',\n 'Korte Weg',\n 'Kortenbosstraat',\n 'Kortewagenstraat',\n 'Krakeelwegel',\n 'Kriephoekstraat',\n 'Krommewegel',\n 'Kruisbergstraat',\n 'Kruisstraat',\n 'Kwatrechtsteenweg',\n 'Laarnesteenweg',\n 'Laarnestraat',\n 'Laerewegel',\n 'Lambroekstraat',\n 'Lambroekweg',\n 'Lange Bergstraat',\n 'Lange Kouterstraat',\n 'Lange Wegel',\n 'Langestraat',\n 'Langeveldstraat',\n 'Leeghelsing',\n 'Leegmolenakker',\n 'Lege Weg',\n 'Leon De Smetlaan',\n 'Libbrechtstraat',\n 'Liefkenshoek',\n 'Loweestraat',\n 'Maelbroekstraat',\n 'Markt',\n 'Marktdreef',\n 'Martinusstraat',\n 'Massemenstraat',\n 'Massemsesteenweg',\n 'Meerkens',\n 'Meersstraat',\n 'Meidoornlaan',\n 'Mellepontweg',\n 'Mellesteenweg',\n 'Mestakkerstraat',\n 'Moeregem',\n 'Moerstraat',\n 'Molenakkerweg',\n 'Molenbeekweg',\n 'Molenhoekje',\n 'Molenstraat',\n 'Molenstraatje',\n 'Molenweg',\n 'Mozen',\n 'Neerhonderd',\n 'Neerstraat',\n 'Nieuwe Brug',\n 'Nieuwe Weg',\n 'Nieuwstraat',\n 'Nijverheidsstraat',\n 'Noordlaan',\n 'Oliemeers',\n 'Oombergenstraat',\n 'Oordegemsesteenweg',\n 'Oosterzelesteenweg',\n 'Oosterzelestraat',\n 'Oude Aardeweg',\n 'Oude Gentweg',\n 'Oude Gijzenzelestraat',\n 'Oude Heerbaan',\n 'Oude Laarnsesteenweg',\n 'Oude Oosterzelestraat',\n 'Oude Wetterstraat',\n 'Oudenhoek',\n 'Paardenkerkhofstraat',\n 'Parklaan',\n 'Peperstraat',\n 'Peperstraatje',\n 'Peyzershoek',\n 'Pollepelstraat',\n 'Poortelos',\n 'Poosmeersstraat',\n 'Populierenlaan',\n 'Prinsenhof',\n 'Prinses Jos. Charlottelaan',\n 'Processieweg',\n 'Putstraat',\n 'Reigerstraat',\n 'Reuzenlaan',\n 'Rijckerstraat',\n 'Roosbroeklaan',\n 'Rozenstraat',\n 'Scheldedreef',\n 'Scheldekaai',\n 'Scheldestraat',\n 'Schollaertshof',\n 'Schooldreef',\n 'Schoolstraat',\n 'Schoorstraat',\n 'Schrijakkerstraat',\n 'Schuttersveld',\n 'Serskampsteenweg',\n 'Serskampstraat',\n 'Slagstraat',\n 'Slagveld',\n 'Slekkebeek',\n 'Slommerdonk',\n 'Slommerdonkstraatje',\n 'Smetledesteenweg',\n 'Smetledestraat',\n 'Snipgat',\n 'Spinnerijstraat',\n 'Spoorweglaan',\n 'Sportstraat',\n 'Statiekouterwegel',\n 'Stationsplein',\n 'Stationsstraat',\n 'Steenbergstraat',\n 'Steenstraat',\n 'Stooktestraat',\n 'Stooktewegel',\n 'Ten Ede Dorp',\n 'Tragelweg',\n 'Van Cromphoutstraat',\n 'Vantegemstraat',\n 'Varekouter',\n 'Veldakkerstraat',\n 'Veldakkerwegel',\n 'Veldstraat',\n 'Veldwegel',\n 'Vennestraat',\n 'Verbindingstraat',\n 'Viaductweg',\n 'Victor Van Sandelaan',\n 'Vijverstraat',\n 'Vilain XIIII-straat',\n 'Volkershouw',\n 'Voordestraat',\n 'Voorheide',\n 'Vurststraat',\n 'Walleken',\n 'Warandelaan',\n 'Warandestraat',\n 'Watermolenstraat',\n 'Wegvoeringstraat',\n 'Werft',\n 'Westakkerstraat',\n 'Westremdries',\n 'Westremstraat',\n 'Wetterensteenweg',\n 'Wetterstraat',\n 'Weverstraat',\n 'Windmolenweg',\n 'Zavelstraat',\n 'Zuiderdijk',\n 'Zuidlaan',\n 'Tramdreef',\n 'Ter Heide',\n 'Olmenlaan',\n 'Lindenlaan',\n 'Esdoornlaan',\n 'Honderdweg',\n 'Binnenkouter',\n 'Moutmolen',\n 'Neptune',\n 'Koningshof',\n 'Munitiepad',\n 'Nieuwplein',\n 'NieuwpleinWAS',\n 'Wim De Craeneplein',\n 'Rode Heuvel',\n];\n"],"mappings":";AAAA,IAAA,kBAAe;CACX;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACH"}
|