Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Source interface to allow/prepare for extensibility #2648

Closed
wants to merge 7 commits into from

Commits on Jun 1, 2016

  1. Add optional callback for dispatcher.broadcast

    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    27a8275 View commit details
    Browse the repository at this point in the history
  2. Major refactor to Source interface

     * Invert the TilePyramid / Source dependency
     * Change Source from class-based to factory-based interface
     * Add WorkerSource concept, allowing Source type to register worker-side functionality
     * Separate GeoJSONSource and ClusteredGeoJSONSource
    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    17c431d View commit details
    Browse the repository at this point in the history
  3. Move coveringZoomLevel, coveringTiles to Transform

    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    fdefd3e View commit details
    Browse the repository at this point in the history
  4. Refactor raster source to new interface

    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    e870fa8 View commit details
    Browse the repository at this point in the history
  5. WIP - refactor video source

    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    43b5e72 View commit details
    Browse the repository at this point in the history
  6. Reload pyramid in onChange()

    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    18d7f6d View commit details
    Browse the repository at this point in the history
  7. Reinstate query*Features

    Anand Thakker committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    6a424da View commit details
    Browse the repository at this point in the history