Skip to content

Commit

Permalink
Fix a few issues spotted by Magnacarto
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyks committed Feb 26, 2019
1 parent 6aa5213 commit 956e8d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
node_js: 11
install: yarn add carto
script: ./node_modules/.bin/carto -b project.mml > /dev/null
install:
- yarn add carto
- wget "https://download.omniscale.de/magnacarto/rel/dev-20180115-39b3cd9/magnacarto-dev-20180115-39b3cd9-linux-amd64.tar.gz" && tar zxvf magnacarto-dev-20180115-39b3cd9-linux-amd64.tar.gz
script:
- time ./node_modules/.bin/carto -b project.mml > /dev/null
- time ./magnacarto-dev-20180115-39b3cd9-linux-amd64/magnacarto -mml project.mml > /dev/null
2 changes: 1 addition & 1 deletion fonts.mss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ A regular style.
*/
@sans: "Noto Sans Regular",
"Noto Sans CJK JP Regular",
"Noto Sans Adlam Regular", "Noto Sans Adlam Unjoined Regular"
"Noto Sans Adlam Regular", "Noto Sans Adlam Unjoined Regular",
"Noto Sans Armenian Regular",
"Noto Sans Balinese Regular",
"Noto Sans Bamum Regular",
Expand Down
1 change: 1 addition & 0 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Layer:
properties:
maxzoom: 9
- id: land-high
<<: *extents
Datasource:
file: http:https://data.openstreetmapdata.com/land-polygons-split-3857.zip
type: shape
Expand Down
2 changes: 0 additions & 2 deletions road-colors-generated.mss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@bridleway-fill: #ff1700;
@cycle-case: @land;
@cycle-fill: #0000ff;
@cycle-line: @standard_line;
@footway-fill: #007200;
@icn-overlay: #ff00ff;
@icn-shield-fill: #f6f6f6;
Expand All @@ -24,7 +23,6 @@
@path-fill: #873100;
@pedestrian-case: @land;
@pedestrian-fill: #007200;
@pedestrian-line: @standard_line;
@primary-case: #d8b267;
@primary-fill: #f4dfc3;
@primary-line: #f4dfc3;
Expand Down
2 changes: 0 additions & 2 deletions road-colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ mss:
speed20:
fill: '#4bffff'
pedestrian:
line: '@standard_line'
fill: '#007200'
case: '@land'
cycle:
line: '@standard_line'
fill: '#0000ff'
case: '@land'
footway:
Expand Down

0 comments on commit 956e8d6

Please sign in to comment.