koopjs / FeatureServer

An open source Geoservices Implementation (deprecated)
https://geoservices.github.io
Other
101 stars 32 forks source link

Legend Route not supported #172

Open SergeyBarskiy opened 4 years ago

SergeyBarskiy commented 4 years ago

Route.js does not have support for legend route. Right now I call https://server/arcgis/rest/services/blah/blah/MapServer/legend?f=json and get the output. This is not supported by current routes. Is there a chance the legend route could be added?

Thank you!

rgwozdz commented 4 years ago

@SergeyBarskiy - Thanks for reaching out. I've tagged this as an enhancement. Quickest way to get this added would be to submit a PR and we can review. In the mean time, you could also add it as a custom route in a provider.

SergeyBarskiy commented 4 years ago

Thanks for the super quick response, @rgwozdz . I will add that to our to-do list... Thanks.