digoburigo
digoburigo
Oh wow. I see, it's colors named `border`, `background` and `foreground` applied to the TailwindCSS classes `border`, `bg` and `text`. Thanks, that was a little confusing 😅
So, to fix my issue, instead of putting the shadcn tailwindcss configuration in the UI package `tailwind.config` I put in the [tailwind config package](https://github.com/t3-oss/create-t3-turbo/blob/main/packages/config/tailwind/index.ts) of the monorepo and used the...
Vercel now has a template with turborepo https://vercel.com/templates/monorepos/turborepo-with-hono But this sample it's a simple `index.ts` file and for real world needs, its needed to organize the code in different packages...
Example of a COG with different projection of EPSG:3857 without setting the map view to the COG view
So OpenLayers automatically make the conversion of COG to the map projection if the COG projection is registered in `proj4`?