Hi,
I try to accomodate the new basic viewer on our server IIS
http://www.arcgis.com/home/item.html?id=6ed9efb0266d48289cdb0444247371d9
Download on gitHub
I shall wish to incorporate a Map of our organisation arcgis online. I shall also wish to integrate our logos via css files.
In what place and into which file of the application may I integrate ID of the MAP of our organisation ?
Would anybody have a track? is it the good way ?
I am not javascript developer but it seems rather simple not?
For info the application Viewer loaded on our server sends back the message below (erreur.jpg)
Thank you for your help.
Bertrand GENTY
GIS support
Ville de Paris
Solved! Go to Solution.
Bertrand,
Go to Viewer-master/config/default.js and open it with notepad or whatever program you use to see the code.
here you can change the key to show your webmap:
"webmap": "f5b13dbed07c46cdb783cf361833aa6b",
and here you can add your logo:
"logo": null,
Tim
Bertrand,
Go to Viewer-master/config/default.js and open it with notepad or whatever program you use to see the code.
here you can change the key to show your webmap:
"webmap": "f5b13dbed07c46cdb783cf361833aa6b",
and here you can add your logo:
"logo": null,
Tim
Thanks Tim, this is the good way.
Bertrand
Hi. Have you checked the Sharing on the map? Check how the ArcGIS Online map is shared.