Map sea and ocean from OSM

pull/89/head
Lukas Martinelli 2016-12-01 10:47:50 +00:00
rodzic be349acd58
commit ec5a0aa15f
2 zmienionych plików z 27 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,25 @@
tables:
# etldoc: imposm3 -> osm_marine_point
marine_point:
type: point
fields:
- name: osm_id
type: id
- name: geometry
type: geometry
- name: name
key: name
type: string
- name: name_en
key: name:en
type: string
- name: place
key: place
type: string
filters:
exclude_tags:
- [ "name", "__nil__" ]
mapping:
place:
- ocean
- sea

Wyświetl plik

@ -22,3 +22,5 @@ schema:
datasources:
- type: imposm3
mapping_file: ../water/mapping.yaml
- type: imposm3
mapping_file: ./mapping.yaml