Skip to content

Commit

Permalink
Raised funeral directors min zoom to 16. Merged water well pump info …
Browse files Browse the repository at this point in the history
…into kind_detail from separate property. Added docs and tests for generic fallback shop, office and industrial kinds.
  • Loading branch information
zerebubuth committed Jun 27, 2018
1 parent c01d34b commit dcce2ee
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 21 deletions.
5 changes: 4 additions & 1 deletion docs/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ To resolve inconsistency in data tagging in OpenStreetMap we normalize several o
* `hunting_stand`
* `hvac`
* `ice_cream` - _See planned bug fix in [#532](https://github.com/tilezen/vector-datasource/issues/532)._
* `industrial` - An industrial POI which didn't match a more specific kind.
* `information`
* `insurance`
* `it`
Expand Down Expand Up @@ -986,6 +987,7 @@ To resolve inconsistency in data tagging in OpenStreetMap we normalize several o
* `notary`
* `nursing_home` - _See planned bug fixes in [#1085](https://github.com/tilezen/vector-datasource/issues/1085)._
* `observatory`
* `office` - An office which didn't match a more specific kind.
* `offshore_platform`
* `optician`
* `outdoor`
Expand Down Expand Up @@ -1050,6 +1052,7 @@ To resolve inconsistency in data tagging in OpenStreetMap we normalize several o
* `ship_chandler`
* `shoemaker`
* `shoes`
* `shop` - A shop or store which didn't match a more specific kind.
* `shower`
* `sinkhole`
* `ski_rental`
Expand Down Expand Up @@ -1109,7 +1112,7 @@ To resolve inconsistency in data tagging in OpenStreetMap we normalize several o
* `water_point`
* `water_slide`
* `water_tower`
* `water_well` - A location where water can be extracted from the ground. If known, `kind_detail` will be given as `drinking_water` or `not_drinking_water`. If information about pumping is known, the `pump` property will be one of `powered`, `manual` or `no`.
* `water_well` - A location where water can be extracted from the ground. If known, `kind_detail` will give information about water potability and pump type, with values: `drinkable_powered`, `drinkable_manual`, `drinkable_no_pump`, `drinkable`, `not_drinkable_powered`, `not_drinkable_manual`, `not_drinkable_no_pump`, `not_drinkable`. The prefix `drinkable` indicates drinking water, `not_drinkable` indicates not drinkable water. The suffix `powered` indicates a powered or automatic pump, `manual` indicates a manual pump, and `no_pump` indicates that the water must be raised without a pump (e.g: a bucket and line). If information about the pump is not available, the `kind_detail` will be either `drinkable` or `not_drinkable`.
* `water_works` - _See planned bug fixes in [#1085](https://github.com/tilezen/vector-datasource/issues/1085)._
* `waterfall`
* `watering_place`
Expand Down
Loading

0 comments on commit dcce2ee

Please sign in to comment.