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

issue with tilematrix param in wmts url #1

Open
Nighthouse-MD opened this issue May 16, 2019 · 1 comment
Open

issue with tilematrix param in wmts url #1

Nighthouse-MD opened this issue May 16, 2019 · 1 comment

Comments

@Nighthouse-MD
Copy link

On ln.70 in wmts.js
var tilematrix = this.wmtsParams.tilematrixSet + ':' + ident;

This is causing an issue for my calls to wmts services.
I fixed it by replacing this by
var tilematrix = ident;

I think this is standard behaviour for most wmts.

@krdyke
Copy link

krdyke commented May 17, 2019

I encountered the same issue and came to the same solution. FWIW, I'm using WMTS provided by Esri, whose standards compliance can sometimes be questionable, so I can't comment on the general applicability of the fix.

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