Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Computed (on-demand) shape source #6940

Closed

Commits on Dec 8, 2016

  1. Sketching out CustomVectorSource interface

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    403ac49 View commit details
    Browse the repository at this point in the history
  2. Sketch out interface

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    5d74f08 View commit details
    Browse the repository at this point in the history
  3. Add to Mapbox.h header

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    579ef87 View commit details
    Browse the repository at this point in the history
  4. Move tilesize into options

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    095281e View commit details
    Browse the repository at this point in the history
  5. obj-c class is getting called for tiles

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    1656672 View commit details
    Browse the repository at this point in the history
  6. Get rid of setSourceLoaded non-sense

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    d2c62ef View commit details
    Browse the repository at this point in the history
  7. It works!

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    908a7e2 View commit details
    Browse the repository at this point in the history
  8. Inherit Options from GeoJSONOptions

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    30c9cb9 View commit details
    Browse the repository at this point in the history
  9. Create a common base class between MGLGeoJSONSource and MGLCustomVect…

    …orSource
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    aa5b27e View commit details
    Browse the repository at this point in the history
  10. Dont use hardcoded default tile size

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b6015b8 View commit details
    Browse the repository at this point in the history
  11. Fix indentation

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    6986db5 View commit details
    Browse the repository at this point in the history
  12. Revert development team setting

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    7482313 View commit details
    Browse the repository at this point in the history
  13. Revert more project file changes

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    f556388 View commit details
    Browse the repository at this point in the history
  14. Update docs

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    0f61a1f View commit details
    Browse the repository at this point in the history
  15. Run MGLCustomSource queries on an NSOperationQueue

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    7434506 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    474905b View commit details
    Browse the repository at this point in the history
  17. Add method to reload a tile

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b2cdaa3 View commit details
    Browse the repository at this point in the history
  18. Change names in obj-c classes to be consistent with project naming co…

    …nventions
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    36f0dd2 View commit details
    Browse the repository at this point in the history
  19. Change indentation to match project standards

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    a530538 View commit details
    Browse the repository at this point in the history
  20. Fix Options not getting used for geojson or custom source

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    6c589ed View commit details
    Browse the repository at this point in the history
  21. add function to custom source to reload all tiles

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    dcd7f8e View commit details
    Browse the repository at this point in the history
  22. Fix crash when parsing an empty feature collection with clustering en…

    …abled
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    e403ed9 View commit details
    Browse the repository at this point in the history
  23. Revert unintended changes to project file

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    50e7fe9 View commit details
    Browse the repository at this point in the history
  24. Revert unintended whitespace

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    adfc031 View commit details
    Browse the repository at this point in the history
  25. re-indent to 4 spaces

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    570da2c View commit details
    Browse the repository at this point in the history
  26. naming/spelling changes

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    cb76fe9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f6a908f View commit details
    Browse the repository at this point in the history
  28. Make custom source demo work

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    d731490 View commit details
    Browse the repository at this point in the history
  29. Use MGLGeoJSONSourceOption type

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    92ed922 View commit details
    Browse the repository at this point in the history
  30. add boost to header search paths so mbgl/util/tile_cover.hpp can be i…

    …ncluded in an obj-c++ file
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    18e7c60 View commit details
    Browse the repository at this point in the history
  31. Revert "add boost to header search paths so mbgl/util/tile_cover.hpp …

    …can be included in an obj-c++ file"
    
    This reverts commit 53d37890fcbe92fb67fcbbded6f448af696885ae.
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    d742e84 View commit details
    Browse the repository at this point in the history
  32. Add -reloadTileInCoordinateBounds:zoomLevel: method to MGLCustomVecto…

    …rSource
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ccb17de View commit details
    Browse the repository at this point in the history
  33. Add import to Mapbox.h

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    d8ffb91 View commit details
    Browse the repository at this point in the history
  34. Add new MGLCustomVectorSourceDataSource method based on bounds instea…

    …d of tile id
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    d737370 View commit details
    Browse the repository at this point in the history
  35. updated cmake file list

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    2e9e568 View commit details
    Browse the repository at this point in the history
  36. Move hash functions for tile_id into their own header, so tile_id.hpp…

    … can be included in obj-c++ without needing to include boost
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    244d689 View commit details
    Browse the repository at this point in the history
  37. Enable featuresInCoordinateBounds:zoomLevel: in MGLCustomVectorSource…

    …DataSource
    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    2f68306 View commit details
    Browse the repository at this point in the history
  38. Fix error after rebasing to master

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c9fba94 View commit details
    Browse the repository at this point in the history
  39. add removeFromMapView function

    Jesse Crocker committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    6bde7e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Configuration menu
    Copy the full SHA
    286550a View commit details
    Browse the repository at this point in the history
  2. Update based on changes in master

    Jesse Crocker committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    b591f5b View commit details
    Browse the repository at this point in the history
  3. re-add min zoom option that was removed in merge

    Jesse Crocker committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    fb37624 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Fix typoed option name

    Jesse Crocker committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    517f447 View commit details
    Browse the repository at this point in the history
  2. Fix build for macos

    Jesse Crocker committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    daa5209 View commit details
    Browse the repository at this point in the history
  3. Add ComputedShapeSource to macos target

    Jesse Crocker committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    fc0b94b View commit details
    Browse the repository at this point in the history
  4. Export classes, and add docs for MGLAbstractShapeSource

    Jesse Crocker committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    fcaa6e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1597509 View commit details
    Browse the repository at this point in the history
  6. Documentation fixes

    Jesse Crocker committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    206783b View commit details
    Browse the repository at this point in the history
  7. Add entries to iOS and macOS change logs

    Jesse Crocker committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    bee3b28 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Clear cache when reloading source

    Jesse Crocker committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    16fb067 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Merge remote-tracking branch 'origin/master' into feature/custom-vect…

    …or-source
    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    9e8dc9a View commit details
    Browse the repository at this point in the history
  2. Fix duplicated options after merging

    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    cbe2815 View commit details
    Browse the repository at this point in the history
  3. Fix merge error

    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    b31841d View commit details
    Browse the repository at this point in the history
  4. fix make test failing

    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    13ef94e View commit details
    Browse the repository at this point in the history
  5. Fix failing test

    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    ab55326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fcb46f View commit details
    Browse the repository at this point in the history
  7. First test for CustomVectorSource

    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    f01e1f2 View commit details
    Browse the repository at this point in the history
  8. A couple more tests

    Jesse Crocker committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    f75b34d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Fix memory corruption when removing a ComputedShapeSource

    Jesse Crocker committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    c73f6de View commit details
    Browse the repository at this point in the history
  2. Change indent in MGLComputedShapeSourceTests to 4 spaces

    Jesse Crocker committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    0be7292 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Update layer removal to be consistent with mapbox#7962

    Jesse Crocker committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    86ab288 View commit details
    Browse the repository at this point in the history
  2. Fix crash when source is dealloced

    Jesse Crocker committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    4bb3a9c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Address review comments

    Jesse Crocker committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    883f72e View commit details
    Browse the repository at this point in the history