-
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
v0.43.0-beta.1 #5869
v0.43.0-beta.1 #5869
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๐ thanks @jfirebaugh !
Awesome! I'm really excited - lack of good terrain styling has been the big thing I've been missing from Tilemill. (I want to re-create my old cycletour.org ). Where is the right place to give feedback? Also, I don't see mention of elevation-coloring (ie, green at low elevation, white at high elevation). I find it makes a huge difference for being able to visually parse a map to see where the mountains are. Is this on the radar too? Oh, I also noticed this snippet comparing old hillshading and client hillshading, which others may be interested in: https://www.mapbox.com/bites/00357/ |
@stevage Feedback via bug reports and feature requests as you normally would. |
congrats! will take a look now |
Is there anywhere to see documentation for the new source and layer types? |
@stevage I don't think it's published yet, and only the latest version of docs are hosted by Mapbox, so you'll need to run the docs locally with:
Which should show the docs at http://localhost:8080/mapbox-gl-js/style-spec ...or if you're only interested in the hillshade example you can peek at https://github.com/mapbox/mapbox-gl-js/blob/master/docs/pages/example/hillshade.html |
Sorry, I think there's a bit of assumed knowledge here I'm missing. I don't do a lot of checking out pre-release code for local building etc. Do I need to check out the whole repo to do that? Just doing Anyway, I think this is what I was looking for. |
Yeah you need to clone this repo, then either npm install or yarn install The HTML docs are much nicer than the style spec JSON, but it's your preference ๐ |
Sorry, for the delay in responding. The beta seems to be working fine for me. Will continue to use it and report back if there's issue. Nicely done! |
๐ โฐ ๐ Hi all! The next release is going to be a big one, with the marquee feature being client-side hillshading.
To ensure the final release is as solid as possible, we're doing a brief beta period. Today we're releasing
v0.43.0-beta.1
, and we aim to releasev0.43.0
in about a week. We hope you'll give the beta a spin, try out the new features, and let us know if you spot any issues. In particular, I'd like to give a shout out to recently active contributors @andrewharvey, @vicapow, @jingsam, @stevage, @bartvde, @musicformellons, and @pathmapper. Your PRs and bug reports have been great, and we'd love it if you tried out the beta.The complete changelog follows. The release will be available on npm and the CDN shortly after this PR is merged.
0.43.0-beta.1 (December 14, 2017)
before
parameter tomoveLayer
does not exist #5679"colorSpace": "hcl"
now uses shortest-path interpolation for hue #5811โจ Features and improvements
raster-dem
source type andhillshade
layer type #5286Map#hasImage
#5775==
and!=
expressions #5840coalesce
expressions more useful #5755supported()
now returns false on old IE 11 versions that don't support Web Worker blob URLs #5801๐ Bug fixes
to-rgba
andrgba
expressions #5778, #5866*-pattern
andline-dasharray
#5791colorSpace
function property #5843