mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
render closed amenity=bicycle_parking ways as areas by default
fixes https://github.com/openstreetmap/id-tagging-schema/issues/1114#issuecomment-2018057194
This commit is contained in:
@@ -62,6 +62,9 @@ export var osmAreaKeysExceptions = {
|
||||
},
|
||||
waterway: {
|
||||
dam: true
|
||||
},
|
||||
amenity: {
|
||||
bicycle_parking: true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user