HTML Links are supported in KML infowindows / balloons. KML is a common approach to high performance maps. The data is rendered server side, which allows large volumes of data to be displayed quickly.
Regards, James On Tue, May 17, 2011 at 3:51 AM, geo12345 <[email protected]> wrote: > 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 FusionTablesLayer but with Google Maps 3.5 Release we > are limited to just 5 layers. > (Is this limitation planned for all future maps releases?) > > We can also achieve the same result with google.maps.KmlLayer() > > Question: is this a popular approach to "high performance" maps? > > The only restriction I notice is that the colors are pre-defined. > > Also I'm not sure if the balloon popup can support a html link ? > > I'd be interested to hear of other people doing similar > > And if other products eg ESRI have a similar solution > > -- > 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 [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-js-api-v3?hl=en. > -- 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 [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-js-api-v3?hl=en.
