Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:mapping [2015/07/18 15:25]
cyril
software:mapping [2015/07/19 09:50] (current)
cyril
Line 1: Line 1:
-====== OruxMaps ======+====== Mapping and GPS ======
  
-The almost perfect GPS/Mapping Android application.+===== OruxMaps =====
  
-===== Additional sources =====+The almost perfect GPS/Mapping Android application, for browsing maps and recording tracks. 
 + 
 +==== Additional sources ====
  
   * IGN :<code xml>   * IGN :<code xml>
Line 88: Line 90:
 </code> </code>
  
 +  * Spanish IGN<code xml>
 +<onlinemapsource uid="514">
 + <name>Base IGN (ES)</name>
 + <url><![CDATA[http://www.ign.es/wmts/ign-base?request=getTile&layer=IGNBaseTodo&TileMatrixSet=GoogleMapsCompatible&TileMatrix={$z}&TileCol={$x}&TileRow={$y}&format=image/jpeg]]></url>
 + <website><![CDATA[<a href="https://www.cnig.es/" target="_blank">Centro Nacional de Información Geográfica (ES)</a>]]></website>
 + <minzoom>1</minzoom>
 + <maxzoom>18</maxzoom>
 + <projection>MERCATORESFERICA</projection>
 + <servers></servers>
 + <httpparam name="User-Agent">{om}</httpparam>
 + <cacheable>1</cacheable>
 + <downloadable>1</downloadable>
 + <maxtilesday>0</maxtilesday>
 + <maxthreads>0</maxthreads>
 + <xop></xop>
 + <yop></yop>
 + <zop></zop>
 + <qop></qop>
 + <sop></sop>
 +</onlinemapsource>
 +
 +<onlinemapsource uid="515">
 + <name>PNOA IGN (ES)</name>
 + <url><![CDATA[http://www.ign.es/wmts/pnoa-ma?request=getTile&layer=OI.OrthoimageCoverage&TileMatrixSet=GoogleMapsCompatible&TileMatrix={$z}&TileCol={$x}&TileRow={$y}&format=image/jpeg]]></url>
 + <website><![CDATA[<a href="https://www.cnig.es/" target="_blank">Centro Nacional de Información Geográfica (ES)</a>]]></website>
 + <minzoom>1</minzoom>
 + <maxzoom>18</maxzoom>
 + <projection>MERCATORESFERICA</projection>
 + <servers></servers>
 + <httpparam name="User-Agent">{om}</httpparam>
 + <cacheable>1</cacheable>
 + <downloadable>1</downloadable>
 + <maxtilesday>0</maxtilesday>
 + <maxthreads>0</maxthreads>
 + <xop></xop>
 + <yop></yop>
 + <zop></zop>
 + <qop></qop>
 + <sop></sop>
 +</onlinemapsource>
 +
 +<onlinemapsource uid="516">
 + <name>Raster IGN (ES)</name>
 + <url><![CDATA[http://www.ign.es/wmts/mapa-raster?request=getTile&layer=MTN&TileMatrixSet=GoogleMapsCompatible&TileMatrix={$z}&TileCol={$x}&TileRow={$y}&format=image/jpeg]]></url>
 + <website><![CDATA[<a href="https://www.cnig.es/" target="_blank">Centro Nacional de Información Geográfica (ES)</a>]]></website>
 + <minzoom>1</minzoom>
 + <maxzoom>18</maxzoom>
 + <projection>MERCATORESFERICA</projection>
 + <servers></servers>
 + <httpparam name="User-Agent">{om}</httpparam>
 + <cacheable>1</cacheable>
 + <downloadable>1</downloadable>
 + <maxtilesday>0</maxtilesday>
 + <maxthreads>0</maxthreads>
 + <xop></xop>
 + <yop></yop>
 + <zop></zop>
 + <qop></qop>
 + <sop></sop>
 +</onlinemapsource>
 +</code>
  
-====== MOBAC ======+===== MOBAC =====
  
 http://mobac.sourceforge.net http://mobac.sourceforge.net
Line 95: Line 158:
 Runs on computer to allow creation of offline maps, that can be used then with OruxMaps for instance. Runs on computer to allow creation of offline maps, that can be used then with OruxMaps for instance.
  
-===== Additional sources =====+==== Additional sources ====
  
   * IGN (''geoportail.ksh'')<code java>   * IGN (''geoportail.ksh'')<code java>
Line 120: Line 183:
  
  
-====== Geocaching ======+===== Geocaching =====
  
   * www.geocaching.com : main website to find caches   * www.geocaching.com : main website to find caches
Line 129: Line 192:
 >     date_format = "MM/dd/yyyy"; >     date_format = "MM/dd/yyyy";
 </code> </code>
-  * Perl script to convert the gpx to be displayed in OruxMaps (inspired from [[http://oruxmaps.forosactivos.net/t1924-geocaching-with-pocket-queries|this script]]): <code perl>+  * Perl script to convert the gpx to be displayed in OruxMaps (inspired from [[http://oruxmaps.forosactivos.net/t1924-geocaching-with-pocket-queries|this script]]) (''perl gs2gpx.pl file.gpx''): <code perl>
 open INF,"@ARGV[0]"; open INF,"@ARGV[0]";
 @gpx = <INF>; @gpx = <INF>;
Line 203: Line 266:
 close OUTF; close OUTF;
 </code> </code>
 +
 +
 +===== Pyrenees-refuges.com =====
 +
 +Get a GPX file of all the refuges :  [[www.pyrenees-refuges.com/google/base2bayo.php]]. Be careful, there may be "&" characters that render the file ill-formated.
 +
software/mapping.1437233141.txt.gz · Last modified: 2015/07/18 15:25 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0