mdsumner / tasmapr

Get Tasmania map server layers via mapview
2 stars 1 forks source link

ESgismapbookPUBLIC - no work in leaflet #2

Open mdsumner opened 4 years ago

mdsumner commented 4 years ago

Works in wmts, why not here?

u <- "https://services.thelist.tas.gov.au/arcgis/rest/services/Basemaps/ESgisMapBookPUBLIC/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"
library(wmts)
ex <- raster::extent(147.35, 147.45, -42.88, -42.83)
wm <- wmts(u, ex, max_tiles = 36)
#> zoom: 14
library(raster)
#> Loading required package: sp
plotRGB(wm, interpolate = TRUE)

Created on 2019-11-13 by the reprex package (v0.3.0)

mdsumner commented 4 years ago

@ozjimbob any ideas why

tasmap(basemap = "ESgisMapBookPUBLIC")

results in all-white tiles? The other layers all work, and seem to be the same set up

"TTSA"          "HillshadeGrey" "Tasmap250K"    "Topographic" 

(I haven't updated to include all the layers yet)