Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Trying to load a Shapefile into Qlik with GeoOperations and hitting an error:
Shape:
Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE covenants GEOFILE type="shape",
url="https://dl.dropbox.com/s/pbllxss2u0cyvq8/QEII_OSCovenants_20210930.zip")';
The shapefile being loaded is accessible via the link. I've also attached the shapefile to this post.
Can anyone assist or point me in the direction of the documentation that'll help?
Thanks!
from the QEII_OSCovenants_20210930.prj file it looks like the reference system is NZGD_2000_New_Zealand_Transverse_Mercator, https://spatialreference.org/ref/epsg/nzgd2000-new-zealand-transverse-mercator-2000/
Try adding the crs like this
Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE covenants GEOFILE type="shape", crs="EPSG:2193",
url="https://dl.dropbox.com/s/pbllxss2u0cyvq8/QEII_OSCovenants_20210930.zip")';
Bit of a bump.
@Patric_Nordstrom apologies for the direct tag, but this stuff appears to be your area of expertise. Perhaps you can point me in the right direction?
from the QEII_OSCovenants_20210930.prj file it looks like the reference system is NZGD_2000_New_Zealand_Transverse_Mercator, https://spatialreference.org/ref/epsg/nzgd2000-new-zealand-transverse-mercator-2000/
Try adding the crs like this
Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE covenants GEOFILE type="shape", crs="EPSG:2193",
url="https://dl.dropbox.com/s/pbllxss2u0cyvq8/QEII_OSCovenants_20210930.zip")';
Spectacular. Thank you!
Hello everyone!
I was trying to load a shape file that I use on a CM environment, into Qlik Sense SaaS. However, I have the file on OneDrive. I did something similar to Dropbox, but it did not work well. Can anyone help me with this?
Thanks!