Skip to content
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

Use same clipping method for vector and image tiles #13392

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

ahocevar
Copy link
Member

I was too fast in #13391 removing the clipping code from the VectorTileLayer renderer. I had forgotten to see if the clipping code path got entered in renderMode: 'vector'. Which it does.

This pull request brings back clipping, with the improved code that was introduced in #13391 for the TileLayer renderer.

@github-actions
Copy link

📦 Preview the examples and docs from this branch here: https://deploy-preview-13392--ol-site.netlify.app/.

@ahocevar ahocevar merged commit 02b40a7 into openlayers:main Feb 17, 2022
@ahocevar ahocevar deleted the vectortile-clipping branch February 17, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants