Closed dmfenton closed 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) })
This PR adds a function for getting the info about the service itself
e.g.