mirror of
https://github.com/gravitystorm/openstreetmap-carto.git
synced 2026-03-12 16:46:28 +01:00
* Remove office label whitelist Remove whitelist of office types which appear at Z18+ rather than from Z19. * Remove icons for shop=fishmonger, photography Remove specific icons for deprecated shop types that are now barely used. * Fix shop label offset Reduce text-dy for shops with simple marker * Allow shop=fast_food Remove shop=fast_food from blacklist and update common shop/office values * Extend documentation
30 lines
806 B
YAML
30 lines
806 B
YAML
settings:
|
|
taginfo_url: "https://taginfo.openstreetmap.org/api/4/key"
|
|
sort_by_name: yes
|
|
common_exclusions:
|
|
- "no"
|
|
- vacant
|
|
- empty
|
|
- disused
|
|
- unknown
|
|
- closed
|
|
- fixme
|
|
- FIXME
|
|
- other
|
|
keys:
|
|
shop:
|
|
min_count: 25
|
|
exclusions:
|
|
- "yes" # match current behaviour where shop=yes (but not office=yes) is suppressed
|
|
- retail # nonspecific
|
|
- market # nonspecific. duplicate of amenity=marketplace?
|
|
- marketplace # mistake for amenity=marketplace
|
|
- saloon # Mis-spelling of salon (itself discouraged)
|
|
- conveneince_store # Typo
|
|
- local_shop # nonspecific
|
|
- commerce # nonspecific
|
|
- industrial # nonspecific
|
|
- cafe # mistake for amenity=cafe
|
|
- bar # mistake for amenity=bar
|
|
office:
|
|
min_count: 25
|