koopjs / koop-provider-composite

Combine multiple geoservices into a common, normalized geoservice
Other
4 stars 3 forks source link

Aggregating FeatureServices in different spatial references? #7

Open MarkTorrey opened 6 years ago

MarkTorrey commented 6 years ago

How do we want to handle aggregating services that may be in different spatial references? Right now we are normalizing backend requests by adding a consistent outSR to the query.

https://github.com/koopjs/koop-provider-composite/blob/390cecc92df75080ed94e372ca9d6d88b87d7a5b/model.js#L149