"use client"; import dynamic from 'next/dynamic'; const ImprovedPolishOrthophotoMap = dynamic( () => import('../../components/ui/ImprovedPolishOrthophotoMap'), { ssr: false, loading: () =>
This version uses a custom WMTS layer that properly constructs KVP URLs based on the GetCapabilities response. Check the debug panel on the map to see the actual requests being made.
This implementation builds proper WMTS GetTile requests with all required parameters. Monitor the debug panel and browser network tab for request details.
If the Polish orthophoto tiles appear, you should see aerial imagery of Poland. If they don't load, check the network requests - they should show proper WMTS GetTile URLs with all required parameters (SERVICE, REQUEST, LAYER, TILEMATRIXSET, etc.).