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

Interactive ArcGis layer

Hi @Patric_Nordstrom ,

Hopefully you can help me once again 🙂

I like to try to achieve a setup like your 'Zwolle' exmaple. So setting up an interactive connecting to an ArcGis layer layer using a Source Key Attribute.

I like to connect to the following layer:
http://mapservices.prorail.nl/arcgis/rest/services/ProRail_basiskaart_001/FeatureServer/1

Using the 'Query' button I created the following JSON link:
http://mapservices.prorail.nl/arcgis/rest/services/ProRail_basiskaart_001/FeatureServer/1/query?wher...

I use the 'ID field' as Source Key Attribute

Please see attached example.

But I doesn't seem to work for me. what am I missing here?

Frank

 

 

 

 

 

 

 

3 Replies
Patric_Nordstrom
Employee
Employee

Hi,

The interactive layers can only consume web services that outputs GeoJSON.

This ArcGIS service is only available in Esri JSON which is different. Esri JSON can be read with the QGA connector or GeoOperations, see example.

 

Thanks,

Patric

Ana__Vidal
Contributor
Contributor

Hi @Patric_Nordstrom !

We are testing Qlik Sense Cloud and  we would like use ArcGIS Feature Service, for example:

..../server/rest/services/XXXXX/FeatureServer/0/query?where=1%3D1&f=pjson

We find that for it to recognize the geometry of polygons, we have to execute a script to take the vertices and reconstruct the geometry. Is there a simpler or more direct way?

Thanks in advance.

Best, Ana

Patric_Nordstrom
Employee
Employee

@Ana__Vidal Esri services can be accessed with GeoOperations in Qlik Sense SaaS. See docs  https://help.qlik.com/en-US/geoanalytics/Subsystems/GeoOperationsService/Content/connector/connector... and examples: https://community.qlik.com/t5/Qlik-Sense-Documents/GeoOperations-Examples-Qlik-GeoAnalytics/ta-p/175...

However the url needs to be accessible (the url you seemed to an internal resource). 

Thanks,

Patric