Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
zhadrakas
Specialist II
Specialist II

Quickmap Extension on Offline Server

Hello,

I'm plaing with the Quickmap Extension by Briand Munz (see the github repository for the latest version: brianwmunz/QuickMap-QV11 · GitHub).

this Version works on my local Computer with local tiles.

    

Next Approach is to get this to work without Internet Connection on a QlikView Server.

i took same way as i did on my local Computer:

- i installed the Extension in C:\ProgramData\QlikTech\QlikViewServer\Extensions\Objects\QlikView\Examples\quickMap

- then i downloaded the tiles is needed in XYZ

- then i changed tiles path to my local tiles in OpenLayers.js

      from http://b.tile.openstreetmap.org/${z}/${x}/${y}.png,

      to  file://localhost/path.../${z}/${x}/${y}.png,

- then i downloaded the Schemas and linked it (in openlayers.js) to my local Folders

this Version works on my local Computer (with Internet Connection).

But on QlikView Server i always have a blank object (see screenshot). i thinks that because of no Internet Connection.

Any thoughts what i have to do to get this work?

Cheers

Tim

14 Replies
asmitagg
Partner - Contributor III
Partner - Contributor III

Ok.

Will it work offline with .KML file?.

regards,

Asmita

zhadrakas
Specialist II
Specialist II
Author

i don't think so.

It will only work if your user has an Internet Connection to get the tiles from the Server.

To build a complete offline solution you Need the tiles local on your Server.

regards

tim

asmitagg
Partner - Contributor III
Partner - Contributor III

How to get the Tiles on server?

Is there any app or site where i can create the same and use in extension?

Regards

Asmita

adamdavi3s
Master
Master

Should do shouldn't it?

As the KML can be stored locally?

ahmar811
Creator III
Creator III

Hi Tim,

 

I have a same problem and I tried the same step which you followed.

Can you please explain with details how you generate tiles in OpenLayers.js actually I'm little confuse about this step.

If possible please share the reference link

 

 

Regards

Ahmar