Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Articque map _ Raster

Hi,

I'm using Articque Map for QlickView, i want add a raster on a map.

Documentation talks a bit about it, and i didn't succeed in add the GreyScale raster present in the document.

Have you some other document or tips ?

Thanks

2 Replies
jguyotarticque
Partner - Contributor
Partner - Contributor

Hi Nicolas,

Articque MAP for QlikView uses OpenStreetMap rasters tiles by default. This can be set in Articque MAP options pannel with the "Rasters" parameter filled with this expression :

='osm'

ArticqueMAP_raster_1.PNG

If you want to use your own WMS/WMTS raster tiles serveur, you need to add an expression with this structure, as described in the technical documentation :

='raster=YourRasterName|url=http://your.wmts.server.url/|default=true'

Your WMTS server URL can contains some "variable" parameters, like coordinates {x}, {y}, {z} of tiles matching your current zoomed area on the map or an alternative server domain/subdomain. It takes the form of {} parameters in your url, and it completely depends on the WMTS server you're using. Here is an example of a URL I sometime use to add a "lighter/simplier" version of OSM :

http://{s}.tile.openstreetmap.se/hydda/base/{z}/{x}/{y}.png

Here is an example of a raster tiles configuration expression for this one :

='raster=CUSTOM|url=http://{s}.tile.openstreetmap.se/hydda/base/{z}/{x}/{y}.png|default=true'

ArticqueMAP_raster_3.PNG

You can allow your endusers to switch between several raster tiles servers if you want, by adding several raster tiles servers configurations separated by || in your expression :

='raster=CUSTOM_1|url=http://your.wmts.server.url_1|default=true||osm||raster=CUSTOM_2|url=http://your.wmts.server.url_2|default=false||etc.'

You can also use the ='empty' expression if you prefer to set a blank background instead of a basemap.

ArticqueMAP_raster_2.PNG

NB : the "default=" parameter is used to set the default raster tiles server displayed when you first load the extension if you provide several raster tiles servers to your endusers.

Do not hesitate to send your custom URL to Articque MAP Technical Support if you need additional assistance on this subject.

I hope this will help,

Regards,

Jerome Guyot

Not applicable
Author

Hi Jérome,

Thanks for your answer, I don't have enought time for trying this for now.

But I'm pretty sur everything will be ok with your explanation!

Regards,

Nicolas Carlier.