mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-09 23:51:56 +01:00
Update README.md
This commit is contained in:
parent
6ce43840e5
commit
1248a53029
1 changed files with 5 additions and 15 deletions
20
README.md
20
README.md
|
@ -12,19 +12,12 @@ targeted at developers and map designers.
|
|||
|
||||
The documentation can be found in the [Wiki](https://github.com/maputnik/editor/wiki). You are welcome to collaborate!
|
||||
|
||||
- :link: Study the [Maputnik Wiki](https://github.com/maputnik/editor/wiki)
|
||||
- :link: **Study the [Maputnik Wiki](https://github.com/maputnik/editor/wiki)**
|
||||
- :video_camera: Design a map from Scratch https://youtu.be/XoDh0gEnBQo
|
||||
|
||||
[![Design Map from Scratch](https://j.gifs.com/k5g8OJ.gif)](https://youtu.be/XoDh0gEnBQo)
|
||||
[![Design Map from Scratch](https://j.gifs.com/g5XMgl.gif)](https://youtu.be/XoDh0gEnBQo)
|
||||
|
||||
## Reasons for building a Map Designer
|
||||
|
||||
- Mapbox has built one of the best and most amazing OSS ecosystems. A key component to ensure longevity and independance is an OSS style editor.
|
||||
- Maputnik solves the problem for people who are serving their own vector tiles and want to design a map style for these tiles.
|
||||
- It allows working with resources in your internal network in sensitive industries.
|
||||
- It gives full power to developers familiar with the Mapbox GL style specification thanks to the JSON editing mode.
|
||||
- It allows hacking and extending the editor by the community to come up with new ideas for a map designer!
|
||||
- It allows plugging in other renderers like Open Layers 3
|
||||
Mapbox has built one of the best and most amazing OSS ecosystems. A key component to ensure its longevity and independance is an OSS map designer.
|
||||
|
||||
## Develop
|
||||
|
||||
|
@ -53,8 +46,6 @@ npm run build
|
|||
Lint the JavaScript code.
|
||||
|
||||
```
|
||||
# install lint dependencies
|
||||
npm install --save-dev eslint eslint-plugin-react
|
||||
# run linter
|
||||
npm run lint
|
||||
npm run lint-styles
|
||||
|
@ -67,11 +58,10 @@ Thanks to the supporters of the **[Kickstarter campaign](https://www.kickstarter
|
|||
### Gold
|
||||
|
||||
<a href="https://getwemap.com/">
|
||||
<img width="48%" alt="Wemap" style="display:inline-block" src="media/sponsors/wemap.jpg" />
|
||||
<img width="48%" alt="Wemap" style="display:inline" src="media/sponsors/wemap.jpg" />
|
||||
</a>
|
||||
|
||||
<a href="htts://terranodo.io/">
|
||||
<img width="48%" alt="Terranodo" style="display:inline-block" src="media/sponsors/terranodo.png" />
|
||||
<img width="48%" alt="Terranodo" style="display:inline" src="media/sponsors/terranodo.png" />
|
||||
</a>
|
||||
|
||||
### Silver
|
||||
|
|
Loading…
Reference in a new issue