-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig-terria.json5
629 lines (627 loc) · 21.7 KB
/
config-terria.json5
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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
// A configuration file for use within the TerriaJS team. This should ideally be a record of options
// used for every layer that we make available on tiles.terria.io
{
STE_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_2021_MAIN_STRUCTURE_GPKG_GDA2020.zip",
gpkg: "ASGS_2021_Main_Structure_GDA2020.gpkg",
layerName: "STE_2021_AUST_GDA2020",
},
regionTypes: {
STE_2021: {
regionProp: "STATE_CODE_2021",
nameProp: "STATE_NAME_2021",
aliases: ["ste_code_2021", "ste_code", "ste"],
description: "States and Territories 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
ILOC_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
shapeNames: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
"ILOC_2021_AUST_GDA2020_SHP.zip": "ILOC_2021_AUST_GDA2020.shp",
},
regionTypes: {
ILOC_2021: {
regionProp: "ILO_CODE21",
nameProp: "ILO_NAME21",
aliases: ["iloc_code_2021", "iloc_code", "iloc"],
description: "Indigenous Locations 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
ILOC_NAME_2021: {
regionProp: "ILO_NAME21",
nameProp: "ILO_NAME21",
aliases: ["iloc_name_2021", "iloc_name"],
description: "Indigenous Locations 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
IARE_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
shapeNames: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
"IARE_2021_AUST_GDA2020_SHP.zip": "IARE_2021_AUST_GDA2020.shp",
},
regionTypes: {
IARE_2021: {
regionProp: "IAR_CODE21",
nameProp: "IAR_NAME21",
aliases: ["iare_code_2021", "iare_code", "iare"],
description: "Indigenous Areas 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
IARE_NAME_2021: {
regionProp: "IAR_NAME21",
nameProp: "IAR_NAME21",
aliases: ["iare_name_2021", "iare_name"],
description: "Indigenous Areas 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
IREG_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
shapeNames: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
"IREG_2021_AUST_GDA2020_SHP.zip": "IREG_2021_AUST_GDA2020.shp",
},
regionTypes: {
IREG_2021: {
regionProp: "IRE_CODE21",
nameProp: "IRE_NAME21",
aliases: ["ireg_code_2021", "ireg_code", "ireg"],
description: "Indigenous Regions 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
IREG_NAME_2021: {
regionProp: "IRE_NAME21",
nameProp: "IRE_NAME21",
aliases: ["ireg_name_2021", "ireg_name"],
description: "Indigenous Regions 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
RA_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
shapeNames: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
"RA_2021_AUST_GDA2020.zip": "RA_2021_AUST_GDA2020.shp",
},
regionTypes: {
RA_2021: {
regionProp: "RA_CODE21",
nameProp: "RA_NAME21",
aliases: ["ra_code_2021", "ra_code", "ra"],
description: "Remoteness Areas 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
SAL_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "SAL_2021_AUST_GDA2020",
},
regionTypes: {
SAL_2021: {
regionProp: "SAL_CODE_2021",
nameProp: "SAL_NAME_2021",
aliases: ["sal_code_2021", "sal_code", "sal"],
description: "Suburbs and Localities 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
ADD_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "ADD_2021_AUST_GDA2020",
},
regionTypes: {
ADD_2021: {
regionProp: "ADD_CODE_2021",
nameProp: "ADD_NAME_2021",
aliases: ["add_code_2021", "add_code", "add"],
description: "Australian Drainage Divisions 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
ADD_NAME_2021: {
regionProp: "ADD_NAME_2021",
nameProp: "ADD_NAME_2021",
aliases: ["add_name_2021", "add_name"],
description: "Australian Drainage Divisions 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
DZN_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "DZN_2021_AUST_GDA2020",
},
regionTypes: {
DZN_2021: {
regionProp: "DZN_CODE_2021",
nameProp: "DZN_CODE_2021",
aliases: ["dzn_code_2021", "dzn_code", "dzn"],
description: "Destination Zones 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
LGA_2022: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "LGA_2022_AUST_GDA2020",
},
regionTypes: {
LGA_2022: {
regionProp: "LGA_CODE_2022",
nameProp: "LGA_NAME_2022",
aliases: ["lga_code_2022"],
description: "Local Government Areas 2022",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
LGA_2023: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "LGA_2023_AUST_GDA2020",
},
regionTypes: {
LGA_2023: {
regionProp: "LGA_CODE_2023",
nameProp: "LGA_NAME_2023",
aliases: ["lga_code_2023", "lga_code", "lga"],
description: "Local Government Areas 2023",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
SED_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "SED_2021_AUST_GDA2020",
},
regionTypes: {
SED_2021: {
regionProp: "SED_CODE_2021",
nameProp: "SED_NAME_2021",
aliases: ["sed_code_2021"],
description: "State Electoral Divisions 2021 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
SED_NAME_2021: {
regionProp: "SED_NAME_2021",
nameProp: "SED_NAME_2021",
aliases: ["sed_name_2021"],
description: "State Electoral Divisions 2021 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
SED_2022: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "SED_2022_AUST_GDA2020",
},
regionTypes: {
SED_2022: {
regionProp: "SED_CODE_2022",
nameProp: "SED_NAME_2022",
aliases: ["sed_code_2022", "sed_code", "sed"],
description: "State Electoral Divisions 2022 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
SED_NAME_2022: {
regionProp: "SED_NAME_2022",
nameProp: "SED_NAME_2022",
aliases: ["sed_name_2022", "sed_name"],
description: "State Electoral Divisions 2022 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
CED_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "CED_2021_AUST_GDA2020",
},
regionTypes: {
CED_2021: {
regionProp: "CED_CODE_2021",
nameProp: "CED_NAME_2021",
aliases: ["ced_code_2021", "ced_code", "ced"],
description: "Commonwealth Electoral Divisions 2021 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
CED_NAME_2021: {
regionProp: "CED_NAME_2021",
nameProp: "CED_NAME_2021",
aliases: ["ced_name_2021", "ced_name"],
description: "Commonwealth Electoral Divisions 2021 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
POA_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "POA_2021_AUST_GDA2020",
},
regionTypes: {
POA_2021: {
regionProp: "POA_CODE_2021",
nameProp: "POA_CODE_2021",
aliases: [
"poa_code_2021",
"poa_code",
"poa",
"postcode_2021",
"postcode",
],
description: "Postal Areas 2021 (ABS)",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
TR_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.zip",
gpkg: "ASGS_Ed3_Non_ABS_Structures_GDA2020_updated_2023.gpkg",
layerName: "TR_2021_AUST_GDA2020",
},
regionTypes: {
TR_2021: {
regionProp: "TR_CODE_2021",
nameProp: "TR_NAME_2021",
aliases: ["tr_code_2021", "tr_code", "tr"],
description: "Tourism Regions 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
TR_NAME_2021: {
regionProp: "TR_NAME_2021",
nameProp: "TR_NAME_2021",
aliases: ["tr_name_2021", "tr_name"],
description: "Tourism Regions 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
SUA_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.zip",
gpkg: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.gpkg",
layerName: "SUA_2021_AUST_GDA2020",
},
regionTypes: {
SUA_2021: {
regionProp: "SUA_CODE_2021",
nameProp: "SUA_NAME_2021",
aliases: ["sua_code_2021", "sua_code", "sua"],
description: "Significant Urban Areas 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
SUA_NAME_2021: {
regionProp: "SUA_NAME_2021",
nameProp: "SUA_NAME_2021",
aliases: ["sua_name_2022", "sua_name"],
description: "Significant Urban Areas 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
UCL_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.zip",
gpkg: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.gpkg",
layerName: "UCL_2021_AUST_GDA2020",
},
regionTypes: {
UCL_2021: {
regionProp: "UCL_CODE_2021",
nameProp: "UCL_NAME_2021",
aliases: ["ucl_code_2021", "ucl_code", "ucl"],
description: "Urban Centres and Localities 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
UCL_NAME_2021: {
regionProp: "UCL_NAME_2021",
nameProp: "UCL_NAME_2021",
aliases: ["ucl_name_2021", "ucl_name"],
description: "Urban Centres and Localities 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
SOS_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.zip",
gpkg: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.gpkg",
layerName: "SOS_2021_AUST_GDA2020",
},
regionTypes: {
SOS_2021: {
regionProp: "SOS_CODE_2021",
nameProp: "SOS_NAME_2021",
aliases: ["sos_code_2021", "sos_code", "sos"],
description: "Section of State 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
SOSR_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
sharedGeopackage: {
// From https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files
zip: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.zip",
gpkg: "ASGS_2021_SUA_UCL_SOS_SOSR_GPKG_GDA2020.gpkg",
layerName: "SOSR_2021_AUST_GDA2020",
},
regionTypes: {
SOSR_2021: {
regionProp: "SOSR_CODE_2021",
nameProp: "SOSR_NAME_2021",
aliases: ["sosr_code_2021", "sosr_code", "sosr"],
description: "Section of State Range 2021",
bbox: [96.81, -43.74, 168.0, -9.14],
},
},
},
City_of_Melbourne_CLUE: {
tippecanoeOptions: {
minimumZoom: 10,
maximumZoom: 16,
},
// Downloaded as GeoJSON from https://data.melbourne.vic.gov.au/api/explore/v2.1/catalog/datasets/blocks-for-census-of-land-use-and-employment-clue/exports/geojson?lang=en&timezone=Australia%2FSydney
// See https://data.melbourne.vic.gov.au/pages/clue/
// Convert
regionTypes: {
City_of_Melbourne_CLUE: {
regionProp: "block_id",
nameProp: "clue_area",
aliases: [],
description: "City of Melbourne Census of Land Use and Employment",
bbox: [144.88, -37.86, 145.0, -37.77],
},
},
},
AREMI_ISF_combined_v22: {
tippeCanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
// GeoJSON file
// https://network-opportunity-maps.s3.ap-southeast-2.amazonaws.com/constraints/published/available_capacity.geojson
// From https://github.com/TerriaJS/nationalmap/issues/1153
regionTypes: {
// Region type - used as name/ID in regionMapping.json
AREMI_ISF_combined_v22_asset_code: {
regionProp: "asset_code", // The property with unique values to match with your csv data
nameProp: "asset_name", // The property used to display the name of each region in Terria feature info
aliases: ["asset_code"], // The column names in a csv or similar table item to detect this region type and match values against "regionProp" values
},
},
},
ELB_2021: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
},
shapeNames: {
// From https://data.gov.au/data/dataset/commonwealth-electoral-divisions-as-at-2-august-2021
"2021-cwlth_electoral_boundaries_esri.zip": "2021_ELB_region.shp",
},
regionTypes: {
ELB_NAME_2021: {
regionProp: "Elect_div",
nameProp: "Elect_div",
aliases: ["com_elb_name_2021", "com_elb_name"],
description: "Commonwealth Electoral Divisions as at 2 August 2021 (AEC)",
bbox: [96.81, -43.73, 168.0, -9.1],
},
},
},
ELB_2019: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
// maximumZoom: 12 // required
},
shapeNames: {
//https://www.aec.gov.au/electorates/gis/index.htm
"act-july-2018-esri.zip": "E_ACT_18_region.shp",
"nsw-esri-06042016.zip": "NSW_electoral_boundaries_25-02-2016.shp",
"nt-esri-07022017.zip": "E_Propos_region.shp",
"qld-march-2018-esri.zip": "E_AUGEC_region.shp",
"sa-july-2018-esri.zip": "E_FINAL_region.shp",
"tas-november-2017-esri.zip": "E_FINAL_region.shp",
"vic-july-2018-esri.zip": "E_AUGFN3_region.shp",
"wa-esri-19012016.zip": "WA_Electoral_Boundaries_19-01-2016.shp",
},
regionTypes: {
ELB_NAME_2019: {
regionProp: "Sortname", // TODO normalise caps for NSW
nameProp: "Sortname",
aliases: ["com_elb_name", "com_elb_name_2019"],
description: "Federal electoral divisions for 2019 election (AEC)",
bbox: [96.82, -43.74, 159.11, -9.14],
// optional extra props get passed straight through to regionMapping.json
// uniqueIdProp
// disambigProp
// disambigRegionId
// regionDisambigIdsFile
},
},
},
CED_2018: {
tippecanoeOptions: {
minimumZoom: 0,
maximumZoom: 12,
// maximumZoom: 12 // required
},
shapeNames: {
// http://www.abs.gov.au/ausstats/subscriber.nsf/log?openagent&1270055003_ced_2018_aust_shp.zip&1270.0.55.003&Data%20Cubes&BF4D23C712D492CFCA2582F600180556&0&July%202018&28.08.2018&Latest
"1270055003_ced_2018_aust_shp.zip": "CED_2018_AUST.shp",
},
regionTypes: {
CED_CODE18: {
regionProp: "CED_CODE18",
nameProp: "CED_NAME18",
aliases: ["ced", "ced_code", "ced_2018", "ced_code_2018", "ced_code18"],
description: "Commonwealth electoral divisions 2018 by code (ABS)",
bbox: [96.82, -43.74, 159.11, -9.14],
digits: 3,
},
CED_NAME18: {
regionProp: "CED_NAME18",
nameProp: "CED_NAME18",
aliases: ["ced_name", "ced_name_2018", "ced_name18"],
description: "Commonwealth electoral divisions 2018 by name (ABS)",
bbox: [96.82, -43.74, 159.11, -9.14],
},
},
},
SED_2018: {
shapeNames: {
"1270055003_sed_2018_aust_shp.zip": "SED_2018_AUST.shp",
},
regionTypes: {
SED_CODE18: {
regionProp: "SED_CODE18",
nameProp: "SED_NAME18",
aliases: ["sed", "sed_code", "sed_2018", "sed_code_2018", "sed_code18"],
description: "State electoral divisions 2018 by code (ABS)",
bbox: [96.82, -43.74, 159.11, -9.14],
},
SED_NAME18: {
regionProp: "SED_NAME18",
nameProp: "SED_NAME18",
aliases: ["sed_name", "sed_name_2018", "sed_name18"],
description: "State electoral divisions 2018 by code (ABS)",
bbox: [96.82, -43.74, 159.11, -9.14],
},
},
},
SED_2016: {
shapeNames: {
"1270055003_sed_2016_aust_shp.zip": "SED_2016_AUST.shp",
},
regionTypes: {
SED_CODE16: {
regionProp: "SED_CODE16",
nameProp: "SED_NAME16",
aliases: ["sed_2016", "sed_code_2016", "sed_code16"],
description: "State electoral divisions 2016 by code (ABS)",
bbox: [96.82, -43.74, 159.11, -9.14],
},
SED_NAME16: {
regionProp: "SED_NAME16",
nameProp: "SED_NAME16",
aliases: ["sed_name_2016", "sed_name16"],
description: "State electoral divisions 2016 by code (ABS)",
bbox: [96.82, -43.74, 159.11, -9.14],
},
},
},
}