-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
849 lines (847 loc) · 27.7 KB
/
config.js
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
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
require('dotenv').config();
const srid = 21036;
const bounds = {
narok : [804341.912,9869362.763, 827585.257,9886277.737],
ololulunga: [785664.199,9881732.510, 804144.874,9896784.534],
kilgoris:[705144.310,9886407.088,712355.048,9892300.895],
suswa:[845132.373,9870063.657,898656.630,9921327.599],
}
module.exports = {
db: {
user:process.env.db_user,
password:process.env.db_password,
host:process.env.db_host,
port:process.env.db_port,
database:process.env.db_name,
},
name: 'NARWASSCO Vector Tiles',
description: 'Vector tiles for water & sanitation data in Narok Water and Sewerage Services company, Kenya',
attribution: '©Narok Water and Sewerage Services Co., Ltd.',
mbtiles: __dirname + '/data/narok.mbtiles',
createPmtiles: true,
minzoom: 10,
maxzoom: 16,
layers : [
{
name: 'pipeline',
geojsonFileName: __dirname + '/pipeline.geojson',
select: `
WITH pipeline AS (
SELECT * FROM pipenet WHERE geom && ST_MakeEnvelope(${bounds.narok.join(",")}, ${srid}) AND isjica = true
UNION ALL
SELECT * FROM pipenet WHERE geom && ST_MakeEnvelope(${bounds.ololulunga.join(",")}, ${srid})
UNION ALL
SELECT * FROM pipenet WHERE geom && ST_MakeEnvelope(${bounds.kilgoris.join(",")}, ${srid})
UNION ALL
SELECT * FROM pipenet WHERE geom && ST_MakeEnvelope(${bounds.suswa.join(",")}, ${srid})
)
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(ST_MakeValid(x.geom),4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.pipeid as fid,
a.name as pipetype,
x.pipesize,
b.name as material,
x.constructiondate,
x.insertdate,
x.updatedate,
x."Town"
) AS p
)) AS properties
FROM pipeline x
INNER JOIN pipetype a
ON x.pipetypeid = a.pipetypeid
INNER JOIN material b
ON x.materialid = b.materialid
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'meter',
geojsonFileName: __dirname + '/meter.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
16 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.meterid as fid,
a.name as metertype,
x.pipesize as diameter,
x.zonecd,
CASE WHEN x.connno=-1 THEN NULL ELSE LPAD(CAST(x.connno as text), 4, '0') END as connno,
x.installationdate,
b.status,
b.serialno,
b.name as customer,
c.name as village,
b.category,
b.service_type,
b.disconnection_type,
x.insertdate,
x.updatedate,
x.isgrantprj as isjica
) AS p
)) AS properties
FROM meter x
INNER JOIN metertype a
ON x.metertypeid = a.metertypeid
LEFT JOIN customer b
ON x.zonecd = b.zonecd
AND x.connno = b.connno
LEFT JOIN village c
on b.villageid = c.villageid
WHERE NOT ST_IsEmpty(x.geom) AND x.metertypeid = 1
) AS feature
) AS featurecollection
`
},
{
name: 'flowmeter',
geojsonFileName: __dirname + '/flowmeter.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
14 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.meterid as fid,
a.name as metertype,
x.pipesize as diameter,
x.zonecd,
CASE WHEN x.connno=-1 THEN NULL ELSE LPAD(CAST(x.connno as text), 4, '0') END as connno,
x.installationdate,
b.status,
x.serialno,
b.name as customer,
c.name as village,
x.insertdate,
x.updatedate,
x.isgrantprj as isjica
) AS p
)) AS properties
FROM meter x
INNER JOIN metertype a
ON x.metertypeid = a.metertypeid
LEFT JOIN customer b
ON x.zonecd = b.zonecd
AND x.connno = b.connno
LEFT JOIN village c
on b.villageid = c.villageid
WHERE NOT ST_IsEmpty(x.geom) AND x.metertypeid <> 1
) AS feature
) AS featurecollection
`
},
{
name: 'valve',
geojsonFileName: __dirname + '/valve.geojson',
select:`
WITH valves AS (
SELECT * FROM valve WHERE geom && ST_MakeEnvelope(${bounds.narok.join(",")}, ${srid}) AND isjica = true
UNION ALL
SELECT * FROM valve WHERE geom && ST_MakeEnvelope(${bounds.ololulunga.join(",")}, ${srid})
UNION ALL
SELECT * FROM valve WHERE geom && ST_MakeEnvelope(${bounds.kilgoris.join(",")}, ${srid})
UNION ALL
SELECT * FROM valve WHERE geom && ST_MakeEnvelope(${bounds.suswa.join(",")}, ${srid})
)
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(ST_MakeValid(x.geom),4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
15 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.valveid as fid,
a.name as valvetype,
x.pipesize as diameter,
x.installationdate,
CASE WHEN x.status = 1 THEN 'Closed' ELSE 'Opened' END as status,
x.insertdate,
x.updatedate,
x.isjica
) AS p
)) AS properties
FROM valves x
INNER JOIN valvetype a
ON x.valvetypeid = a.valvetypeid
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'firehydrant',
geojsonFileName: __dirname + '/firehydrant.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
15 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.firehydrantid as fid,
x.size,
x.installationdate,
x.insertdate,
x.updatedate,
x.isjica
) AS p
)) AS properties
FROM firehydrant x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'washout',
geojsonFileName: __dirname + '/washout.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
15 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.washoutid as fid,
x.size,
x.installationdate,
x.insertdate,
x.updatedate,
x.isjica
) AS p
)) AS properties
FROM washout x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'tank',
geojsonFileName: __dirname + '/tank.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(ST_MakeValid(x.geom),4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
13 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.tankid as fid,
x.name,
x.capacity,
x.servicelocation,
a.name as material,
x.shape,
x.constructiondate,
x.insertdate,
x.updatedate
) AS p
)) AS properties
FROM tank x
INNER JOIN material a
ON x.materialid = a.materialid
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'plant',
geojsonFileName: __dirname + '/plant.geojson',
select:`
WITH plant as(
SELECT
wtpid as fid,
name,
'WTP' as plant_type,
insertdate,
updatedate,
geom
FROM wtp
UNION ALL
SELECT
intakeid as fid,
name,
'INTAKE' as plant_type,
insertdate,
updatedate,
geom
FROM intake
)
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(ST_MakeValid(x.geom),4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.fid,
x.name,
x.plant_type,
x.insertdate,
x.updatedate
) AS p
)) AS properties
FROM plant x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'parcels',
geojsonFileName: __dirname + '/parcels.geojson',
select:`
WITH percels AS(
SELECT
plotid as fid,
CASE WHEN parcel_no = '0' THEN NULL ELSE parcel_no END as parcel_no,
geom
FROM planner_plot
UNION ALL
SELECT
gid as fid,
plotno as parcel_no,
geom
FROM basemap_plots
)
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
16 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.fid,
x.parcel_no
) AS p
)) AS properties
FROM percels x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'parcels_annotation',
geojsonFileName: __dirname + '/parcels_annotation.geojson',
select:`
WITH percels AS(
SELECT
plotid as fid,
CASE WHEN parcel_no = '0' THEN NULL ELSE parcel_no END as parcel_no,
ST_CENTROID(geom) as geom
FROM planner_plot
UNION ALL
SELECT
gid as fid,
plotno as parcel_no,
ST_CENTROID(geom) as geom
FROM basemap_plots
)
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
16 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.fid,
x.parcel_no
) AS p
)) AS properties
FROM percels x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'village',
geojsonFileName: __dirname + '/village.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.villageid as fid,
x.name,
x.area,
x.zone,
x.insertdate,
x.updatedate
) AS p
)) AS properties
FROM village x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'dma',
geojsonFileName: __dirname + '/dma.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
13 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.pkuid as fid,
x.name,
x.insertdate,
x.updatedate
) AS p
)) AS properties
FROM dma x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'point_annotation',
geojsonFileName: __dirname + '/point_annotation.geojson',
select:`
WITH annotations AS(
SELECT
tankid as masterid,
name,
'tank' as layer,
ST_CENTROID(geom) as geom
FROM tank
UNION ALL
SELECT
wtpid as masterid,
name,
'wtp' as layer,
ST_CENTROID(geom) as geom
FROM wtp
UNION ALL
SELECT
intakeid as masterid,
name,
'intake' as layer,
ST_CENTROID(geom) as geom
FROM intake
UNION ALL
SELECT
villageid as masterid,
name,
'village' as layer,
ST_CENTROID(geom) as geom
FROM village
UNION ALL
SELECT
pkuid as masterid,
name,
'dma' as layer,
ST_CENTROID(geom) as geom
FROM dma
UNION ALL
SELECT
placeid as masterid,
name,
category as layer,
geom
FROM places
UNION ALL
SELECT
zone_code as masterid,
zone as name,
'sewer_zone' as layer,
ST_CENTROID(geom) as geom
FROM sewerage.sewer_zone
)
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.masterid,
x.name,
x.layer
) AS p
)) AS properties
FROM annotations x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'sewer_pipeline',
geojsonFileName: __dirname + '/sewer_pipeline.geojson',
select: `
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(ST_MakeValid(x.geom),4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.id,
x.diameter,
x.material,
x.type,
x.pipeline_name,
x.pipeline_no,
x.sewer_zone,
x.remarks,
x.construction_date,
x.insert_date,
x.update_date
) AS p
)) AS properties
FROM sewerage.sewer_pipeline x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'sewer_connection',
geojsonFileName: __dirname + '/sewer_connection.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
16 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.id,
x.sewer_zone,
x.water_zone,
CASE WHEN x.water_connection_no=-1 THEN NULL ELSE LPAD(CAST(x.water_connection_no as text), 4, '0') END as water_connection_no,
x.water_connected,
x.type,
x.name,
x.operator,
x.status,
x.remarks,
x.manhole_no_connected,
x.line_type,
x.construction_date,
x.insert_date,
x.update_date
) AS p
)) AS properties
FROM sewerage.sewer_connection x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'manhole',
geojsonFileName: __dirname + '/manhole.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
16 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.id,
x.pipeline_name,
x.pipeline_no,
x.sewer_zone,
x.depth,
x.manhole_material,
x.cover_material,
x.type,
x.cover_shape,
x.status,
x.remarks,
x.construction_date,
x.insert_date,
x.update_date
) AS p
)) AS properties
FROM sewerage.manhole x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'sewer_treatment_plant',
geojsonFileName: __dirname + '/sewer_treatment_plant.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(ST_MakeValid(x.geom),4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.id,
x.design_capacity,
x.operation_capacity,
x.effluent_source,
x.inlet_meter,
x.inlet_meter_serial_no,
x.inlet_meter_size,
x.outlet_meter,
x.outlet_meter_serial_no,
x.outlet_meter_size,
x.remarks,
x.construction_date,
x.insert_date,
x.update_date
) AS p
)) AS properties
FROM sewerage.sewer_treatment_plant x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
{
name: 'sewer_zone',
geojsonFileName: __dirname + '/sewer_zone.geojson',
select:`
SELECT row_to_json(featurecollection) AS json FROM (
SELECT
'FeatureCollection' AS type,
array_to_json(array_agg(feature)) AS features
FROM (
SELECT
'Feature' AS type,
ST_AsGeoJSON(ST_TRANSFORM(x.geom,4326))::json AS geometry,
row_to_json((
SELECT t FROM (
SELECT
16 as maxzoom,
10 as minzoom
) AS t
)) AS tippecanoe,
row_to_json((
SELECT p FROM (
SELECT
x.zone_code as fid,
x.zone_code,
x.zone_name,
x.zone
) AS p
)) AS properties
FROM sewerage.sewer_zone x
WHERE NOT ST_IsEmpty(x.geom)
) AS feature
) AS featurecollection
`
},
],
};