Skip to content

Commit

Permalink
added server plant annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin IGARASHI committed Oct 10, 2020
1 parent 7cced3b commit 93f7bc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,13 @@ module.exports = {
ST_CENTROID(geom) as geom
FROM water_twrks
UNION ALL
SELECT
gid as masterid,
name,
'sewer_twrks' as layer,
ST_CENTROID(ST_Transform(ST_SetSRID(ST_MakeValid(geom),21037),4326)) as geom
FROM sewer_twrks
UNION ALL
SELECT
gid as masterid,
zone,
Expand Down
Binary file modified data/nakuru.mbtiles
Binary file not shown.

0 comments on commit 93f7bc5

Please sign in to comment.