Releases: koopjs/koop
Releases · koopjs/koop
v2.8.5
v2.8.4
v2.8.3
v2.8.2
Changed
- Travis tests against stable Node
Fixed
- Set geometry type on export when there is no srid
- Never overwrrite existing X or Y fields in CSV
- CSV is now written with geometry fields even if first geometry is null
- No longer throwing an execption on datasets with no geometry at all
v2.8.1
v2.8.0
Fixed
- Don't include vrt files in shapefile zips
- OGR2OGR calls with projections use double quotes for Windows compatibility
- Shapefiles are no longer written with null geometry when the first feature's geometry is null
Changed
- Refactored projection support to use spatialreference
- Refactored export logic for csv and shapefiles into separate functions
v2.7.2
v2.7.1
v2.7.0
Changed
lib/Files
now takesoptions
instead ofkoop
(only needed koop.config and koop.log)- cleaned up
app.register
method logicapp.register
can now register caches and plugins iftype
is specified correctly- delegates to
app.registerProvider
,app.registerCache
,app.registerPlugin
- throws error on bad provider or cache registration
- using
koop.log
in index instead ofconsole.log
- reorganized index for readability & code organization
- consolidated koop, lib, app (#237)
- logging version and mountpath when express middleware is mounted
- broke out
lib/SpatialReference
into format-spatial-ref - 64% speedup in converting esri json to geojson (#242)
Added
app.registerProvider
method for providersejs
is now a dependency (#234)