Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Is it possible in Qlik Cloud to retrieve geo-data (shapes, lines) ?

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Akshesh_Patel
Support
Support

Is it possible in Qlik Cloud to retrieve geo-data (shapes, lines) ?

Last Update:

Jun 22, 2022 5:57:06 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jun 22, 2022 5:57:06 AM

Currently, only Routes and TravelAreas are officially supported as available in runtime, we hope to enable more further on.

That said, for instance, the Load() returns areas, have to know how many areas are returned. Note, that the order of the areas returned is not defined, so it could work for a static layer without interaction.

Dimension: =valueloop(1,51)

Location:

=GeoOperations.ScriptEvalStr(
'Select geom_Geometry from Load() DATASOURCE geom GEOFILE
url="https://data.cityofnewyork.us/api/geospatial/yusd-j4xi?method=export&format=GeoJSON",
crs="EPSG:4326"
')

 

Environment:

Qlik Cloud 

 

Related Content

Qlik Sense GeoOperations 

Labels (2)
Version history
Last update:
‎2022-06-22 05:57 AM
Updated by: