-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
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
部分地图资源存在多域名问题 #2391
Comments
Can you provide more details about your bug please ? |
前端代码:vue |
Thank you for the issue. ALSO, you must type in English so it makes it easier for everyone involved in this project ( english isn't my primary language neither ;) ) |
@liangyuan1 You can specify subdomains in your url using the following syntax: |
1、我认为这个错误不是itowns的问题,是天地图限制了请求频率,配置多子域名后会好点 附:定义token可使用vendorSpecific参数传参,如 |
@jailln I don't think this is an issue with iTowns, so this issue can be closed now |
如图所示,地图厂商提供多域名问题,如何支持?
例如:https://t{s}.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}&tk={key}
实例:https://t1.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}&tk={key}
https://t2.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}&tk={key}
The text was updated successfully, but these errors were encountered: