[Google Maps API v3] Re: Show / Hide markers in geoxml3.js

2010-08-13 Thread ebakunin
My situation is that I'm dealing with a *lot* of markers and MarkerManager.js was not speedy enough. Using kml files is much more efficient. In the code below you'll see that different kml files are loaded according to the map's zoom level. Everything works great. However, I can't remove the kml la

[Google Maps API v3] Re: Show / Hide markers in geoxml3.js

2010-08-13 Thread ebakunin
Bump. I have the same problem and would really appreciate some advice. Thanks. On Aug 9, 2:50 am, kpietru wrote: > This script does not work forgeoxml3. > > Hide markers: > geoXml.hideDocument (geoXml.docs); > > Do you have any ideas? -- You received this message because you are subscribed to

[Google Maps API v3] Re: Shadows, mouseover evetns, and tooltips in KML layer

2010-08-06 Thread ebakunin
While this is extremely useful it doesn't seem to fix my main problem. I really need to have a title display for my markers since I have so many. Is there any way to replicate this behavior? Thanks a lot Jon. On Aug 5, 9:25 am, Jon Ward wrote: > Not quite > true:http://code.google.com/apis/kml/

[Google Maps API v3] Hand drawing map borders

2010-07-11 Thread ebakunin
Hello, (I'm unsure where I should ask this question, but hopefully someone here will know the answer.) I need to draw a polygon representing an artificial border region. I could go through a long, painful process of estimating the lat/lng coordinates but I'd rather just draw the polygon and autom

[Google Maps API v3] Re: MarkerManager missing markers at high volume

2010-07-07 Thread ebakunin
I submitted an issue to the project: http://code.google.com/p/google-maps-utility-library-v3/issues/detail?id=21 Thanks a lot for the help William. On Jul 7, 10:54 pm, William wrote: > On Jul 8, 8:22 am, ebakunin wrote: > > > The problem seems to be in the panning. > > Perha

[Google Maps API v3] Re: MarkerManager missing markers at high volume

2010-07-07 Thread ebakunin
eing recognized -- I'm unsure how MarkerManager decides when to render markers. Thanks for the help. On Jul 7, 2:20 pm, "geocode...@gmail.com" wrote: > On Jul 7, 12:20 pm, ebakunin wrote: > > > Hello, > > > I'm using MarkerManager to handle 2100+ locatio

[Google Maps API v3] MarkerManager missing markers at high volume

2010-07-07 Thread ebakunin
Hello, I'm using MarkerManager to handle 2100+ locations. As usual, I display them according to zoom level (fewest a high zoom, all markers at max zoom). While a bit slow, everything seems to work fine. However, at max zoom, if you scroll through several panels the markers no longer display. It's

[Google Maps API v3] Re: this.getProjection() error in MarkerManager

2010-06-30 Thread ebakunin
Works great! Thanks for the explanation. On Jun 30, 1:56 pm, William wrote: > the MarkerManager is ready for use when it raises the 'loaded' event. > The "getProjection()" error is likely to happen when you use the > manager before it is 'loaded'.  Therefore a callback function is > required for

[Google Maps API v3] this.getProjection() error in MarkerManager

2010-06-30 Thread ebakunin
Hello, I'm unsure if this is the best place to post this question, but here it goes: I'm using the latest version of MarkerManager and I always get the error, "this.getProjection() is undefined". This is true for both the stable and development versions. I know this issue has been raised before (

[Google Maps API v3] Faking mouseover events from KML tiles

2010-06-29 Thread ebakunin
Hello, I know that there are no mouseover events for KML features, but what data is returned besides the tiles? The code must somehow keep track of where the Point objects (the icons) are. How is this data handled and is it accessible? Thanks for the help. -- You received this message because yo

[Google Maps API v3] Re: Shadows, mouseover evetns, and tooltips in KML layer

2010-06-27 Thread ebakunin
To return to Finix's question... What information is available from a KML layer? If point information is globally available than it may be possible to replicate the tooltip effect. Also, is the blue icon the only default icon available? Thanks a lot for the clarification. On Jun 12, 2:48 pm, Cha

[Google Maps API v3] Re: "clickable" Circle option not working properly

2010-06-27 Thread ebakunin
Thanks for the help again, Chad. On Jun 27, 2:47 pm, Chad Killingsworth wrote: > This is a known issue. Please star the issue to both vote for it and > track its > progress:http://code.google.com/p/gmaps-api-issues/issues/detail?id=2497 > > Chad Killingsworth > > On Jun

[Google Maps API v3] "clickable" Circle option not working properly

2010-06-27 Thread ebakunin
Hi, I'm adding a circle object in the normal manner: myCircleOptions = { center: new google.maps.LatLng(0,0), clickable: false, fillOpacity: 0, map: myMap, radius: 1800, strokeColor: '#fff', strokeWeight: 1 }; myCircle = new google.maps.Circ

[Google Maps API v3] For thousands of markers, JSON, KML, or another approach?

2010-06-25 Thread ebakunin
I have a working, but poorly performing, map written for API v2. I'm rewriting it for v3. The main issue is that there are roughly 2500 markers. To get the map to perform well I need to solve two problems: 1) Using v2 code I had specific markers appear at different index levels. At lower levels th

[Google Maps API v3] Trouble using KmlLayer

2010-06-22 Thread ebakunin
Hello, I'm trying to learn how to use the KmlLayer class from my localhost. I tried using the code in the tutorials and everything worked fine: var georssLayer = new google.maps.KmlLayer('http://api.flickr.com/ services/feeds/geo/?g=322...@n20&lang=en-us&format=feed-georss'); georssLayer.setMap(m