search for: staticmap

Displaying 4 results from an estimated 4 matches for "staticmap".

2010 Mar 17
0
In readGDAL(destfile, silent = TRUE) : GeoTransform values not available
...t; GetMap(markers = '40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc', destfile = "MyTile1.png"); Read 1 item [1] "40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc" [1] " http://maps.google.com/staticmap?size=640x640&maptype=terrain&format=png32&key=ABQIAAAAxI1cqe7mY9FLRX4CNqunWxR8LwkFvv97NF1lW-Y0LTl6YI7YUhQOrY33MnadojnlYov4VGE9c1Msrg&sensor=true&markers=40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc " > tmp <- PlotOnStaticMap(l...
2010 Mar 19
1
error in map library
...2147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc', > destfile = "MyTile1.png"); > Read 1 item > [1] > "40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc" > [1] " > http://maps.google.com/staticmap?size=640x640&maptype=terrain&format=png32&key=ABQIAAAAxI1cqe7mY9FLRX4CNqunWxR8LwkFvv97NF1lW-Y0LTl6YI7YUhQOrY33MnadojnlYov4VGE9c1Msrg&sensor=true&markers=40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc > " > > > > tmp <-...
2012 Mar 16
1
ggmap crash
...lats <- c(floor(min(siteLat))-10, ceiling(max(siteLat))+10) > lons <- c(floor(min(siteLon))-10, ceiling(max(siteLon))+10) > map <- GetMap.bbox(c(min(siteLon)-5, max(siteLon)+5), c(min(siteLat)-5, max(siteLat)+5), maptype='satellite') [1] "http://maps.google.com/maps/api/staticmap?center=53.277508,-9.011888&zoom=5&size=640x640&maptype=satellite&format=png32&sensor=true" > lonr <- c(map$BBOX$ll[2], map$BBOX$ur[2]) > latr <- c(map$BBOX$ll[1], map$BBOX$ur[1]) > lonr <- c(map$BBOX$ll[2], map$BBOX$ur[2]) > latr <- c(map$BBOX$ll[1],...
2011 Jun 07
1
RgoogleMaps Axes
...","LON"),class="data.frame", ? ? ? ? ? ? ? ? ? ?row.names =c(1418L,1419L,1536L,1538L,1578L)) # Get bounding box. boxt <-qbbox(lat =datas$LAT,lon =datas$LON) MyMap<-GetMap.bbox(boxt$lonR,boxt$latR,destfile ="Arvin12Map.png", maptype ="mobile") PlotOnStaticMap(MyMap,lat =datas$LAT,lon =datas$LON, ? ? ? ? ? ? ? ? axes =TRUE,mar =rep(4,4)) When I run this on my computer the horizontal axis ranges from 300W to 60E, but the ticks in between aren't linearly spaced (300W, 200W, 100W, 0, 100E, 160W, 60W). Also, the vertical axis moves linearly from 300S to...