"use client"; import { useState } from 'react'; import dynamic from 'next/dynamic'; const PolishOrthophotoMap = dynamic( () => import('../../components/ui/PolishOrthophotoMap'), { ssr: false, loading: () =>
{activeMap === 'basic' ? 'Demonstrates working Polish Geoportal orthophoto tiles with multiple base layer options.' : 'Advanced version includes Polish cadastral data (działki) and spatial planning (MPZT) as overlay layers.' }
1. Use the layer control (top-right) to switch between base layers
2. In advanced mode, enable overlay layers for cadastral/planning data
3. Click on markers to see location information
4. Zoom in to see high-resolution orthophoto details
5. Combine orthophoto with cadastral overlay for property boundaries