Modify ↓

#24916 new defect

Add service=shared_driveway as valid value

Reported by: moi@… Owned by: team
Priority: normal Milestone:
Component: Core validator Version:
Keywords: Cc:

Description

Hi,

On https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/deprecated.mapcss:
1132 /* #12771, #9895 */
1133 *[noexit][noexit!=yes][noexit!=no], /* noexit=no has an own warning */
1134 way[highway=service][service][service !~ /(alley|drive-through|drive_through|driveway|emergency_access|parking_aisle|rest_area|slipway|yes)$/], /* drive_through and yes have special warnings */
1135 way[railway=rail][service][service !~ /
(crossover|siding|spur|yard)$/],
1136 way[waterway=canal][service][service !~ /(irrigation|transportation|water_power)$/] {
1137 throwWarning: tr("The key {0} has an uncommon value.", "{1.key}");
1138 }

=> It should be good to add shared_driveway as a valid service value. Since ​https://community.openstreetmap.org/t/is-there-a-reason-to-prefer-service-pipestem-over-service-driveway-driveway-pipestem-or-is-shared-driveway-a-driveway/138061, the usage of shared_driveway is increasing a lot: ​https://taginfo.openstreetmap.org/tags/service=shared_driveway.
Currently, it is seen as an invalid value.

Kind regards

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain team.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from team to the specified user.
Next status will be 'needinfo'. The owner will be changed from team to moi@….
as duplicate The resolution will be set to duplicate. Next status will be 'closed'. The specified ticket will be cross-referenced with this ticket.
The owner will be changed from team to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.