Skip to content

stepankuzmin/osm-bright-2.tm2source

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OSM Bright 2 source

Description

OSM Bright 2 Mapbox Studio source

thumb

Dependencies

  • Python & Psycopg2 in a Unixy environment
  • Osmosis (requires version >= 0.42 for planet files newer than Feb 9 2013)
  • PostgreSQL (tested with 9.2)
  • PostGIS (tested with 2.0)
  • Osmium - make sure osmjs is compiled and in your PATH
  • imposm
  • shp2pgsql

Create database

createdb <database>
psql -d <database> -c 'create extension postgis;'

Setup project

git clone git@github.com:mystand/osm-bright-2.tm2source.git
cd osm-bright-2.tm2source
git submodule init
git submodule update
psql -d <database> -f postgis-vt-util/postgis-vt-util.sql

Process data

./setup.sh <database>

About

OSM Bright 2 source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published