All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Bump koop-output-geoservices
5.1.0 - 2022-09-30
- Ability to override CORS settings
5.0.0 - 2022-08-05
- Pull in updated cache-memory plugin
- Remove support for Node 10
- prefer req.query.token over req.body.token
4.2.4 - 2022-06-14
- Bump output-geoservices
4.2.3 - 2022-05-03
- Bump output-geoservices
4.2.2 - 2022-04-16
- Update cache-plugin
4.2.1 - 2021-10-01
- improper use of
after
in pullStream
4.2.0 - 2021-06-19
- Support for NodeJS streams as a data interchange format between provider and output plugins (#141)
- Inconsistent cache key when a
createKey
function is provided (#136)
4.1.1 - 2021-02-18
- Bump output-geoservices for feature-server fix
4.1.0 - 2020-12-14
- Bump output-geoservices for more CRS support
4.0.5 - 2020-11-17
- Bump output-geoservices
4.0.3 - 2020-10-19
- Bump output-geoservices
4.0.2 - 2020-10-19
- Point output-geoservices to @koopjs
4.0.1 - 2020-08-18
- Typo in route joiner logic
4.0.0 - 2020-06-30
- End support for Node < 6; remove Babel compilation to
/dist
directory and point package.json directly to non-compiled source files - Moved datasets provider to its own directory and leverage the registration function
- Moved provider options validation to ProviderRegistration
- Refactored provider status info
- Refactored provider registration, output registration, and controller treatment.
- path construction when no host or id parameter
3.19.1 - 2020-06-29
- Dist directory build
3.19.0 - 2020-06-29
- Option to disable console logging of routes; use environment variable
KOOP_DISABLE_CONSOLE_ROUTES=true
3.18.0 - 2020-03-31
- Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes
3.17.3 - 2020-03-26
- Prevent overwriting cache and option assignments that occur in provider model constructors
3.17.2 - 2020-03-26
- New functions to support fetching metadata for data catalog and layer
- Update dependencies
- Update Travis CI config
- Enhance development experience by using pre-commit linting
- Make route method definitions case insensitive, i.e.,
get
,GET
orGet
all ok - Refactored model extension
3.17.1 - 2020-02-05
- Provider name option gets used for plugin routes
3.17.0 - 2020-01-14
- Add options object to instantiated model
- Add cache option validiation
- Add
before
andafter
transformation functions to provider registration options - Add
name
to provider registration options and preferentially use as provider name in routes
3.16.0 - 2019-12-17
- lock files
- Support
True
andFalse
as boolean values for query parameters
3.15.0 - 2019-12-05
- added
pluginName
property to plugin registration object, which takes precedence overplugin_name
.
- when determining the plugin name,
plugin_name
takes precedence overPlugin.name
.
3.14.0 - 2019-11-25
- provider routes bound before other plugin routes
3.13.0 - 2019-07-09
- appending layer id to cache key provides unique keys for each layer in a provider
3.12.2 - 2019-06-05
- output-plugins routes must be bound before provider routes
3.12.1 - 2019-06-04
- preferentially use the
config
argument forthis.config
during instantiation
3.12.0 - 2019-05-24
- response compression unless explicitly disabled with config's
disableCompression
property
3.11.1 - 2019-05-22
- console logging of provider/output routes
3.11.0 - 2019-03-29
- pass in options object when registering a cache provider
3.10.1 - 2018-11-01
- Use path.posix.join instead of path.join
3.10.0 - 2018-10-08
- Option to add route prefix per provider
3.9.4 - 2018-09-13
- Throw error on plugin name undefined, not defined
3.9.3 - 2018-09-05
** Bump koop-output-geoservices version to 2.0.0 ** Bump standard to 12.0.0 and apply style fixes
3.9.2 - 2018-08-06
- Bad npm publish
3.9.1 - 2018-08-06
- Routes where
hosts: true
anddisableIdParam: true
now being constructed correctly as/:host/FeatureServer/:layer/:method
3.9.0 - 2018-07-20
- Prefentially use a
createKey
function found on the Model's prototype
- Apply standard.js to source and test files
- Make style adjustments to pass standard.js
3.8.0 - 2018-06-19
- Parse query params that arrive as JSON strings
- Coerce query params that arrive as boolean strings
3.7.3 - 2018-06-08
- Explicit bump of koop-output-geoservices version
3.7.2 - 2018-06-08
- Auth plugin registration now adds
authenticationSpecification
to Model prototype
3.7.1 - 2018-06-01
- Explicitly bump koop-output-geoservices to 1.5.1
3.7.0 - 2018-05-22
- Added registration of authentication plugin type
3.6.1 - 2018-05-09
- Routes with a $namespace placeholder require a $providerParams placeholder to also receive the
:host/:id
URL fragment.
3.6.0 - 2018-04-25
- helper module and function to create route paths with decoration based on passed options
- Option to insert the provider-specifc route fragments into the route path (rather then simple prefixing), by replacing occurence of '$namespace$' and '$providerParams$' substring
3.5.5 - 2018-04-11
- replace truthy operator
- migrate logger to @koopjs/logger v2.0.2
3.5.4 - 2018-03-23
- missed
npm build
step
3.5.3 - 2018-03-23
- Trim leading/trailing whitespace on request's query params if of type string
- multiple provider installation
3.5.2 - 2017-08-14
- multiple output installation
3.5.1 - 2017-03-16
- Correct regex error on Windows
3.5.0 - 2017-03-03
- Any registered Output Plugin can access the cache directly.
- Removed reference to koop-featureserver-plugin
3.4.0 - 2017-03-03
- Providers can leverage the cache implicitly
- Base Model inherits from Provider Model
3.3.0 - 2017-03-02
- Dataset model
upsert
PUT
to cache uses upsert
3.2.0 - 2017-02-14
- Option for Provider not to use an ID parameter
3.1.1 - 2017-02-13
- Allow providers without routes to be registered
3.1.0 - 2017-02-13
- CRD API for datasets in cache at
/datasets/:id
- CRD API for metadata in cache at
/datasets/:id/metadata
- FeatureServer API for datasets in cache at
/datasets/:id/FeatureServer
3.0.0 - 2017-02-13
- First stable release of Koop 3.0
- Remove Koop Local Cache in favor of koop-cache-memory
3.0.0-alpha.29 - 2017-02-02
- Maintain context in provider controllers
3.0.0-alpha.28 - 2017-01-31
- Use Koop-Localfs instead of default filesystem
- Expose provider controllers under
koop.controllers
to facilitate testing
3.0.0-alpha.27 - 2017-01-31
- New plugin type
Output
extends BaseController
- Koop exposes an express server at
koop.server
- Overhauled provider construction
- Removed
lib/featureservices
in favor of Featureserver - Removed internal Query code in favor of Winnow
- Removed
pattern
parameter on prioviders
3.0.0-alpha.26 - 2016-04-27
- Removed
lib/GeoJSON
- Removed geojson tests
lib/Local
select, getCount, getInfo, updateInfo return 'Resource not found' on errors
3.0.0-alpha.25 - 2016-04-14
- Filesystem is initialized properly
3.0.0-alpha.24 - 2016-04-13
- New plugin type
filesystem
with overwritekoop.fs
- Koop.fs defaults to node's built-in filesystem API
- Renamed
koop.files
tokoop.fs
- Removed
lib/files
- Removed references to plugins that refer to
koop.files
3.0.0-alpha.23 - 2016-04-12
- Sanitize jsonp callback in processFeatureServer
3.0.0-alpha.22 - 2016-04-04
- Remove duplicate json templates
3.0.0-alpha.21 - 2016-04-04
- Fixed a case where S3 write streams could be prematurely closed when files are less than 5 MB
3.0.0-alpha.20 - 2016-04-04
- Added default/configurable endpoint for S3 filesystem
3.0.0-alpha.19 - 2016-04-01
- params are optional in s3 read/write streams
3.0.0-alpha.18 - 2016-04-01
- S3 Uploads support adding metadata
3.0.0-alpha.17 - 2016-03-29
- Dont throw an exception when feature service response has no features
3.0.0-alpha.16 - 2016-03-15
- Rebuild
3.0.0-alpha.15 - 2016-03-15
- Don't emit error on S3 abort
- Increase max post size to 10mb
- Removed node-fs dependency
- Emit finish event on local writeStream
3.0.0-alpha.14 - 2016-03-14
- Fix abort on S3
3.0.0-alpha.13 - 2016-03-10
- Short circuit to avoid filtering with processFeatureServer
- Remove for logic from processTemplate for multiple layers
3.0.0-alpha.12 - 2016-03-09
- Refactor processFeatureServer chain to only take a single geojson layer and fewer parameters
- Refactor lib/FeatureServices for speed and clarity
- Call abort on the correct upload object when writing files to S3
3.0.0-alpha.11 - 2016-03-02
- Can now call
abort
on files.createWriteStream to delete partial file
3.0.0-alpha.10 - 2016-02-22
- Rebuild
3.0.0-alpha.9 - 2016-02-22
- Field type declared as string only for ISO
- Query parameters 'false' and 'true' work as expected in feature service requests
3.0.0-alpha.8 - 2016-02-10
- Sanitize geometry to null when malformed
3.0.0-alpha.7 - 2016-02-08
- Fix CVD decoding when value is not in the domain
3.0.0-alpha.6 - 2016-02-02
- Compile process run correctly
3.0.0-alpha.5 - 2016-02-02
- Rebuild
3.0.0-alpha.4 - 2016-02-01
- Use ArcGIS To GeoJSON utils
3.0.0-alpha.3 - 2016-01-26
- Include templates in build
3.0.0-alpha.2 - 2016-01-25
- Use
gunzip-maybe
for s3 read streams
3.0.0-alpha.1 - 2016-01-19
- Add files missing from build
3.0.0-alpha - 2016-01-07
- Koop will now be written in ES > 5 and compile with babel
- New plugin system
- Extract Logger, Queue and Exporter into seperate packages
- Remove timers from koop.Cache
2.12.3 - 2016-04-12
- Sanitize jsonp callback
2.12.2 - 2016-04-06
- Don't create esriFieldTypeDate unless the value is an ISO String
2.12.1 - 2015-12-29
- Layer defaults to 0 when not specified when selecting features
2.12.0 - 2015-12-29
- New methods
files.createReadStream
&files.createWriteStream
read/write from local disk or S3 - New methood
cache.createStream
creates a stream that emits 1 feature at a time from the cache
2.11.0 - 2015-12-03
- Support for adding indexes to a feature table
2.10.5 - 2015-11-19
- Return when calling back with an error in
local/getInfo
2.10.4 - 2015-11-18
- Increase logging of errors in export worker
2.10.3 - 2015-11-10
- Remove 3 causes of unhandled exceptions in lib/geojson
2.10.2 - 2015-11-10
- Clean up file on local disk after single page export
2.10.1 - 2015-11-06
- Better wkt for SRID 5514
2.10.0 - 2015-11-06
- Support for copying files from one folder to another on the local filesystem or S3
- Log error when uploading or copying to S3 fails
- Handle saving exported files to S3 outside of the job process, so they can happen concurrently
- Export workers take on new jobs as soon as they have finished OGR
- Using the S3 managed uploader -> multipart uploads with built-in retrying
- Retry upload to S3 one time if it fails
- Copy exported files to latest path instead of uploading
- Removed unnecessary test files
2.9.5 - 2015-11-05
- Set supportsOrderBy on feature service to false. The implementation is flawed
- Error messages are saved correctly when export jobs fail
- Hard-code correct WKT for SRID 5514
2.9.4 - 2015-11-04
- Job progress is always set to 100% on completion
- Removed cause of unhandled exception when deleting files from S3
2.9.3 - 2015-11-02
- Null date fields are no longer set to 1970
- Projections changes are added to OGR call
2.9.2 - 2015-10-14
- Roll back change made to support geoservices. Koop-pgcache is not ready to handle sorting on its own.
2.9.1 - 2015-10-14
- Progress is reported correctly for single page export jobs
2.9.0 - 2015-10-12
- Resources are no longer set to
processing
when export jobs are running. - Resources have progress reported on specific option keys
- Export generation locks are set only on specific option keys instead of the entire resource
- New class handles export job creation
- Broke ExportWorker into multiple subjobs
- Queue creation logic is moved out of the index
- The ExportWorker only updates the DB if the job failed
- All ExportWorker errors are saved to the resource info doc.
- Typo no longer prevents s3 filesystem from initializing
2.8.6 - 2015-10-01
- LocalDB
select
method now works properly ifoptions.layer
is omitted or included in key string
- removed
processing
status from LocalDB
2.8.5 - 2015-09-24
- catch omission of
new
keyword forkoop.Files
- Gracefully handle malformed esri geoms in geojson conversion
- Revert Windows command line escaping, it was done improperly
- Always tranform datum for NAD83 exports
- No longer setting a display field that doesnt exist (or any display field at all)
2.8.4 - 2015-09-24
- Fix path to json part 0
2.8.3 - 2015-09-23
- Got rid of gulp and its dependencies (no longer in use)
- Export Workers send geojson to callOgr so it can properly infer feature type
2.8.2 - 2015-09-21
- Travis tests against stable Node
- 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
2.8.1 - 2015-09-18
- Better test and support for null geometry in exports
2.8.0 - 2015-09-18
- 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
- Refactored projection support to use spatialreference
- Refactored export logic for csv and shapefiles into separate functions
2.7.2 - 2015-09-16
- Fix regression in overwriting 2927 WKT string
2.7.1 - 2015-09-10
- refactored
lib/FeatureServices
&lib/Query
(no morethis
) - added jsdoc to some lib files (BaseModel, FeatureServices, Query, GeoJSON, Logger)
- does sorting in the DB where available
2.7.0 - 2015-09-02
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)
app.registerProvider
method for providersejs
is now a dependency (#234)
2.6.2 - 2015-08-20
- Make export worker concurrency configurable and default to 1
2.6.1 - 2015-08-19
plugin
method for accessing plugins via BaseModel (#226)
- Reuse json stored locally on geojson requests
- Removed unused TopoJSON artifacts
2.6.0 - 2015-07-30
- Parsing the logpath in
lib/Logger
needed to use slice instead of splice - Try to use latest WKID or WKID, whichever is available in esri-proj-codes
- Tests for new method
lib/Exporter.js:createIdFilter
- refactored preview to incorporate breaking changes in esri-leaflet 1.0.0
- switched to using L.Icon.Default
- refactored the idFilter logic into a shared method in Exporter
createIdFilter
- logic for returning files was calling the callback with an error and causes a double response on export requests
- Leaflet image files
2.5.3 - 2015-07-29
- Fixed module export bug in preview (koopMap) script
- Created
RELEASE.md
for release guidelines
2.5.2 - 2015-07-28
- Refactored library modules to catch uncaught errors and return early
- Updated and improve tests
- Deleted errant
pm2.json
file inlib
- Removed unused TopoJSON support lib
- Removed slashes from shapefile format in
lib/Exporter.js
- Moved repository from https://github.com/Esri/koop to https://github.com/koopjs/koop
2.5.1 - 2015-07-16
- Removed a reference to the file tmp names that still existed in the export workers
2.5.0 - 2015-07-16
- Shapefile downloads for datasets greater than 1000 features and less than 5000 are now fixed
- Refactored the way exported files get saved to disk locally. All files for a cache key get created under the same directory.
2.4.2 - 2015-07-15
- Support for timers in the local cache is now working as expected
- Tests for local cache timer logic
2.4.1 - 2015-07-14
- Bug when not supplying an outSR the wkid value was still trying to be accessed
2.4.0 - 2015-07-13
- Made metadata files on shp file exports have a "shp.xml" extension
- Using outSR in place of a URLs wkid to reproject data
- A centralized spatial reference parsing class that is exposed in
lib/BaseModel.js
and used inlib/Exporter.js
- Adds support for options.wkid, options.wkt, or options.outSR in lib/Exporter.js
2.3.0 - 2015-07-02
- If a provider passes in a metadata value to the Exporter then it will be used to create a metadata xml file for only shp exports.
- Added a
exportFile
method to BaseModel that providers a more simple interface to exporting methods. The goal will be to ultimately change the wayexportLarge
andexportToFormat
are called by providers.
2.2.1 - 2015-06-29
- Cleaned up the zip command in lib/Exporter.js
- fixed removeShapefile to actually clean up after itself on zip/shp creation
2.2.0 - 2015-06-24
- Providers can optionally pass in an
overrides
property to theprocessFeatureService
method on controllers. This allows a provider to manually override any templated values in the Feature Service response like names, descriptions, etc. - Tests for overriding properties
- Tests passing in counts to FeatureServices when
returnCountOnly
is true - Added wrapper methods on the
lib/Cache.js
for missing cache methods - Added jsdocs to methods in
lib/Cache.js
- Providers can now optionally pass in an extent that FeatureServices will use instead of looping over features
- If no config is passed in one will get created as an empty object. This protects koop from crashing with no config (#186).
- Shapefile parts are deleted after being added to zip
- Zip exports no longer contain shapefile parts that do not belong
- Ensuring that date fields are correctly cast as dates in FeatureServices
2.1.12 - 2015-06-12
- Fixed typo bug with checking for expired caches when timers are set. s/checkthis/checkCache/g
- Better logic around outSR when requesting 102100 as projected output
- checking for codedValues on field.domains in the lib/GeoJSON - fixes a bug with numeric domains
- All query model tests are running and passing
- Correctly replacing LCC to address an ogr2ogr proj bug
- A project roadmap for laying out upcoming versions and work we want to do in those versions
2.1.11 - 2015-06-04
- Local cache get info now returns error if info does not exist
2.1.10 - 2015-06-02
- adding an object id to the list of fields when its missing for CSV data
- Files from S3 now get a the HEAD request data back when checking if files exist
2.1.9 - 2015-05-21
- Sending any stored header/field lists to the featureserver code to support ordered fields coming from CSVs data.
- More logic around not exporting X/Y values when data attributes contain an x and y prop.
2.1.8 - 2015-05-19
- A misleading error log on start up that was left in the index.js
2.1.7 - 2015-05-18
- Multiple file transports for debug and error level logging
- A different log formatter for better inclusion into fluentd
- Bug fix for feature service objectID fields names
2.1.6 - 2015-05-13
- Forcing CSV column headers to be trimmed for leading/trailing whitespace on parse
- Fixed support for returnGeometry=false
- Not setting the id attribute if OBJECTID is already present
- Fixed support for orderByFields on featureservice requests for both ASC and DESC sort orders
2.1.5 - 2015-04-30
- method for getting geohash grids if the installed cache supports it
- saveFile method in lib/BaseModel to give providers that ability to save file centrally
- Fixed registration of services in the lib/Local.js cache
2.1.4 - 2015-04-28
- fixed an issue with export shapefiles from datasets with exactly 5k features
- fixed table detection for non-geom datasets
- CSV exports will not include X/Y if the data have an x & y property
- support for a NAD83 to WGS84 datum shift for UTM datasets
2.1.3 - 2015-04-21
- applying a datum xform for proj codes 2927. We may need to apply this across all State Plane HARN based projections in the future.
2.1.2 - 2015-04-20
- fixed an off by one issue in the new export paging strategy. This cropped in testing datasets with exactlye 5000 feature missing one feature. Basically we paged starting at
id === 0
instead ofid === 1
. - using new body-parser methods to parse post bodies for app/json and app/form-urlencoded post bodies
2.1.1 - 2015-04-14
- sending -update to ogr2ogr to support large file exports
- fixed the idFilter clause for normal, non-worker exports
- using the dataset hash key for VRT files to fix a bug with exports
- fixed an issue with large files filtered to less 5k ending in stuck datasets
- added a few jsdocs to the index, the goal is go through all public methods and do this
2.1.0 - 2015-04-09
- a new route
/export-workers
to inspect the current backlog of export workers if configured to run in worker mode - added an idFilter to exports to improve query efficiency over limit/offsets
- Wrapping export worker in node.js domains to protect against stuck worker jobs. Running inside a domain allows the workers to trap every/any uncaught error and return the job as failed.
- Adding the moveLargeShapefile method in order to support correct shapefile part naming differences between large data and small data exports.
- Using Lambert_Conformal_Conic_2SP instead of 1SP to correct projection errors using 1SP.
2.0.4 - 2015-04-06
- Sanitizing export file names to protect again quotes in input params to ogr2ogr
- Better protection against missing proj codes in the esri-proj-code lookup
2.0.3 - 2015-04-03
- Forcing export shapefiles with Lambert_Conformal_Conic proj strings to use Lambert_Conformal_Conic_1SP. For more info see: http://trac.osgeo.org/gdal/ticket/2072
2.0.2 - 2015-04-02
- Small data exports in worker mode now use the regular exportToFormat workflow in Exporter.js
2.0.1 - 2015-04-01
- Forcing status processing on progress reporting from export worker jobs
- Wrapping projection WKT in single quotes for calls to ogr2ogr
2.0.0 - 2015-03-31
- Replaced logic in
lib/Extent.js
with esri-extent (#130). - Exporter does not include json partials in exported zipfiles
- custom projections are supported with WKT from feature services
- esri-proj-codes is added to support Esri projection code lookups and pass WKT projection strings
- Added support for coded domain values in exports from services that pass such domains in fields property. Exports from koop will use the coded values (strings) in place of domain codes.
- tile support is no longer included by default, please use koop-tile-plugin if needed
1.1.2 - 2015-03-25 [DEPRECATED]
This version has been deprecated due to a breaking change introduced in v1.1.0
.
- If a provider passes a WKID to the Exporter methods the data will be projected into that ESPG/WKID
- First pass at a refactored Exporter. Still needs to be revisited but more code is now shared across the
exportToFormat
andexportLarge
methods. Anything that can be shared is now shared, but the logic in theexportLarge
method needs another pass.
1.1.1 - 2015-03-19 [DEPRECATED]
This version has been deprecated due to a breaking change introduced in v1.1.0
.
- Log files will now rotate automatically
- BaseModel will remove unneeded json data from geojson when passing to the tile plugin
1.1.0 - 2015-03-17 [DEPRECATED]
Deprecated due to a breaking change: removed tiles/mapnik support
Please use koop-tile-plugin if you need tile support.
- 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
1.0.19 - 2015-03-04
- We are now using the latest node-mapnik version, which should help with installs on Windows.
1.0.18 - 2015-03-02
- support for
koop-pgcache
to export workers
1.0.17 - 2015-03-02
- 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
1.0.16 - 2015-02-13
- Added missing
connect-multiparty
module topackage.json
1.0.15 - 2015-02-12
- Added support for multipart form posts
- Fixed the way feature service requests handle query strings to the info endpoints
1.0.14 - 2015-02-10
- 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 inkoop-agol
1.0.13 - 2015-02-02
- 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 ofST_SimplifyPreserveTopology
for speed
1.0.12 - 2015-01-29
- Now sending expiration time with base JSON response (helps with cache life)
- Set default tile style to points
1.0.11 - 2015-01-27
- Fixed support for bad
outStatistics
params in the URL
1.0.10 - 2015-01-26
- using mapnik-pool for all tiles now
- refactored tiles for better vector tile buffer/edge support in the mapnik
- PBF tiles are now deflated via zlib, which makes them smaller
- providers need to set the header
content-encoding: deflate
- providers need to set the header
1.0.9 - 2015-01-21
- splitting objectIds for feature service queries
- must be a string, not an array now (as per the geoservices rest spec)
1.0.8 - 2015-01-21
- fixed an issue with object id fields in feature service queries for Ids with filters
- when using returnIdsOnly the objectID was not getting set, which return false rows.
1.0.7 - 2015-01-20
- lib/Tiles.js now passes along an optional name param to the tile generator. Vector tile use this name to store features.
- fixed the tests, they are passing but jshint is not.
- changed the way the lib/BaseController.js sends back its statuses.
1.0.6 - 2015-01-16
- a flag to the lib/Exporter.js class that will lock export jobs to prevent duplicate jobs stepping on each other in the queue.
- This means that one job per dataset can be enqueued at a time.
- Down the road this may cause problems for when we want to pre-cache several formats for the same dataset at the same time. That bridge will be crossed at that time.
1.0.5 - 2015-01-15
- a flag to the lib/PostGIS.js cache too ignore the selection limit unless a provider wants to use it.
- since this feature is used by only a couple providers it seemed better to make it an opt-in option for the few, rather than an opt-out option across every provider.
1.0.4 - 2015-01-15
- adding an ability to override koop's data limit of 2k.
1.0.3 - 2015-01-13
- Fixed a bug in the ExportWorker where shps were being created as a directory with an extension .shp; this fixes some formatting errors that were related.
1.0.2 - 2015-01-13
- Koop exports now force OGR to create shp file dirs instead of files; This adds more consistency so the code can maintain a single way for creating zip exports
- The query support for outStatistics now removes any passed in slashes so it stops choking on parsing semi-bad inputs
- The large data limit was moved from 10k features to 2k. This helps koop when its deployed with workers in that more work is handed down to the workers, which is good.
1.0.1 - 2015-01-08
- For providers where hosts are used the info in the cache now stores the ID of the host for that datasets
- New providers endpoints for accessing metadata about installed providers and all data in the cache per provider
- CSV files now get a BOM to help with parsing utf-8 chars in Excel
- Updated the docs in the readme to be a tad bit cleaner
1.0.0 - 2014-12-30
Koop is now just a node module that exposes an express middleware app with hooks to register koop providers. This pattern represents a cleaner way to structure using koop with a series of other modules and makes deploying to places like Heroku and AWS much easier.
- Version 1.0.0 changes many thing
- koop is now a module, installable via
npm install
- koop-server is no more; all central code is in the koop project
- to use Koop you must use it as middleware in an app that boots up an http server
- koop is now a module, installable via