Fix for horizontally distorted boundaries between Prime Meridian in Britain and Netherlands.
AbandonedPublic

Authored by tandon on Jun 26 2016, 3:36 PM.

Details

Reviewers
None
Summary

Issue
polyshp2osm.py converter used to write very small lon/lat values in scientific notation. When tiles were created using the osmconvert tool, the tool used to read only the starting digits of the value and never considered the exponenet part, which gave rise to eratic position of nodes and hence eratic boundaries.

Fix
This commit makes the converter write lon/lat values only in decimal notation thus preventing any erratic read/writes.

Diff Detail

Repository
R34 Marble
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
tandon updated this revision to Diff 4744.Jun 26 2016, 3:36 PM
tandon retitled this revision from to Fix for horizontally distorted boundaries between Prime Meridian in Britain and Netherlands..
tandon updated this object.
tandon edited the test plan for this revision. (Show Details)
tandon abandoned this revision.Aug 20 2016, 1:31 PM