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
Coordinates are rounded up to significant digits, as specified in the parameters.
However, when a coordinate is a natural number, say 33.0, then the output in the osm file is 33.. It should be either just 33 or 33.0
The text was updated successfully, but these errors were encountered:
Coordinates are rounded up to significant digits, as specified in the parameters.
However, when a coordinate is a natural number, say 33.0, then the output in the osm file is
33.
. It should be either just33
or33.0
The text was updated successfully, but these errors were encountered: