[Google Maps API v3] Re: geoxml3 commercial references

2011-07-14 Thread geo12345
Hi Everybody Is there anybody out there with successful experience of using GeoXml3 in a significant deployment? I would be interested to hear of experiences in terms of * scalability * response times * browser issues * support /bug fixes * interaction with google maps apis Thanks -- Y

[Google Maps API v3] Re: geoxml3 commercial references

2011-07-13 Thread geo12345
Hi Larry Thanks for that. Is that because it's not being used by business or as opensource we're just not aware who's using it? Cheers -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web vi

[Google Maps API v3] geoxml3 commercial references

2011-07-13 Thread geo12345
Hi We have been looking at this geoxml3 as a way to display polygons. We like the ease of configuration eg InfoWindow text, fillcolor, line color etc It seems easier to configure this client side than to upload this to the server. And FusionTables dynamic styling is limited (5 styles)

[Google Maps API v3] mapserver

2011-06-14 Thread geo12345
Hi I recently heard about mapserver http://mapserver.org And I was wondering if this could be used in conjunction with google maps? For example we have investigated different ways of displaying regions on a map (polygons) dynamically First we tried Google Fusion Tables but ran into limitatio

[Google Maps API v3] mapserver

2011-06-14 Thread geo12345
Hi I recently heard about mapserver http://mapserver.org And I was wondering if this could be used in conjunction with google maps? For example we have investigated different ways of displaying regions on a map (polygons) dynamically First we tried Google Fusion Tables but ran into limitatio

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-25 Thread geo12345
Then for original question: >>>So we can have a single layer with 20+ polygons and style each polygon differently. the answer is no. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-25 Thread geo12345
Gentle nudge... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@google

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-24 Thread geo12345
This looks similar to the URL length problem in fusion tables (issue 332) : maybe you can confirm? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. T

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-22 Thread geo12345
Chris I have tried this but it only seems to work for 4 queries eg in the example below I have commented out two "where polygonOptions" This means D = 06 works But if I remove the comment for '01' then '06' stops working ;( layer = new google.maps.FusionTablesLayer({ query: {

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-19 Thread geo12345
Hi Chris Sorry. I see now what you mean about dynamic styling. So we can have a single layer with 20+ polygons and style each polygon differently. as shown below. But can we style based on some local set of values ie not column in the fusion table? query: { select: 'geometry', from:

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-19 Thread geo12345
Hi Chris Thanks for the reply. Yes we are using Google Fusion Tables Layers but in the 3.5 Maps release the number of layers was restricted to just 5 !!! That was partly what prompted this question because if previously we could obtain 20 Fusion layers and now we can only obtain 5 layers then

Re: [Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-18 Thread geo12345
There doesn't seem to be much up-take in my question so maybe I should re-phrase: I'm using precooked colored kml layers (red, orange, yellow, green, blue, indigo, violet) because parsing the polygon data on the browser would take forever the polygon data is approx 30 MB in total. This has the

[Google Maps API v3] color coded regions dynamic report kmllayer

2011-05-16 Thread geo12345
Hi We have a requirement to display some regions color coded in a map. We have noticed that by keeping the polygon KML on a public server we get fast response/ high performance. (our kml in total is about 20Mbytes so drawing with geoxml3 is not an option) We can do this with FusionTablesLa

[Google Maps API v3] max layers fusion tables

2011-04-03 Thread geo12345
Hi I have run into a problem with the maximum number of fusion tables layers I can have in one map. I appears to be the max length of the URL It means I have only managed to get 15 layers but I need to have 25 layers Has anyone encountered this problem and what workarounds are possible? Than