Some large raster maps are tiled and available as KML super overlays, Does AQ support these?
One such file I tried to import, all I get is: ! Import ERROR: 0 Item
https://environment.data.gov.uk/image/r ... pImage.kmz
from :https://environment.data.gov.uk/image/r ... mageServer
Loads in QGIS and Google Earth
Just want to download the tiles in view or select and save an area.
Hamish
The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
[closed] KML/KMZ Super Overlays
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: KML/KMZ Super Overlays
Hi,
If the data is not contained in the KMZ file, then you won't be able to open it.
But the application does support ImageServers.
Note you can import 1m DTM from a pre-made file available here: viewtopic.php?f=5&t=4760
If the data is not contained in the KMZ file, then you won't be able to open it.
But the application does support ImageServers.
Note you can import 1m DTM from a pre-made file available here: viewtopic.php?f=5&t=4760
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: KML/KMZ Super Overlays
The layer I am after is the Hillshade version of the DTM which unfortunately is not available via WMS
I've had a play with trying to get the imagery to load with an AQX file, which sort of works, but AQ doesn't seem to save any of the imagery
select+save or zooming in and out = " Failed to write data: IOEXCEPTION (write failed: (I/O error)) "
I don't really know what I'm doing but it sort of works... well some tiles load in a clunky fashion. Any help to improve this?
I've had a play with trying to get the imagery to load with an AQX file, which sort of works, but AQ doesn't seem to save any of the imagery
select+save or zooming in and out = " Failed to write data: IOEXCEPTION (write failed: (I/O error)) "
I don't really know what I'm doing but it sort of works... well some tiles load in a clunky fashion. Any help to improve this?
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="9">
<name>SURVEY_LIDARCompositeDTM1m-test</name>
<description>IMAGESERVER</description>
<source id="LIDAR_Composite_DTM_1m-test">
<name>LIDAR_Composite_DTM_1m-test</name>
<description><![CDATA[DTM_LIDAR_Composite_2019_1m_Hillshade_test]]></description>
<zoom-levels z="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18">
<tiles-size>512</tiles-size>
<bbox-crs-code>EPSG:27700</bbox-crs-code>
<referer><![CDATA[https://environment.data.gov.uk/image/rest/services/SURVEY/LIDAR_Composite_1m_DTM_2019_Hillshade/ImageServer/]]></referer>
<server><![CDATA[https://environment.data.gov.uk/image/rest/services/SURVEY/LIDAR_Composite_1m_DTM_2019_Hillshade/ImageServer/exportImage?f=image&bbox={$bbox}&imageSR=102100&bboxSR=102100&size=512,512.jpeg]]></server>
</zoom-levels>
</source>
</aqx>
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: KML/KMZ Super Overlays
Here is an AQX file of all supported maps of this server:
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: KML/KMZ Super Overlays
Wow, that is fantastic, thank you very much.
Hamish
Hamish