-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename tiles.json to tileset.json #53
Conversation
@@ -8,7 +8,7 @@ Contents: | |||
* [Spec status](#spec-status) | |||
* [Introduction](#introduction) | |||
* [Tile metadata](#tile-metadata) | |||
* [tiles.json](#tilesjson) | |||
* [tileset.json](#tilesjson) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should #tilesjson
be #tileset.json
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
How would I know which |
The |
Got it. When I search for |
Yeah you can change them all. |
I will also change the file |
Updated links. |
Rename tiles.json to tileset.json
Merged. |
Merge #52 first.
Fixes #49.
@TomPed can you make the corresponding code change in Cesium? Make sure to rename the
tiles.json
files used in the tests.