[Google Maps API v3] Re: Multiple KMLLayers cause a 414 uri to large error. GET vs POST

2012-03-06 Thread geocode...@gmail.com
On Mar 6, 1:16 pm, Emil Egredzija wrote: > >> I have a scenario where i do a json call, and it returns array of objects. > >> Each json object is a geo location, either a gmap marker or route/polyline. > >> Every object has properties: id, name, description, kml_url. Kml_url is > >> used to draw a

Re: [Google Maps API v3] Re: Multiple KMLLayers cause a 414 uri to large error. GET vs POST

2012-03-06 Thread Emil Egredzija
>> I have a scenario where i do a json call, and it returns array of objects. >> Each json object is a geo location, either a gmap marker or route/polyline. >> Every object has properties: id, name, description, kml_url. Kml_url is >> used to draw a object's kml on a map, > > Is there some compell

[Google Maps API v3] Re: Multiple KMLLayers cause a 414 uri to large error. GET vs POST

2012-03-06 Thread Rossko
> I have a scenario where i do a json call, and it returns array of objects. > Each json object is a geo location, either a gmap marker or route/polyline. > Every object has properties: id, name, description, kml_url. Kml_url is > used to draw a object's kml on a map, Is there some compelling reas

[Google Maps API v3] Re: GMaps v3 - Invalid Argument

2012-03-06 Thread JB
Same issue with latest trunk version example. We use Dynamic Services, so the Dynamic Service example off of the Examples page with IE 8 does duplicate our issue and throws the error. We ran into the same error back in March 2010 with v2. Google Maps updated with a new version of v2 and it start

Re: [Google Maps API v3] Re: Performance scaling google maps application

2012-03-06 Thread Barry Hunter
> How would you tackle this? Server side clustering. Either will have to build or find a solution for your particular database/language of choice Or outsource it to the likes of geocubes. Or Google Builder may well do it http://www.google.com/enterprise/earthmaps/builder.html .. have no experie

Re: [Google Maps API v3] Re: Performance scaling google maps application

2012-03-06 Thread Henri Cammiade
Thanks for the reply, Barry. >From what you’re saying, Fusion Tables don’t seem like a feasible solution >yet. Especially, if the user will have to wait for their View Table to get >created each time they do a search. I’ve had two major problems – Long delays after map loads until markers get

Re: [Google Maps API v3] Re: Performance scaling google maps application

2012-03-06 Thread Barry Hunter
On Tue, Mar 6, 2012 at 12:47 PM, Henri Cammiade wrote: > Hi Barry, > > Thanks for the reply - that's what I was trying to understand about the > View tables using the Fusion api. I presume each time a View table gets > created, it simply adds another table to your account quota (up to five > tabl

[Google Maps API v3] Re: draw overlay of equal square boxes

2012-03-06 Thread Nianwei Liu
> Do i need to change map projection in order to do this? or do u have any > idea? thanks That would depends on your goal, some project preserve distance, some preserve area, some directions. You can use the default Mercator projection, which preserves north, but not S-N distance. Your square will

[Google Maps API v3] Re: GMaps v3 - Invalid Argument

2012-03-06 Thread Nianwei Liu
try latest version from trunk to see if problem still exist. at very small zoom level when map size is larger than sphere width in pixel, it is possible extra code is needed to handle wrap around. a live link will be helpful. On Mar 5, 5:21 pm, JB wrote: > We are trying to convert our GMaps v2 Ar

Re: [Google Maps API v3] Re: Multiple KMLLayers cause a 414 uri to large error. GET vs POST

2012-03-06 Thread egremyl
Hm. I have a scenario where i do a json call, and it returns array of objects. Each json object is a geo location, either a gmap marker or route/polyline. Every object has properties: id, name, description, kml_url. Kml_url is used to draw a object's kml on a map, through the new google.maps.Km