ランキングに戻る

maplibre/maputnik

TypeScriptmaplibre.org/maputnik

An open source visual editor for the 'MapLibre Style Specification'

mapscartographymappingvector-tilesgeogeospatialmaputnikgismaplibremaplibre-gl-jshacktoberfest
スター成長
スター
2.6k
フォーク
464
週間成長
Issue
87
1k2k
2016年9月2019年12月2023年4月2026年7月
成果物npmnpm install maputnik
README
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

End-to-end tests

For E2E testing we use Playwright. The tests live in the e2e directory and drive the app through the MaputnikDriver page object.

The first time you run the tests, install the browser:

npx playwright install chromium

Playwright automatically starts the dev server (npm run start) for you, so you can just run:

npm run test

Some useful options:

# see the tests run in a headed browser
npm run test -- --headed

# run a single spec / filter by title
npm run test -- e2e/map.spec.ts
npm run test -- -g "zoom level"

# open the interactive UI mode
npx playwright test --ui

Running the E2E tests also produces a code-coverage report in coverage/ (collected via istanbul instrumentation of the dev server).

Unit & component tests

Unit tests and component tests run with Vitest; component tests (*.browser.test.tsx) use Vitest's browser mode with the Playwright provider.

npm run test-unit

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.

関連リポジトリ
Leaflet/Leaflet

🍃 JavaScript library for mobile-friendly interactive maps 🇺🇦

JavaScriptnpmBSD 2-Clause "Simplified" Licensejavascriptleaflet
leafletjs.com
45.4k6.1k
louis-e/arnis

Generate any location from the real world in Minecraft with a high level of detail.

Rustcrates.ioApache License 2.0minecraftopenstreetmap
arnismc.com
17.1k1.4k
react-native-maps/react-native-maps

React Native Mapview component for iOS + Android

TypeScriptnpmMIT Licensereact-nativemaps
16k5k
organicmaps/organicmaps

🍃 Organic Maps is a free Android & iOS offline maps app for more than 6M travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!

C++Otheriosandroid
organicmaps.app
14.8k1.5k
visgl/deck.gl

WebGL2 powered visualization framework

TypeScriptnpmMIT Licensewebgldata-visualization
deck.gl
14.3k2.2k
microg/GmsCore

Free implementation of Play Services

JavaMavenApache License 2.0javaandroid
microg.org
14k3k
originalankur/maptoposter

Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.

PythonPyPIMIT Licensedesignmaps
13.8k1.2k
openlayers/openlayers

OpenLayers

JavaScriptnpmBSD 2-Clause "Simplified" Licenseopenlayersjavascript
openlayers.org
12.5k3.2k
mapbox/mapbox-gl-js

Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL

TypeScriptnpmOther3djavascript
docs.mapbox.com/mapbox-gl-js/
12.3k2.4k
marceloprates/prettymaps

Draw pretty maps from OpenStreetMap data! Built with osmnx +matplotlib + shapely

Jupyter NotebookGNU Affero General Public License v3.0matplotlibjupyter-notebook
prettymaps.streamlit.app
12.3k600
Freika/dawarich

Your favorite self-hostable alternative to Google Timeline (Google Location History)

RubyRubyGemsGNU Affero General Public License v3.0google-mapsmaps
dawarich.app
9.8k336
python-visualization/folium

Python Data. Leaflet.js Maps.

PythonPyPIOtherdata-sciencedata-visualization
python-visualization.github.io/folium/
7.4k2.3k