Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.68 KB

File metadata and controls

52 lines (34 loc) · 1.68 KB

Get started with Svelte and MapLibre GL JS

License: MIT

Quick way to star a web map application with MapLibre GL JS using Svelte.

A simple fullscreen map application as an example on how to use MapTiler maps together with Svelte and MapLibre GL JS for your own Svelte app.

  1. Clone this repo
  git clone https://github.com/maptiler/get-started-svelte-maplibre-gl-js.git my-svelte-map
  1. Navigate to the newly created project folder my-svelte-map
  cd my-svelte-map
  1. Install dependencies
  npm install
  1. ⚠️ Open the App.svelte file and replace YOUR_MAPTILER_API_KEY_HERE with your actual MapTiler API key.

ℹ️ If you don't have an API KEY you can create it for FREE at https://www.maptiler.com/cloud/

  1. Start your local environment
  npm run dev
  1. You will find your app on address http://localhost:8080/. Now you should see the map in your browser.

Build With

Learn More

You can learn more at How to display a map in Svelte using MapLibre GL JS.

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)