Skip to content

Commit

Permalink
added README file to describe usage of mapping files
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszMichalski-TomTom committed Dec 12, 2023
1 parent 3c2e2cf commit 91df02b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions task-force-docs/buildings/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Description of the mappings file
## facadeMaterial OSM mapping
`overture_facadeMaterial_OSM_mapping.json` file contains mapping of OSM values to Overture `facedMaterial` property. OSM tags used for mapping in order:
- `building:material` (documentation: https://wiki.openstreetmap.org/wiki/Key:building:material)
- `building:facade:material` (documentation: https://wiki.openstreetmap.org/wiki/Key:building:facade:material)

## roofMaterial OSM mapping
`overture_roofMaterial_OSM_mapping.json` file contains mapping of OSM values to Overture `roofMaterial` property. OSM tags used for mapping:
- `roof:material` (documentation: https://wiki.openstreetmap.org/wiki/Key:roof:material)

## roofShape OSM mapping
`overture_roofShape_OSM_mapping.json` file contains mapping of OSM values to Overture `roofShape` property. OSM tags used for mapping in order:
- `roof:shape` (documentation: https://wiki.openstreetmap.org/wiki/Key:roof:shape)
- `building:roof:shape` (deprecated, documentation: https://wiki.openstreetmap.org/wiki/Key:building:roof:shape)

0 comments on commit 91df02b

Please sign in to comment.