EDIT 23.04.11
Rozšírená inštalačka MOBAC
http://lacop.gpsteam.eu/vyroba_map-sw/MOBAC_LC-JNX_PLUS.rar obsahuje aj nástroje na výrobu JNX máp BirdsEye pre GARMINy. Pribalený je návod na výrobu máp pre OziExplorer, TrekBuddy, OruxMaps a Garmin JNX. Viac informácií v príspevku
http://www.gpsforum.sk/index.php/topic,2530.msg37069.html#msg37069EDIT 11.03.11
Navod z TrekBuddy fora pre vyrobu TrekBuddy atlasov cez MOBAC:
http://www.gpsforum.sk/index.php/topic,2530.msg36383.html#msg36383EDIT 27.01.10
Projekt sa premenoval na
Mobile Atlas Creator (MOBAC).
MOBAC je nastroj na vyrobu rastrovych map pre rozne druhy mobilnych GPS zariadeni, pocnut Java telefonmi, cez telefony s operacnym systemom (WM, Android, Symbian) az po PNA navigacie a rucne turisticke navigacie Garmin a Magellan.
Home page:
http://mobac.dnsalias.org/Projektova stranka na sourceforge:
http://sourceforge.net/projects/trekbuddyatlasc/Forum:
http://www.trekbuddy.net/forum/viewtopic.php?t=3755Aktualne
podporovane online mapy:
* Google Maps
* Google Map Maker
* Google Maps China (Ditu)
* Google Maps Korea
* Google Earth
* Google Hybrid
* Google Terrain
* Yahoo Maps
* OpenStreetMap Mapnik
* OpenStreetMap Osmarenderer
* OpenStreetMap Cyclemap
* OpenStreetMap Public Transport
* OpenStreetMap Hiking
* Microsoft Maps
* Microsoft Maps China
* Microsoft Virtual Earth
* Microsoft Maps/Earth Hybrid
* Outdooractive.com (Germany, Austria, South Tyrol)
* AustrianMap
* Multimap.com
* Cykloatlas
* Freemap Slovakia
* Terraserver-USA
* UMP-PC.pl
* DoCuleu.pl
* Emapa.pl
* OpenPisteMap
* Turaterkep (Hungary)
* NearMap Australia
* Humbermedia Bavaria
* StatKart Norway Topographic
* Eniro.com map/aerial/nautical (Sweden, Norway, Finland)
* Ovi/Nokia Maps
Aktualne
podporovane mobilne platformy:
* TrekBuddy (J2ME, Android)
* AndNav (Android)
* RMaps SQLite format (Android)
* BigPlanetTW SQLite format (Android)
* Mobile Trail Explorer (J2ME) - single tiles and MTECache file
* Maverick (Android)
* OSMtracker (Windows Mobile/Pocket PC)
* Glopus (Pocket PC)
* CacheBox (Windows Mobile)
* Magellan RMP (GPS handhelds) & VantagePoint
* Garmin Custom Map - KMZ (Garmin handhelds)
* Touratech QV (Windows software, commercial)
* OziExplorer (single 24bit PNG image with calibration MAP file)
Map Evaluator - nastroj na pridanie dalsich mapovych zdrojov do MOBAC
=============Povodny prispevok==============
Na
http://www.trekbuddy.net/forum/viewtopic.php?t=464&start=435[/s]]TrekBuddy fore som nasiel cerstvu informaciu o uvolneni verzie 1.2 Beta 1. EDIT: Toto vlakno je uz uzavrete, pozri vyssie.
Projekt vratane zdrojoveho kodu je zverejneny na sourceforge.net:
http://sourceforge.net/projects/trekbuddyatlasc/Zverejneny je pod licenciou GNU General Public License Version 2 (GPL).
Domovska stranka produktu:
http://trekbuddyatlasc.sourceforge.net/Aplikacia bezi v prostredi Java Runtime Environment verzia 6 (v1.6) alebo vyssia. Je preto multiplatformova.
S aplikaciou sa nainstaluje aj subor README.HTM. Ten je pomerne strucny, obsahuje vsak niektore velmi zaujimave informacie. Vyberam:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Creating and using atlases with OziExplorer / large PNG image export...
Warning
TrekBuddy Atlas Creator uses an highly sophisticated and optimized algorithm for creating the PNG files for OziExplorer use. This algorithm allows to create very large maps images at low memory usage. OziExplorer and most image viewers do not use such sophisticated algorithms which can lead to the situation that you can create very large map images - but OziExplorer and other image viewers are not able to open the image.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Custom map sourcesCustom map sources which uses a similar url scheme as Google/OpenStreetMap can be added by editing the file settings.xml with an text editor.
The following example shows what have to be added for defining a custom map source. It defines an additional map Source named "Custom OSM Mapnik" which shows map tiles identical to the predefined map source "OpenStreetMap Mapnik".
<settings>
<customMapSources>
<customMapSource>
<name>Custom OSM Mapnik</name>
<minZoom>0</minZoom>
<maxZoom>18</maxZoom>
<tileType>png</tileType>
<tileUpdate>None</tileUpdate>
<url>
http://tile.openstreetmap.org/{$z}/{$x}/{$y}.png</url>
</customMapSource>
</customMapSources>
...
</settings>
The most important part of this definition is the url. It is a template containing specific placeholders which are encapsulated by curly brace:
* {$z} for the zoom level - number range: [minZoom .. maxZoom]
* {$x} for the x tile coordinate - number range: [0..2zoom level]
* {$y} for the y tile coordinate - number range: [0..2zoom level]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Znamena to, ze do produktu ide pridavat online mapy, ktore dodrzuju standard cislovania mapovych dlazdic 250x250px na sposob Google Maps a OpenStreetMap.
Takouto mapou je aj cesky cykloatlas z cykloserver.cz, ktory je uz pridany medzi preddefinovane mapove zdroje. Pozrite obrazok v prilohe.
TrekBuddy Atlas Creator sa podobne ako
SAS.Planet stava alternativou ku
Googleak, ktory uz dlhsie nie je aktualizovany.