Page 3 of 4

Re: LISTmap and Android

PostPosted: Sun 20 Oct, 2019 11:23 am
by Brekel
All maps working

Re: LISTmap and Android

PostPosted: Sun 20 Oct, 2019 2:49 pm
by tastrax
Thanks Brett - good to know they are working under the new MapServer location

https://services.thelist.tas.gov.au/arc ... s/Basemaps

Re: LISTmap and Android

PostPosted: Mon 28 Oct, 2019 9:52 am
by brookejonny
Hi all,

Firstly can I just say what a wonderful thread this is, I've greatly enjoyed the sharing of knowledge to help us all in the great outdoors.

I have up to now been using the (fantastic) MOBAC method first posted by Rapscallion on 20th May 2014. The mapsources.zip file no longer seems to work and I've tried for the life of me to work out how to fix it. I see some folk have managed to come up with a fix for the Oruxmaps code, but I was wondering if anyone would be kind enough / clever enough to help me to fix the MOBAC code (please?!).

Thank you so much

Best wishes

John

Re: LISTmap and Android

PostPosted: Mon 28 Oct, 2019 1:53 pm
by tastrax
mapsources.zip
(3.02 KiB) Downloaded 803 times
try the attached file - I have just updated the links - let me know if it fails



brookejonny wrote:Hi all,

Firstly can I just say what a wonderful thread this is, I've greatly enjoyed the sharing of knowledge to help us all in the great outdoors.

I have up to now been using the (fantastic) MOBAC method first posted by Rapscallion on 20th May 2014. The mapsources.zip file no longer seems to work and I've tried for the life of me to work out how to fix it. I see some folk have managed to come up with a fix for the Oruxmaps code, but I was wondering if anyone would be kind enough / clever enough to help me to fix the MOBAC code (please?!).

Thank you so much

Best wishes

John

Re: LISTmap and Android

PostPosted: Mon 28 Oct, 2019 6:28 pm
by brookejonny
Hi Tastrax,

Thanks so much for your reply (and so quickly)!

Have tried the updated file that you attached but sadly no joy.

I do wonder if it's something to do with the WMS source (whatever that means!) since others below have posted more success with the REST maps?

Thanks again for your help with this!

Cheers

John




[quote="tastrax"]
mapsources.zip
try the attached file - I have just updated the links - let me know if it fails

Re: LISTmap and Android

PostPosted: Tue 29 Oct, 2019 9:02 am
by tastrax
I will grab MOBAC later and see what I can do for you

Re: LISTmap and Android

PostPosted: Tue 29 Oct, 2019 3:53 pm
by waif
Hey in case TasTrax doesn't get to it I have updated URl's for mobile atlas creator. Is working in my (2.1.2) Mobile Atlas Creator
Thanks for all the good work people
Cheers

brookejonny wrote:Hi Tastrax,

Thanks so much for your reply (and so quickly)!

Have tried the updated file that you attached but sadly no joy.

I do wonder if it's something to do with the WMS source (whatever that means!) since others below have posted more success with the REST maps?

Thanks again for your help with this!

Cheers

John




tastrax wrote:
The attachment mapsources.zip is no longer available
try the attached file - I have just updated the links - let me know if it fails

Re: LISTmap and Android

PostPosted: Tue 29 Oct, 2019 4:29 pm
by tastrax
Dang - you beat me waif!

Attached are MOBAC xml files if you want to use the WMTS service which I think is a bit quicker. Unzip to your mapsources folder

Re: LISTmap and Android

PostPosted: Wed 30 Oct, 2019 4:51 am
by brookejonny
Thank you so much waif and tastrax - you guys are totally awesome!!!

Re: LISTmap and Android

PostPosted: Mon 09 Dec, 2019 3:09 pm
by ken333
I had problems with the WMS maps a while back when the QTopo and NSW SIX WMS maps stopped working. I had entered the details in the wms_services.xml file. I found if I edited the parameters and saved with a different name, they worked. Long press the map name to see the Edit option. I just tried this in the Layer - World folder (for Tile Server parameters) and Edit is not available. Long press causes the map to be removed from the list. It reappears when you tap the refresh button (if the details are in the onlinemapsources.xml file).
The Tas LIST maps are available from a LIST WMS server. Here is my wms_services.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<wms_services>
<wms>
<name>Qld QTopo</name>
<uid>2002</uid><!--unique identifier in your database cache; >1000 -->
<desc>QTopo WMS Qld Maps</desc>
<url>https://gisservices.information.qld.gov.au/arcgis/services/Basemaps/QTopoBase_WebM/MapServer/WmsServer?</url>
<minzoomlevel>4</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>17</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>Queensland Topographic Map Cache</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>

<wms>
<name>NSW SIX</name>
<uid>2001</uid><!--unique identifier in your database cache; >1000 -->
<desc>SIX NSW Maps</desc>
<url>http://maps.six.nsw.gov.au/arcgis/services/public/NSW_Topo_Map/MapServer/WMSServer?</url>
<minzoomlevel>6</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>16</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>
<name>Vic Contours</name>
<uid>2005</uid><!--unique identifier in your database cache; >1000 -->
<desc>Vic WMS Contour Maps</desc>
<url>http://services.land.vic.gov.au/catalogue/publicproxy/guest/dv_geoserver/datavic/wms?</url>
<minzoomlevel>8</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>18</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>VMELEV_EL_CONTOUR,VMTRANS_TR_ROAD,VMLITE_LOCALITY,VMHYDRO_HY_WATERCOURSE,VMHYDRO_WATER_AREA_LAKES_DAMS</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>

<wms>
<name>Tas LIST</name>
<uid>2003</uid><!--unique identifier in your database cache; >1000 -->
<desc>Tasmania WMS Topo Maps</desc>
<url>https://services.thelist.tas.gov.au/arcgis/services/Basemaps/TasmapRaster/MapServer/WMSServer?</url>
<minzoomlevel>5</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>
<name>GeoAust 250k</name>
<uid>2004</uid><!--unique identifier in your database cache; >1000 -->
<desc>Geo Aust 250k WMS Topo Maps</desc>
<url>http://services.ga.gov.au/gis/services/NATMAP_Digital_Maps_250K_2008Edition_WM/MapServer/WmsServer?</url>
<minzoomlevel>0</minzoomlevel><!-- 0 to 20 -->
<maxzoomlevel>20</maxzoomlevel><!-- 0 to 20 -->
<version>1.1.1</version><!-- do not change -->
<layers>Australia_Mosaic_250k</layers>
<coordinatesystem>EPSG:4326</coordinatesystem><!-- do not change -->
<format>image/png</format>
<cache>1</cache><!-- not in use -->
</wms>

<wms>
<name>IGN Spain</name>
<uid>2011</uid><!--unique identifier in your database cache; >1000 -->
<desc>IGN(ES)</desc>
<url>http://www.idee.es/wms/MTN-Raster/MTN-Raster?</url>
<minzoomlevel>10</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_services>

Copy - paste this into Notepad and save as wms_services.xml. Connect your Android to your computer, browse to the oruxmaps/mapfiles folder, and rename the existing wms_services.xml file (as a backup). Then paste the new file into the oruxmaps/mapfiles folder.
If the maps dont work, long press the map name, tap Edit, and save as a different name.

Alternatively, paste in the urls using the manual WMS Creator. Ie Maps - Online - Switch Maps. Tap + (plus button) at top. Tap WMS. Paste the url including the ?. Select https box. When the Layer box opens, tap All. Enter zoom levels 5 to 20. Select Cacheable and Downloadable. Give it a name. See previous posts for more details.

It took a few goes to get it to work. Drag the map and zoom in and and out until it starts working. Make sure the map location is in Tasmania.

The LIST maps also have WMTS servers. But I found it only zooms in to a scale of 90 metres on the map screen, whereas the WMS maps zooms in to a few metres. This is useful for following pre-loaded tracks, or back-tracking.
One of the WMTS server urls is:

services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Tasmap25K/MapServer/WMTS/1.0.0/WMTSCapabilities.xml

WMTS parameters are added manually, as above. Tap the https box.

Re: LISTmap and Android

PostPosted: Mon 09 Dec, 2019 3:46 pm
by ken333
REST tile servers are generally faster to load than WMS servers. Here is a Tas LIST tile server that works. Add this to the onlinemapsources.xml file in the oruxmaps/mapfiles folder on the Android, after the <onlinemapsources> tag.

<onlinemapsource uid="1001">
<name>TasMap 25k</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer/tile/{$z}/{$y}/{$x}]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au">Tas Map</a>]]></website>
<minzoom>4</minzoom>
<maxzoom>16</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>

At maximum zoom, the scale on the map was 40 metres.

Re: LISTmap and Android

PostPosted: Fri 13 Dec, 2019 8:15 am
by LeftRightShoot
Gday,

Recently (last few weeks?) the LIST WMS layers have failed to load. Anyone else having issues? Would someone mind sharing their (known good) URLs?

Cheers

Re: LISTmap and Android

PostPosted: Fri 13 Dec, 2019 12:50 pm
by LeftRightShoot

Re: LISTmap and Android

PostPosted: Sat 14 Dec, 2019 12:31 pm
by tastrax
As an aside - If you head to this site you can then see many other services available from LIST in various formats (many in WMS)

https://services.thelist.tas.gov.au/arc ... t/services

Click through and find something you are after and then see if there is a WMS link at the top. The one below is Road Blocks/Closures during fires/emergency events etc

LIST_COP_Public.JPG
LIST_COP_Public.JPG (76.52 KiB) Viewed 37995 times


You may find its possible to also use some of these in some Android mapping programs

Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 2:45 pm
by timh
Wow, this thread just blew some time... :-)

I have Oruxmaps free installed via APK from their website.

I've been trying for an hour or more to get the Tassie maps loaded into it.

Copied the text as instructed here
https://www.thelist.tas.gov.au/app/cont ... 692%2C0%5D

onlinemapsources.xml looks like this

Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>

<onlinemapsource uid="701">
<name>LIST Topographic Basemap</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/ImageServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/ImageServer"target="_blank">LIST Topographic Basemap</a>]]></website>
<minzoom>3</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="702">
<name>LIST Orthophoto Basemap</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/ImageServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/ImageServer"target="_blank">LIST Orthophoto Basemap</a>]]></website>
<minzoom>6</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="703">
<name>LIST Topographic Gray Scale Basemap</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/ImageServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/ImageServer"target="_blank">LIST Topographic Gray Scale Basemap</a>]]></website>
<minzoom>6</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="704">
<name>LIST Scanned TASMAP Basemap</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/ImageServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/ImageServer"target="_blank">LIST Scanned TASMAP Basemap</a>]]></website>
<minzoom>6</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="1001">
<name>TasMap 25k</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer/tile/{$z}/{$y}/{$x}]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au">Tas Map</a>]]></website>
<minzoom>4</minzoom>
<maxzoom>16</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>

</onlinemapsources>


The last entry for TasMap 25k I copied from an earlier post here by ken3333 and it works fine, but the others don't work.

I'd like to get the maps that Brekel posted images of above working - Brekel, any chance of getting your onlinemapsources.xml file?

Also, once I've got them working, how do I save them for offline use?

Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 7:00 pm
by LeftRightShoot
I have had no luck with OROX either. I am a *massive* fan of Locus Maps for Android. So much so that I have an android emulator on my PC and use it as my primary planning device now (as well as in-field). The links I posted above work fine in Locus and I have successfully used MOBAC to create offline versions of LISTMap.

Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 8:51 pm
by tastrax
Make sure the URLs match one of the ones below. There was a recent change where all the services went to https, and changed from ImageServer to MapServer. The LIST instructions have not been updated to match the new locations.


Code: Select all
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer/tile/{$z}/{$y}/{$x}]]></url>

<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer/tile/{$z}/{$y}/{$x}]]></url>

<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/MapServer/tile/{$z}/{$y}/{$x}]]></url>

<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/MapServer/tile/{$z}/{$y}/{$x}]]></url>

Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 8:59 pm
by tastrax
See if the code below works for you - unfortunately I dont have an android device to do any testing

Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<onlinemapsources>

<onlinemapsource uid="701">
<name>LIST Topographic Basemap (AU)</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer"target="_blank">LIST Topographic Basemap</a>]]></website>
<minzoom>3</minzoom>
<maxzoom>18</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="702">
<name>LIST Orthophoto Basemap (AU)</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/MapServer"target="_blank">LIST Orthophoto Basemap</a>]]></website>
<minzoom>6</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="703">
<name>LIST Topographic Gray Scale Basemap (AU)</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/MapServer"target="_blank">LIST Topographic Gray Scale Basemap</a>]]></website>
<minzoom>6</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="704">
<name>LIST Scanned TASMAP Basemap (AU)</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer"target="_blank">LIST Scanned TASMAP Basemap</a>]]></website>
<minzoom>6</minzoom>
<maxzoom>19</maxzoom>
<projection>MERCATORESFERICA</projection>
<servers></servers>
<httpparam name=""></httpparam>
<cacheable>1</cacheable>
<downloadable>0</downloadable>
<maxtilesday>0</maxtilesday>
<maxthreads>0</maxthreads>
<xop></xop>
<yop></yop>
<zop></zop>
<qop></qop>
<sop></sop>
</onlinemapsource>

<onlinemapsource uid="1001">
<name>TasMap 25k (AU)</name>
<url><![CDATA[https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Tasmap25K/MapServer/tile/{$z}/{$y}/{$x}]]></url>
<website><![CDATA[<a href="https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Tasmap25K/MapServer">Tas Map</a>]]></website>
<minzoom>4</minzoom>
<maxzoom>16</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>

</onlinemapsources>


Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 9:27 pm
by Brekel
Here's my mapsources file.
I've left out the header and a couple of other maps, just included the listmaps bit:


<onlinemapsource uid="701">
<name>LIST Topographic Basemap (AU)</name>
<url><![CDATA[http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Topographic/MapServer"
target="_blank">LIST Topographic Basemap</a>]]></website>
<minzoom>0</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>

<onlinemapsource uid="702">
<name>LIST Orthophoto Basemap (AU)</name>
<url><![CDATA[http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a
href="http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Orthophoto/MapServer"
target="_blank">LIST Orthophoto Basemap</a>]]></website>
<minzoom>0</minzoom>
<maxzoom>19</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>

<onlinemapsource uid="703">
<name>LIST Topographic Gray Scale Basemap (AU)</name>
<url><![CDATA[http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TopographicGrayScale/MapServer"
target="_blank">LIST Topographic Gray Scale Basemap</a>]]></website>
<minzoom>0</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>

<onlinemapsource uid="704">
<name>LIST Scanned TASMAP Basemap (AU)</name>
<url><![CDATA[http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a
href="http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/TasmapRaster/MapServer"
target="_blank">LIST Scanned TASMAP Basemap</a>]]></website>
<minzoom>0</minzoom>
<maxzoom>16</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>

<onlinemapsource uid="706">
<name>LIST TASMAP Hillshade (AU)</name>
<url><![CDATA[http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Hillshade/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a
href="http://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/Hillshade/MapServer"
target="_blank">LIST TASMAP Hillshade</a>]]></website>
<minzoom>0</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>

Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 9:33 pm
by Brekel
To use them offline, make sure you include the "cacheable" and "downloadable" lines. By default, using the templates from TheList, downloadable is set to 0. It needs to be 1.

Cacheable enables storing of tiles in the background every time you view a map online.

Downloadable enables you to define an area and download it at your chosen zoom level/s. Go to Map_tools->Map_creator, and follow the prompts.

Cheers,
Brett.

Re: LISTmap and Android

PostPosted: Thu 19 Dec, 2019 9:42 pm
by Brekel
Also notethat by putting (AU) at the end of the name for each map (as per the code I posted) all the maps will be in an AU (Australia) subfolder of the Layers directory, rather than mixed in with any other maps you're using.
Makes the easier to find :-)

Re: LISTmap and Android

PostPosted: Fri 20 Dec, 2019 6:48 am
by timh
Thanks Brett, that's working perfectly for me now... I never would have sorted that out on my own.

Locus Maps looks interesting, but I'll try to get comfortable with Orux first before I start confusing myself with other options.

Thanks to the others who offered advice too, this is a great forum.

Re: LISTmap and Android

PostPosted: Wed 20 May, 2020 11:15 pm
by Aushiker
LeftRightShoot wrote:I have had no luck with OROX either. I am a *massive* fan of Locus Maps for Android. So much so that I have an android emulator on my PC and use it as my primary planning device now (as well as in-field). The links I posted above work fine in Locus and I have successfully used MOBAC to create offline versions of LISTMap.


I am curious as to which emulator you use for Locus Maps on your PC. Would like that option myself.

TIA

Re: LISTmap and Android

PostPosted: Thu 21 May, 2020 6:59 am
by LeftRightShoot
It's called bluestacks. The only problem is that it is a complete virtual machine so data sharing is a problem. You can solve this to some extent using cloud storage and syncing with FolderSync for example.

Re: LISTmap and Android

PostPosted: Thu 21 May, 2020 11:22 am
by Aushiker
LeftRightShoot wrote:It's called bluestacks. The only problem is that it is a complete virtual machine so data sharing is a problem. You can solve this to some extent using cloud storage and syncing with FolderSync for example.


Thanks. I have bluestacks but hadn't found it that great. Will give it another try.

Re: LISTmap and Android

PostPosted: Thu 21 May, 2020 11:41 am
by LeftRightShoot
its a full android device running on your pc? Whats the issue?

Re: LISTmap and Android

PostPosted: Fri 30 Oct, 2020 7:02 pm
by Glen
Brekel wrote:Also notethat by putting (AU) at the end of the name for each map (as per the code I posted) all the maps will be in an AU (Australia) subfolder of the Layers directory, rather than mixed in with any other maps you're using.
Makes the easier to find :-)


Thanks for that; works well. Similar for QTopo, below.

Is there a list for the various state services somewhere?

<onlinemapsource uid="4001">
<name>QTopo Topographic Basemap (AU)</name>
<url><![CDATA[https://gisservices.information.qld.gov.au/arcgis/rest/services/Basemaps/QldMap_Topo/MapServer/tile/{$z}/{$y}/{$x}?.png]]></url>
<website><![CDATA[<a href="https://gisservices.information.qld.gov.au/arcgis/rest/services/Basemaps/QldMap_Topo/MapServer"
target="_blank">QTopo Topographic Basemap</a>]]></website>
<minzoom>0</minzoom>
<maxzoom>16</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>

Re: LISTmap and Android

PostPosted: Thu 14 Jan, 2021 7:52 pm
by LeftRightShoot
Gday,

has anyone got a recently working MOBAC config for LISTMap (Tasmania). I lost my confid and for the life on fe I cant get the map source to work. Its working in my other mapping apps, just not MOBAC.

Any help appreciated

Re: LISTmap and Android

PostPosted: Tue 07 Sep, 2021 8:55 pm
by VK7DB
Which map are you interested in?

Re: LISTmap and Android

PostPosted: Wed 08 Sep, 2021 9:34 am
by tastrax
Here is a zip file with the Orthophoto, Topo and Raster maps

list_mapsources.zip
(1.54 KiB) Downloaded 354 times


Just extract the three xml files to the mapsources directory