-
Notifications
You must be signed in to change notification settings - Fork 290
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
Change generated polygon centroids label_placement
to match vector tiles 1.0
#377
Comments
👍 |
I can change this. Should we accept both |
Hmm, accepting both for backwards compatibility would be nice, but it would require special handling since this feature works by just generating new feature properties that are then filtered (with the We can probably get away with deprecating since this feature is not in heavy use yet. |
|
fine to rip off the bandaid, just a couple of instances (that I know) of that are easily changed. |
When we release Mapzen vector tiles 1.0, we should change our synthesized polygon centroid features (enabled with
generate_label_centroids
on GeoJSON/TopoJSON sources) to match the new terminology:Instead of
label_placement = yes
, it is nowlabel_placement = true
.The text was updated successfully, but these errors were encountered: