Select to view content in your preferred language

Cannot load FAA chart vewer map

925
5
Jump to solution
09-21-2023 07:05 AM
Labels (1)
MassimilianoSavarino
Emerging Contributor

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

0 Kudos
1 Solution

Accepted Solutions
bnoble0110
Esri Contributor

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. 

View solution in original post

5 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

"7d74890ce98d47b5b2bf4dd96b7c6ce5" is Web Mapping Application ID. You need Web Map ID.

bnoble0110
Esri Contributor

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. 

MassimilianoSavarino
Emerging Contributor

Thank you very Gintautas and bnoble0110. With the ID you provided, it works.

PREVIEW
 
 
 
0 Kudos
MassimilianoSavarino
Emerging Contributor

Just a curiosity, where did you find this ID 2582e07533e74113a07d1b6d410442af?

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

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