Immanuel
Immanuel
As #1962 was closed due to inactivity, and this issue should still be addressed, let's get this on the board again. Because this is not a readable graph:  (each...
I'm running into a peculiar "index out of range" exception when trying to seed a new project. This bbox as returned by arcgis server is not considered valid: ` [1794923,...
Just something that _really_ annoys me any time I set up a new mapproxy instance somewhere ... ## How to reproduce 1. create new venv 2. `pip install mapproxy` 3....
EDIT: was mistaken, that particular project actually is sqlite ... color me surprised. Still same principle applies. Weird to engage tile-locks on seed-only. Hi! Long story short, currently messing around...
Hi! Found this when using the export functionality (and having read-only access to the gpkg in the serving app). It appears to me that the geopackage initialization code assumes a...
Hi! It seems that the `--dest` option is applied on top of the cache location instead of the current working directory or project file location. This is quite unexpected. Handling...
Would be nice if `mapproxy-util export` could use defaults for certain parameters based on the configuration provided, isntead of basically asking for redundant information. Specifically: * source: at least my...
Right now there is no good high dpi support as per the docs, but a sort of workaround -> https://mapproxy.org/docs/latest/configuration_examples.html#hq-retina-tiles It would be really nice to introduce this feature so...
Right now the project names are treated case sensitive, so my.mapproxy.com/Foo_Bar is not the same as my.mapproxy.com/foo_bar. I think it would make sense to treat these project names case insensitive...
Hi! TL;DR: we are hosting in a subdirectory (to separate different API versions). Right now we have to call https://github.com/JosephWoodward/graphiql-dotnet/blob/6ff32fb21be3fb30c981d3d0e1dcff06e03811ff/src/graphiql/GraphiQlExtensions.cs#L16 with an absolute path, meaning we have to know the...