We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What needs to be done in llmr to fully support the latest Outdoors style for native (converted with gl-style script):
icon
maki
image
strokeBlur
text-halo-blur
prerender
prerender-size
prerender-blur
"text-field": '{{name}}'
'name'
In addition, there are following issues with rendering Outdoors to be fixed:
The text was updated successfully, but these errors were encountered:
text-halo-blur added in 5f3b1a9
Sorry, something went wrong.
Fixed stops beyond range.
fix unsetting translated matrix, ref #401
7982ca3
Tracking minor stuff in separate issues.
Merge pull request mapbox#401 from mapbox/draw-polygon-test
2ecfd9a
Add draw_polygon tests
No branches or pull requests
What needs to be done in llmr to fully support the latest Outdoors style for native (converted with gl-style script):
icon
bucket property (e.g. to usemaki
field for pois) Support usingmaki
as a value forimage
property mapbox-gl-native#196 — to avoid creating LOTS of poi buckets (one for each poi type). Also see Use token replacement system foricon
mapbox-gl-native#300strokeBlur
(which will betext-halo-blur
) — for some label effectsprerender
,prerender-size
,prerender-blur
fill blurring #424 Support polygon blurring mapbox-gl-native#192 — for contour and hillshade blurring"text-field": '{{name}}'
instead of just'name'
) mapbox/mapbox-gl-native@c5fd7a0 — for contour labelsIn addition, there are following issues with rendering Outdoors to be fixed:
The text was updated successfully, but these errors were encountered: