Thomas Halwax
Thomas Halwax
When trying to add a WMS layer from ```https://data.wien.gv.at/daten/wms?service=WMS&request=GetCapabilities&version=1.1.1``` ODIN dies with the following error: ```javascript Uncaught TypeError: Cannot read properties of undefined (reading 'filter') at Object.crs (wms.js:13) at handleLayerSelected...
I am using Zorin OS and ODIN works fine. But when I click on "about Odin-c2is" in the menu-bar nothing happens.
One might not be familiar with the name of a type/function of a symbol. If the user selects a symbol on the map the editor should display this information as...
When drawing symbols on a map users often switch between different centers and zoom levels. I'll call the tuple of center and zoom level a 'bookmark'. In order to return...
OpenLayers uses [proj4js](https://github.com/proj4js/proj4js) to re-project sources to the current view. Since we can't include every projection definition we should provide an easy way to do so. [epsg.io](http://epsg.io) provides frequently used...
Based on the given URL ODIN tries to detect the type of the tile provider (XYZ or WMTS). Since this detection may fail in some cases we need to allow...
The tiles of some WMTS providers are shifted to the east/south. This is especially true for Austrian WMTS sources like * https://gis.bgld.gv.at/gisbgld/rest/services/Public/Nur_Flaechenwidmung/MapServer/WMTS/1.0.0/WMTSCapabilities.xml * https://gis.ktn.gv.at/arcgis/rest/services/tilecache/Ortho_2010_2012/MapServer/WMTS/1.0.0/WMTSCapabilities.xml * https://service.salzburg.gv.at/arcgis/rest/services/Orthofoto_Land_Salzburg/MapServer/WMTS/1.0.0/WMTSCapabilities.xml * https://gis.tirol.gv.at/arcgis/rest/services/Basis/basis_dom/MapServer/WMTS/1.0.0/WMTSCapabilities.xml My [codepen](https://codesandbox.io/s/wmts-openlayers-bgld-x7lcy)...
Let's say one owns a computer with two screens attached. If ODIN is moved to the secondary screen and this screen is removed ODIN is automatically moved to the primary...
ODIN persists all project related data in a folder that is a sub-folder of the users HOME directory. This ODIN related folder is referenced as ODIN_HOME. In order to allow...
Without installing the external dependency mdbook it is not possible to build the cheat-sheets. We can either include the binary into the ODIN repository or create a new repository for...