I have GeoTiff file of Belgium, how to create Oruxmap and xml?
3 posters
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
I have GeoTiff file of Belgium, how to create Oruxmap and xml?
Hello,
i have a 1/50000 map of Belgium, in GeoTiff format (= tif + coordinates)
I compressed it form a 4Gb file to ~700Mb, as jpg/tif on
http://dl.free.fr/irCbdxcjd/be50kjpg.tif
Now, I want a working xml/oruxmaps combination ...
Somebody can help me?
(I also have the files for France and Netherlands ...)
I'm sorry, I never managed to get oruxmaps working with a map ....
Marc
i have a 1/50000 map of Belgium, in GeoTiff format (= tif + coordinates)
I compressed it form a 4Gb file to ~700Mb, as jpg/tif on
http://dl.free.fr/irCbdxcjd/be50kjpg.tif
Now, I want a working xml/oruxmaps combination ...
Somebody can help me?
(I also have the files for France and Netherlands ...)
I'm sorry, I never managed to get oruxmaps working with a map ....
Marc
marc035- Cantidad de envíos : 8
Fecha de inscripción : 2011-11-25
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
Belgium has WMS-Service
http://www.ngi.be/testbed/pages
you can add http://www.ngi.be/testbed/wms/top50r_l08_nl?
and Layer 0 (TOP50R)
it works with Orux, for its also with EPSG 4326
Regards
Teleskopix
http://www.ngi.be/testbed/pages
you can add http://www.ngi.be/testbed/wms/top50r_l08_nl?
and Layer 0 (TOP50R)
it works with Orux, for its also with EPSG 4326
Regards
Teleskopix
teleskopix- Cantidad de envíos : 20
Fecha de inscripción : 2011-03-03
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
I already have the mobac xml file for your indicated source.
The source
http://www.ngi.be/topomapviewer/public?lang=nl&
seems to be much better
mobac xml file for the latter source would be nice to have
The source
http://www.ngi.be/topomapviewer/public?lang=nl&
seems to be much better
mobac xml file for the latter source would be nice to have
hilti01- Cantidad de envíos : 8
Fecha de inscripción : 2013-03-21
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
this is a tms http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP50R_CACHE/MapServer/tile/6/12188/10633
also http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP10R_CACHE/MapServer/tile/9/121891/106330
I tried with mobac without sucsess
also http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP10R_CACHE/MapServer/tile/9/121891/106330
I tried with mobac without sucsess
teleskopix- Cantidad de envíos : 20
Fecha de inscripción : 2011-03-03
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
I guess tms maps work with mobac. See the following file I found. But actually this one does not work.
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Navionics Sea Maps</name>
<minZoom>1</minZoom>
<maxZoom>20</maxZoom>
<tileType>png</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url><![CDATA[http://whoots.mapwarper.net:80/tms/{$z}/{$x}/{$y}/osm_ram/http://ec2-107-20-127-91.compute-1.amazonaws.com/MAP/rastermap?mapkey=1234567890]]></url>
<serverParts></serverParts>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
Regards hilti01
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Navionics Sea Maps</name>
<minZoom>1</minZoom>
<maxZoom>20</maxZoom>
<tileType>png</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url><![CDATA[http://whoots.mapwarper.net:80/tms/{$z}/{$x}/{$y}/osm_ram/http://ec2-107-20-127-91.compute-1.amazonaws.com/MAP/rastermap?mapkey=1234567890]]></url>
<serverParts></serverParts>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
Regards hilti01
hilti01- Cantidad de envíos : 8
Fecha de inscripción : 2013-03-21
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
I tried
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Belgium</name>
<minZoom>0</minZoom>
<maxZoom>17</maxZoom>
<tileType>png</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url>http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP10R_CACHE/MapServer/tile/{$z}/{$x}/{$y}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
But doesn't work, seems this tms is not like openstreetmap or something else,
i think the epsg is not like openstreetmap, or the "numbers" http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP10R_CACHE/MapServer/tile/9/121891/106330
are not like openstreetmap, the number for Z (9) is not like openstreetmap for this zoom, I think it must be 16 or 18
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Belgium</name>
<minZoom>0</minZoom>
<maxZoom>17</maxZoom>
<tileType>png</tileType>
<tileUpdate>IfNoneMatch</tileUpdate>
<url>http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP10R_CACHE/MapServer/tile/{$z}/{$x}/{$y}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
But doesn't work, seems this tms is not like openstreetmap or something else,
i think the epsg is not like openstreetmap, or the "numbers" http://www.ngi.be/topomapviewer/services/NGI_map/RD_TOP10R_CACHE/MapServer/tile/9/121891/106330
are not like openstreetmap, the number for Z (9) is not like openstreetmap for this zoom, I think it must be 16 or 18
teleskopix- Cantidad de envíos : 20
Fecha de inscripción : 2011-03-03
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
hilti01 wrote:upload the original geotiff file to https://mega.co.nz
I will then convert it to oruxmaps sqlite
I put it here:
http://dl.free.fr/oYLi8N3L4
it is an ecw, that can be converted to geotiff, any type ..
It is 1/50.000, the ones for 1/5000 I will heve to search for on another disk, and they are 100 x larger ...
Marc
marc035- Cantidad de envíos : 8
Fecha de inscripción : 2011-11-25
Re: I have GeoTiff file of Belgium, how to create Oruxmap and xml?
ecw to geotiff http://www.bluemarblegeo.com/products/global-mapper.php
but 350,-- $
but 350,-- $
teleskopix- Cantidad de envíos : 20
Fecha de inscripción : 2011-03-03
Belgium and Netherlands France oruxmap sqlite
France ZL10+13 Belgium ZL15 Netherlands ZL15.zip (3 KB)
https://mega.co.nz/#!uEBjSQwT!P0P6WGe8pRNdRQmwYFgMFzy-NYQ8PmqELF67pxRJLXo
https://mega.co.nz/#!uEBjSQwT!P0P6WGe8pRNdRQmwYFgMFzy-NYQ8PmqELF67pxRJLXo
Last edited by hilti01 on Fri Jul 19, 2013 11:33 am; edited 2 times in total
hilti01- Cantidad de envíos : 8
Fecha de inscripción : 2013-03-21
Belgium
marc035 wrote:Hello,
i have a 1/50000 map of Belgium, in GeoTiff format (= tif + coordinates)
I compressed it form a 4Gb file to ~700Mb, as jpg/tif on
http://dl.free.fr/irCbdxcjd/be50kjpg.tif
Now, I want a working xml/oruxmaps combination ...
Somebody can help me?
(I also have the files for France and Netherlands ...)
I'm sorry, I never managed to get oruxmaps working with a map ....
Marc
Could you please upload the original 4gb Tiff of belgium
Thanks hilti01
hilti01- Cantidad de envíos : 8
Fecha de inscripción : 2013-03-21
Similar topics
» Convert a file Oruxmap.db in a free and open file
» How to create Kyrgyztsan (Bishkek City) map from ozi map or PNG file
» New version 1.4.5beta
» Please support Geotiff
» file handler for map file endings
» How to create Kyrgyztsan (Bishkek City) map from ozi map or PNG file
» New version 1.4.5beta
» Please support Geotiff
» file handler for map file endings
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum