Skip to content
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

resolvedTiles documentation incorrect #42

Open
fcollman opened this issue Sep 11, 2017 · 1 comment
Open

resolvedTiles documentation incorrect #42

fcollman opened this issue Sep 11, 2017 · 1 comment

Comments

@fcollman
Copy link
Contributor

Minor problem...the swagger says that resolvedTiles should return something of the form

     {
            'transforms':
            'tileSpecs':
            'tileCount':
            'transformCount':
        }

but instead it returns

        {
            'transformIdToSpecMap':
            'tileIdToSpecMap':
        }
@trautmane
Copy link
Collaborator

This turned out to be more difficult to fix than I expected. Commit daac310 includes a hack that minimally corrects this specific instance of the problem. However, I want to leave this issue open until I have time to find a better solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants