MapLibre is a free, open-source map provider based on Mapbox. It offers a more stylish set of map styles while remaining open source and free to use, even for commercial purposes.

- Change Map Type in Map Settings to Map Libre
- Select your desired map style
Create a custom MapLibre Map Style
Step 1: Design the Style
- Click Open and choose a "Gallery" style to start with, or enter a URL from OpenFreeMap (e.g.,
https://tiles.openfreemap.org/styles/liberty) to use their free, high-speed tile server.
- Edit your colors and layers visually.
- When finished, click Export and download the
style.json file.
Step 2: Host the Style
To get a public URL that works in other tools, you need to host this JSON file somewhere that allows CORS (so other websites can read it).
- GitHub Gist: Go to gist.github.com and paste the contents of your
style.json. Name the file style.json and click Create public gist.
- Get the "Real" URL: * Click the Raw button on your Gist.
- The URL will look like:
https://gist.githubusercontent.com/.../raw/.../style.json
- Pro Tip: To ensure it always works without "CORS" errors, use RawGit. Paste your Gist URL there and use the "Production" link it generates.
Step 3: Use the URL
Paste your new Raw/Githack URL into Dynamic Map’s field.

