Skip to content

Commit

Permalink
Merge pull request #1736 from matkoniecz/gsoc
Browse files Browse the repository at this point in the history
New road style - rework road colours, road widths and display of railway=rail
  • Loading branch information
pnorman committed Sep 17, 2015
2 parents 931d693 + 9c22482 commit ad285ad
Show file tree
Hide file tree
Showing 228 changed files with 1,040 additions and 703 deletions.
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ If you aren't using TileMill, you can compile the CartoCSS stylesheets into Mapn
* curl, unzip for downloading and decompressing files
* shapeindex (a companion utility to Mapnik found in the mapnik-utils package) for indexing downloaded shapefiles

### Development dependencies

* Python and Ruby to run helper scripts
* [PyYAML](http://pyyaml.org/wiki/PyYAML) if editing the MML (layer definition) file (packaged as `python-yaml` on Ubuntu, or installed with `pip install pyyaml`)
* [Color Math](https://github.com/gtaylor/python-colormath) and [numpy](http://www.numpy.org/) if running generate_road_colors.py helper script (may be obtained with `pip install colormath numpy`)
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
],
"properties": {
"group-by": "layernotnull",
"minzoom": 10
"minzoom": 9
},
"advanced": {}
},
Expand Down Expand Up @@ -835,7 +835,7 @@
],
"id": "roads-casing",
"properties": {
"minzoom": 10
"minzoom": 9
},
"advanced": {}
},
Expand Down Expand Up @@ -1018,7 +1018,7 @@
],
"properties": {
"group-by": "layernotnull",
"minzoom": 10
"minzoom": 9
},
"advanced": {}
},
Expand Down
6 changes: 3 additions & 3 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ Layer:
) AS tunnels
properties:
group-by: "layernotnull"
minzoom: 10
minzoom: 9
advanced: {}
- id: "citywalls"
name: "citywalls"
Expand Down Expand Up @@ -890,7 +890,7 @@ Layer:
CASE WHEN int_surface IN ('unpaved') THEN 0 ELSE 2 END
) AS roads_casing
properties:
minzoom: 10
minzoom: 9
advanced: {}
- id: "highway-area-fill"
name: "highway-area-fill"
Expand Down Expand Up @@ -1275,7 +1275,7 @@ Layer:
) AS bridges
properties:
group-by: "layernotnull"
minzoom: 10
minzoom: 9
advanced: {}
- id: "guideways"
name: "guideways"
Expand Down
Loading

0 comments on commit ad285ad

Please sign in to comment.