Open bukun opened 4 years ago
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.
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.