Yuri Astrakhan 9d6dbfc64f
Use one pass docs image generation (#751)
quicker and cleaner diagram image generation.
Remove etl-graph and mapping-graph targets - redundant

Also, the obsolete "fields" is still in Imposm's code and both names are accepted,
but "fields" is not documented anywhere (PR submitted), and could be removed at any moment.

Our docs were not supporting it until this PR, so renaming it at the same time.

Several images have been updated due to a more inclusive mapping scan
Requires https://github.com/openmaptiles/openmaptiles-tools/pull/147 (merged)
2020-01-22 21:55:22 -05:00

22 lines
392 B
YAML

tables:
# etldoc: imposm3 -> osm_housenumber_point
housenumber_point:
type: geometry
columns:
- name: osm_id
type: id
- name: geometry
type: geometry
- name: housenumber
key: addr:housenumber
type: string
type_mappings:
points:
addr:housenumber:
- __any__
polygons:
addr:housenumber:
- __any__