search for: redc

Displaying 5 results from an estimated 5 matches for "redc".

Did you mean: red
2010 Mar 19
1
error in map library
...se I intend to plot some station in a Brazilian map. I really appreciate any help. > > ===here what I was testing======== > library(rgdal) > > library(RgoogleMaps) > > 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=ABQIAAAAxI1...
2010 Mar 17
0
In readGDAL(destfile, silent = TRUE) : GeoTransform values not available
...the map library. But I have been problem the follow message. Warning message: *In readGDAL(destfile, silent = TRUE) : GeoTransform values not available * library(rgdal) library(RgoogleMaps) > 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=ABQIAAAAxI1cqe7mY9FLRX4CNqunWxR8LwkFvv97N...
2007 Apr 30
2
Structuring a rails application
I try to structure my rails application with modules, but i have problems to define the routes. Is'' it possible to use someting like this: <%= link to ''...'', :module => :module_name, :controller => :ctrl_name [...] -%> ? The controllers i want to access are in app/controllers/module_name. I thougt i could define something like this: map.connect
2007 Apr 26
1
Re: Voicemail on Different Server, Voicemail with NFS
...tem > type, > > options: (the important stuff) > [soft] If an NFS file operation has a major timeout, then report an > I/O error to the calling program. The default is to continue > retrying NFS file operations indefinitely. > [nolock] does not use locking. > [timeo=1] redces the nfs share minor timeouts to 1 tenth of a second > [retrans=1] reduces the number of minor timeouts and retransmitts > needed to cause a major timeout. > [bg] background the re-mount operation > [intr] interupt the nfs file operation for the calling program when a > major timeou...
2006 Jun 17
0
Voicemail with NFS (working, I think)
...mounted location, [nfs] is the file system type, options: (the important stuff) [soft] If an NFS file operation has a major timeout, then report an I/O error to the calling program. The default is to continue retrying NFS file operations indefinitely. [nolock] does not use locking. [timeo=1] redces the nfs share minor timeouts to 1 tenth of a second [retrans=1] reduces the number of minor timeouts and retransmitts needed to cause a major timeout. [bg] background the re-mount operation [intr] interupt the nfs file operation for the calling program when a major timeout occurs When mounting t...