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

[not ready] refs #892: Cocoa support for map ID style URLs #1163

Merged
merged 3 commits into from
Mar 31, 2015

Conversation

incanus
Copy link
Contributor

@incanus incanus commented Mar 30, 2015

Blocked by #1161.

This adds a Cocoa initializer for map ID style URLs (e.g. mapbox://<user.style>).

@incanus incanus added feature GL JS parity For feature parity with Mapbox GL JS iOS Mapbox Maps SDK for iOS labels Mar 30, 2015
@incanus incanus added this to the iOS Beta 1 milestone Mar 30, 2015
@incanus
Copy link
Contributor Author

incanus commented Mar 30, 2015

Hmm, we should probably actually squash this down to map ID directly instead of mapbox://.

incanus added a commit that referenced this pull request Mar 31, 2015
refs #892: Cocoa support for map ID style URLs
@incanus incanus merged commit 48a987c into master Mar 31, 2015
@incanus incanus deleted the cocoa-map-id-api branch March 31, 2015 06:47
1ec5 added a commit that referenced this pull request Mar 31, 2015
This change removes most of the ways you used to be able to apply a style to the map. Building on #1163, `styleURL` (HTTP(S), mapbox:, asset:) is the canonical way to apply a style, and `styleID` is a convenient shorthand for Mapbox-hosted styles. Internally, we now construct asset: URLs in lieu of “bundled style names”.
1ec5 added a commit that referenced this pull request Apr 3, 2015
This change removes most of the ways you used to be able to apply a style to the map. Building on #1163, `styleURL` (HTTP(S), mapbox:, asset:) is the canonical way to apply a style, and `mapID` is a convenient shorthand for Mapbox-hosted styles. A relative style URL is interpreted as a path relative to the app’s main bundle. We now construct asset: URLs in lieu of “bundled style names”.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature GL JS parity For feature parity with Mapbox GL JS iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant