Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Do you have any example on how to create a map object (with a location field data + 1 measure) on the fly ?
It seems not documented in this page, but when passing 'map' as object type, we can already see the map.
Now I want to add a layer to display the data on the map 🙂
Thanks,
Jeff
I could find how to do it by myself. We need to provide the option gaLayers.
To get an example,
- create a map manually in a Qlik App
- from a mashup/extension, call app.getObject('yourMapObjectId') => model
- then call model.getEffectiveProperties()
you can find the gaLayers definition in the response.
I could find how to do it by myself. We need to provide the option gaLayers.
To get an example,
- create a map manually in a Qlik App
- from a mashup/extension, call app.getObject('yourMapObjectId') => model
- then call model.getEffectiveProperties()
you can find the gaLayers definition in the response.