Thank you do much. I will create my OBFs as you describe and hopefully that will fix this problem. I want to download the srtm elevation data and I've found the files at https://builder.osmand.net/terrain-aster-srtm-eudem/. Ideally I won't download all of them because that looks to be about 200GB of data and I have a 3Mbps Internet connect! Is there a way I can find out which srtm files cover the area I need?
Many thanks again for your help. On Sunday, 17 March 2019 12:48:28 UTC, Metaluc wrote: > > > I am runing OsmAndMapCreator 1.8 #19540MC on a Windows 7 64bit machine. > > Two things I notice that I'm doing differently than you are that I'm not > indexing Transport, nor addresses and I am linking in srtm elevation data. > Transport data, since that is a new feature of the latest version of > Osmand? > > java -Djava.util.logging.config.file=logging.properties -Xms256M -Xmx1200M > -cp "./OsmAndMapCreator.jar;./lib/OsmAnd-core.jar;./lib/*.jar" > net.osmand.data.index.IndexBatchCreator ./batch_SNOW.xml > > <?xml version="1.0" encoding="utf-8"?> > <batch_process> > <process_attributes mapZooms="7;8;9;10;11;12;13-14;15-" > renderingTypesFile="" zoomWaySmoothness="" > osmDbDialect="sqlite" mapDbDialect="sqlite"/> > > <!-- There are 3 subprocess : > 1. Download fresh osm files from servers to > 'directory_for_osm_files' (override existings). > 2. Generate index files from all files in > 'directory_for_osm_files' and put all indexes into > 'directory_for_index_files' > 3. Upload index files from 'directory_for_index_files' to > googlecode. > If directory directory_for_uploaded_files is specified > all uploaded files will be moved to it > All these subprocess could be ran independently ! So you > can create some files check them and after that try to upload on googlecode, > or you can upload any file you have to googlecode (just > put into 'directory_for_index_files') > --> > <!-- zoomWaySmoothness - 1-4, typical mapZooms - 11;12;13-14;15- > --> > <process directory_for_osm_files="D:\MapDev\Osmand\src\SNO" > directory_for_index_files="D:\MapDev\Osmand\src\SNO" > directory_for_generation="D:\MapDev\Osmand\src\GEN" > directory_for_srtm_files="D:\osmand\srtm" > skipExistingIndexesAt="D:\MapDev\Osmand\src\SNO" > indexPOI="true" indexRouting="true" indexMap="true" indexTransport="false" > indexAddress="false"> > <!-- Add wget="C:/Program Files/GNUWin32/bin/wget.exe" to > process, to use wget for download. > On linux systems if wget is in your path it can > be wget="wget" or you can make own script with wget command: > wget="/path/to/script/wget.sh" > Defaultly enabled parameter of wget is: > &-&-read-timeout=5 that prevents hanging of download from > cloudmade/geofabrik server > --> > > </process> > </batch_process> > > -- You received this message because you are subscribed to the Google Groups "Osmand" group. To unsubscribe from this group and stop receiving emails from it, send an email to osmand+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.