Matt Eiben
Matt Eiben
This rendering bug is only present _**right**_ at tile boundaries with terrain present. A workaround to this issue is changing zoom levels from `4 -> 3.9 or 4.1`. The rendering...
@MoustafaWehbe No solution discovered. However, I have made changes to avoid defaulting users to tile zoom boundaries, making the rendering bug less likely to encounter.
I found you can use this guide for compatibility https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config ```js import { FlatCompat } from "@eslint/eslintrc" import pluginVue from "eslint-plugin-vue" import pluginVuetify from "eslint-plugin-vuetify" const compat = new FlatCompat({...