-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix SDK support section of symbol-sort-key docs (base: publisher-production) #8499
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
explicit source options take precedence over TileJSON
Recent pricing changes introduced a `sku=` query parameter that changes with every map load. This defeats the browser's ability to cache these tiles. We're working around that by implementing our own caching with the new `Cache` api. - skips caching tiles that expire soon - only caches mapbox tiles (no 3rd party tiles, styles, etc because the browser should cache these fine) - does not work in IE, Safari Browser tests can be found in debug/cache_api.html mapboxgl.clearStorage added to provide a way to clear the cache.
This was throwing errors in browsers that don't support the cache api but wasn't previously noticed because it was not breaking anything.
This PR also assigns SDK versions for the `text-variable-anchor` property (both `text-variable-anchor` and `text-radial-offset` are the parts of the variable text placement feature).
More explicit/correct instructions for running & writing render tests
…h support for pitching with compass icon (#8296) * Add resetNorthPitch for pitch control * Add optional pitch visualization + touch support * Add touch support and synthetic touch click * Add doc and return this * Don't use passive: false for mousedown * Fix issue with clicking didn't finalize dragging * Use _prevPos instead of _startPos * Fix lint issues * Fix flow issues
* v1.1.0-beta.1 (#8353) * Update CHANGELOG.md for v1.1.0-beta.1 release * Bump package.json version to 1.1.0-beta.1 * v1.1.0 & style-spec@13.7.1 (#8408) * Update style-spec version & changelog for style-spec@13.7.1 - Update style-spec/CHANGELOG.md to add bugfix items - Bump style-spec/package.json version to 13.7.1 (patch) * Update mapbox-gl package version to 1.1.0 for final release * Add missing style-spec changelog entry
* upgrade rollup deps * optimize bench view build * fix up benchmarks_view build
* Make requirements for text offset props more precise * Overriding text properties have fewer requirements
and combinations/fill-extrusion-translucent--fill-opaque tests. Related to #5831
* add map-specific token functionality * add debug * test failing condition * documentation * lint * stow custom access token in config * lint * wrap * stow local token in requestmanager * simplify custom token passing * flow typing * lint * fix lint * wrap * restore conditional * pass lint * custom tokens in attribution
fix #8470, continuous memory usage growth
fix iOS version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #8488
This PR adds the SDK support section docs for the
symbol-sort-key
property.symbol-sort-key
style property #7678, merged on Dec. 12. It was the same day as the 0.52-beta but it must've missed branch cut: https://github.com/mapbox/mapbox-gl-js/commits/v0.52.0mojito
.new version of #8496 that merges into publisher-production