koopjs / featureservice

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

fix range pages when layer id > 0 #21

Closed dmfenton closed 9 years ago

dmfenton commented 9 years ago

This PR fixes a bug where pages generated from object id statistics always used layer index 0. It also fixes the max record count at 5000 or less unless an option is set to increase it.

dmfenton commented 9 years ago

@ngoldman I fixed some of the jsdocs that are relevant to this PR. Thanks for the eagle :eyes:

ungoldman commented 9 years ago

:+1: