We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
to:
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.
The text was updated successfully, but these errors were encountered: