Skip to content

Releases: NBTSolutions/mapbox-gl-arcgis-featureserver

layer id, prevent gfi if outside extent

03 Sep 19:25
Compare
Choose a tag to compare
Short circuit featuresByPolygon

Check if polygon and extent overlap. If not, return empty FC. This is helpful for preventing excess requests, but also bc some services will return an error if geom is too far outside of extent

Fix call to requestsAreEnabled

03 Sep 16:10
Compare
Choose a tag to compare
v0.0.4

Fix call to requestsAreEnabled

Clean up

03 Sep 14:18
Compare
Choose a tag to compare
  • Fix enable / disable
    • requests disabled by default
  • Get features by polygon
  • Private class variables
  • Lint/Babel
  • Fix infinite project bounds requests

Remove usingFallback

30 Aug 21:52
Compare
Choose a tag to compare

usingFallback did not work and is not necessary for our current layers

Initial ~~~release~~~

27 Aug 01:17
Compare
Choose a tag to compare

Added token functionality, a prepare script for building fork, and fixed issue w/ missing attributionController