wangli66 / vue-leaflet-more

快速使用 leaflet 进行 vue 项目的开发,丰富的组件,简单易上手
MIT License
9 stars 2 forks source link

我用下载好的瓦片怎么不能显示了 #2

Open liuyun39 opened 2 weeks ago

liuyun39 commented 2 weeks ago

我本地下载好的瓦片, 格式也是三层数字的png图片

  <l-tile-layer
    :url="tileLayerUrl"
    :options="{ foo:'bar'}"
  >
// js
const tileLayerUrl =  /map/9/98/36.png
liuyun39 commented 2 weeks ago

const tileLayerUrl = /map/{x}/{y}/{z}.png