You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Mapbox URL indicating a map identifier (`mapbox://<mapid>`). The URL should
There are also several occurrences of “a Mapbox URL indicating the style’s map ID”, which is inaccurate following #1561. These occurrences should be replaced by “a Mapbox URL identifying the style”:
@1ec5 In looking at this, it seems that in several cases we're using the term style's map ID to refer to a style url (rather than a map ID/tileset ID).
I believe that in your OP, that's the case in the following files:
and we should consider changing the rest of the instances you found to style URL instead. Does that sound right to you?
EDIT: Reading comprehension fail! Sorry, @1ec5, completely glossed over the fact that you already pointed out that we are referring incorrectly to map IDs in your original post 😬
Map IDs are being renamed to tileset IDs across the board. We refer to map IDs in a couple places in the iOS/macOS map SDK’s header documentation:
mapbox-gl-native/platform/darwin/src/MGLRasterTileSource.h
Line 74 in 9bd59bf
mapbox-gl-native/platform/darwin/src/MGLRasterTileSource.h
Line 100 in 9bd59bf
There are also several occurrences of “a Mapbox URL indicating the style’s map ID”, which is inaccurate following #1561. These occurrences should be replaced by “a Mapbox URL identifying the style”:
mapbox-gl-native/platform/darwin/src/MGLOfflineRegion.h
Line 18 in d3bb518
mapbox-gl-native/platform/macos/src/MGLMapView+IBAdditions.h
Line 25 in f3341dd
mapbox-gl-native/platform/darwin/src/MGLShapeOfflineRegion.h
Lines 62 to 63 in 5d891b4
mapbox-gl-native/platform/darwin/src/MGLTilePyramidOfflineRegion.h
Lines 64 to 65 in 5d891b4
mapbox-gl-native/platform/darwin/src/MGLMapSnapshotter.h
Line 18 in 67e5761
mapbox-gl-native/platform/macos/src/MGLMapView.h
Line 87 in 7017ac5
mapbox-gl-native/platform/macos/src/MGLMapView.h
Line 134 in 7017ac5
mapbox-gl-native/platform/ios/src/MGLMapView.h
Line 202 in 9bd59bf
mapbox-gl-native/platform/ios/src/MGLMapView.h
Line 262 in 9bd59bf
/cc @mapbox/maps-ios @brsbl
The text was updated successfully, but these errors were encountered: