Re: [R-sig-Geo] leaflet problem

2015-08-03 Thread Erich Subscriptions
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

Re: [R-sig-Geo] leaflet problem

2015-08-03 Thread Erich Subscriptions
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

[R-sig-Geo] leaflet problem

2015-08-01 Thread Erich Subscriptions
I am creating clickable maps with leaflet and experiencing a problem. The documentation seems not to indicate how to specify an urlTemplate for multiple urls I want to use http://maps{s}.wien.gv.at/basemap/bmapgrau/normal/google3857/{z}/{y}/{x}.png

[R-sig-Geo] Changing projection

2015-07-11 Thread Erich Subscriptions
I got hold of a map of Austria as shp file. The projection is MGI Austria Lambert. I need to convert this to standard lon/lat. What is the easiest way to do this within R? ___ R-sig-Geo mailing list R-sig-Geo@r-project.org

Re: [R-sig-Geo] Changing projection

2015-07-11 Thread Erich Subscriptions
I forgot: I was told the projection is MGI Austria Lambert. On Jul 11, 2015, at 13:53, Erich Subscriptions erich.s...@neuwirth.priv.at wrote: I got hold of a map of Austria as shp file. The projection is MGI Austria Lambert. I need to convert this to standard lon/lat. What

[R-sig-Geo] GDAL 2.0 on OSX

2015-06-25 Thread Erich Subscriptions
Does anybody have an idea when GDAL 2.0 will be available for OSX from http://www.kyngchaos.com/software/frameworks? http://www.kyngchaos.com/software/frameworks? [[alternative HTML version deleted]] ___ R-sig-Geo mailing list

Re: [R-sig-Geo] tooltips or annotation

2015-06-16 Thread Erich Subscriptions
I just tried the same test on Ubuntu with all the latest packages and had the same problem. writeOGR does not work for GeoJSON cities - readOGR(system.file(vectors, package = rgdal)[1], cities) is.na(cities$POPULATION) - cities$POPULATION == -99 summary(cities$POPULATION) td - .

Re: [R-sig-Geo] tooltips or annotation

2015-06-16 Thread Erich Subscriptions
PM, Erich Subscriptions erich.s...@neuwirth.priv.at wrote: Alas, this does not work on my setup: OSX 10.10.3 R 3.2.0 rgdal 0.9-3 produces an error when I try to use writeOGR I am not the only one experiencing this, see e,g, http://r-sig-geo.2731867.n2.nabble.com/GeoJSON-errors-when