koopjs / featureservice

Get all features from an Esri Feature Service.
Other
22 stars 3 forks source link

set concurrency based on geomtype #33

Closed dmfenton closed 8 years ago

dmfenton commented 8 years ago

Requests for features with non-point geometries are much more resource intensive than requests for point geometries. This PR takes that into account and sets default concurrency to 4 and 1 respectively for hosted and on premise servers.