Skip to content

Commit

Permalink
Merge pull request #64 from tangrams/nvkelso/tangram-es-7.2.1-support
Browse files Browse the repository at this point in the history
refactor for tangram es 7.2.1 support
  • Loading branch information
nvkelso authored Jun 20, 2017
2 parents b232883 + a7e63d4 commit 556fe9a
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_Store
dist/*.zip
dist
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0
7.2.1
Binary file removed dist/themes/black.zip
Binary file not shown.
Binary file removed dist/themes/blue-gray.zip
Binary file not shown.
Binary file removed dist/themes/blue.zip
Binary file not shown.
Binary file removed dist/themes/brown-orange.zip
Binary file not shown.
Binary file removed dist/themes/color.zip
Binary file not shown.
Binary file removed dist/themes/gray-gold.zip
Binary file not shown.
Binary file removed dist/themes/gray.zip
Binary file not shown.
Binary file removed dist/themes/high-contrast.zip
Binary file not shown.
Binary file removed dist/themes/inverted-blue.zip
Binary file not shown.
Binary file removed dist/themes/inverted.zip
Binary file not shown.
Binary file removed dist/themes/pink-yellow.zip
Binary file not shown.
Binary file removed dist/themes/pink.zip
Binary file not shown.
Binary file removed dist/themes/purple-green.zip
Binary file not shown.
Binary file removed dist/themes/sepia.zip
Binary file not shown.
14 changes: 2 additions & 12 deletions refill-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1231,15 +1231,6 @@ styles:
color.rgb,
step(.5,dot(vec3(0., 0., 1.), worldNormal())));
rock:
base: polygons
material:
diffuse:
texture: images/building-grid.gif
mapping: planar
scale: .001


building-lines:
base: lines
mix: scale-buildings
Expand Down Expand Up @@ -2608,8 +2599,7 @@ layers:
$zoom: { max: 15 }
draw:
lines:
order:
order: 351
order: 351
outline:
order: 350
pedestrian:
Expand Down Expand Up @@ -3997,7 +3987,7 @@ layers:
text-blend-order:
priority: 6
font:
size: [[2,11px],[6,15px],[8,18px],[10,20px],[12,20x],[13,0px]]
size: [[2,11px],[6,15px],[8,18px],[10,20px],[12,20px],[13,0px]]
capital:
filter: { country_capital: true, $zoom: { min: 5 } }
draw:
Expand Down
2 changes: 1 addition & 1 deletion themes/blue-gray.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif


2 changes: 1 addition & 1 deletion themes/brown-orange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif


6 changes: 3 additions & 3 deletions themes/color.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ styles:
dash_background_color: [0.984,0.980,1.000]

textures:
building-grid:
url: ../images/building-grid.gif
# building-grid:
# url: images/building-grid.gif

building-grid-bold:
url: ../images/building-grid-bold.gif
url: images/building-grid-bold.gif
2 changes: 1 addition & 1 deletion themes/gray-gold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
2 changes: 1 addition & 1 deletion themes/high-contrast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions themes/inverted-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ styles:
base: polygons
material:
diffuse:
texture: ../images/rock.png
texture: images/rock.png
mapping: planar
scale: .001

Expand Down Expand Up @@ -294,4 +294,4 @@ styles:
textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
2 changes: 1 addition & 1 deletion themes/inverted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif
2 changes: 1 addition & 1 deletion themes/pink-yellow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif


2 changes: 1 addition & 1 deletion themes/purple-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ styles:

textures:
building-grid:
url: ../images/building-grid-hi-contrast3.gif
url: images/building-grid-hi-contrast3.gif

0 comments on commit 556fe9a

Please sign in to comment.