We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
map.setTerrain
mapbox-gl-js version: 3.5.2
browser: chrome 127.0.6533.72 (Official Build) (64-bit)
First of all, I want to thank you for this awesome project!
maxzoom
map.addSource(id, { ..., maxzoom: 0 });
map.setTerrain({ source: "mapbox-dem", exaggeration: 1 });
map.setTerrain(null);
demo
Figures don't disappear
Polygons disappear under maxzoom + 14
Points disappear when changing the angle of the camera on a high-zoom
It might be helpful to know how I split a geojson file into tiles. The original geojson, script, and tiles can be found in the following resources.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mapbox-gl-js version: 3.5.2
browser: chrome 127.0.6533.72 (Official Build) (64-bit)
First of all, I want to thank you for this awesome project!
Steps to Trigger Behavior
maxzoom
set to 0 (map.addSource(id, { ..., maxzoom: 0 });
)map.setTerrain({ source: "mapbox-dem", exaggeration: 1 });
(there are no problems if setmap.setTerrain(null);
)maxzoom
(in my case 0 + 14 = 14)Link to Demonstration
demo
Expected Behavior
Figures don't disappear
Actual Behavior
Polygons disappear under
maxzoom
+ 14Points disappear when changing the angle of the camera on a high-zoom
It might be helpful to know how I split a geojson file into tiles. The original geojson, script, and tiles can be found in the following resources.zip
The text was updated successfully, but these errors were encountered: