Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

mapbox/mapbox-studio-classic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99d9084 · Sep 18, 2018
Jan 17, 2018
Apr 8, 2016
Sep 18, 2018
Mar 10, 2015
Apr 8, 2016
Jan 24, 2018
Oct 8, 2015
Jan 10, 2018
Nov 25, 2014
Dec 21, 2017
Jun 24, 2014
Sep 8, 2015
Jan 16, 2018
Apr 29, 2016
Sep 14, 2015
Jul 31, 2014
Sep 18, 2018
Jun 6, 2016
Jun 6, 2016
Apr 13, 2016
Jan 21, 2015
Nov 6, 2015
Aug 2, 2014
Jan 10, 2018

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 rather than Mapbox Studio Classic.

Desktop application for vector tile driven map design.

Build Status Build status Dependencies

Install from source

Install node v0.10.x. 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 Linux

The minimum platforms versions are:

  • Windows >= 7
  • OS X >= 10.8
  • Ubuntu >= 14.04 (Trusty)
  • RHEL/Centos >= 7

Ubuntu 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++6

If 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


Build status of modules:

  • mapnik - Build Status
  • node-mapnik - Build Status
  • carto - Build Status
  • tilelive - Build Status
  • tilelive-vector - Build Status
  • tilelive-bridge - Build Status