Dennis Bauszus

Results 133 comments of Dennis Bauszus

The strict routing seems to work, but not as intended. There is a problem with trailing slashes being added to root paths which then become unavailable with strict routing. ```...

@dougwilson Is there any more information in regard to 'mucking about' with the original url? We really would like to use ourcompany.com as address and not ourcompany.com/ To be fair...

@furstenheim Is there anything we can do to make this happen? This would increase performance significantly when generating the vector tiles dynamically.

I went through the wizard and selected an export json from the maputnik style editor. But advancing to publish the style file which I selected was not shown as an...

SVG templates should be cached for a locale.

Going forward the [geostats](https://github.com/simogeo/geostats) module will be used for different classification algorithm.

The hard bit is to style layers once all tiles are loaded. This can be achieved with the rendercomplete event which must be called only once. The rendercomplete event should...

Whether a workspace should be cached should be controlled by a separate environment flag. A provider method must be introduced to allow resource access to a MongoDB collection.

It is now possible to load the workspace from a mongodb document. https://github.com/GEOLYTIX/xyz/wiki/XYZ#workspace https://github.com/GEOLYTIX/xyz/wiki/XYZ#mongodb It is also possible to configure the `WORKSPACE_AGE` environment variable after which the workspace cache will...

I will add an example plugin for a custom svg symbol method.