svelte-maplibre-stack Svelte Themes

Svelte Maplibre Stack

Svelte MapLibre Stack

Overlay clipped basemaps over each other.

Known Issues

  • 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.

Developing

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

Building

To build:

npm pack

To create a production version of the demo:

npm run build

Preview the production build with npm run preview.

License

Available under the ISC License.

Top categories

Loading Svelte Themes