Current dashboard version: 1.0.0
Interactive React dashboard for the BeeSuitDa SDI Services Implementation project. It displays beekeeping suitability layers for Salzburg with OpenLayers, GeoServer WMS layers, legends, basemap switching, and GetFeatureInfo map queries.
src/App.jsxbuilds the dashboard screen and connects the controls to the map.src/data/layers.jslists the GeoServer WMS layers and formats clicked map values.src/data/basemaps.jslists the background maps.src/index.csscontains the visual styling and responsive layout.public/favicon.svgis the browser-tab icon.
npm install
npm run devnpm run lint
npm run buildThe production build uses the /beesuitda/ base path configured in vite.config.js.