This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
forked from narwassco/vt-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Vector Tile Design for WASAC
Jin Igarashi edited this page Jul 3, 2020
·
4 revisions
This is the design of vector tiles for WASAC. You can also see our database design from here.
No | Layer | Min Zoom | Max Zoom | Geometry Type |
---|---|---|---|---|
1 | pipeline | 11 | 14 | LineString |
2 | connection | 14 | 14 | Point |
3 | chamber | 14 | 14 | Point |
4 | watersource | 12 | 14 | Point |
5 | reservoir | 12 | 14 | Point |
6 | pumping_station | 12 | 14 | Point |
7 | wss | 9 | 14 | Polygon |
8 | wss_annotation | 11 | 15 | Point |
9 | district | 8 | 14 | Polygon |
10 | district_annotation | 8 | 11 | Point |
11 | sector | 10 | 14 | Polygon |
12 | sector_annotation | 10 | 14 | Point |
13 | cell | 13 | 14 | Polygon |
14 | cell_annotation | 13 | 14 | Point |
15 | village | 14 | 14 | Polygon |
16 | village_annotation | 14 | 14 | Point |
No | Column | Data Type |
---|---|---|
1 | fid | Integer |
2 | material | String |
3 | pipe_size | Integer |
4 | pressure | String |
5 | construction_year | Integer |
6 | rehabilitation_year | Integer |
7 | input_date | String |
No | Column | Data Type |
---|---|---|
1 | fid | Integer |
2 | connection_type | String |
3 | no_user | Integer |
4 | water_meter | Boolean |
5 | status | String |
6 | observation | String |
7 | elevation | Integer |
8 | input_date | String |
9 | construction_year | Integer |
10 | rehabilitation_year | Integer |
No | Column | Data Type |
---|---|---|
1 | fid | Integer |
2 | chamber_type | String |
3 | chamber_size | String |
4 | material | String |
5 | status | String |
6 | observation | String |
7 | elevation | Integer |
8 | is_breakpressure | Boolean |
9 | chlorination_unit | Boolean |
10 | construction_year | Integer |
11 | rehabilitation_year | Integer |
12 | input_date | String |
No | Column | Data Type |
---|---|---|
1 | fid | Integer |
2 | source_type | String |
3 | discharge | Float |
4 | water_meter | Boolean |
5 | status | String |
6 | observation | String |
7 | elevation | Integer |
8 | chlorination_unit | Boolean |
9 | source_protected | Boolean |
10 | construction_year | Integer |
11 | rehabilitation_year | Integer |
12 | input_date | String |
No | Column | Data Type |
---|---|---|
1 | fid | Integer |
2 | reservoir_type | String |
3 | capacity | Float |
3 | material | String |
4 | water_meter | Boolean |
5 | status | String |
6 | observation | String |
7 | elevation | Integer |
8 | is_breakpressure | Boolean |
9 | meter_installation_date | String |
10 | chlorination_unit | Boolean |
11 | construction_year | Integer |
12 | rehabilitation_year | Integer |
13 | input_date | String |
No | Column | Data Type |
---|---|---|
1 | fid | Integer |
2 | status | String |
3 | head_pump | String |
4 | power_pump | String |
5 | discharge_pump | String |
6 | pump_type | String |
7 | power_source | String |
8 | no_pump | Integer |
9 | kva | String |
10 | no_generator | Integer |
11 | observation | String |
12 | elevation | Integer |
13 | pump_installation_date | String |
14 | meter_installation_date | String |
15 | capacity_antihummber | String |
16 | water_meter | Boolean |
17 | chlorination_unit | Boolean |
18 | installation_antihummer | Boolean |
19 | construction_year | Integer |
20 | rehabilitation_year | Integer |
21 | input_date | String |
No | Column | Data Type |
---|---|---|
1 | wss_id | Integer |
2 | wss_type | String |
No | Column | Data Type |
---|---|---|
1 | wss_id | Integer |
2 | wss_name | String |
No | Column | Data Type |
---|---|---|
1 | dist_id | Integer |
No | Column | Data Type |
---|---|---|
1 | dist_id | Integer |
2 | district | String |
No | Column | Data Type |
---|---|---|
1 | sect_id | Integer |
No | Column | Data Type |
---|---|---|
1 | sect_id | Integer |
2 | sector | String |
No | Column | Data Type |
---|---|---|
1 | cell_id | Integer |
No | Column | Data Type |
---|---|---|
1 | cell_id | Integer |
2 | cell | String |
No | Column | Data Type |
---|---|---|
1 | vill_id | Integer |
No | Column | Data Type |
---|---|---|
1 | vill_id | Integer |
2 | village | String |