Changes between Initial Version and Version 1 of Ticket #18380
- Timestamp:
- 2019-12-02T17:18:22+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18380 – Description
initial v1 44 44 The more specific country wins (so `country="US-FL,Earth" excludes-country="US"` would include the entire world, except for the US, with Florida still having the `implies` block). This does mean that there needs to be a ''special'' value for worldwide, for which I would use `Earth` instead `World` or `global` (this is mostly for future-proofing -- hopefully we will eventually have an OpenStreetMap for the Moon/Mars, but maybe we would want to use the global defaults for those anyway). 45 45 46 Alternatively, the `key` tags could have implied embedded in them (so `<key key="motor_vehicle" value="yes" implied="true" implied-countries="US" exclude-implied-countries="US-FL" />`). 47 46 48 Since there are some tags (`highway=motorway` as an example) where the default `implied` tags are recommended to be included due to different localities having different `implied` tags, so we can have a `recommended=yes` attribute as well, so `<implied recommended=yes>`. 47 49