Skip to content

Commit

Permalink
Limit pitch to 60 degrees in render tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Jul 5, 2018
1 parent ab807d2 commit 75ec1b9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
0
],
"zoom": 0,
"pitch": 90,
"pitch": 60,
"sources": {
"geojson": {
"type": "geojson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}
},
"pitch": 80,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}
},
"pitch": 80,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}
},
"pitch": 80,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}
},
"pitch": 80,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}
},
"pitch": 80,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}
},
"pitch": 90,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
52.499167
],
"zoom": 17,
"pitch": 90,
"pitch": 60,
"sources": {
"mapbox": {
"type": "vector",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
}
}
},
"pitch": 80,
"pitch": 60,
"zoom": 18,
"layers": [
{
Expand Down

0 comments on commit 75ec1b9

Please sign in to comment.