Skip to content

Commit

Permalink
Surrogate-Key
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Aug 21, 2014
1 parent 1985fa7 commit 8521c11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tessera.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner{{#tile}} toner/z{{zoom}} toner/x{{x}} toner/y{{y}}{{/tile}}",
"Surrogate-Key": "toner{{#tile}} toner/z{{zoom}} toner/x{{x}} toner/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -13,7 +13,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-base{{#tile}} toner-base/z{{zoom}} toner-base/x{{x}} toner-base/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-base{{#tile}} toner-base/z{{zoom}} toner-base/x{{x}} toner-base/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -22,7 +22,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-background {{#tile}} toner-background/z{{zoom}} toner-background/x{{x}} toner-background/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-background {{#tile}} toner-background/z{{zoom}} toner-background/x{{x}} toner-background/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -31,7 +31,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-lines {{#tile}} toner-lines/z{{zoom}} toner-lines/x{{x}} toner-lines/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-lines {{#tile}} toner-lines/z{{zoom}} toner-lines/x{{x}} toner-lines/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -40,7 +40,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-buildings {{#tile}} toner-buildings/z{{zoom}} toner-buildings/x{{x}} toner-buildings/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-buildings {{#tile}} toner-buildings/z{{zoom}} toner-buildings/x{{x}} toner-buildings/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -49,7 +49,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-labels {{#tile}} toner-labels/z{{zoom}} toner-labels/x{{x}} toner-labels/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-labels {{#tile}} toner-labels/z{{zoom}} toner-labels/x{{x}} toner-labels/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -58,7 +58,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-hybrid {{#tile}} toner-hybrid/z{{zoom}} toner-hybrid/x{{x}} toner-hybrid/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-hybrid {{#tile}} toner-hybrid/z{{zoom}} toner-hybrid/x{{x}} toner-hybrid/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
Expand All @@ -67,7 +67,7 @@
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Keys": "toner-lite {{#tile}} toner-lite/z{{zoom}} toner-lite/x{{x}} toner-lite/y{{y}}{{/tile}}",
"Surrogate-Key": "toner-lite {{#tile}} toner-lite/z{{zoom}} toner-lite/x{{x}} toner-lite/y{{y}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
}
Expand Down

0 comments on commit 8521c11

Please sign in to comment.