#14449 closed defect (invalid)
Possible validator false positive for building:min_level=-1
Reported by: | nyurik | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal preset | Version: | |
Keywords: | building level | Cc: |
Description
relation 2638288 validatior generates this. I don't know if this is an error, but there are almost a thousand of these in taginfo.
Misspelled property value - Value '-1' for key 'building:min_level' looks like '1'. (1)
from
TestError [tester=org.openstreetmap.josm.data.validation.tests.TagChecker@c593f635, code=1212, message=Misspelled property value]
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
Component: | Core → Internal preset |
---|---|
Keywords: | building level added |
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 8 years ago
... another problem is that with -1 you never know if person counted from 0 or from 1 without additional tag/clarification.
Reason is that natural languages differ how to count levels "from the ground".
It doesn't make sense. According to osmwiki:Key:building:min_level :
If we look at osmwiki:Key:building:levels :
So if the majority of buildings have two levels underground, but this one has only one, the correct usage is to tag
building:levels:underground=1
instead ofbuilding:min_level=-1
.