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

Migrate RuntimeStyleActivity off Mapzen tiles #10915

Closed
1ec5 opened this issue Jan 12, 2018 · 0 comments
Closed

Migrate RuntimeStyleActivity off Mapzen tiles #10915

1ec5 opened this issue Jan 12, 2018 · 0 comments
Labels
Android Mapbox Maps SDK for Android refactor runtime styling

Comments

@1ec5
Copy link
Contributor

1ec5 commented Jan 12, 2018

The Android testapp’s RuntimeStyleActivity.addCustomTileSource() makes use of Mapzen’s vector tile service, which will go away soon:

Source source = new VectorSource("custom-tile-source", new TileSet("2.1.0", "https://vector.mapzen.com/osm/all/{z}/{x}/{y}.mvt?api_key=vector-tiles-LM25tq4"));

We should replace this usage with Mapillary vector tiles, as seen in the Android demo app:

https://github.com/mapbox/mapbox-android-demo/blob/b17591ca120be81be3e26ce0652e9ced7e09f0a9/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/labs/SymbolLayerMapillaryActivity.java#L1098

Hat tip to @tobrun for the suggestion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android refactor runtime styling
Projects
None yet
Development

No branches or pull requests

1 participant