Anyone know how to change the ESRI logo and replace it with a customized logo in the "Public Information" web application template provided by ESRI?
Link the Public Information Template Configurable App here to download from ESRI: https://github.com/Esri/public-information-map-template-js
Other templates like the Basic Viewer allow you to change it easily, but this template doesn't come with that feature. How would I code it in and which file should I place the code in?
Here is part of the code that basic viewer uses:
-on the index.html page:
customlogo: { image: 'logo.png', link: '' }, <div id="map" data-dojo-type="dijit.layout.ContentPane" data-dojo-props='region:"center"' dir="ltr">
So, how would you do something like this with the public information template using javascript?
أكثر...
Link the Public Information Template Configurable App here to download from ESRI: https://github.com/Esri/public-information-map-template-js
Other templates like the Basic Viewer allow you to change it easily, but this template doesn't come with that feature. How would I code it in and which file should I place the code in?
Here is part of the code that basic viewer uses:
-on the index.html page:
customlogo: { image: 'logo.png', link: '' }, <div id="map" data-dojo-type="dijit.layout.ContentPane" data-dojo-props='region:"center"' dir="ltr">
So, how would you do something like this with the public information template using javascript?
أكثر...