-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): Homogenize all providers as static
There is no reason to keep an instance of each provider, and moving them to static like some other one (PointCloudProvider for example) do no harm, but homogenize all providers to one structure. Also note that there are two required functions in a provider: preprocessDataLayer and executeCommand, that are verified when adding a provider, in the scheduler. BREAKING CHANGE: KML_Provider and BuildingBox_Provider have been removed, as well as getPointOrder from WFS_Provider.
- Loading branch information
Showing
10 changed files
with
149 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.