Open gdey opened 4 years ago
I think it would be ideal if we could just use the type
property and not need to introduce a new top-level provider concept. It would also get rid of the mvt_
prefix that needs to be added to map layers.
Regarding conflation, we can't conflate at this time, but we have talked about ways to make conflating possible so it's not entirely a blocker long term.
Should be remove mvt_provider, and have the provider register it's self as an mvt type of provider.
i.e.
There are some things to note about this approach.
The provider needs to that it's an MVT provider (this could be done by look to see if it supports the mvt_provider interface)
Documentation can be confusing as mvt providers can not conflate with other providers.