https://github.com/mapbox/mapbox-studio
https://github.com/mapbox/mapbox-studio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mapbox/mapbox-studio
- Owner: mapbox
- License: bsd-3-clause
- Archived: true
- Created: 2013-02-19T17:17:39.000Z (about 12 years ago)
- Default Branch: mb-pages
- Last Pushed: 2018-09-18T21:46:26.000Z (over 6 years ago)
- Last Synced: 2024-10-12T15:01:35.052Z (6 months ago)
- Language: JavaScript
- Homepage: https://www.mapbox.com/mapbox-studio/
- Size: 46.6 MB
- Stars: 1,141
- Watchers: 187
- Forks: 229
- Open Issues: 267
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesomeelectron - Mapbox Studio - Map designer. (Apps / Open Source)
- awesome-vector-tiles - Mapbox Studio Classic - Desktop design studio for both creating vector tiles from raw geodata and for rendering them on-the-fly into image tiles. Internally uses `tilelive.js` modules to handle vector tiles (see `tilelive-bridge` and `tilelive-vector`) :warning: use [Mapbox Studio](https://www.mapbox.com/mapbox-studio/) instead. (Applications / Command line tools)
- awesome-electron-zh - Mapbox Studio - Map designer. (Apps / Open Source)
README
### **[Mapbox Studio](https://www.mapbox.com/mapbox-studio/) is the modern alternative to Mapbox Studio Classic**: if you're starting out and creating a map today, we recommend starting with [Mapbox Studio](https://www.mapbox.com/mapbox-studio/) rather than Mapbox Studio Classic.
Desktop application for vector tile driven map design.
[](http://travis-ci.org/mapbox/mapbox-studio-classic)
[](https://ci.appveyor.com/project/Mapbox/mapbox-studio-classic)
[](https://david-dm.org/mapbox/mapbox-studio-classic)### Install from source
Install [node v0.10.x](http://nodejs.org/download/). Then
git clone https://github.com/mapbox/mapbox-studio-classic.git
cd mapbox-studio-classic
npm install
npm start### Depends
Mapbox Studio Classic ships with pre-built binaries for common platforms:
- 32 and 64 bit Windows
- 64 bit OS X
- 64 bit LinuxThe minimum platforms versions are:
- Windows >= 7
- OS X >= 10.8
- Ubuntu >= 14.04 (Trusty)
- RHEL/Centos >= 7Ubuntu 12.04 (Precise) can be supported by upgrading libstdc++:
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update -q
sudo apt-get install -y libstdc++6If packages like `node-mapnik` fail to install then you are likely running a platform for which no binaries are available. In this case you will need to build these packages from source (Feel free to create a github issue to ask for help).
You can do this like:
npm install --build-from-source
### Getting started
The docs offer both a step-by-step guide to creating your first projects in Mapbox Studio Classic and detailed information about styling and creating vector sources.
[**View documentation**](./docs)
------
Build status of modules:
- mapnik - [](http://travis-ci.org/mapnik/mapnik)
- node-mapnik - [](http://travis-ci.org/mapnik/node-mapnik)
- carto - [](http://travis-ci.org/mapbox/carto)
- tilelive - [](http://travis-ci.org/mapbox/tilelive)
- tilelive-vector - [](http://travis-ci.org/mapbox/tilelive-vector)
- tilelive-bridge - [](http://travis-ci.org/mapbox/tilelive-bridge)