mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

Some features disappeared when using pbf

Open zengyuehao opened this issue 11 months ago • 0 comments

mapbox-gl-js version: Any version

browser:

Steps to Trigger Behavior

Using PBF files, one of the point feature has a latitude of 0.000012. This point is displayed only when the zoom is greater than 12. If the zoom is less than 12, the point cannot be viewed on the map.

The test result shows that this problem occurs when the latitude is in the range of (0, 0.02).

image

image

Link to Demonstration

https://jsbin.com/

Expected Behavior

Actual Behavior

zengyuehao avatar Mar 22 '24 09:03 zengyuehao