Using WMS server on online maps
2 posters
Using WMS server on online maps
Hi !
I am trying to use a VMS server in Norway described on this URL :
This is open VMS servers managed by the norwegian state.
It is this server I am trying:
Name: Sjøkart hovedserien 2 WMS
WMS url :
openwms.statkart.no/skwms1/wms.sjo_hovedkart2?request=GetCapabilities&service=wms&version=1.1.1]http://openwms.statkart.no/skwms1/wms.sjo_hovedkart2?request=GetCapabilities&service=wms&version=1.1.1
Testcall:
openwms.statkart.no/skwms1/wms.sjo_hovedkart2?VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&SRS=EPSG:32633&BBOX=241436.26,6598957.12,262430.40,6615708.35&LAYERS=Sjokart_Hovedkartserien2&STYLES=&WIDTH=762&HEIGHT=608&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=FALSE
I have try'ed to make a xml file and placed it in the mapfiles directory. The file looks like:
<wms_services>
<wms>
<name>Kartverket sea (NOR)</name>
<uid>1001</uid><!--unique identifier in your database cache; >1000 -->
<desc>Norway sea maps</desc>
<url>
<minzoomlevel>8</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>17</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>Sjokart_Hovedkartserien2</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
</wms_services>
I have try'ed different url , but no matter what I do menu for mapservers in online maps do no contain a selection for this VMS server.
regards
oldman
I am trying to use a VMS server in Norway described on this URL :
This is open VMS servers managed by the norwegian state.
It is this server I am trying:
Name: Sjøkart hovedserien 2 WMS
WMS url :
openwms.statkart.no/skwms1/wms.sjo_hovedkart2?request=GetCapabilities&service=wms&version=1.1.1]http://openwms.statkart.no/skwms1/wms.sjo_hovedkart2?request=GetCapabilities&service=wms&version=1.1.1
Testcall:
openwms.statkart.no/skwms1/wms.sjo_hovedkart2?VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&SRS=EPSG:32633&BBOX=241436.26,6598957.12,262430.40,6615708.35&LAYERS=Sjokart_Hovedkartserien2&STYLES=&WIDTH=762&HEIGHT=608&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=FALSE
I have try'ed to make a xml file and placed it in the mapfiles directory. The file looks like:
<wms_services>
<wms>
<name>Kartverket sea (NOR)</name>
<uid>1001</uid><!--unique identifier in your database cache; >1000 -->
<desc>Norway sea maps</desc>
<url>
<minzoomlevel>8</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>17</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>Sjokart_Hovedkartserien2</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
</wms_services>
I have try'ed different url , but no matter what I do menu for mapservers in online maps do no contain a selection for this VMS server.
regards
oldman
oldman- Guest
Re: Using WMS server on online maps
oldman wrote:Hi !
I am trying to use a VMS server in Norway described on this URL :
This is open VMS servers managed by the norwegian state.
It is this server I am trying:
Name: Sjøkart hovedserien 2 WMS
WMS url :
openwms.statkart.no/skwms1/wms.sjo_hovedkart2?request=GetCapabilities&service=wms&version=1.1.1]http://openwms.statkart.no/skwms1/wms.sjo_hovedkart2?request=GetCapabilities&service=wms&version=1.1.1
Testcall:
openwms.statkart.no/skwms1/wms.sjo_hovedkart2?VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&SRS=EPSG:32633&BBOX=241436.26,6598957.12,262430.40,6615708.35&LAYERS=Sjokart_Hovedkartserien2&STYLES=&WIDTH=762&HEIGHT=608&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=FALSE
I have try'ed to make a xml file and placed it in the mapfiles directory. The file looks like:
<wms_services>
<wms>
<name>Kartverket sea (NOR)</name>
<uid>1001</uid><!--unique identifier in your database cache; >1000 -->
<desc>Norway sea maps</desc>
<url>
<minzoomlevel>8</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>17</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>Sjokart_Hovedkartserien2</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
</wms_services>
I have try'ed different url , but no matter what I do menu for mapservers in online maps do no contain a selection for this VMS server.
regards
oldman
Hi oldman;
Try with this (after changing wms file, restart OruxMaps; main screen, menu--exit):
<wms_services>
<wms>
<name>Kartverket sea (NOR)</name><!--ERROR DE UNOS 200 mts SE SUPONE SOPORTA EPSG:4326???-->
<uid>1309</uid><!--unique identifier in your database cache; >1000 -->
<desc>Norway sea maps</desc>
<url><![CDATA[http://openwms.statkart.no/skwms1/wms.sjo_hovedkart2?SERVICE=WMS&BGCOLOR=0xFFFFFF&TRANSPARENT=FALSE&]]></url>
<minzoomlevel>8</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>17</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>Sjokart_Hovedkartserien2</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
</wms_services>
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Using WMS server on online maps
Hi,
Nice to see so many Scandinavian users here!
The opportunity of getting these maps online on my phone would be a great advantage to me, but I am not able to understand this explanation. Could someone explain the basics in smaller, more understandable steps?
However, for Norwegian users, the Eniro marine maps are the best for offline use on the phone. They are more detailed than the Statkart maps, and can be downloaded with the latest version of MOBAC. I would love to see all the Eniro maps integrated as online maps in Oruxmaps.
Regards
MB
Nice to see so many Scandinavian users here!
The opportunity of getting these maps online on my phone would be a great advantage to me, but I am not able to understand this explanation. Could someone explain the basics in smaller, more understandable steps?
However, for Norwegian users, the Eniro marine maps are the best for offline use on the phone. They are more detailed than the Statkart maps, and can be downloaded with the latest version of MOBAC. I would love to see all the Eniro maps integrated as online maps in Oruxmaps.
Regards
MB
MB- Cantidad de envíos : 70
Fecha de inscripción : 2010-04-22
Re: Using WMS server on online maps
MB wrote:Hi,
Nice to see so many Scandinavian users here!
The opportunity of getting these maps online on my phone would be a great advantage to me, but I am not able to understand this explanation. Could someone explain the basics in smaller, more understandable steps?
However, for Norwegian users, the Eniro marine maps are the best for offline use on the phone. They are more detailed than the Statkart maps, and can be downloaded with the latest version of MOBAC. I would love to see all the Eniro maps integrated as online maps in Oruxmaps.
Regards
MB
Hi, MB;
you have to copy this file in your /mapfiles/ folder.
--->http://www.oruxmaps.com/wms_servicies.xml
this file contains the configuration of two wms, but you can add more, if you know the parameters. There are thousands of wms around the world.
Reinit oruxmaps, then you will have those maps in online maps set.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Using WMS server on online maps
Thanks, it worked!
I'll try to figure out if it is possible to use the Eniro maps in the same way.
MB
I'll try to figure out if it is possible to use the Eniro maps in the same way.
MB
MB- Cantidad de envíos : 70
Fecha de inscripción : 2010-04-22
Re: Using WMS server on online maps
MB wrote:Thanks, it worked!
I'll try to figure out if it is possible to use the Eniro maps in the same way.
MB
Hi, MB;
Do not worry about Eniro maps, it is easy in google way, for next version:
http://map03.eniro.com/geowebcache/service/tms1.0.0/map/14/8892/11705.png
http://map03.eniro.com/geowebcache/service/tms1.0.0/nautical/12/2252/2920.png
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Waipoints
Hi !
My sea map now function as good as possible and with also the possibillity to use Eniro it is perfect! I was wondering about waypoints. In Norway when sailing it is very important to have knowledge about waypoints where one is safe to achor for the night. Such waypoints are shared among sailors. I was wondering if it is possible to get waypoints to the Orux application from the net based on your position. What I was thinking about was a post from the orux application with your position and the server will return something readable for the application with waypoints.
Reagards
oldman
My sea map now function as good as possible and with also the possibillity to use Eniro it is perfect! I was wondering about waypoints. In Norway when sailing it is very important to have knowledge about waypoints where one is safe to achor for the night. Such waypoints are shared among sailors. I was wondering if it is possible to get waypoints to the Orux application from the net based on your position. What I was thinking about was a post from the orux application with your position and the server will return something readable for the application with waypoints.
Reagards
oldman
oldman- Guest
Re: Using WMS server on online maps
oldman wrote:Hi !
My sea map now function as good as possible and with also the possibillity to use Eniro it is perfect! I was wondering about waypoints. In Norway when sailing it is very important to have knowledge about waypoints where one is safe to achor for the night. Such waypoints are shared among sailors. I was wondering if it is possible to get waypoints to the Orux application from the net based on your position. What I was thinking about was a post from the orux application with your position and the server will return something readable for the application with waypoints.
Reagards
oldman
Hi, oldman;
Perhaps you can get the waypoints in gpx format, then import the gpx file in oruxmaps.
Do you know a web or a server url which provides this information?
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
HU Topo with WMS
Hi!
I found a HU Topo WMS data source on Mobile Atlas Creator homepage ( the map is on the following server: turaterkep.hostcity.hu).
I just inserted these lines into the wms_services.xml config file, but it's not working. Doesn't download any tiles..
<wms>
<name>Hungary Turaterkep</name>
<uid>1319</uid>
<desc>Hungary Turaterkep</desc>
<url><![CDATA
<minzoomlevel>7</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>16</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>tiles</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
Pls. help to fix it. I just have one bad feeling that it will not work with Oruxmaps as it uses 512x512 tiles.
Thanks,
Benny
I found a HU Topo WMS data source on Mobile Atlas Creator homepage ( the map is on the following server: turaterkep.hostcity.hu).
I just inserted these lines into the wms_services.xml config file, but it's not working. Doesn't download any tiles..
<wms>
<name>Hungary Turaterkep</name>
<uid>1319</uid>
<desc>Hungary Turaterkep</desc>
<url><![CDATA
<minzoomlevel>7</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>16</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>tiles</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
Pls. help to fix it. I just have one bad feeling that it will not work with Oruxmaps as it uses 512x512 tiles.
Thanks,
Benny
benny- Guest
Re: Using WMS server on online maps
benny wrote:Hi!
I found a HU Topo WMS data source on Mobile Atlas Creator homepage ( the map is on the following server: turaterkep.hostcity.hu).
I just inserted these lines into the wms_services.xml config file, but it's not working. Doesn't download any tiles..
<wms>
<name>Hungary Turaterkep</name>
<uid>1319</uid>
<desc>Hungary Turaterkep</desc>
<url><![CDATA
<minzoomlevel>7</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>16</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>tiles</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>
Pls. help to fix it. I just have one bad feeling that it will not work with Oruxmaps as it uses 512x512 tiles.
Thanks,
Benny
Hi, benny;
you are right, OruxMaps still can not work with 512x512 tiles and online sources.
but you can create your maps with MOBAC, right?
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Using WMS server on online maps
Hi,
Maybe anybody of you could help me. I'd like to use a wms map from the canarien islands "Topographic Map 1:5.000 (2009)"
().
WMS URL: .
How can I find out the infos like the name of the layers and if it is jpeg or png? Sorry that issue is new to me! How does my wms_services.xml have to look?
Thanx for any help!
Greets, Ben.
Maybe anybody of you could help me. I'd like to use a wms map from the canarien islands "Topographic Map 1:5.000 (2009)"
().
WMS URL: .
How can I find out the infos like the name of the layers and if it is jpeg or png? Sorry that issue is new to me! How does my wms_services.xml have to look?
Thanx for any help!
Greets, Ben.
Ben- Guest
Re: Using WMS server on online maps
Sorry, the Links:
Topographic Map 1:5.000 (2009):
WMS URL:
Greets, Ben.
Topographic Map 1:5.000 (2009):
WMS URL:
Greets, Ben.
Ben- Guest
Re: Using WMS server on online maps
Ben wrote:Sorry, the Links:
Topographic Map 1:5.000 (2009):
WMS URL:
Greets, Ben.
Hi, Ben;
You need:
---wms server url: http://idecan2.grafcan.es/ServicioWMS/MT5?
you can ask for the capabilities: http://idecan2.grafcan.es/ServicioWMS/MT5?version=1.1.1&service=WMS&request=GetCapabilities
in this file you can see layers:
<Layer>
<Name>WMS_MT5</Name>
srs support:
<SRS>EPSG:4326</SRS>
image format:
<GetMap>
<Format>image/png</Format>
<Format>image/gif</Format>
you can see tha map using a map viewer: http://www.idee.es/clientesIGN/wmsGenericClient/index.html?lang=ES
an example of wms file: http://www.oruxmaps.com/wms_services.xml
See: http://www.oruxmaps.com/manual_en.html
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Thanx!
Hi,
Thanks a lot, it works. Great! That has been the crucial hints:
Greets, Ben
Thanks a lot, it works. Great! That has been the crucial hints:
you can ask for the capabilities:
in this file you can see layers:
<Layer>
<Name>WMS_MT5</Name>
Greets, Ben
Ben- Guest
Similar topics
» unable to save tracks, or online maps as offline maps.
» Map Organization: How?
» FEATURES OF FUTURE VERSIONS
» Is there any way I can use another google maps as online map?
» new online maps
» Map Organization: How?
» FEATURES OF FUTURE VERSIONS
» Is there any way I can use another google maps as online map?
» new online maps
Permissions in this forum:
You cannot reply to topics in this forum