-
Notifications
You must be signed in to change notification settings - Fork 14
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
deck.gl: After a certain zoom level, nodes get too big #974
Labels
bug
Something isn't working
Comments
tahini
added a commit
to tahini/transition
that referenced
this issue
Jun 7, 2024
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
tahini
added a commit
to tahini/transition
that referenced
this issue
Jun 7, 2024
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
tahini
added a commit
that referenced
this issue
Jun 7, 2024
fixes #974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
kaligrafy
pushed a commit
to kaligrafy/transition
that referenced
this issue
Aug 7, 2024
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
kaligrafy
pushed a commit
to kaligrafy/transition
that referenced
this issue
Nov 11, 2024
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
kaligrafy
pushed a commit
to kaligrafy/transition
that referenced
this issue
Dec 18, 2024
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
This is fixed in latest deck.gl development branch |
tahini
added a commit
to tahini/transition
that referenced
this issue
Jan 31, 2025
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
tahini
added a commit
to tahini/transition
that referenced
this issue
Jan 31, 2025
fixes chairemobilite#974 The `maxRadiusPixels` and `minRadiusPixels` can be set in the layer description to prevent the points from getting too big/small when zooming in/out. If the property is a number, the lineWidth min/max pixels are also set to 1/3 of the corresponding radius.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nodes should have a maximum size
cc @tibobliss
The text was updated successfully, but these errors were encountered: