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:
@@ -32,15 +32,11 @@ Your pull request must:
|
||||
* Use clear commit messages.
|
||||
* Be possible to merge automatically.
|
||||
|
||||
When you modify rules of importing data in `mapping.yaml` or `*.sql`, please update also:
|
||||
When you modify import data rules in `mapping.yaml` or `*.sql`, please update:
|
||||
|
||||
1. field description in `[layer].yaml`
|
||||
2. comments starting with `#etldoc`
|
||||
3. if needed, generate new `mapping_diagram.png` or `etl_diagram.png` using commands below:
|
||||
```
|
||||
make mapping-graph-[layer]
|
||||
make etl-graph-[layer]
|
||||
```
|
||||
3. regenerate documentation graphs with `make generate-devdoc`
|
||||
4. update layer description on https://openmaptiles.org/schema/ (https://github.com/openmaptiles/www.openmaptiles.org/tree/master/layers)
|
||||
5. check if OMT styles are affected by the PR and if there is a need for style updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user