Basic viewer : customizing ?

2802
3
Jump to solution
08-27-2014 02:39 AM
BertrandGenty
New Contributor II

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

Esri/Viewer · 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

0 Kudos
1 Solution

Accepted Solutions
TimWitt2
MVP Alum

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

View solution in original post

3 Replies
TimWitt2
MVP Alum

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

BertrandGenty
New Contributor II

Thanks Tim, this is the good way.

Bertrand

0 Kudos
MichaelKlein
New Contributor II

Hi.  Have you checked the Sharing on the map?  Check how the ArcGIS Online map is shared.

0 Kudos