georchestra / mapstore2-georchestra

geOrchestra newest viewer
Other
6 stars 23 forks source link

Favicon location #677

Closed f-necas closed 7 months ago

f-necas commented 7 months ago

Favicon location

This PR is used to change favicon to point to /favicon.ico url.

This is supposed to be the default location for geOrchestra's favicon.

Resolving :

Altering default behavior.

In order to change default location, we can implement it with a custom script, modyfing /favicon.ico infollowing html files to the new location using a tool like sed.

Files to change :

# /usr/local/tomcat
./webapps/mapstore/embedded.html
./webapps/mapstore/api.html
./webapps/mapstore/embeddedTemplate.html
./webapps/mapstore/geostory-embedded.html
./webapps/mapstore/index.html
./webapps/mapstore/dist/embedded.html
./webapps/mapstore/dist/geOrchestra.js
./webapps/mapstore/dist/geostory-embedded.html
./webapps/mapstore/dist/index.html
./webapps/mapstore/indexTemplate.html
./webapps/mapstore/geostory-embedded-template.html
./webapps/mapstore/apiTemplate.html
fvanderbiest commented 7 months ago

LGTM, thanks Florian ! To be backported to stable branches as well