Skip to content

Issue for calling WMTS from MapProxy #27

@bukun

Description

@bukun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions