Closed f-necas closed 8 months ago
To complete steps to reproduce :
@f-necas, the context header (Iframe) source param seems wrong :
/mapstore/#
iframe header src : <iframe id="georchestra-header" src="/portail/banner?active=mapstore" scrolling="no" frameborder="0" style="display: block; height: 90px;"></iframe>
<iframe frameborder="0" scrolling="no" src="header.html" id="georchestra-header"></iframe>
For a contexte, src="/portail/banner?active=mapstore"
works and show the correct header.
Maybe this have to be provided by localConfig.json ?
In addition, @catmorales response that localConfig.json
needs this config to works :
In the localConfig.json
, we have to add (if needed) :
"context": [
"Header"
]
Fixed on dev.geo2france. Indeed it was missing the context part.
@Gaetanbrl You can confirm it's working on dev ?
@vfabry @f-necas
You can confirm it's working on dev ?
Seems works better \0/
yes, it works fine !
Fixed in prod too !
Version
2023.02.00-georchestra https://dev.geo2france.fr/mapstore/#/
Describe the bug When hitting directly a mapstore context URL (e.g.
/mapstore/#/context/mycontext
), TheTo Reproduce Steps to reproduce the behavior:
/mapstore/#/context/<mycontext>
Expected behavior Header's displaying
Screenshots