-
-
Notifications
You must be signed in to change notification settings - Fork 873
feat: add symbolZOffset to symbol layer #3802
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
base: main
Are you sure you want to change the base?
feat: add symbolZOffset to symbol layer #3802
Conversation
@mathieupost thanks so much for looking into this. v8.json is sourced from:
|
Thanks for the pointer! Unfortunately it seems that |
|
Yeah I've updated with It's still an experimental feature, so maybe that's why it's not yet there. |
But why do we need in layout_symbol, we do parse paint_symbol-s as well, don't we? https://github.com/rnmapbox/maps/blob/main/scripts/autogenHelpers/generateCodeWithEjs.mjs#L102-L103 |
Description
Add support for
symbol-z-offset
I've filled the values in
v8.json
based on other values I saw there. I don't exactly know what each field should be (especially inexpression
andproperty-type
), so I'm not 100% certain that these are correct.Also, at some point
yarn generate
added the values at the right places, but for some reason it doesn't anymore for me at the moment and removes everything except for the entry inv8.json
. I'm probably doing something wrong here, but I've restored what was initially added byyarn generate
.Checklist
CONTRIBUTING.md
yarn generate
in the root folder/example
app./example
app as I couldn't get it to build, but it does work in our own application FWIW (with both V11 and New Architecture enabled)./example
)Screenshot OR Video
with.mov
without.mov