I'm sorry, the previous links aren't right. look this map: http://maps.google.com/maps/api/staticmap?zoom=3&size=256x256&maptype=roadmap&markers=color:0xFE5914|+43.090,+9.070&sensor=false
If I delete the + sign before of the coordinates, the maps is right: http://maps.google.com/maps/api/staticmap?zoom=3&size=256x256&maptype=roadmap&markers=color:0xFE5914|43.090,9.070&sensor=false the coordinates are inserted by an automatic script from a database, with the signs + or -. I can't remove the signs. On 12 Ago, 18:04, Miguel Angel Vilela <[email protected]> wrote: > On Thu, Aug 12, 2010 at 17:52, Andrew Leach <[email protected]>wrote: > > > On 12 August 2010 16:22, Miguel Angel Vilela <[email protected]> wrote: > > > > Your sample requests return HTTP 400 Bad Request to me, even after > > removing > > > the + signs, because it's missing the center= parameter and there is only > > > one marker, which is not enough for implicit centering. > > > It is enough. There is a size, a zoom and a marker location. And > > taking off the center=... parameter from your URL results in a map > > with the marker at the centre. > > Right, that's actually enough, what really makes the original +-less request > fail is a missing & in this bit: size=256x256maptype=roadmap -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
