Enhance Map Zoom Control and Improve Map Page Layout
Some checks failed
build.yaml / Enhance Map Zoom Control and Improve Map Page Layout (push) Failing after 0s
Some checks failed
build.yaml / Enhance Map Zoom Control and Improve Map Page Layout (push) Failing after 0s
- Refactored zoom control component for better accessibility and styling. - Added hover effects and improved button states for zoom in/out buttons. - Updated map page layout with enhanced dataset card design and responsive styles. - Introduced empty state for no datasets found and improved results header. - Added icons for dataset cards and improved author display.
This commit is contained in:
parent
88e37bfee8
commit
4229001572
7 changed files with 1520 additions and 452 deletions
|
|
@ -1,7 +1,11 @@
|
|||
import type { LatLngBoundsExpression } from 'leaflet/src/geo/LatLngBounds';
|
||||
import type { LatLngExpression } from 'leaflet/src/geo/LatLng';
|
||||
import type { Layer } from 'leaflet/src/layer/Layer';
|
||||
import type { CRS } from 'leaflet/src/geo/crs/CRS';
|
||||
// import type { LatLngBoundsExpression } from 'leaflet/src/geo/LatLngBounds';
|
||||
// import type { LatLngExpression } from 'leaflet/src/geo/LatLng';
|
||||
// import type { Layer } from 'leaflet/src/layer/Layer';
|
||||
// import type { CRS } from 'leaflet/src/geo/crs/CRS';
|
||||
import type { LatLngBoundsExpression } from 'leaflet';
|
||||
import type { LatLngExpression } from 'leaflet';
|
||||
import type { Layer } from 'leaflet';
|
||||
import type { CRS } from 'leaflet';
|
||||
|
||||
export interface MapOptions {
|
||||
preferCanvas?: boolean | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue