"use client"; import dynamic from 'next/dynamic'; const PolishOrthophotoMap = dynamic( () => import('../../components/ui/PolishOrthophotoMap'), { ssr: false, loading: () =>
This map demonstrates working Polish Geoportal orthophoto tiles. Use the layer control (top-right) to switch between different map layers.
• The Polish Geoportal orthophoto uses REST tile service instead of WMTS for better compatibility
• Tile size is set to 512px with zoomOffset=-1 for proper tile alignment
• proj4 library is included for coordinate system transformations (EPSG:2180)
• Multiple fallback layers are provided for comparison and reliability