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)
This commit is contained in:
Yuri Astrakhan
2020-01-22 21:55:22 -05:00
committed by GitHub
parent c9e7ad90c6
commit 9d6dbfc64f
20 changed files with 43 additions and 75 deletions

View File

@@ -381,11 +381,11 @@ tables:
# etldoc: imposm3 -> osm_poi_point
poi_point:
type: point
fields: *poi_fields
columns: *poi_fields
mapping: *poi_mapping
# etldoc: imposm3 -> osm_poi_polygon
poi_polygon:
type: polygon
fields: *poi_fields
columns: *poi_fields
mapping: *poi_mapping