stefano bovio
stefano bovio
> @offtherailz @allyoucanmap @tdipisa let's discuss on how you would like do this > > i don't have preferences, it can even be a flag button in the footer with...
> anyway projects that wants this have to update their config settings or add new html files I think we could create the html file on the fly with a...
> so everything I have done [here](https://github.com/geosolutions-it/MapStore2-C039/pull/233/files) can be in a script? yes, it seems so anyway my it's only a proposal based on the description
I did not test it but I mean something like this ```js const path = require('path'); const fs = require('fs-extra'); const { GitRevisionPlugin } = require('git-revision-webpack-plugin'); const gitRevPlugin = new...
@offtherailz please take a look if this could work for you https://github.com/geosolutions-it/MapStore2/pull/8495/files#diff-369602db306c1996a0dba22949eef963604ef54b344d9678d36240b94dd2da5aR222
@tdipisa we included additional improvement to the main bundle on this PR https://github.com/geosolutions-it/MapStore2/pull/8531. Related to this performance improvement issue https://github.com/geosolutions-it/MapStore2/issues/6735
@tdipisa the map viewer is currently looking for some query parameters: heading, pitch and roll to switch the map to cesium (this is used mainly for share and embed pages)...
@giohappy mapstore is building the path for json files with this logic `data.${locale}.json` see the available json files [here](https://github.com/GeoNode/geonode-mapstore-client/tree/master/geonode_mapstore_client/client/static/mapstore/translations). I think you can try with `MAPSTORE_DEFAULT_LANGUAGES=(('en-US','English'),('de-De','German'))`
@offtherailz this PR has already the Measure plugin updated with alwaysRender https://github.com/geosolutions-it/MapStore2/pull/8754/files#diff-434d509b048e12e9e1c4c92944d208355b10faf3f2528ff363b5113199ffb6d7R203
@ElenaGallo please test on dev and let us know if we can backport it, thanks