Skip to content

Releases: koopjs/featureservice

v1.6.2

05 Nov 17:31

Choose a tag to compare

Changed

  • Throw TypeError when URL is not a FeatureServer or MapServer with optional layer

v1.6.1

30 Nov 00:11

Choose a tag to compare

Changed

  • Double check pagination support with a request for the second page

v1.6.0

19 Jun 14:31

Choose a tag to compare

Added

  • Check for an option outSR and if provided use it to transform data; if no outSR option default to outSR=4326

v1.5.13

31 Jan 21:06

Choose a tag to compare

Fixed

  • Parse out html at the end of an otherwise valid response

v1.5.12

29 Dec 17:53

Choose a tag to compare

Changed

  • Z value is requested when paging

v1.5.11

23 Oct 16:51

Choose a tag to compare

Fixed

  • Use options.size to restrict max

v1.5.10

23 Oct 14:09

Choose a tag to compare

Changed

  • Don't use forever agent on http requests

v1.5.9

20 Oct 17:04

Choose a tag to compare

Changed

  • Use request library instead of hand-rolled http(s) requests

v1.5.8

16 Oct 15:23

Choose a tag to compare

Changed

  • Don't set min max OIDs for a single page request

v1.5.7

07 Apr 02:53

Choose a tag to compare

Changed

  • Remove unneeded try/catch