Christian Mayer
Christian Mayer
Currently the TileGrids, which are defined in the `app-conf.json` are managed withing the MapComponent: the OL TileGrids are instanciated in the `created` hook of the MapComponent (see [here](https://github.com/wegue-oss/wegue/blob/master/src/components/ol/Map.vue#L48)) and are...
This refactors the creation of the `VueI18n` instance by encapsulating it in an own ES module. So the i18n instance can be imported to other pure ES modules and will...
This PR fixes wrong measurement results in projected map setups (other than the OpenLayers default `EPSG:3857`), since the map projection was not specified in `getLength` and `getArea` function calls in...
Since V8.53, ESLint team decided to deprecate all formatting rules. More info can be found on [this official announcement](https://eslint.org/blog/2023/10/deprecating-formatting-rules/). To keep it simple, those rules will stay at least in...
A new format for ESLint configuration files is supported since 2022 and will be the default one in version 9. Transitioning to this new configuration file format should be done...
Since we are using global / app-wide properties, e.g. to access the application-config (`Vue.prototype.$appConfig`), we should think about documenting them. Other ones are `$map`, `$isEmbedded`,` $appLanguage` and `cmpLookup`. But this...
Currently the functions to create resources in the different clients return non homogeneous data. Some return anything, some the qualified name of the resource (e.g. workspace creation), some the resource...
There are often cases you request an object via HTTP GET - e.g. a layer - in order to check its existence and create it afterwards if not existing. So...
Currently we have to set the current GeoServer versions in our CI setup for automated test in a manual way (see #34) . It would be very handy to detect...
Here an idea I have for an enhancement of SHOGun: Since we merged the refactoring-branch, the application-context does not contain all information anymore which is needed to build a full...