koopjs / featureservice

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

add service info method #29

Closed dmfenton closed 9 years ago

dmfenton commented 9 years ago

This PR adds a function for getting the info about the service itself

e.g.

var service = new FeatureService('http://foo.com/rest/services/MapServer')
service.info(function(err, info) {
  console.log(info)
})