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 for calling WMTS from MapProxy #27

Open
bukun opened this issue Mar 7, 2020 · 0 comments
Open

Issue for calling WMTS from MapProxy #27

bukun opened this issue Mar 7, 2020 · 0 comments

Comments

@bukun
Copy link

bukun commented Mar 7, 2020

I'm writing a book, and build MapProxy as demo. URL: http://webgis.cn:6001/demo/

When calling WMTS as xyz format, it seems well. URL: http://webgis.cn/wmts-xyz.html

and I want to introduce this plugin. However, first I have to modify the source code to make the plugin work:

    var ident = this.matrixIds[zoom].identifier;
    var tilematrix = this.wmtsParams.tilematrixset + ":" + ident;

to:

    // var ident = this.matrixIds[zoom].identifier;
    var tilematrix = this.matrixIds[zoom].identifier;

and as you can see ( http://webgis.cn/wmts-plugin.html ), the map looks strange at the start. also it will looks find when zooming in.

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

1 participant