Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  6] [ 7]  / answers: 1 / hits: 16556  / 14 Years ago, thu, november 25, 2010, 12:00:00

I have 153 markers and need to generate a static map with them, but when put them in the url I get an error like this:



414 Request-Uri Too Large


My url is something like this



http://maps.google.com/maps/api/staticmap?center=13.00,-85.00&size=600x500&maptype=roadmap&markers=13.305,-86.18636&markers=13.72326,-86.13705&......


Thanks folks!


More From » django

 Answers
0

This response came from the Server (google). So you're not allowed to request such long URLs.



See the google api doc for more infos:




Static Map URLs are restricted to 2048 characters in size. In practice, you will probably not have need for URLs longer than this, unless you produce complicated maps with a high number of markers and paths.



[#94845] Tuesday, November 23, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
koltonadolfow

Total Points: 71
Total Questions: 118
Total Answers: 102

Location: Vietnam
Member since Sun, Oct 18, 2020
4 Years ago
;