dependabot[bot] 2bcc370f21 chore(deps): Bump maplibre-gl from 5.13.0 to 5.14.0 (#1568)
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from
5.13.0 to 5.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's
releases</a>.</em></p>
<blockquote>
<h2>v5.14.0</h2>
<p><a
href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a>
<a
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.13.0...v5.14.0">Changes</a>
since <a
href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.13.0">MapLibre
GL JS v5.13.0</a>:</p>
<h3> Features and improvements</h3>
<ul>
<li>Prevent redundant DEM border backfilling by tracking state, moved
tile manager logic to helper files (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6756">#6756</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Improve performance of GeoJSON <code>updateData</code>,
<code>setData</code>, and overzoomed tiles (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6738">#6738</a>,
<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6772">#6772</a>)
(by <a
href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Handle consecutive duplicate points in offsetLine to avoid null
values in the output. Fixes <a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5431">#5431</a>
(by <a href="https://github.com/mmc1718">mmc1718</a>)</li>
<li>⚠️ Gracefully handle internal AbortErrors (e.g., when a TileJSON URL
is updated while a request in flight). Previously, such aborted requests
would throw an AbortError in an unhandled rejection that was not easily
caught in user code. Since aborted requests are fully handled
internally, these unhandled rejections were superfluous and resulted in
unhelpful client errors. (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6747">#6747</a>)
(by <a
href="https://github.com/andrewda"><code>@​andrewda</code></a>)</li>
<li>Fix canvas sources with power-of-2 dimensions rendering as black
squares (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6607">#6607</a>)
(by <a
href="https://github.com/Omkarthipparthi">Omkarthipparthi</a>)</li>
<li>Fix <code>queryTerrainElevation</code> to use higher zoom level
tiles when possible (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6791">#6791</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Fix unwanted movement when moving a pitched terrain map at high
latitudes; fix freezes when moving a pitched and rotated terrain map at
low zoom (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6775">#6775</a>)
(by <a
href="https://github.com/larsmaxfield"><code>@​larsmaxfield</code></a>)</li>
<li>Fix issue with <code>static</code> modifier as part of mlt package
(<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6796">#6796</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li><code>LngLatBounds#intersects</code> now returns <code>true</code>
when bounds touch along an edge or at a corner (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6802">#6802</a>)
(by <a
href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's
changelog</a>.</em></p>
<blockquote>
<h2>5.14.0</h2>
<h3> Features and improvements</h3>
<ul>
<li>Prevent redundant DEM border backfilling by tracking state, moved
tile manager logic to helper files (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6756">#6756</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Improve performance of GeoJSON <code>updateData</code>,
<code>setData</code>, and overzoomed tiles (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6738">#6738</a>,
<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6772">#6772</a>)
(by <a
href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Handle consecutive duplicate points in offsetLine to avoid null
values in the output. Fixes <a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5431">#5431</a>
(by <a href="https://github.com/mmc1718">mmc1718</a>)</li>
<li>⚠️ Gracefully handle internal AbortErrors (e.g., when a TileJSON URL
is updated while a request in flight). Previously, such aborted requests
would throw an AbortError in an unhandled rejection that was not easily
caught in user code. Since aborted requests are fully handled
internally, these unhandled rejections were superfluous and resulted in
unhelpful client errors. (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6747">#6747</a>)
(by <a
href="https://github.com/andrewda"><code>@​andrewda</code></a>)</li>
<li>Fix canvas sources with power-of-2 dimensions rendering as black
squares (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6607">#6607</a>)
(by <a
href="https://github.com/Omkarthipparthi">Omkarthipparthi</a>)</li>
<li>Fix <code>queryTerrainElevation</code> to use higher zoom level
tiles when possible (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6791">#6791</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Fix unwanted movement when moving a pitched terrain map at high
latitudes; fix freezes when moving a pitched and rotated terrain map at
low zoom (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6775">#6775</a>)
(by <a
href="https://github.com/larsmaxfield"><code>@​larsmaxfield</code></a>)</li>
<li>Fix issue with <code>static</code> modifier as part of mlt package
(<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6796">#6796</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Fix GeoJSONSource tile reloading when updating data (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6800">#6800</a>)
(by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li><code>LngLatBounds#intersects</code> now returns <code>true</code>
when bounds touch along an edge or at a corner (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6802">#6802</a>)
(by <a
href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="50d412d653"><code>50d412d</code></a>
Bump version to 5.14.0 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6807">#6807</a>)</li>
<li><a
href="2cf5d858e6"><code>2cf5d85</code></a>
Make <code>LngLatBounds#intersects</code> return <code>true</code> when
bounds touch along an edge ...</li>
<li><a
href="cf0f69021d"><code>cf0f690</code></a>
Update mlt package, update changelog (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6796">#6796</a>)</li>
<li><a
href="84583fdee1"><code>84583fd</code></a>
chore(deps-dev): bump stylelint from 16.26.0 to 16.26.1 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6798">#6798</a>)</li>
<li><a
href="d9f2df1e89"><code>d9f2df1</code></a>
chore(deps): bump <code>@​maplibre/mlt</code> from 1.1.0 to 1.1.1 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6799">#6799</a>)</li>
<li><a
href="710e9dc3bc"><code>710e9dc</code></a>
chore(deps-dev): bump typedoc from 0.28.14 to 0.28.15 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6797">#6797</a>)</li>
<li><a
href="851efac712"><code>851efac</code></a>
Fix queryTerrainElevation (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6791">#6791</a>)</li>
<li><a
href="cdfe7521b8"><code>cdfe752</code></a>
Fix erratic pitched map movement at high latitudes, zoom-outs (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6775">#6775</a>)</li>
<li><a
href="6855b8525b"><code>6855b85</code></a>
chore(deps-dev): bump devtools-protocol from 0.0.1548823 to 0.0.1551306
(<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6794">#6794</a>)</li>
<li><a
href="d071a8ab04"><code>d071a8a</code></a>
chore(deps-dev): bump the vitest group with 3 updates (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6793">#6793</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.13.0...v5.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=maplibre-gl&package-manager=npm_and_yarn&previous-version=5.13.0&new-version=5.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 13:20:17 +00:00
2025-12-03 11:39:10 +00:00
2019-08-03 12:08:54 -04:00
2016-12-03 17:03:39 +01:00
2025-01-21 09:54:19 +01:00
2023-12-26 12:04:43 +02:00
2018-10-20 18:35:35 +02:00
2025-07-10 07:07:00 +03:00
2023-12-20 07:18:13 +02:00
2025-02-25 05:01:15 -05:00
2025-02-25 05:01:15 -05:00
2025-02-25 05:01:15 -05:00

Maputnik logo

Maputnik

GitHub CI status License

A free and open visual editor for the MapLibre GL styles targeted at developers and map designers.

Usage

docker run -it --rm -p 8888:8000 ghcr.io/maplibre/maputnik:main

To see the CLI options (for example file watching or style serving) run:

docker run -it --rm -p 8888:8000 ghcr.io/maplibre/maputnik:main --help

You might need to mount a volume (-v) to be able to use these options.

Documentation

The documentation can be found in the Wiki. You are welcome to collaborate!

Design Map from Scratch

Develop

Maputnik is written in typescript and is using React and MapLibre GL JS.

We ensure building and developing Maputnik works with the current active LTS Node.js version and above.

Check out our Internationalization guide for UI text related changes.

Getting Involved

Join the #maplibre or #maputnik slack channel at OSMUS: get an invite at https://slack.openstreetmap.us/ Read the the below guide in order to get familiar with how we do things around here.

Install the deps, start the dev server and open the web browser on http://localhost:8888/.

# install dependencies
npm install
# start dev server
npm run start

If you want Maputnik to be accessible externally use the --host option:

# start externally accessible dev server
npm run start -- --host 0.0.0.0

The build process will watch for changes to the filesystem, rebuild and autoreload the editor.

npm run build

Lint the JavaScript code.

# run linter
npm run lint
npm run lint-css
npm run sort-styles

Tests

For E2E testing we use Cypress

Cypress doesn't start a server so you'll need to start one manually by running npm run start.

Now open a terminal and run the following using chrome:

npm run test

or firefox:

npm run test -- --browser firefox

See the following docs for more info: (Launching Browsers)[https://docs.cypress.io/guides/guides/launching-browsers]

You can also see the tests as they run or select which suites to run by executing:

npm run cy:open

Release process

  1. Review CHANGELOG.md
    • Double-check that all changes included in the release are appropriately documented.
    • To-be-released changes should be under the "main" header.
    • Commit any final changes to the changelog.
  2. Run Create bump version PR by manual workflow dispatch and set the version number in the input. This will create a PR that changes the changelog and package.json file to review and merge.
  3. Once merged, an automatic process will kick in and creates a GitHub release and uploads release assets.

Sponsors

Thanks to the supporters of the Kickstarter campaign. This project would not be possible without these commercial and individual sponsors. You can see this file's history for previous sponsors of the original Maputnik repo. Read more about the MapLibre Sponsorship Program at https://maplibre.org/sponsors/.

License

Maputnik is licensed under MIT and is Copyright (c) Lukas Martinelli and Maplibre contributors. As contributor please take extra care of not violating any Mapbox trademarks. Do not get inspired by other map studios and make your own decisions for a good style editor.

Description
An open source visual editor for the 'Mapbox Style Specification'
Readme 469 MiB
Languages
JavaScript 88.5%
SCSS 9.3%
CSS 1.2%
HTML 0.9%
Dockerfile 0.1%