Menu

Show posts

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.

Show posts Menu

Topics - Aldo

#1
ERRORES/BUGS / Composite maps offline
June 01, 2020, 09:09:31 PM
Hello,
I like to build composite maps offline, but in the menu where composite maps are chosen (step 1°), I miss all my OTRK-maps made with OkMap.
Thanks for your help.
#2
MAPAS/MAPS / WMS maps and wms_services.xml
December 02, 2019, 11:45:57 AM
Good morning,
I have a problem creating maps with the xml_services.xml file

I inserted this map in the xml_services.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<wms_services>
<wms>
   <name>CTR Lombardia (IT)</name>
   <uid>1129</uid><!--unique identifier in your database cache; >1000 -->
   <desc>Lombardia Carta Tecnica Regionale 1:10.000</desc>
   <url><![CDATA[http://www.cartografia.servizirl.it/arcgis2/services/BaseMap/CTR_DBT/MapServer/WMSServer?]]></url>
   <minzoomlevel>6</minzoomlevel><!-- 0 to 20 -->
   <maxzoomlevel>20</maxzoomlevel><!-- 0 to 20 -->
   <version>1.1.1</version><!-- do not change -->
   <layers>0</layers>
   <coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
   <format>image/png</format>
   <cache>1</cache><!-- not in use -->
</wms>
</wms_services>

I copied the xml_services.xml file into the mapfile directory of oruxmaps,
I updated the maps,
I see the new map file in the list, but it is not displayed.

If instead I insert the data manually in OruxMaps I visualize the map correctly.
#3
ERRORES/BUGS / wms_services.xlm
December 09, 2018, 03:39:43 PM
Hi everyone,

I do not think it's a bug in the program, but more probably my mistake.

I'm trying to add a WMS service to the wms_services.xml file, but when I update the maps I see the name, but it does not load the map.



Regione Lombardia - http://www.geoportale.regione.lombardia.it">http://www.geoportale.regione.lombardia.it

http://www.cartografia.servizirl.it/arcgis2/services/BaseMap/CTR_DBT/MapServer/WMSServer?request=GetCapabilities&service=WMS">http://www.cartografia.servizirl.it/arc ... ervice=WMS">http://www.cartografia.servizirl.it/arcgis2/services/BaseMap/CTR_DBT/MapServer/WMSServer?request=GetCapabilities&service=WMS



This is the file I created:



<?xml version="1.0" encoding="UTF-8"?>

<wms_services>

   <wms>

      <name>CTR Lombardia new</name>

      <uid>2001</uid>

      <desc>CTR Lombardia new</desc>

      <url><![CDATA[http://www.cartografia.servizirl.it/arcgis2/services/BaseMap/CTR_DBT/MapServer/WMSServer">http://www.cartografia.servizirl.it/arc ... /WMSServer">http://www.cartografia.servizirl.it/arcgis2/services/BaseMap/CTR_DBT/MapServer/WMSServer?]]></url>

      <minzoomlevel>0</minzoomlevel>

      <maxzoomlevel>20</maxzoomlevel>

      <version>1.1.1</version>

      <layers>0</layers>

      <coordinatesystem>EPSG:4326</coordinatesystem>

      <format>image/png</format>

      <cache>1</cache>

   </wms>

</wms_services>



Thanks for your help