You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ele is expressed in feet using the usual units, it looks like the tag is dropped because it isn’t an integer or floating point number. (I’m only doing code inspection, so I could be wrong about this.)
ele is actually documented to be only in meters, but it is tagged in feet pretty commonly in practice, and this proposal would formalize that practice. Regardless, I just wanted to make sure you were aware that ele was being parsed this way, in case it was merely an oversight, since OSM2World does have code to parse other tags with support for units. If this is intentional and you believe ele should not contain units, I would welcome your feedback on the proposal’s talk page. Thanks!
Hi, thank you for making me aware of this proposal. For OSM2World, different units for elevation values are not a problem as long as these units are explicit and well-defined. (Different standards for what elevation 0 means are a problem, as are incorrect elevation values even if they're signposted "on the ground" – but that's not directly affected by this proposal either way.)
If the proposal is approved, I have no problem with updating OSM2World to use the same value parsing logic which already exists for keys such as height.
If
ele
is expressed in feet using the usual units, it looks like the tag is dropped because it isn’t an integer or floating point number. (I’m only doing code inspection, so I could be wrong about this.)ele
is actually documented to be only in meters, but it is tagged in feet pretty commonly in practice, and this proposal would formalize that practice. Regardless, I just wanted to make sure you were aware thatele
was being parsed this way, in case it was merely an oversight, since OSM2World does have code to parse other tags with support for units. If this is intentional and you believeele
should not contain units, I would welcome your feedback on the proposal’s talk page. Thanks!OSM2World/src/main/java/org/osm2world/core/map_elevation/creation/EleTagElevationCalculator.java
Line 15 in aade8c5
OSM2World/src/main/java/org/osm2world/core/util/ValueParseUtil.java
Lines 66 to 71 in aade8c5
The text was updated successfully, but these errors were encountered: