Code Select
<MapChunks xMax="1" yMax="1" datum="WGS84" projection="Mercator" img_height="512" img_width="512" file_name="Layer 09" />
<MapDimensions height="512" width="512" />
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
MAPAS/MAPS / Re: Understanding oruxmaps offline raster format (sqlite)
February 13, 2018, 12:33:47 PM #2
MAPAS/MAPS / Re: Understanding oruxmaps offline raster format (sqlite)
July 16, 2014, 08:29:09 AMit is very easy to go from any format to orux via mobac.Quote from: "rvb"
unfortunately it is impossible to go from orux to any other format.
i would like a tool from orux to mbtiles or plain xyz.
I agree. My intention was to write a little conversion tool from Orux format so that the maps can also be used with Mobac as input source.
Other formats (such as the standard format used by Locus) have a fixed top left corner which corresponds to the slippy format used by OSM. If I understand orux's answer correctly, then for each zoom level the top left corner can vary. Taking the slippy tile conversion formulas (
#3
MAPAS/MAPS / Understanding oruxmaps offline raster format (sqlite)
July 13, 2014, 05:01:33 PMI am trying to convert between Oruxmaps SQLite raster map files (with xml) and Locus SQLite raster map files. The Locus format is very straight forward: each tile is represented by it's x/y coordinate and a zoom level. But how is the Oruxmaps format defined? In detail, how can I map some Locus tile x/y/z to a tile in the Oruxmap file?
Regards,
Pages1