Add filter building:part and indoor

- Extract the building:part from the building filter into it's own filter
- Add indoor filtering
- Update api doc
This commit is contained in:
Tobias Jordans
2019-05-12 19:31:23 +02:00
parent b4811dbfe1
commit 35a2301ea3
4 changed files with 29 additions and 86 deletions

2
API.md
View File

@@ -19,7 +19,7 @@ of iD (e.g. `http://preview.ideditor.com/release/`), the following parameters ar
_Example:_ `comment=CAR%20crisis%2C%20refugee%20areas%20in%20Cameroon`
* __`disable_features`__ - Disables features in the list.<br/>
_Example:_ `disable_features=water,service_roads,points,paths,boundaries`<br/>
_Available features:_ `points` `traffic_roads` `service_roads` `paths` `buildings` `landuse`
_Available features:_ `points` `traffic_roads` `service_roads` `paths` `buildings` `building_parts` `indoor` `landuse`
`boundaries` `water` `rail` `power` `past_future` `others`
* __`gpx`__ - A custom URL for loading a gpx track. Specifying a `gpx` parameter will
automatically enable the gpx layer for display.<br/>