Skip to content

Commit

Permalink
tests: rename tileServerA to tileServer in fixutre
Browse files Browse the repository at this point in the history
tileServerA does not exists.
  • Loading branch information
matthiasschaub committed Jan 10, 2024
1 parent 917b770 commit cb08e68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"verificationNumber": 3,
"groupSize": 15,
"projectType": 3,
"tileServerA": {
"tileServer": {
"name": "bing",
"apiKeyRequired": true,
"caption": "Before",
Expand All @@ -35,7 +35,7 @@
"verificationNumber": 3,
"groupSize": 15,
"projectType": 3,
"tileServerA": {
"tileServer": {
"name": "bing",
"apiKeyRequired": true,
"caption": "Before",
Expand All @@ -59,7 +59,7 @@
"groupSize": 15,
"projectType": 3,
"zoomLevel": 16,
"tileServerA": {
"tileServer": {
"name": "custom",
"url": "https://tiles.planet.com/basemaps/v1/planet-tiles/global_quarterly_2017q1_mosaic/gmap/{z}/{x}/{y}.png?",
"apiKeyRequired": false,
Expand Down Expand Up @@ -89,7 +89,7 @@
"groupSize": 15,
"projectType": 3,
"zoomLevel": 16,
"tileServerA": {
"tileServer": {
"name": "custom",
"url": "https://tiles.planet.com/basemaps/v1/planet-tiles/global_quarterly_2017q1_mosaic/gmap/{z}/{x}/{y}.png?",
"apiKeyRequired": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"projectDetails": "This is a tutorial",
"progress": 0,
"contributorCount": 0,
"tileServerA" : {
"tileServer" : {
"apiKey" : "",
"apiKeyRequired" : false,
"caption" : "Before",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"projectDetails": "This is a tutorial",
"progress": 0,
"contributorCount": 0,
"tileServerA" : {
"tileServer" : {
"apiKey" : "",
"captions" : "",
"date" : "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"projectDetails": "This is a tutorial",
"progress": 0,
"contributorCount": 0,
"tileServerA" : {
"tileServer" : {
"apiKey" : "",
"captions" : "",
"date" : "",
Expand Down

0 comments on commit cb08e68

Please sign in to comment.