New versions online maps management: onlinemapsources.xml
+7
Poikanen
dzelzcels
KKS
BpACKer
valleyofdawn
pedja
orux
11 posters
Page 1 of 2 • 1, 2
New versions online maps management: onlinemapsources.xml
Hi, all;
No more problems with online sources.
Starting from 3.5.8beta, each user can select/add new online sources.
The configuration file is installed in: oruxmaps/mapfiles/onlinemapsources.xml
Each map has this tags:
research, imagine, ask,...
and you will be able to add many new sources.
No more problems with online sources.
Starting from 3.5.8beta, each user can select/add new online sources.
The configuration file is installed in: oruxmaps/mapfiles/onlinemapsources.xml
Each map has this tags:
- Code:
<onlinemapsource uid="0"> <!--uid must be an unique integer per map. Used to store the tiles in the cache-->
<name>Google Maps</name> <!--the name of the map-->
<url>http://mt{$s}.google.com/vt/lyrs=m@121&hl={$l}&x={$x}&y={$y}&z={$z}</url><!--url of the map web site.
{$s} will be replaced randmoly with one of the servers in the 'servers' tag
{$l} replaced with device locale, example 'es_ES'
{$x} x tile value
{$y} y tile value
{$z} zoom level
{$q} quad encoded value, from x,y,z
You can apply operations to x,y,z,q values before replacing (below xop, yop,...)-->
<minzoom>0</minzoom>
<!--minimum zoom level-->
<maxzoom>19</maxzoom>
<!--maximum zoom level-->
<projection>MERCATORESFERICA</projection>
<!--allowed: MERCATORESFERICA, MERCATORELIPSOIDAL-->
<servers>0,1,2,3</servers>
<!--comma separated possible servers-->
<httpparam name=""></httpparam>
<!--not in use-->
<xop></xop><!--operation to apply to x value before replacing
allowed values: 1-->
<yop></yop><!--operation to apply to y value before replacing
allowed values: 0, 1-->
<zop></zop><!--operation to apply to z value before replacing
allowed values: 1-->
<qop></qop><!--operation to apply to q value before replacing
allowed values: 2-->
<!--Current operations
0: inverse y: (2^z - 1 - y)
1: plus one: (val + 1)
2: add a '/' each 6 characters-->
</onlinemapsource>
research, imagine, ask,...
and you will be able to add many new sources.
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: New versions online maps management: onlinemapsources.xml
Why limiting to online sources? Similar technique may be used for offline sources too.
pedja- Cantidad de envíos : 111
Fecha de inscripción : 2010-12-06
Re: New versions online maps management: onlinemapsources.xml
pedja wrote:Why limiting to online sources? Similar technique may be used for offline sources too.
Hi, pedja; I do not understand.
Offline maps have always its own xml file; you can add/remove the offline maps if you want.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: New versions online maps management: onlinemapsources.xml
I meant offline maps in other formats. For example, I have maps that are prepared to be used offline and they have exact tiling scheme as online maps, so the only difference is in path which from tiles are loaded.
pedja- Cantidad de envíos : 111
Fecha de inscripción : 2010-12-06
onlinemapsources.xml
hey orux, i really, REALLY love the feature of adding new online maps - thanks a LOT for this!
just a quick question/suggestion: when we install a new version of oruxmaps - one, in which YOU have updated the list of onlinemaps yourself, because e.g. some maps are no longer available, because there are copyright issues, because you have added new ones, etc - wont this overwrite the xml and therefore the maps we have added until then? Or will you merge the old and the new xml? If you don't merge, but simply overwrite - could i suggest splitting mapsources into 2 files: e.g.
.) onlinemapsources.xml (which comes standard with every version of oruxmaps) and
.) onlinemapsources_user.xml (where we can permanently store our personal onlinemaps and which will not be changed by installing a new version of oruxmaps)
thanks for the very best offroad mapping/tracking/navigation/geocaching application there is!
just a quick question/suggestion: when we install a new version of oruxmaps - one, in which YOU have updated the list of onlinemaps yourself, because e.g. some maps are no longer available, because there are copyright issues, because you have added new ones, etc - wont this overwrite the xml and therefore the maps we have added until then? Or will you merge the old and the new xml? If you don't merge, but simply overwrite - could i suggest splitting mapsources into 2 files: e.g.
.) onlinemapsources.xml (which comes standard with every version of oruxmaps) and
.) onlinemapsources_user.xml (where we can permanently store our personal onlinemaps and which will not be changed by installing a new version of oruxmaps)
thanks for the very best offroad mapping/tracking/navigation/geocaching application there is!
santoo- Guest
Re: New versions online maps management: onlinemapsources.xml
santoo wrote:hey orux, i really, REALLY love the feature of adding new online maps - thanks a LOT for this!
just a quick question/suggestion: when we install a new version of oruxmaps - one, in which YOU have updated the list of onlinemaps yourself, because e.g. some maps are no longer available, because there are copyright issues, because you have added new ones, etc - wont this overwrite the xml and therefore the maps we have added until then? Or will you merge the old and the new xml? If you don't merge, but simply overwrite - could i suggest splitting mapsources into 2 files: e.g.
.) onlinemapsources.xml (which comes standard with every version of oruxmaps) and
.) onlinemapsources_user.xml (where we can permanently store our personal onlinemaps and which will not be changed by installing a new version of oruxmaps)
thanks for the very best offroad mapping/tracking/navigation/geocaching application there is!
Hi, thanks;
New installations would not overwrite that file.
The next version will include the file, but next to next will not. The user must go to the web, or other places to look for that file.
I want no more problems with the owners of the maps
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: New versions online maps management: onlinemapsources.xml
A comment on using google tile server as an online resource:
using ahe link such as mt1.google.com/vt/hl=iw&x=305&y=208&z=9&lyrs=t
the lyrs parameter yields
h skeleton map light
m full map
p terrain+map
r skeleton map dark
y hybrid satellite map
t terrain
s satellite map
you can also use some combinations, such as s,r or t,h etc.
using ahe link such as mt1.google.com/vt/hl=iw&x=305&y=208&z=9&lyrs=t
the lyrs parameter yields
h skeleton map light
m full map
p terrain+map
r skeleton map dark
y hybrid satellite map
t terrain
s satellite map
you can also use some combinations, such as s,r or t,h etc.
valley- Guest
Max zooms
h skeleton map light 22
m map 22
p terrain+map 15
r skeleton map dark 22
y hybrid satellite map 18
t terrain 15
s satellite 18
m map 22
p terrain+map 15
r skeleton map dark 22
y hybrid satellite map 18
t terrain 15
s satellite 18
valley- Guest
Great
I ve just descovered oruxmaps... but "great job team!".
Your app is so opened... it s just happiness.
I have change my google earth map by " lyrs=y" and it works!
Thanks to Valley for all codes. I was looking for something like "t,y". But it don t works.
Good Job all and thanks for all.
Your app is so opened... it s just happiness.
I have change my google earth map by " lyrs=y" and it works!
Thanks to Valley for all codes. I was looking for something like "t,y". But it don t works.
Good Job all and thanks for all.
Th- Guest
opencyclemap changed
This is the onlinemapsources file I use now. You may want to change the map language parameter.
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>
<onlinemapsource uid="0">
<name>Google Maps</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=m@121&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="1">
<name>Google Earth</name>
<url><![CDATA[http://khm{$s}.google.com/kh/v=76&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="2">
<name>Google Terrain</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=t,r&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="3">
<name>Google Hybrid</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=s,m&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="4">
<name>OSM Cyclemap</name>
<url><![CDATA[http://{$s}.tile.opencyclemap.org/cycle/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>17</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>a,b,c</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="5">
<name>OSM Mapnik</name>
<url><![CDATA[http://tile.openstreetmap.org/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="6">
<name>Bing Maps</name>
<url><![CDATA[http://r0.ortho.tiles.virtualearth.net/tiles/r{$q}.png?g=45]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="7">
<name>Bing Earth</name>
<url><![CDATA[http://a0.ortho.tiles.virtualearth.net/tiles/a{$q}.jpg?g=45]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="8">
<name>Bing Hybrid</name>
<url><![CDATA[http://h0.ortho.tiles.virtualearth.net/tiles/h{$q}.jpg?g=45]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="9">
<name>Hike and Bike</name>
<url><![CDATA[http://toolserver.org/tiles/hikebike/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
</onlinemapsources>
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>
<onlinemapsource uid="0">
<name>Google Maps</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=m@121&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="1">
<name>Google Earth</name>
<url><![CDATA[http://khm{$s}.google.com/kh/v=76&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="2">
<name>Google Terrain</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=t,r&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="3">
<name>Google Hybrid</name>
<url><![CDATA[http://mt{$s}.google.com/vt/lyrs=s,m&hl=iw&x={$x}&y={$y}&z={$z}]]></url>
<minzoom>0</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>0,1,2,3</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="4">
<name>OSM Cyclemap</name>
<url><![CDATA[http://{$s}.tile.opencyclemap.org/cycle/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>17</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>a,b,c</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="5">
<name>OSM Mapnik</name>
<url><![CDATA[http://tile.openstreetmap.org/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="6">
<name>Bing Maps</name>
<url><![CDATA[http://r0.ortho.tiles.virtualearth.net/tiles/r{$q}.png?g=45]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="7">
<name>Bing Earth</name>
<url><![CDATA[http://a0.ortho.tiles.virtualearth.net/tiles/a{$q}.jpg?g=45]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="8">
<name>Bing Hybrid</name>
<url><![CDATA[http://h0.ortho.tiles.virtualearth.net/tiles/h{$q}.jpg?g=45]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="9">
<name>Hike and Bike</name>
<url><![CDATA[http://toolserver.org/tiles/hikebike/{$z}/{$x}/{$y}.png]]></url>
<minzoom>0</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
</onlinemapsources>
valleyofdawn- Cantidad de envíos : 23
Fecha de inscripción : 2010-12-26
another source: OSM from microsoft
It's the same data as openstreetmap mapnik, but a different, faster server.
<onlinemapsource uid="99">
<name>Bing OSM</name>
<url><![CDATA[http://a.osm.virtualearth.net/tiles/{$z}/{$x}/{$y}.png]]></url>
<minzoom>1</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>a,b,c</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
<onlinemapsource uid="99">
<name>Bing OSM</name>
<url><![CDATA[http://a.osm.virtualearth.net/tiles/{$z}/{$x}/{$y}.png]]></url>
<minzoom>1</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers>a,b,c</servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
valleyofdawn- Cantidad de envíos : 23
Fecha de inscripción : 2010-12-26
Help needed in general editing of this file
I added a new map source, checked to make sure it worked, and it did. So I went back and put comment tags around the sources I didn't want and it doesn't work. The only online source it shows is the WMS file. I've also flat out removed the sources I didn't want, same result. Why? I clicked the map reset button too.
Example:
I don't need CycloAtlas so I did this (notice comment tag surrounding):
Example:
I don't need CycloAtlas so I did this (notice comment tag surrounding):
- Code:
<!--
<onlinemapsource uid="27">
<name>CykloAtlas (CZ, SK)</name>
<url><![CDATA[http://services.tmapserver.cz/tiles/gm/shc/{$z}/{$x}/{$y}.png]]></url>
<minzoom>7</minzoom>
<maxzoom>15</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
-->
BpACKer- Cantidad de envíos : 25
Fecha de inscripción : 2011-04-04
Localización : Texas, USA
Re: New versions online maps management: onlinemapsources.xml
BpACKer wrote:I added a new map source, checked to make sure it worked, and it did. So I went back and put comment tags around the sources I didn't want and it doesn't work. The only online source it shows is the WMS file. I've also flat out removed the sources I didn't want, same result. Why? I clicked the map reset button too.
Example:
I don't need CycloAtlas so I did this (notice comment tag surrounding):
It should work.
1.-Check that you do not include comments (<!-- ... <!-- ... --> ... -->) inside other comment.
2.-And you do not comment fisrt/last tags:
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>
....
</onlinemapsources>
And 'reset map sources' when in online map list.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
RE: HELP NEEDED IN GENERAL EDITING OF THIS FILE
Thanks, Orux. I'm going to chalk it up to "pilot" error. i know a lot of programming issues are stupid little programmer mistakes so i must've done something weird. I have now successfully removed maps I don't need, although I ended up removing them entirely, rather than using comment tags.
BpACKer- Cantidad de envíos : 25
Fecha de inscripción : 2011-04-04
Localización : Texas, USA
Re: New versions online maps management: onlinemapsources.xml
Hello, how I can do some math operation with coordinates?
For example: google x=2356 y=0 it's x=2356 y=2000 at my map, google y=1, at my map y=1999 so I need 2000-$y=$y_to_orux
How I can do this?
For example: google x=2356 y=0 it's x=2356 y=2000 at my map, google y=1, at my map y=1999 so I need 2000-$y=$y_to_orux
How I can do this?
KKS- Cantidad de envíos : 4
Fecha de inscripción : 2011-08-31
US topo maps
I found a working US topo map url in this forum post: http://osgeo-org.1803224.n2.nabble.com/mytopo-layer-for-USGS-topo-insead-of-terraservice-tp5700129p6518352.html .
Just replace the 3 numbers at the end with the z, x, y variables. Zoom range is 10-16.
Just replace the 3 numbers at the end with the z, x, y variables. Zoom range is 10-16.
Last edited by BpACKer on Sun Oct 16, 2011 5:59 pm; edited 1 time in total (Reason for editing : link was including period at end)
BpACKer- Cantidad de envíos : 25
Fecha de inscripción : 2011-04-04
Localización : Texas, USA
Re: New versions online maps management: onlinemapsources.xml
KKS wrote:Hello, how I can do some math operation with coordinates?
For example: google x=2356 y=0 it's x=2356 y=2000 at my map, google y=1, at my map y=1999 so I need 2000-$y=$y_to_orux
How I can do this?
Hi;
Not all operations are allowed;
I have to hardcode the operations, because there is no script support in java - android.
Which operation do you need exactly?
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: New versions online maps management: onlinemapsources.xml
Exactly I want do this: 2^$z-1-$y. I want to add Visicom maps, its Ukraine, Belarus and Estonian mapsorux wrote:
Hi;
Not all operations are allowed;
I have to hardcode the operations, because there is no script support in java - android.
Which operation do you need exactly?
orux
http://maps.visicom.ua/
tile url is: http://tms3.visicom.ua/1.0.3/world_ua/$z/$x/((2^$z)-1-$y).png
Example url's:
http://tms3.visicom.ua/1.0.3/world_ua/6/36/63.png (x=36,y=0 by google maps)
http://tms3.visicom.ua/1.0.3/world_ua/6/36/62.png (x=36,y=1 by google maps)
http://tms3.visicom.ua/1.0.3/world_ua/ it's lang pack, available (ua-ukrainian; ru-russian; en-english)
If it's can be add - it was great!
Thank you.
KKS- Cantidad de envíos : 4
Fecha de inscripción : 2011-08-31
Re: New versions online maps management: onlinemapsources.xml
KKS wrote:Exactly I want do this: 2^$z-1-$y. I want to add Visicom maps, its Ukraine, Belarus and Estonian mapsorux wrote:
Hi;
Not all operations are allowed;
I have to hardcode the operations, because there is no script support in java - android.
Which operation do you need exactly?
orux
http://maps.visicom.ua/
tile url is: http://tms3.visicom.ua/1.0.3/world_ua/$z/$x/((2^$z)-1-$y).png
Example url's:
http://tms3.visicom.ua/1.0.3/world_ua/6/36/63.png (x=36,y=0 by google maps)
http://tms3.visicom.ua/1.0.3/world_ua/6/36/62.png (x=36,y=1 by google maps)
http://tms3.visicom.ua/1.0.3/world_ua/ it's lang pack, available (ua-ukrainian; ru-russian; en-english)
If it's can be add - it was great!
Thank you.
Hi;
This operation is ready;
<yop>0</yop>
take a look at the first post: https://oruxmaps.forumotion.com/t1113-new-versions-online-maps-management-onlinemapsourcesxml#4549
An example:
- Code:
<onlinemapsource uid="21">
<name>Eniro Nautical (SE, NO, FI)</name>
<url><![CDATA[http://map.eniro.com/geowebcache/service/tms1.0.0/nautical/{$z}/{$x}/{$y}.png]]></url>
<minzoom>1</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<xop></xop>
<yop>0</yop>
<zop></zop>
<qop></qop>
</onlinemapsource>
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
KKS- Cantidad de envíos : 4
Fecha de inscripción : 2011-08-31
Re: New versions online maps management: onlinemapsources.xml
Hi everyone, I have to admit that I'm quite incompetent when it comes to IT but for the last couple of days I've been trying to add one map. It's topo map for the baltic states http://balticmaps.eu/?lang=en Can someone shed a light on how to add it to the sources? I would greatly appreciate!
dzelzcels- Cantidad de envíos : 6
Fecha de inscripción : 2011-09-22
Re: New versions online maps management: onlinemapsources.xml
It's not basic projection. Tile's have this url: x=11, y=6, z=6 (for google projection)dzelzcels wrote:Hi everyone, I have to admit that I'm quite incompetent when it comes to IT but for the last couple of days I've been trying to add one map. It's topo map for the baltic states http://balticmaps.eu/?lang=en Can someone shed a light on how to add it to the sources? I would greatly appreciate!
http://maps.kartes.lv/kijs/server_scripts/topo/get_image.php?WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&LAYERS=&SRS=EPSG:3059&FORMAT=image/gif&TRANSPARENT=true&BBOX=535040,6336000,563200,6364160
and x+1: x=12, y=6, z=6 (for google projection)
http://maps.kartes.lv/kijs/server_scripts/topo/get_image.php?WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&LAYERS=&SRS=EPSG:3059&FORMAT=image/gif&TRANSPARENT=true&BBOX=563200,6336000,591360,6364160
so last digits maybe contain the corner of image, and for zoom=6 its 28160 wide
for x=23 y=13 z=7
http://maps.kartes.lv/kijs/server_scripts/topo/get_image.php?WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&LAYERS=&SRS=EPSG:3059&FORMAT=image/gif&TRANSPARENT=true&BBOX=549120,6336000,563200,6350080
it's halfed to 14080 . I think it's to hard to do script for orux, even without linking to region
KKS- Cantidad de envíos : 4
Fecha de inscripción : 2011-08-31
Re: New versions online maps management: onlinemapsources.xml
KKS wrote:
Sorry, KKS;
We was writing at the same time,
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: New versions online maps management: onlinemapsources.xml
dzelzcels wrote:Hi everyone, I have to admit that I'm quite incompetent when it comes to IT but for the last couple of days I've been trying to add one map. It's topo map for the baltic states http://balticmaps.eu/?lang=en Can someone shed a light on how to add it to the sources? I would greatly appreciate!
Hi;
Using Firefox + HttpFox plugin you can see the url behind the map service:
http://maps.kartes.lv/kijs/get_map.php?BBOX=788480,6082560,901120,6195200&WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&LAYERS=&SRS=EPSG%3A3059&FORMAT=image%2Fgif&TRANSPARENT=true
this is a wms; with a bit of luck, it should support the format used by OruxMaps:
<wms>
<name>Baltico</name>
<uid>1309</uid><!--unique identifier in your database cache; >1000 -->
<desc>Baltico</desc>
<url><![CDATA[http://maps.kartes.lv/kijs/get_map.php?SERVICE=WMS&KIJS=BM45&]]></url>
<minzoomlevel>10</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>16</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers></layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/jpeg</format>
<cache>1</cache><!-- not in use -->
</wms>
Hmmm, seems that yes
Insert that code in wms_services.xml file before </wms_services> tag.
BUT previously check the 'terms of use' of those maps; I do not want problems with map providers!
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: New versions online maps management: onlinemapsources.xml
Thanks guys,
orux, I did exactly what you said but after adding the code it doesn't show up in the map sources. Do you have any idea what I'm doing wrong? Appreciate your help!
orux, I did exactly what you said but after adding the code it doesn't show up in the map sources. Do you have any idea what I'm doing wrong? Appreciate your help!
orux wrote:dzelzcels wrote:Hi everyone, I have to admit that I'm quite incompetent when it comes to IT but for the last couple of days I've been trying to add one map. It's topo map for the baltic states http://balticmaps.eu/?lang=en Can someone shed a light on how to add it to the sources? I would greatly appreciate!
Hi;
Using Firefox + HttpFox plugin you can see the url behind the map service:
http://maps.kartes.lv/kijs/get_map.php?BBOX=788480,6082560,901120,6195200&WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&LAYERS=&SRS=EPSG%3A3059&FORMAT=image%2Fgif&TRANSPARENT=true
this is a wms; with a bit of luck, it should support the format used by OruxMaps:
<wms>
<name>Baltico</name>
<uid>1309</uid><!--unique identifier in your database cache; >1000 -->
<desc>Baltico</desc>
<url><![CDATA[http://maps.kartes.lv/kijs/get_map.php?SERVICE=WMS&KIJS=BM45&]]></url>
<minzoomlevel>10</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>16</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers></layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/jpeg</format>
<cache>1</cache><!-- not in use -->
</wms>
Hmmm, seems that yes
Insert that code in wms_services.xml file before </wms_services> tag.
BUT previously check the 'terms of use' of those maps; I do not want problems with map providers!
orux
dzelzcels- Cantidad de envíos : 6
Fecha de inscripción : 2011-09-22
Page 1 of 2 • 1, 2
Similar topics
» unable to save tracks, or online maps as offline maps.
» Creating offline maps from online maps on Desktop PC
» Using WMS server on online maps
» Is there any way I can use another google maps as online map?
» Map Calibration for Online maps
» Creating offline maps from online maps on Desktop PC
» Using WMS server on online maps
» Is there any way I can use another google maps as online map?
» Map Calibration for Online maps
Permissions in this forum:
You cannot reply to topics in this forum