registrounicodevivienda / osm2shp

Automatically exported from code.google.com/p/osm2shp
0 stars 0 forks source link

English regional settings will broke the export #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set Regional Settings to something else than Romanian
2. Load an osm file
3. Export the shapefile (select only lines, should be enough)

What is the expected output? What do you see instead?
Should export the ways correctly, instead we have a totally messed up file.

Original issue reported on code.google.com by cipriant...@gmail.com on 22 Mar 2008 at 4:40

GoogleCodeExporter commented 8 years ago

Original comment by cipriant...@gmail.com on 22 Mar 2008 at 4:48

GoogleCodeExporter commented 8 years ago
The fix is in r4. We use now CultureInfo.InvariantCulture when converting the
latitude and longitude from string to int.

Original comment by cipriant...@gmail.com on 22 Mar 2008 at 4:51