Replies: 1 comment
-
Have you web service specification, on Baidu tiles? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const tmsSource = new itowns.TMSSource({
crs: 'EPSG:3857',
format: 'image/png',
url: this.mapURL,
tileMatrixSet: 'PM',
zoom: this.mapZoom,
});
const colorlayer = new itowns.ColorLayer('OPENSM', {
source: tmsSource,
})
view.addLayer(colorlayer)
I can use Gaode map tiles normally. How can I use Baidu tiles
Beta Was this translation helpful? Give feedback.
All reactions