-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use all url templates provided by terrain config file
- Loading branch information
Kogis IWI
committed
Sep 22, 2015
1 parent
0836231
commit bc54968
Showing
5 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"tilejson": "2.1.0", | ||
"format" : "heightmap-1.0", | ||
"version" : "1.0.0", | ||
"scheme" : "tms", | ||
"tiles" : [ | ||
"//foo0.com/bar/{z}/{x}/{y}.terrain?v={version}", | ||
"//foo1.com/bar/{z}/{x}/{y}.terrain?v={version}", | ||
"//foo2.com/bar/{z}/{x}/{y}.terrain?v={version}", | ||
"//foo3.com/bar/{z}/{x}/{y}.terrain?v={version}" | ||
] | ||
} |