Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
CacheWarming: Add roadsPathClasses, Reorder by importance
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Mar 4, 2024
1 parent 29cd7f1 commit a501459
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cache-warming/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"zoomTo": 11
},
"urls": [
"/roads/{z}/{x}/{y}",
"/roadsPathClasses/{z}/{x}/{y}",
"/bikelanes_verified/{z}/{x}/{y}",
"/poiClassification/{z}/{x}/{y}",
"/boundaries,boundaryLabels/{z}/{x}/{y}",
"/boundaryStats/{z}/{x}/{y}",
"/bikelanes_verified/{z}/{x}/{y}",
"/roads/{z}/{x}/{y}",
"/publicTransport/{z}/{x}/{y}",
"/poiClassification/{z}/{x}/{y}",
"/places/{z}/{x}/{y}",
"/barrierAreas,barrierLines/{z}/{x}/{y}",
"/landuse/{z}/{x}/{y}",
Expand Down

0 comments on commit a501459

Please sign in to comment.