Hi,
I am newby for ARCGis SDK for Qt, and I have issue in loading this URL of FAA Visual Chart Viewer: https://faa.maps.arcgis.com/apps/webappviewer/index.html?id=7d74890ce98d47b5b2bf4dd96b7c6ce5. I am using the "Display a web map" tutorial (https://faa.maps.arcgis.com/apps/webappviewer/index.html?id=7d74890ce98d47b5b2bf4dd96b7c6ce5) and replacing the url with "https://faa.maps.arcgis.com/apps/webappviewer/index.html?id=" and item_id with "7d74890ce98d47b5b2bf4dd96b7c6ce5", but executing the app, the blank screen keeps showing. I have set my API key.
Anybody has any clue?
Thank you in advance
Regards
Solved! Go to Solution.
Hello Massimiliano,
Try using this URL instead: https://faa.maps.arcgis.com/home/item.html?id=2582e07533e74113a07d1b6d410442af
Like Gintautas said, the id/url you provided is for a Web Mapping Application, whereas the one I just listed is for a Web Map.
Hi,
"7d74890ce98d47b5b2bf4dd96b7c6ce5" is Web Mapping Application ID. You need Web Map ID.
Hello Massimiliano,
Try using this URL instead: https://faa.maps.arcgis.com/home/item.html?id=2582e07533e74113a07d1b6d410442af
Like Gintautas said, the id/url you provided is for a Web Mapping Application, whereas the one I just listed is for a Web Map.
Thank you very Gintautas and bnoble0110. With the ID you provided, it works.
Just a curiosity, where did you find this ID 2582e07533e74113a07d1b6d410442af?
You should also check the Map LoadStatus and LoadError properties - the error message should have included information that the portal item type was incorrect.
List of All Members for Map | ArcGIS Maps SDK for Qt | ArcGIS Developers