merge layout map in create offline mode
3 posters
merge layout map in create offline mode
hi.
how can i merge several zoom maps and maps belong several services.example zoom14 googlemap and zoom15 ovi map or ect
how can i merge several zoom maps and maps belong several services.example zoom14 googlemap and zoom15 ovi map or ect
alikalla20- Cantidad de envíos : 5
Fecha de inscripción : 2011-10-22
Re: merge layout map in create offline mode
alikalla20 wrote:hi.
how can i merge several zoom maps and maps belong several services.example zoom14 googlemap and zoom15 ovi map or ect
Hi;
You can create those maps using MOBAC drag & drop feature with atlases.
Only one restriction, you can not merge two maps which contains the same zoom levels.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: merge layout map in create offline mode
orux wrote:
You can create those maps using MOBAC drag & drop feature with atlases.
Wow
I've used sqlite and xml editing so far ...
using MOBAC drag&drop is much simpler ...
If you can't use mobac, for some reason, here is how to do it "by hand":
assuming you have 2 directories, named "ovi" and "gmap", with 1 otrk2.xml and 1 OruxMapsImages.db inside each.
-get sqlite3.exe (linux and mac, replace with your official sqlite binary)
-move the db files in the sqlite3 directory, and rename them as ovi.db and gmaps.db
-follow these steps:
C:\tmp>sqlite3.exe
SQLite version 3.7.5
sqlite> attach 'ovi.db' as total ;
sqlite> attach 'gmaps.db' as gmap ;
sqlite> insert into total.tiles select * from gmap.tiles ;
sqlite> detach database total;
sqlite> detach database gmap;
sqlite> .quit
C:\tmp>
-rename ovi.db as OruxMapsImages.db
-open both XML file in 2 text editor
-copy the <OruxTracker> XML definition for each zoomlayer you want to include.
-put the OruxMapsImages.db and the new XML file into some new directory, and it will gives you a new map combining both !
note that the sqlite3 operation takes only seconds to complete for a 200M merger. fine piece of software !
yip- Cantidad de envíos : 40
Fecha de inscripción : 2012-01-21
Similar topics
» merge Several offline map
» How can I create offline maps with more than 500 MB?
» Is it possible to create offline map tiles from WMS map service?
» Noob - how to use gdb data to create an offline map?
» Using PC to create offline maps from online sources
» How can I create offline maps with more than 500 MB?
» Is it possible to create offline map tiles from WMS map service?
» Noob - how to use gdb data to create an offline map?
» Using PC to create offline maps from online sources
Permissions in this forum:
You cannot reply to topics in this forum