pnorman / ogr2osm

pnorman's version of UVM's Rewrite of ogr2osm
Other
78 stars 46 forks source link

Switch encoding testcases to KML #22

Open pnorman opened 11 years ago

pnorman commented 11 years ago

Shapefile encodings are difficult to deal with. The default encoding is Latin-1, not UTF-8 and there is no way to detect the encoding from within ogr2osm. The testcases would be more reliable as KML.

See https://github.com/ual/ogr2osm/commit/c64ad0a5ada2aa165407b792ed7f8e77f0863d5a and issue #21