自定义瓷砖与R的传单

时间:2017-11-24 23:25:26

标签: r leaflet

我一直在尝试按照Using custom tiles in an RStudio Leaflet map

上的说明操作

首先,我使用gdal2tiles生成自定义图块

gdal2tiles -p mercator -s EPSG:32610 -z 2-18 -a 0,0,0 ortho_aoi.tif orthoTiles

然后我将瓷砖上传到我的git repo

然后我尝试将它们加载到R中的传单中并且......没有任何内容

leaflet() %>% addTiles("http://AndyPL22.github.io/projectSasquatch/data/orthoTiles/{z}/{x}/{y}.png", 
options = tileOptions(tms = TRUE, minZoom = 2, maxZoom = 18)) 

似乎应该是直截了当的。我做错了什么?

0 个答案:

没有答案