kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Add new table for landuse_overlay
rodzic
18b7101aef
commit
c5a890ab8b
|
@ -275,6 +275,24 @@ tables:
|
||||||
- national_park
|
- national_park
|
||||||
tourism:
|
tourism:
|
||||||
- zoo
|
- zoo
|
||||||
|
landusages_overlay:
|
||||||
|
type: polygon
|
||||||
|
fields:
|
||||||
|
- name: osm_id
|
||||||
|
type: id
|
||||||
|
- name: geometry
|
||||||
|
type: geometry
|
||||||
|
- name: type
|
||||||
|
type: mapping_value
|
||||||
|
mapping:
|
||||||
|
natural:
|
||||||
|
- wetland
|
||||||
|
- mud
|
||||||
|
wetland:
|
||||||
|
- marsh
|
||||||
|
- swamp
|
||||||
|
- tidalflat
|
||||||
|
- bog
|
||||||
places:
|
places:
|
||||||
fields:
|
fields:
|
||||||
- name: osm_id
|
- name: osm_id
|
||||||
|
|
Ładowanie…
Reference in New Issue