In QLikview i realized, based on all examples here, an integration with googlemaps.
Just a scatterplot with a dynamic image.
='http://maps.google.com/maps/api/staticmap?center='&var_mid_lat&','&var_mid_long&'&zoom=$(var_zoom)'&...'
I really would like to use an different mapsource from PDOK. They offer also an api.
Basic url is :
http://kaart.pdok.nl/api/api.html
But many more options are available (zoom, center, etc) just like google maps.
If i replace the dynamic picture by the new URL it is not working. Is it somehting i should change or is this not possible?