Skip to content

Commit

Permalink
Added real world integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Mar 1, 2018
1 parent 6c9f2c6 commit 6adf891
Show file tree
Hide file tree
Showing 18 changed files with 5,869 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions test/integration/render-tests/real-world/bangkok/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512,
"operations": [
["setStyle", "local://styles/bangkok"],
["setZoom", 12 ],
["setCenter", [100.5434415, 13.714627] ],
["wait"]
]
}
},
"sources": {},
"layers": []
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions test/integration/render-tests/real-world/chicago/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512,
"operations": [
["setStyle", "local://styles/chicago"],
["setZoom", 13 ],
["setCenter", [-87.6942445, 41.8703965] ],
["wait"]
]
}
},
"sources": {},
"layers": []
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions test/integration/render-tests/real-world/nepal/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512,
"operations": [
["setStyle", "local://styles/nepal"],
["setZoom", 13 ],
["setCenter", [85.48805250000001, 28.115547] ],
["wait"]
]
}
},
"sources": {},
"layers": []
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions test/integration/render-tests/real-world/norway/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512,
"operations": [
["setStyle", "local://styles/norway"],
["setZoom", 12 ],
["setCenter", [10.8181, 64.863174] ],
["wait"]
]
}
},
"sources": {},
"layers": []
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions test/integration/render-tests/real-world/sanfrancisco/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512,
"operations": [
["setStyle", "local://styles/sanfrancisco"],
["setZoom", 15 ],
["setCenter", [-122.448635, 37.7669995] ],
["wait"]
]
}
},
"sources": {},
"layers": []
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions test/integration/render-tests/real-world/uruguay/style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 8,
"metadata": {
"test": {
"width": 512,
"height": 512,
"operations": [
["setStyle", "local://styles/uruguay"],
["setZoom", 9 ],
["setCenter", [-56.509552, -32.865788] ],
["wait"]
]
}
},
"sources": {},
"layers": []
}
Loading

0 comments on commit 6adf891

Please sign in to comment.