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
The tile place is wrong
The text was updated successfully, but these errors were encountered:
And here's the main codes:
,init: function(theDiv){ var thisObj = this; OpenLayers.Util.onImageLoadError = function(){ this.src = "../file/blank.png"; }; gis.tianditu.map = new OpenLayers.Map({ div: theDiv ,projection: "EPSG:4326" ,numZoomLevels: 20 ,panMethod: null }); var street_1 = new OpenLayers.Layer.WMTS({ name: "天地图-街道", url: "http://t6.tianditu.cn/vec_c/wmts", format: "tiles", layer: "vec", style: "default", matrixSet: "c", opacity: 0.7, isBaseLayer: true }); gis.tianditu.map.addLayers([ street_1]);
Sorry, something went wrong.
It is totaly OK in Chrome
can you try 2.13.1 or master?
No branches or pull requests
The tile place is wrong
The text was updated successfully, but these errors were encountered: