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

Update mapbox sdk 7.2.0 #274

Merged
merged 22 commits into from Mar 22, 2019
Merged

Update mapbox sdk 7.2.0 #274

merged 22 commits into from Mar 22, 2019

Commits on Mar 13, 2019

  1. Update mapbox SDK to 7.2.0

    ekigamba committed Mar 13, 2019
    Copy the full SHA
    855859c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2756d09 View commit details
    Browse the repository at this point in the history
  3. Perform layer operations in KujakuMapView after style has loaded

    This fix also re-adds the geojson sources & wmts layers to the map when the style is changed and finishes loading
    ekigamba committed Mar 13, 2019
    Copy the full SHA
    d829ebc View commit details
    Browse the repository at this point in the history
  4. Fix sample activities

    - This commit loads the streets-v11 layer for the sample activities since the MapView no longer has a default style.
    - Fixes layer and source operations performed in the sample code
    before the style has loaded
    ekigamba committed Mar 13, 2019
    Copy the full SHA
    997a550 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    ekigamba committed Mar 13, 2019
    Copy the full SHA
    a0fabdf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e73d10d View commit details
    Browse the repository at this point in the history
  7. Add KujakuLayers after style loads & re-add on style changed

    Re-add Kujaku layers if the style changes
    ekigamba committed Mar 13, 2019
    Copy the full SHA
    eecd1f6 View commit details
    Browse the repository at this point in the history
  8. Fix codacy issues

    ekigamba committed Mar 13, 2019
    Copy the full SHA
    08a6af3 View commit details
    Browse the repository at this point in the history
  9. Fix GeoJSONHelperTest tests

    ekigamba committed Mar 13, 2019
    Copy the full SHA
    e57c6d0 View commit details
    Browse the repository at this point in the history
  10. Disable default location engine in LocationComponent

    - Add tests for KujakuLayer.getLayerIds()
    - Remove Mapbox LocationComponent initialization after checking for permission locations
    - Remove conditional LocationComponent initialization based on location permissions
    ekigamba committed Mar 13, 2019
    Copy the full SHA
    89677e5 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    cdaff73 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    49f56b1 View commit details
    Browse the repository at this point in the history
  13. Remove re-adding layers when style changes

    There is no default style for the MapView and therefore the host application requires to define it explicitly. This means that KujakuMapView will always receive the callback when the host application does this. This is because the host application needs to wait for the MapView to load before setting the style
    ekigamba committed Mar 13, 2019
    Copy the full SHA
    ac2b380 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a826456 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    aeb244f View commit details
    Browse the repository at this point in the history
  16. Code cleanup

    ekigamba committed Mar 13, 2019
    Copy the full SHA
    eb61fd3 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    2533eb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Copy the full SHA
    d1a9ef3 View commit details
    Browse the repository at this point in the history
  2. Add tests for KujakuMapView

    ekigamba committed Mar 18, 2019
    Copy the full SHA
    c4f86b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Codacy trigger

    ekigamba committed Mar 21, 2019
    Copy the full SHA
    8e8cc78 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    679e6cb View commit details
    Browse the repository at this point in the history
  3. Add more BoundaryLayer tests

    ekigamba committed Mar 21, 2019
    Copy the full SHA
    629040d View commit details
    Browse the repository at this point in the history