mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Don't flag private data only buildings that are also offices (close #6404)
Flag private data on building=houseboat
This commit is contained in:
@@ -12,6 +12,7 @@ export function validationPrivateData() {
|
||||
detached: true,
|
||||
farm: true,
|
||||
house: true,
|
||||
houseboat: true,
|
||||
residential: true,
|
||||
semidetached_house: true,
|
||||
static_caravan: true
|
||||
@@ -23,6 +24,7 @@ export function validationPrivateData() {
|
||||
craft: true,
|
||||
historic: true,
|
||||
leisure: true,
|
||||
office: true,
|
||||
shop: true,
|
||||
tourism: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user