[R-sig-Geo] leaflet problem

Erich Subscriptions erich.subs at neuwirth.priv.at
Mon Aug 3 20:40:47 CEST 2015


I thnk I expeerienx the same issue as you do,

could you try
wien <- "http://maps1.wien.gv.at/basemap/bmapgrau/normal/google3857/{z}/{y}/{x}.png”

without spicing the subdomains?


I filed this issue at github.


> On 03 Aug 2015, at 20:27, boB Rudis <bob at rudis.net> wrote:
> 
> It looks like you or someone else has filed an issue
> https://github.com/rstudio/leaflet/issues/157 for it, and that's
> probably the best place for it to get resolved (also the one that
> works for you does not for me, so it may be a geo-ip restriction on my
> end)
> 
> On Mon, Aug 3, 2015 at 1:43 PM, Erich Subscriptions
> <erich.subs at neuwirth.priv.at> wrote:
>> wien <- "http://maps1.wien.gv.at/basemap/bmapgrau/normal/google3857/{z}/{y}/{x}.png"
>> and
>> addTiles(wien)
>> 
>> works,
>> but
>> 
>> wien <- "http://maps{s}.wien.gv.at/basemap/bmapgrau/normal/google3857/{z}/{y}/{x}.png"
>> and
>> addTiles(wien,tileOptions(subdomain=“1234”))
>> 
>> does not work
>> 



More information about the R-sig-Geo mailing list