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

Messages - delincuen

#1
GENERAL / Re: configurar WMS landsat
May 28, 2015, 07:01:42 PM
Hola Orux, gracias por la respuesta.



Se me escapa un "mucho" lo de configurar como mapa de teselas. De momento, a lo que llego es a copiar y pegar WMS (que buena gente pone en libre disposición en la red) en los onlinemasources.xml o wms_services, aunque en este último si he metido cosas por mi cuenta.

Lo he intentado así:

   <onlinemapsource uid="517">

      <name>landsat</name>

      <url><![CDATA[http://irs.gis-lab.info/?layers=landsat&request=GetTile&z=!&x=!&y=">http://irs.gis-lab.info/?layers=landsat ... z=!&x=!&y=">http://irs.gis-lab.info/?layers=landsat&request=GetTile&z=!&x=!&y=!]]></url>

      <minzoom>0</minzoom>

      <maxzoom>19</maxzoom>

      <projection>MERCATORESFERICA</projection>

      <servers>0,1,2,3</servers>

      <httpparam name=""></httpparam>

      <cacheable>1</cacheable>

      <downloadable>1</downloadable>

      <maxtilesday>0</maxtilesday>

      <maxthreads>0</maxthreads>

      <xop></xop>

      <yop></yop>

      <zop></zop>

      <qop></qop>

      <sop></sop>

   </onlinemapsource>



y así:

   <onlinemapsource uid="517">

      <name>landsat</name>

      <url><![CDATA[http://irs.gis-lab.info/?layers=landsat&request=GetTile&z=!&x=!&y=">http://irs.gis-lab.info/?layers=landsat ... z=!&x=!&y=">http://irs.gis-lab.info/?layers=landsat&request=GetTile&z=!&x=!&y=!]]></url>

      <website><![CDATA[<a href="http://irs.gis-lab.info/">http://irs.gis-lab.info/" target="_blank">NASA</a>]]></website>

      <minzoom>1</minzoom>

      <maxzoom>18</maxzoom>

      <projection>MERCATORESFERICA</projection>

      <servers></servers>

      <httpparam name=""></httpparam>

      <cacheable>1</cacheable>

      <downloadable>1</downloadable>

      <maxtilesday>0</maxtilesday>

      <maxthreads>0</maxthreads>

      <xop></xop>

      <yop></yop>

      <zop></zop>

      <qop></qop>

      <sop></sop>

   </onlinemapsource>



...y no sé más jjj

Saludos! Iré tirando con los de Google mientras dejen
#2
GENERAL / configurar WMS landsat
May 26, 2015, 09:30:52 AM
Hola que tal

Acabo de empezar con Oruxmaps y estoy añadiendo sin problema distintos WMS (PNOA, SIGPAC...) siguiendo las instrucciones del manual y de los foros. La cuestión es que no lo consigo con "http://irs.gis-lab.info/?layers=landsat">http://irs.gis-lab.info/?layers=landsat&".

Lo he intentado desde "abrir mapa"-"WMS", donde introduzco la url y me salen las distintas capas que ofrecen, pero aunque las seleccione despues no se cargan/visualizan.

Tambien lo he intentado añadiendo el servicio al archivo "services_WMS" pero tampoco me funciona. Supongo que algo estoy haciendo mal, ya que el resto va perfectamente.



Esto es lo que hay en el services_WMS.xml, por si vale de algo



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

<wms_services>

<wms>

<name>LANDSAT</name>

<uid>1005</uid>

<desc>NASALANDSAT</desc>

<url><![CDATA[http://irs.gis-lab.info/">http://irs.gis-lab.info/?]]></url>

<minzoomlevel>2</minzoomlevel>

<maxzoomlevel>18</maxzoomlevel>

<version>1.1.1</version>

<layers>landsat</layers>

<coordinatesystem>EPSG:4326</coordinatesystem>

<format>image/png</format>

<cache>1</cache>

</wms>   

<wms>

<name>IGN(ES)</name>

<uid>1006</uid><!--unique identifier in your database cache; >1000 -->

<desc>IGN(ES)</desc>

<url>http://www.idee.es/wms/MTN-Raster/MTN-Raster?%3C/url">http://www.idee.es/wms/MTN-Raster/MTN-Raster?</url>

<minzoomlevel>6</minzoomlevel><!-- 0 to 20 -->

<maxzoomlevel>16</maxzoomlevel><!-- 0 to 20 -->

<version>1.1.1</version><!-- do not change -->

<layers>mtn_rasterizado</layers>

<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->

<format>image/jpeg</format>

<cache>1</cache><!-- not in use -->

</wms>

<wms>

<name>Sigpac(ES)</name>

<uid>1007</uid><!--unique identifier in your database cache; >1000 -->

<desc>Sigpac(ES)</desc>

<url>http://wms.marm.es/wms/wms.aspx?%3C/url">http://wms.marm.es/wms/wms.aspx?</url>

<minzoomlevel>15</minzoomlevel><!-- 0 to 20 -->

<maxzoomlevel>18</maxzoomlevel><!-- 0 to 20 -->

<version>1.1.1</version><!-- do not change -->

<layers>ortofotos</layers>

<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->

<format>image/jpeg</format>

<cache>1</cache><!-- not in use -->

</wms>

<wms>

<name>PNOA-IGN(ES)</name>

<uid>1008</uid><!--unique identifier in your database cache; >1000 -->

<desc>PNOA-IGN(ES)</desc>

<url>http://www.idee.es/wms/PNOA/PNOA?%3C/url">http://www.idee.es/wms/PNOA/PNOA?</url>

<minzoomlevel>6</minzoomlevel><!-- 0 to 20 -->

<maxzoomlevel>18</maxzoomlevel><!-- 0 to 20 -->

<version>1.1.1</version><!-- do not change -->

<layers>pnoa</layers>

<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->

<format>image/jpeg</format>

<cache>1</cache><!-- not in use -->

</wms>

</wms_services>



Agradezco cualquier ayuda, ahora mismo ando un poco perdido.



Saludos y gracias.