<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Open Source Geospatial Mapping Extension using KML files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274758#M1240322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Brian,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm unable to view the map after opening the QV document. I have copied the openlayers folder to &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C:\Program Files\QlikView\Examples\Extensions\openlayers&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm running on Windows7 with x64 OS. I'm sure if I'm missing something very simple.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 12:58:13 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2012-01-26T12:58:13Z</dc:date>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274743#M1240307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;A little while back, I posted a few mapping extensions that read in various kinds of data to allow mapping of regions and data on Google Maps.&amp;nbsp; One major problem with those is that Google is now charging money for useof their mapping product, so in order to use this extension on any grand scale,they'd need to purchase licensing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;So, in response to this, I've built an extension which uses all open source (free) products to provide some similar mapping capabilities(and then some).&amp;nbsp; The tool which provides the scrolling and "slippy" map features is called OpenLayers which reads in map imagery from OpenStreetMap. What I've done this time, however, is built the extension to read in KML files for the regions.&amp;nbsp; KML is a format that is very common in the industry (Google Earth uses and creates the files) ,and there are many tools out there to convert other formats (like shape files) into the KML format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;So, for example, I went and found a KML file for the US 50 states and put it into this new extension, and was able to create a map similar to my other US Map extension:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="10261" alt="map_shot.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/10261_map_shot.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 16pt;"&gt;New Features&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 16pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Above and beyond the normal features of the extensions I created for Google, this extension provides a few new features:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;No more setting the zoom and center point - &lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;In the other extensions, you had to set the default center point of the map as well as how far in it should be zoomed when it loads.&amp;nbsp; In order to make the map more user friendly and intuitive, this extension automatically determines the center point of all of the regions and sets the window to show the whole map.&amp;nbsp; This way, also, if you click on a region, the map window will only show the selected region:&lt;BR /&gt;&lt;/SPAN&gt;&lt;IMG __jive_id="10263" alt="one_state.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/10263_one_state.png" width="450" /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Select Box&lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt; -With this extension, if you hold down the shift key and drag an area with your mouse, a select box will appear, allowing you to select many regions at once:&lt;BR /&gt;&lt;/SPAN&gt;&lt;IMG __jive_id="10262" alt="select_box.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/10262_select_box.png" /&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;&lt;BR /&gt;Once the selection is made, the window will adjust itself to only show that region:&lt;IMG __jive_id="10264" alt="chosen.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/10264_chosen.png" width="450" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Loading KML files - &lt;/STRONG&gt;Loading KML files into the extension eliminates a lot of the manual work that was need for the other extensions.&amp;nbsp; This way, as long as the KML names and QlikView dimension match up, KML files containing any kinds of regions can be used.&amp;nbsp; So, for example, if a company has custom regions representing different sales regions, etc. in a KML file, it would be very easy to plug it into this extension.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;It's free- &lt;/STRONG&gt;It uses open source technology so nobody will have to worry about licensing or being chased down by Google.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the extension as well as a QVW and quick guide.&amp;nbsp; In the extension is a sample KML file called us_states.kml that can be used with the example QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&amp;nbsp; Hopefully this is useful to people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;UPDATE&lt;/H3&gt;&lt;P&gt;Due to some issues with versions of Internet Explorer prior to 9 and how it handles different data formats, it is now necessary to change the KML file into an XML file prior to loading it into the extension.&amp;nbsp; So, for example, if you have a KML named "counties.kml" you need to change the file extension so it becomes "counties.xml".&amp;nbsp; Hopefully I'll eventually get time so this last step can be avoided, but for now it's necessary in order for the extension to work in IE8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated the attatchments on this post to use an XML file, so the examples should now work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274743#M1240307</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274744#M1240308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice Brian! Keep up the great work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been looking into my problem of manipulating a map when using the QV desktop client without webview. As far as I know, the only solution is to manipulate a background image with the URL that gets the image. For google there exists such a thing to draw area's and lines and markers... But offcourse I need to draw alot of them. The URL is limited to 2000 characters and even when encoded, the paths I use would be too long. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefor I was thinking of my own webservice that generates a map out of some shape files I have lying arround here. It's not the best solutions (you would not be able to interact with the lines drawn) but untill qliktech finally realises that their product is running behind the competition concerning mapping of data, it's the closest I'll likely come to BI on maps... Or I should change the software...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows how to start on the mapping service, feel free to drop a hint &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 22:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274744#M1240308</guid>
      <dc:creator />
      <dc:date>2012-01-11T22:24:55Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274745#M1240309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I heard from several people there was an issue with the map in Internet Explorer 8.&amp;nbsp; So, in order to avoid this issue, there is one more step you need to do when setting up this extension.&amp;nbsp; Rather than simply loading a KML, you need to change the file name to an XML file.&amp;nbsp; Please see above.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I've also changed the sample documents that are attatched to this post, so everything should work now. &lt;/P&gt;&lt;P&gt;I hope to get it working in the future without this final step, but for now, it should allow you to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 21:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274745#M1240309</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-01-12T21:07:35Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274746#M1240310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks great! But I'm having some trouble getting it to work. I've tried under both QV10 and QV11. On initial open, the object is blank. If I zoom in I get some map, which I can slip around and continue to zoom. Big issue is that I never get any coloring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a debug exercise, I commented out in script.js:&lt;/P&gt;&lt;P&gt;//window.onerror = silentErrorHandler;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and got this error when I opened the qvw. &lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;An error has occurred in the script on this page.&lt;/P&gt;&lt;P&gt;Line:&amp;nbsp; 512&lt;/P&gt;&lt;P&gt;Char: 237&lt;/P&gt;&lt;P&gt;Error: 'null' is null or not an object&lt;/P&gt;&lt;P&gt;Code: 0&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.openlayers.org/api/OpenLayers.js"&gt;http://www.openlayers.org/api/OpenLayers.js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions or request for additional details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274746#M1240310</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-18T01:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274747#M1240311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;When did you download the extension?  I just updated it a few days ago. If you downloaded it today, which version of IE are you running?  Also, I haven't had a chance to test this extension in QV 10. &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 02:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274747#M1240311</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-01-18T02:48:27Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274748#M1240312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the file on 13 Jan. I downloaded today and retested with the same negative results. I'm running IE8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 03:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274748#M1240312</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-18T03:05:03Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274749#M1240313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting extension Brian.&lt;/P&gt;&lt;P&gt;Using maps in a better way than the known "Gmaps + scatter chart" method and also being free, is really useful for a lot of people. I also find pretty interesting the things that can be done with the openlayers API (see &lt;A href="http://openlayers.org/dev/examples/"&gt;http://openlayers.org/dev/examples/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the "first" version, and could get it to work (had to update to IE9). Also did a test with another maps and worked, but for the moment, depending on the KML, if the region has two polygons only one may appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tuning the KML I could get something like shown in the picture (Cataluña region in Spain).&lt;IMG alt="ScreenShot187.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/10409_ScreenShot187.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Borja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274749#M1240313</guid>
      <dc:creator />
      <dc:date>2012-01-18T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274750#M1240314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks good.&amp;nbsp; Yes the KML has to be in a particular format.&amp;nbsp; Looking at the US_States.kml file in the extension's folder is a good way to see the proper formatting.&amp;nbsp; The name of the region should be set in the &amp;lt;name&amp;gt; tags and needs to match the region dimension being set in the properties box.&amp;nbsp; Also, if a region has multiple polygons, they'll all be set up as long as they're set up under the same placemark.&lt;/P&gt;&lt;P&gt;Again, taking a look at the KML itself should help.&lt;/P&gt;&lt;P&gt;I'm also planning on getting this extension to work with plot points as well as polygons soon, so it can be more flexible and versatile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274750#M1240314</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-01-18T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274751#M1240315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;I downloaded your extension but it seems like there is something not working for me (on QV 10SR4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="olayer1.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/10510_olayer1.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG height="357" width="679" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And actually it looks like there is something wrong with the properties of the object (judging from the guide you included):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="olayer2.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/10520_olayer2.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG height="361" width="685" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to edit the properties like "KML Filename" and the map doesn't load at all anyway.&lt;/P&gt;&lt;P&gt;Is there any other setting I should be looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 15:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274751#M1240315</guid>
      <dc:creator />
      <dc:date>2012-01-22T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274752#M1240316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I haven't been able to test  this extension on versions of QlikView earlier than 11 yet. I hope to find some time soon to do so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 15:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274752#M1240316</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-01-22T15:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274753#M1240317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I didn't notice you had remarked that already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm updating IE and QV and giving it a try.&lt;/P&gt;&lt;P&gt;Btw, I tried to add some more layers to your example but it seems like I can't add any new buttons to the controls (the layer wasn't showing anyway but it could be IE8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got any hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: IE 9 works like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messaggio modificato da Francesco Menin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 19:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274753#M1240317</guid>
      <dc:creator />
      <dc:date>2012-01-22T19:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274754#M1240318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been trying to use a different XML file to get data into the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like I can't get past the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ($.isEmptyObject(kmlJSON)) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.ajax({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: KMLFile,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "GET",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; success: function(data){&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point in the script.js... I tried to change the SetItUp() function to reflect my XML fields but it seems like there is no particular set working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a particular file format I need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that the kmlJSON object doesn't get empty on refresh?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 21:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274754#M1240318</guid>
      <dc:creator />
      <dc:date>2012-01-25T21:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274755#M1240319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This particular extension needs to have the data in kml format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 22:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274755#M1240319</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-01-25T22:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274756#M1240320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks for a great extension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I’m trying to get it to work with colormix1() but it returns a ARGB value. And with my basic QV skills I don’t know how to convert it t oRGB. Is there a way to convert or use ARGB to get gradient colors?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Btw whereis the donate button &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Cheers&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 10:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274756#M1240320</guid>
      <dc:creator />
      <dc:date>2012-01-26T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274757#M1240321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;I'm sorry I didn't make myself clear &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually created a KML file but it seems to me that the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$.ajax({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: KMLFile,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "GET",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; success: function(data){&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;won't load my file. I actually copied your function in a new one to collect my data in a different Layer so I could try and change different properties. I can tell that I can't get to this point because I tried moving the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var layerVector = new OpenLayers.Layer.Vector( "KML" );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;part right after the start of the if() and before the $.ajax request. My KML file is in the same place as is yours so I'm wondering what could be stopping it from getting the data. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 11:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274757#M1240321</guid>
      <dc:creator />
      <dc:date>2012-01-26T11:06:07Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274758#M1240322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Brian,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm unable to view the map after opening the QV document. I have copied the openlayers folder to &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C:\Program Files\QlikView\Examples\Extensions\openlayers&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm running on Windows7 with x64 OS. I'm sure if I'm missing something very simple.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 12:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274758#M1240322</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-01-26T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274759#M1240323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;Hi DV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;I belive it should be in C:\Users\&lt;STRONG&gt;YOURUSER&lt;/STRONG&gt;\AppData\Local\QlikTech\QlikView\Extensions\Objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 13:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274759#M1240323</guid>
      <dc:creator />
      <dc:date>2012-01-26T13:03:45Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274760#M1240324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; DV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to check Transparency on the object.&amp;nbsp;&amp;nbsp; You can find﻿ this on your Colors tab and many times this gets set to 100% (especially after upgrade).&amp;nbsp;&amp;nbsp; Setting to 0 should show the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274760#M1240324</guid>
      <dc:creator />
      <dc:date>2012-01-26T14:36:22Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274761#M1240325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First congrats for the extension. Its very usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone just say how to put colours on top of regions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be a simple question but using the doc that comes on the extension i could not understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 01:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274761#M1240325</guid>
      <dc:creator />
      <dc:date>2012-01-27T01:07:06Z</dc:date>
    </item>
    <item>
      <title>Open Source Geospatial Mapping Extension using KML files</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274762#M1240326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First congrats for the extension. Its very usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone just say how to put colours on top of regions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be a simple question but using the doc that comes on the extension i could not understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 01:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Source-Geospatial-Mapping-Extension-using-KML-files/m-p/274762#M1240326</guid>
      <dc:creator />
      <dc:date>2012-01-27T01:07:37Z</dc:date>
    </item>
  </channel>
</rss>

