Changes between Version 25 and Version 26 of UserGuidelinesGISDataOpenStreetMapGarmin
- Timestamp:
- 04/20/11 21:21:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelinesGISDataOpenStreetMapGarmin
v25 v26 80 80 === UK === 81 81 Sources: 82 * http://download.geofabrik.de/osm/europe/great_britain/ 83 * http://nick.dev.openstreetmap.org/downloads/planet/ is no longer kept updated82 * http://download.geofabrik.de/osm/europe/great_britain/ is best - recommend the PBF version (smaller & faster to process) 83 * (http://nick.dev.openstreetmap.org/downloads/planet/ is no longer kept updated) 84 84 85 85 If downloading the whole of the UK then this is too large to process in 1 go, so the file needs splitting. 86 86 87 New , untestedmethod:87 New method: 88 88 * http://www.mkgmap.org.uk/page/tile-splitter 89 89 {{{ 90 java -Xmx2048m -jar splitter.jar england.osm 91 }}} 92 93 Old , testedmethod:90 java -Xmx2048m -jar splitter.jar england.osm.pbf 91 }}} 92 93 Old method: 94 94 {{{ 95 95 UTF8sanitizer.exe <uk-*.osm >fixed.osm 2>errors.txt