Releases: koopjs/koop
Releases · koopjs/koop
v1.1.1 [DEPRECATED]
DEPRECATED
This version has been deprecated due to a breaking change introduced in v1.1.0
.
Added
- Log files will now rotate automatically
Changed
- BaseModel will remove unneeded json data from geojson when passing to the tile plugin
v1.1.0 [DEPRECATED]
DEPRECATED
This version has been deprecated due to a breaking change introduced in v1.1.0
.
Changed
- No more mapnik dependency by default. Instead all tile logic has been moved to the koop-tile-plugin module.
- Also better checks for the tile plugin in the BaseModel
v1.0.19
Changes
- We are now using the latest node-mapnik version, which should help with installs on Windows.
v1.0.18
v1.0.17
Changed
- Koop no longer ships with default support for PostGIS or SpatiaLite. These have become optional plugins.
- this means they need to be added the koop module at server start up time
- koop now ships with a
Local
cache out of the box that is not persisted across server sessions