Skip to content
Prev 15633 / 29559 Next

cannot open: HTTP status was '403 Forbidden' The "sensor" parameter specified in the request must be set to either "true" or "false".

This is solved - credit to Marcelo from stackoverflow.

Attached the '&' to the front of the markers list as follows:

MyMap <- GetMap(markers='&40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc',
destfile="MyTile1.png");

This resulted in the url:
http://maps.google.com/maps/api/staticmap?size=640x640&maptype=terrain&format=png32&sensor=true&40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc


-Anisha
On 16 July 2012 17:55, Anisha Kaul <born.rebel.83 at gmail.com> wrote: