Skip to content

Releases: koopjs/koop

v1.1.1 [DEPRECATED]

19 Mar 18:58
Compare
Choose a tag to compare

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]

19 Mar 04:09
Compare
Choose a tag to compare

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

12 Mar 21:18
Compare
Choose a tag to compare

Changes

  • We are now using the latest node-mapnik version, which should help with installs on Windows.

v1.0.18

12 Mar 21:28
Compare
Choose a tag to compare

Added

  • support for koop-pgcache to export workers

v1.0.17

12 Mar 21:59
Compare
Choose a tag to compare

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

v1.0.16

12 Mar 22:15
Compare
Choose a tag to compare

Fixed

  • Added missing connect-multiparty module to package.json

v1.0.15

12 Mar 22:22
Compare
Choose a tag to compare

Added

  • Added support for multipart form posts

Changed

  • Fixed the way feature service requests handle query strings to the info endpoints

v1.0.14

12 Mar 22:23
Compare
Choose a tag to compare

Changed

  • default routes needed to add support for POSTs to feature service endpoints
  • worker exporters needed to exit more gracefully and stop working when a file fails to be created
  • a typo in GeoJSON.fromEsri was crashing request pages in koop-agol

v1.0.13

12 Mar 22:23
Compare
Choose a tag to compare

Changed

  • changed the way tiles are created, rather than creating a file on disk, now we just pass the mapnik XML around
  • using ST_Simplify instead of ST_SimplifyPreserveTopology for speed

v1.0.12

12 Mar 22:29
Compare
Choose a tag to compare

Added

  • Now sending expiration time with base JSON response (helps with cache life)

Changed

  • Set default tile style to points