Overlay clipped basemaps over each other.
Zooming in/out is visually unstable.
Pinch-zooming over an overlay can/does move the overlay itself on mobile.
Text labels in overlays are clipped.
Install dependencies with npm install and start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To build:
npm pack
To create a production version of the demo:
npm run build
Preview the production build with npm run preview.
Available under the ISC License.