Dennis Bauszus

Results 91 issues of Dennis Bauszus

I want to setup a public test instance to test drawing and geometry editing on touch screens.

Testing

The vector_layer entry and mvt_clone entry type should essentially work the same but are quite different at the moment. The vector_layer doesn't support themes. There is a lot of duplicate...

Feature
Code
Deprecated

Layer queries should only be possible on layers. Layer queries should be flagged as such, eg `layer=true`. This prevents misuse by sending a request to a layer query template eg....

Feature
Security

A location dataview can be added to the location.view by specifying 'location' as the target. It should also be possible to add a layer dataview to the layer.view dataview panel....

Feature
RFC

Vercel recently announced infunction concurrency. https://vercel.com/blog/serverless-servers-node-js-with-in-function-concurrency-2MoEVmoCwraZoZC9t5HI59 I have re-deployed the public instance https://geolytix.dev/geodata to use infunction concurrency. ![image](https://github.com/user-attachments/assets/62481a69-3d7a-4c22-8441-248da5d3f6f4) The same instance is also deployed as https://geolytix.xyz/geodata without infunction concurrency. I...

RFC
Testing

The cloudinary provider method should be removed in favour of the cloudinary sign method to reduce duplicate code.

Code
Plugin
Documentation

The query to get a layers extent should be taken out from the zoomToExtent method and assigned as a method which can be tested on its own to return the...

Feature
Testing
Documentation

Apart from eslint there are a handful of plugins as devDependencies in the package.json. ```json "devDependencies": { "eslint": "^8.29.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.6.0", "eslint-plugin-promise": "^6.1.1" } ``` It...

Code
Documentation

The mapButton element should probably be associated with a mapview and provided to plugin via the mapview argument rather than depend on a `document.getElementById('mapButton')` lookup which will only work in...

Code
RFC
UI

npm install on a clone of the main branch throws a couple orf warning in regards to deprecated npm dependencies. ``` npm WARN deprecated [email protected]: This module is not supported,...

Code