Krister Wicksell
Krister Wicksell
Hi, In ol/proj/projections.js the method for returning projections is defined as. ```JavaScript export function get(code) { return ( cache[code] || cache[code.replace(/urn:(x-)?ogc:def:crs:EPSG:(.*:)?(\w+)$/, 'EPSG:$3')] || null ); } ``` This code treats...
## Expected behavior and actual behavior. We use MapServer via MapScript in C# and experience memory issues when external WMS accounts expire. If the layer has wrong credentials the application...
## Expected behavior and actual behavior. When converting between TAB and MIF using ogr2ogr I expect the symbol style to be completely transferred. Today font and custom symbols are not...
What I can see, it is not possible to style a 8 bit raster with color table using DATARANGE based on the pixel value. The expression can be based on...
Hi, When using the plugin for MSSQL it is not possible to have spaces in the geometry column or spatial index name. The geometry column name is only escaped in...