[Google Maps API v3] embedding a My Maps map in a page

2010-06-15 Thread Gary
Hi, I've got an existing My Map which I want to embed with the API but can't find out how it's done. Can anyone give me any pointers please? Many thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

[Google Maps API v3] Re: Removing restaurants, hotels etc. from the roadmap

2018-01-08 Thread gary
Wow - you guys are focused on new and cool stuff (your opinion) even if it gets in the way of using maps for something primitive, like a map. Remember, just because you can doesn't mean you should. On Saturday, August 27, 2011 at 6:32:48 AM UTC-4, Thor Mitchell (Google Employee) wrote: > > >

[Google Maps API v3] can I pay someone to make a map to my requirements?

2011-06-12 Thread Gary
d. I have seen something similar to this in maps before (unfortunately I cannot find the link) so i know it can be done. Any takers please feel free to contact me. Best Regards Gary -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3&quo

[Google Maps API v3] Re: info window not initializing properly in Firefox

2010-01-13 Thread Gary Little
I see the same problem with Safari/Mac 4.0.4. Very odd. On Jan 12, 12:11 pm, helen wrote: > I am creating info windows for markers that have 2 images in them, and > it seems that in Firefox the size of the info window is not calculated > correctly and results in scroll bars. This only happens the

[Google Maps API v3] Re: Something like LabelMarker for v3?

2010-01-13 Thread Gary Little
Rene, I have written a class library that will allow you to add custom infowindows or labels to a map. Just waiting for privileges to be assigned so I can roll the code into this project. Gary On Jan 13, 1:24 am, René wrote: > I've enjoyed using Mike Purvis's LabelMarker libra

[Google Maps API v3] Re: Something like LabelMarker for v3?

2010-01-13 Thread Gary Little
... whoops (just reread your message) I can do standalone labels, but not labels integrated with a marker as LabeledMarker does... perhaps that will be my next project! Gary On Jan 13, 10:49 pm, Gary Little wrote: > Rene, > > I have written a class library that will allow you to a

[Google Maps API v3] Re: 2010/01/19: New Release

2010-01-20 Thread Gary Little
y odd. Go to my real estate map at imap.garylittle.ca and try it out. When you pan the map, any new properties within the red box on the map are not shown. Then start to pan the map again and you'll notice that the markers for these properties suddenly appear. Gary On Jan 19, 5:25 pm, Daniel

[Google Maps API v3] Re: FYI: New Release (2010/01/20)

2010-01-20 Thread Gary Little
y odd. Go to my real estate map at imap.garylittle.ca and try it out. When you pan the map, any new properties within the red box on the map are not shown. Then start to pan the map again and you'll notice that the markers for these properties suddenly appear. Gary On Jan 20, 1:29 pm, Barbara

[Google Maps API v3] Re: FYI: New Release (2010/01/20)

2010-01-20 Thread Gary Little
Did someone push some new code? My map now works again as expected and I didn't change a thing! Gary On Jan 20, 3:09 pm, Gary Little wrote: > Something subtle has changed which breaks my map. I wait for an idle > event after a map pan -- I then load some data and add new markers t

[Google Maps API v3] Re: FYI: New Release (2010/01/20)

2010-01-20 Thread Gary Little
Susannah, Add http://imap.garylittle.ca/ to your watch list -- markers were not showing up at crazy times after the map was panned. Gary On Jan 20, 5:48 pm, "Susannah (Google Employee)" wrote: > Yes, we've rolled back the latest release.  Stay tuned for a re- > releas

[Google Maps API v3] Re: Infowindow background color

2010-01-21 Thread Gary Little
/reference.html Gary On Jan 21, 5:20 am, Mike Williams wrote: > Esa wrote > > >I agree but ExtInfoWindows and EWindows are v2 extensions. > > You're right. I'm not supposed to be in this group. I don't know how > that happened. > > -- > Mike Williams

[Google Maps API v3] iPhone problem: how do you get map to pan when the drag begins in a floatPane DIV?

2010-01-21 Thread Gary Little
're not created using the JavaScript API. Gary -- 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...@googlegroups.com. To unsubscribe from this group, send

[Google Maps API v3] Re: iPhone problem: how do you get map to pan when the drag begins in a floatPane DIV?

2010-01-21 Thread Gary Little
I've tried calling preventDefault() for touchstart, touchend, touchmove events thinking they would then be passed on to the map, causing the map to pan. This doesn't work: the map window doesn't move (good), but the map doesn't pan (bad). Gary On Jan 21, 3:11 pm, Ben Applet

[Google Maps API v3] Re: iPhone problem: how do you get map to pan when the drag begins in a floatPane DIV?

2010-01-22 Thread Gary Little
ility off -- it never passes mouse events on to the map.) The only situation I've found where the InfoBox drag isn't handled by the map is on iPhone (haven't tried Android). Apples' event handlers seems to be getting in the way somehow. Gary On Jan 21, 9:51 pm, Ben Appleton

[Google Maps API v3] Re: FYI: New Release (2010/01/25)

2010-01-24 Thread Gary Little
only when the SECOND pan begins! Gary On Jan 24, 9:52 pm, "Susannah (Google Employee)" wrote: > We have just released a new version of the JS v3 API. If there are no > major issues, we will make a full announcement of this release, with > updated documentation, in 24-48 hou

[Google Maps API v3] Re: FYI: New Release (2010/01/25)

2010-01-25 Thread Gary Little
simply not working... or the change in visibility was deferred until the next pan attempt. Very odd. I'll try your two suggestions if I see this problem again. Gary On Jan 25, 3:23 pm, Daniel Lee wrote: > This latest version was recently reverted for reasons unrelated to > your issu

[Google Maps API v3] Re: FYI: New Release (2010/01/25)

2010-01-26 Thread Gary Little
ease -- the new markers that were loaded were not appearing until the next pan was started. Gary On Jan 26, 1:28 pm, Daniel Lee wrote: > Hey Gary, > > I'm still a bit confused as to what the expected behavior should be. > > Can you provide some screenshots to help explain?  In

[Google Maps API v3] Re: FYI: New Release (2010/01/25)

2010-01-26 Thread Gary Little
Zheng, I've tried your map with Safari/Mac 4.0.4 and it seems to work as expected. Gary On Jan 26, 10:03 pm, Pan Zheng Xiang Jedi wrote: > Hii Susannah and gmap angels, > > http://tanglincairnhill.shioking.info > > - unable to access via mac laptop safaroi 4.0.3 > - u

[Google Maps API v3] Re: FYI: New Release (2010/01/25)

2010-01-27 Thread Gary Little
Dann, Susannah, I've re-verified the real estate map this morning and all is well. Whatever changes were made yesterday fixed the problems that caused my map to misbehave. Gary On Jan 26, 10:10 pm, Gary Little wrote: > Dann, > > The map seems to work with the new version that wen

[Google Maps API v3] Re: FYI: New Release (2010/01/25)

2010-01-27 Thread Gary Little
Dann, Thanks to everyone for discovering the cause and releasing the fix so rapidly. Gary On Jan 27, 10:30 am, Daniel Lee wrote: > Hey Gary, > > We spent some time over the last few days debugging your application. > Eventually Susannah was able to track down the bug causing

[Google Maps API v3] Re: 2010/01/28: New Release

2010-01-29 Thread Gary Little
as expected when using a desktop browser. However, when using the iPhone/iPod Touch browser, neither the dropdown menu nor the small navigation control appears. See the full map at http://imap.garylittle.ca/ Gary On Jan 28, 4:56 pm, Daniel Lee wrote: > We've recently pushed out a new ve

[Google Maps API v3] Re: iPhone problem: how do you get map to pan when the drag begins in a floatPane DIV?

2010-01-31 Thread Gary Little
... does anyone have any idea of how to get the functionality I'm looking for on the iPhone using the JavaScript API? Is it even possible? On a small screen like iPhone/Android it would be very handy to be able to pan the map when the pan gesture begins in a floatPane div. Gary On Jan 22,

[Google Maps API v3] Re: InfoBox Not Displaying Correctly in IE

2010-02-01 Thread Gary Little
Tres, Have you tried using the InfoBox class I contributed to google-maps- utility-library-v3? See http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries Gary On Jan 31, 12:45 pm, Tres wrote: > I am using a modified version of extinfowindow for v3 > (fr

[Google Maps API v3] Re: 2010/01/28: New Release

2010-02-02 Thread Gary Little
This iPhone problem now seems to have been fixed. The map type control and navigation control now appear as expected. Gary On Jan 29, 10:56 am, Gary Little wrote: > Dann, > > I initialize my map as follows: > >         gMap = new google.maps.Map(document.getEle

[Google Maps API v3] Re: FYI: New Release (2010/02/03)

2010-02-03 Thread Gary Little
on't reappear at all.) 7. Repeat step 5. This time the map and markers reappear as expected. Do it again and the delayed reaction mentioned in step 6 reoccurs. What is going on? This is very repeatable... Some problem caused by using display: none to toggle the display of the map on and off?

[Google Maps API v3] How to use Google Maps JavaScript API v3 in commercial web applications

2010-06-09 Thread Gary Tan
Hi, we are a software company, selling intranet applications for our customers. And we are considering embed the google map in our applications. Do we and our customers need to buy Premier version? And is it possible to get a trial or developping version for our development at the moment? Thanks

[Google Maps API v3] generic function to convert address to a latlng

2010-06-10 Thread Gary Tan
Hi, I am trying to create a generic function as below. no error reported, but no mag shows up either. can somebody help? Thanks a lot function codeAddress(address) { geocoder = new google.maps.Geocoder(); if (geocoder) { geocoder.geocode({ 'address': address }, fu

[Google Maps API v3] Re: Elabel with V3?

2010-06-21 Thread Gary Little
You can use InfoBox to create simple labels on a V3 map (as well as custom InfoWindows). See http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries On Jun 20, 9:31 pm, Xiaofan wrote: > I need it tooDid you already have the elabel for v3? thanks > > On Apr 26, 5:54 am, Map-h w

[Google Maps API v3] Re: Marker labels

2010-06-23 Thread Gary Little
Check out my new MarkerWithLabel class. You can find a pointer to it at the bottom of this page: http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries Gary On Jun 3, 3:11 pm, Kurteknikk wrote: > I really need to havelabeledmarkers in this application i'm doing. > My

[Google Maps API v3] Single Marker as vertex to multiple polylines

2010-08-23 Thread Gary Filkins
Hello ... I've got the crude beginnings of a map that places markers at 5 different cities and then a 6th marker on a position based on the simple average of the other 5 geolocations. The 6th marker is draggable and connects to the 5 other markers with polylines. I'd like to have all 5 polylines

[Google Maps API v3] Re: Single Marker as vertex to multiple polylines

2010-08-25 Thread Gary Filkins
Hello Chad and thank you for the suggestion with respect to the MCVArrays. I've looked (and worked) through the example you linked and I can see the potential and part of the promise of the MVCObject and corresponding binding(s). What I haven't figured out or seen anything resembling an example o

[Google Maps API v3] Dragging map when drag begins from non-draggable marker

2010-08-31 Thread Gary Little
Is there any way for the V3 map to be dragged (i.e., panned) when the drag begins with a mousedown in a non-draggable marker? This feature would be very handy on small-screen touch screen devices where the user is using hand gestures to try to pan the map. -- You received this message because you

[Google Maps API v3] Re: 2010/09/14: New Release

2010-09-14 Thread Gary Little
hat works (different data set but identical JavaScript code) because I specified v=3.1 instead of v=3 http://www.garylittle.ca/mapsc.html Gary On Sep 13, 7:41 pm, "Luke (Google Employee)" wrote: > Hey everyone! > > We've recently pushed out a new version of the A

[Google Maps API v3] Re: 2010/09/14: New Release

2010-09-14 Thread Gary Little
Agreed. I just tried the map on Mac using Firefox and Chrome and all works as expected. However, Safari 5.0.2/Mac does not. I'm not sure whether this is a Google issue, Apple issue, or both. My map has been running successfully for quite a while on all these browsers, so this must have been caused

[Google Maps API v3] Re: 2010/09/14: New Release

2010-09-14 Thread Gary Little
Even Google's event-simple.html sample code at http://code.google.com/apis/maps/documentation/javascript/examples/index.html no longer works with Safari 5.0.2/Mac. Haven't tried the Windows version. This is clearly a HUGE problem that Google/Apple need to sort out quickly. Gary On Sep

[Google Maps API v3] Re: 2010/09/14: New Release

2010-09-15 Thread Gary Little
The fix must already have been made and rolled out. Maps now seem to work well with Safari 5.0.2/Mac once again. Gary On Sep 15, 12:36 am, "Susannah (Google Employee)" wrote: > Thanks for reporting the bug.  We'll get a fix out soon. > > Sorry for the inconvenience, >

[Google Maps API v3] Safari bug when positioning off-screen DIVs

2010-10-01 Thread Gary Little
Here's a copy of a bug report I have just submitted to Apple. Gary Summary: In a Google Maps API application, Safari is not correctly setting the 'left' and 'top' CSS parameters for off-screen DIVs, sometimes preventing on-screen markers from being displayed. I'

[Google Maps API v3] Re: Street View: Sluggish performance on iPad

2010-11-18 Thread Gary Little
I am more concerned about the frequent crashing when running Street View with a V3 map on an iPad. Is iPad a supported platform for Street View? Gary On Nov 18, 3:48 pm, Luke Mahé wrote: > Hi Thomas, > > We are aware of some performance issues on the iPad/iPhone and they being &g

[Google Maps API v3] How do you prevent custom control from printing?

2010-11-27 Thread Gary Little
I want to prevent the visual element of a custom control from appearing when a map is printed. Does anyone know if this can be done? In other words, is there a standard (Google Maps) CSS class I can assign to the DIV for a custom control so that CSS display is set to "none" when printing. -- You

[Google Maps API v3] Re: How do you prevent custom control from printing?

2010-11-28 Thread Gary Little
Thanks, Chris, that's how I'll have to deal with it. If I knew the name of the class Google is using to prevent printing I could assign it to the custom control to get the default behavior (i.e., don't print the control) without developers having to assign a class as you've

[Google Maps API v3] Re: 2010/11/29: New Release

2010-11-28 Thread Gary Little
I noticed a couple of days ago that markers on maps now print w/o enabling printing of background. Great news! I'd love to know how this was accomplished -- some advanced CSS work I imagine. Gary On Nov 28, 9:29 pm, "Luke (Google Employee)" wrote: > Hey everyone! > > We&

[Google Maps API v3] Re: How do you prevent custom control from printing?

2010-11-28 Thread Gary Little
Agreed. I've just added a visualClass property to the keydragzoom control so that you can prevent the visual portion of the control from printing by setting visualClass to noprint, the CSS class in your example above. Gary On Nov 28, 8:34 pm, Chris Broadfoot wrote: > It's &quo

[Google Maps API v3] Re: InfoBox labels blocking click propagation for polygons?

2010-11-30 Thread Gary Little
ne does not get passed to objects in another pane, they go straight to the map. The polygon you've defined must be in one of these other panes. You might try adding the label to the same pane as the polygon and see if it helps. Gary On Nov 30, 12:53 am, ping wrote: > Hi everybody > >

[Google Maps API v3] Re: How do you prevent custom control from printing?

2010-11-30 Thread Gary Little
ustom controls. Gary On Nov 28, 11:21 pm, Gary Little wrote: > Agreed. I've just added a visualClass property to the keydragzoom > control so that you can prevent the visual portion of the control from > printing by setting visualClass to noprint, the CSS class in your > e

[Google Maps API v3] Re: InfoBox labels blocking click propagation for polygons?

2010-11-30 Thread Gary Little
Ping, Looks like there's no easy solution. You will probably have to keep track of the polygon the label is associated with, then trigger an event on the polygon when the label is clicked. Gary On Nov 30, 7:37 pm, ping wrote: > Hi Gary > I've given your suggestion a try. >

[Google Maps API v3] Re: Setting zIndex to get label to display above marker

2010-12-02 Thread Gary Little
have a z-index, set it to one higher than the marker's z-index. Gary On Dec 1, 8:14 am, Malcolm wrote: > My question relates to getting labels to display above markers by > setting the zIndex property. This is discussed in Marc Ridey's > imformative blog > (http://blog.mr

[Google Maps API v3] Re: Is there a way to remove the "x" close button from an info window?

2010-12-04 Thread Gary Little
Chad, Very clever! I hope Google never changes the URLs of its standard UI GIF/JPEG/PNG files. Gary On Dec 3, 6:04 am, Chad Killingsworth wrote: > You sure about > that?http://search.missouristate.edu/map/mobile/examples/removeclose.htm > > This technique won't work in Inter

[Google Maps API v3] Re: 2010/12/5: New Release - including Marker animations, Max Zoom Service

2010-12-06 Thread Gary Little
rameter. (This would also allow the bug described at to be fixed!) And... for bonus marks... expose a constant that contains the number of pixels by which the marker is raised. I think the value is now 20 pixels, but the number should be provided as a constant. Gary Gary On Dec 5, 7:09 

[Google Maps API v3] Re: 2010/12/5: New Release - including Marker animations, Max Zoom Service

2010-12-06 Thread Gary Little
AISEOFFSET constant, though. Gary On Dec 6, 1:59 pm, Gary Little wrote: > Regarding the new "raiseOnDrag" feature: > > It would be useful to have a getRaiseOnDrag() method (for Marker > class) for determining whether this feature is on or off. This would > allow a custom

[Google Maps API v3] Re: 2010/12/5: New Release - including Marker animations, Max Zoom Service

2010-12-07 Thread Gary Little
minated if Marker.getRaiseOnDrag() were available. Gary On Dec 7, 4:10 am, Chris Broadfoot wrote: > It's there. > > http://code.google.com/apis/maps/documentation/javascript/reference.h... > > raiseOnDrag boolean If false, disables raising and lowering the marker on > dra

[Google Maps API v3] Re: 2010/12/5: New Release - including Marker animations, Max Zoom Service

2010-12-07 Thread Gary Little
Chris, The getRaiseOnDrag() problem has been solved! It turns out that even though this function does not exist, you can learn the state of a marker's raiseOnDrag parameter (and probably any other marker parameter) using the following syntax: google.maps.Marker.get("raiseOnDrag").

[Google Maps API v3] Any way to cancel a marker drag operation?

2010-12-20 Thread Gary Little
If you start dragging a marker, is there any way to cancel the drag so that the marker returns to its original position? I thought that pressing Esc might work... but it does not. Gary -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] Re: Any way to cancel a marker drag operation?

2010-12-20 Thread Gary Little
for is to tell a user to press Esc then immediately release the mouse button. Gary On Dec 20, 7:01 pm, "geocode...@gmail.com" wrote: > On Dec 20, 9:55 pm, Gary Little wrote: > > > If you start dragging a marker, is there any way to cancel the drag so > > that the mark

[Google Maps API v3] Re: Color markers (other than red)

2010-12-28 Thread Gary Little
If you're trying to add a label to any Marker, you can use the MarkerWithLabel class: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/ Gary On Dec 27, 10:03 pm, Mark Adler wrote: > If anyone is interested, a program is linked here that reads a png > im

[Google Maps API v3] Re: MarkerWithLabel in IE6!

2011-02-12 Thread Gary Little
bugs in MSIE, particularly early versions. There may be a workaround, if anyone has any ideas let me know. Gary On Feb 11, 1:00 am, DZ wrote: > I usehttp://google-maps-utility-library-v3.googlecode.com/svn/tags/markerw... >  markerwithlabel. > In IE6 the label is behind the marker,in f

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-15 Thread Gary Little
It would be instructive to know how Google gets markers to appear above the street view pane. If that is understood it might give insight into how to force something in the floatPane (i.e., an infobox or infowindow) to appear above the street view as well. On Feb 14, 9:34 am, Tim Blackburn wrot

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-16 Thread Gary Little
View as well? Gary On Feb 15, 2:32 pm, Marc Ridey wrote: > The Map and StreetViewPanorama controls used the same logic to display > markers, infowindows and overlays. > I.e. you can create an overlay like Label > (seehttp://blog.mridey.com/2009/09/label-overlay-example-for-google-map

[Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-16 Thread Gary Little
Tonight I've noticed that markers on my map disappear at high zoom levels; this seems to have just started happening today for no apparent reason. The markers do not disappear if I set the version to 3.3 http://map.garylittle.ca/ Gary On Feb 16, 10:00 am, Mike Dolbow wrote: > Not sur

[Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-16 Thread Gary Little
Note: The problem regarding the disappearing markers was observed with Safari/Mac. It did not occur with Firefox/Mac or Chrome/Mac. On Feb 16, 9:43 pm, Gary Little wrote: > Tonight I've noticed that markers on my map disappear at high zoom > levels; this seems to have just starte

Re: [Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-16 Thread Gary Little
Chris, No errors in the console. I'm running Mac OS X 10.6.6 with Safari 5.0.3 (6533.19.4) on a MacBook Pro. The markers disappear for the top 4 zoom levels. I'll keep banging on it tomorrow morning (it's 22:30 now here in Vancouver so I'm just about done for the night

Re: [Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-16 Thread Gary Little
version to 3.3, it works as expected. Gary On Feb 16, 2011, at 22:30 :24, Gary Little wrote: > Chris, > > No errors in the console. I'm running Mac OS X 10.6.6 with Safari 5.0.3 > (6533.19.4) on a MacBook Pro. > > The markers disappear for the top 4 zoom levels. > &g

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-18 Thread Gary Little
ng information about the property. Gary On Feb 17, 2:00 am, Tim Blackburn wrote: > Ah, now I wonder if I've double up on my marker creation and if I could have > used the same ones in both layers? Anyway what I did was this: > > CREATE MAP FUNCTION > // Create the Map and St

[Google Maps API v3] Re: How can I add a simple text to a fixed location on google map?

2011-02-20 Thread Gary Little
For creating labels that are *not* associated with a marker, you can use InfoBox, also in the Google Maps Utility Library: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/ Gary On Feb 20, 1:07 am, Martin Matysiak wrote: > Is your fixed location associated with a mar

[Google Maps API v3] Re: infoBoxes in StreetView? Or another way around this problem???

2011-02-20 Thread Gary Little
Sascha, I think you will have to do what Tim did in his sample code up above. i.e., create a duplicate set of markers to add to the custom Street View. Gary On Feb 20, 1:48 am, archinform wrote: > Hi folks, > > have a similar problem (posted > onhttp://groups.google.com/group/go

[Google Maps API v3] Re: 2011/2/22 - New Release

2011-02-27 Thread Gary Little
Chris, I have filed a formal bug report concerning my "disappearing marker" issue (on Safari 5.0.3/Mac) that was first observed when V3.4 came out a couple of weeks ago. See: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3076 Gary On Feb 22, 4:09 pm, "Chris Br

[Google Maps API v3] Unexpected disappearance of markers when using Safari 5.0.3/Mac and V3.4

2011-02-27 Thread Gary Little
FYI, I have filed a bug report regarding the unexpected disappearance of markers when zooming in and out of a V3.4 Google map using Safari 5.0.3/Mac: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3076 The problem does not seem to occur with other browsers or other versions of the Map

[Google Maps API v3] Re: Unexpected disappearance of markers when using Safari 5.0.3/Mac and V3.4

2011-03-01 Thread Gary Little
As of today (March 1), this problem seems to have been fixed. Yay! Gary On Feb 27, 10:00 am, Gary Little wrote: > FYI, I have filed a bug report regarding the unexpected disappearance > of markers when zooming in and out of a V3.4 Google map using Safari > 5.0.3/Mac: > > http://

[Google Maps API v3] Centering a marker in a dblclick handler doesn't work [V3.4 bug]

2011-03-01 Thread Gary Little
I have a simple map which illustrates a problem in the current iteration of V3.4: http://www.luxcentral.com/bug/bug3.html This map has a single marker with a dblclick handler attached. The handler is supposed to center the map around the marker position and zoom in one level. All works well with

[Google Maps API v3] Re: Centering a marker in a dblclick handler doesn't work [V3.4 bug]

2011-03-02 Thread Gary Little
Yes, I can certainly specify that I want to use V3.3 and everything will work as expected. I just want it to work with V3.4 as well! Gary On Mar 2, 4:03 am, "Samuel H." wrote: > Hello, > > Have you checked my last > post:http://groups.google.com/group/google-maps-js-a

[Google Maps API v3] Re: Centering a marker in a dblclick handler doesn't work [V3.4 bug]

2011-03-02 Thread Gary Little
See: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3090&q=apitype%3AJavascript3%20type%3ADefect&sort=-id%20-stars&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Internal%20Stars On Mar 2, 6:45 pm, Ben Appleton wrote: > Hi Gary, > > Thanks for the

[Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-08 Thread Gary Little
See marker "getVisible()" bug that has surfaced in the past day or so: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3114 Gary On Mar 1, 9:08 pm, "Chris Broadfoot (Google Employee)" wrote: > Hi all, > > Recently a new version of the Maps API went li

[Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-09 Thread Gary Little
Jason: See http://code.google.com/p/gmaps-api-issues/issues/detail?id=3114 Comment 9 there has an easy workaround for your problem until the V3.4 bug is fixed. Simply set the visible property of your labeled markers explicitly when you create them. Gary On Mar 8, 5:26 pm, Jason Jonas wrote

[Google Maps API v3] Any way to get a Polygon to appear above a Fusion Table layer

2011-03-10 Thread Gary Little
I have a map with a fusion table layer and a bunch of polygons. The polygons currently appear below the fusion layer. Is there any way to get the polygons to be drawn so that they appear on top of the fusion layer? -- You received this message because you are subscribed to the Google Groups "Goo

[Google Maps API v3] Draggable markers sometimes disappearing on Safari/Mac

2011-03-12 Thread Gary Little
All, I'm experiencing an odd situation which I believe is unique to Safari 5.0.4 running on Mac OS X (in my case 10.6.6). I have created a map containing draggable markers. When I zoom the map in, then pan so that other markers should be exposed, they sometimes do not appear. They usually reappea

[Google Maps API v3] Re: New Release - 2011/3/17

2011-03-17 Thread Gary Little
le in a @media print declaration could be used to prevent printing. (This is the technique I use in the KeyDragZoom library so that the programmer can control whether the drag zoom control is printed.) Gary On Mar 17, 12:07 am, "Chris Broadfoot (Google Employee)" wrote: > Hi all, >

[Google Maps API v3] Re: New Release - 2011/3/17

2011-03-17 Thread Gary Little
Probably all you (Google) have to do is set the class of the Overview Map DIV to "gmnoprint". Undocumented for us, but OK for you to use! Gary On Mar 17, 3:19 pm, Luke Mahé wrote: > The Overview Map control shouldn't print at all. I've filed a internal issue > about

[Google Maps API v3] Re: Markers and zIndex

2011-03-17 Thread Gary Little
hod were known. Any suggestions? Gary On Mar 17, 5:24 am, Chris Broadfoot wrote: > On Thu, Mar 17, 2011 at 7:59 PM, sgiddings wrote: > > The result, that I see at least, is that the second marker is displayed > > behind the first. > > I tried to reproduce this and can't. Please

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/ , by the way.) Simon: you may want to try setting optimized: false to see if it helps your problem. With Safari/Mac, I also see that the marker with the higher explicitly-set zIndex appears in the background. Gary

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
Chris: After further analysis... optimized: false doesn't work reliably with Safari/Mac (entire markers sometimes go missing). Seems to be OK with every other Mac browser. Will start a new thread to discuss. Gary On Mar 18, 9:42 am, Gary Little wrote: > Chris: > > Setting op

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
See bug report at http://code.google.com/p/gmaps-api-issues/issues/detail?id=3162 On Mar 18, 11:34 am, Gary Little wrote: > Chris: > > After further analysis... optimized: false doesn't work reliably with > Safari/Mac (entire markers sometimes go missing). Seems to be OK with

[Google Maps API v3] Re: Draggable markers sometimes disappearing on Safari/Mac

2011-03-18 Thread Gary Little
I've now seen this even with non-draggable markers and have created a test case. See: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3162 Gary On Mar 12, 4:45 pm, Gary Little wrote: > All, > > I'm experiencing an odd situation which I believe is unique toSafari

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
Simon: I tried your sample and I also observe the problem you're describing. I added an optimized: false parameter to each marker and everything now works as expected! Definitely a bug -- zindex of draggable markers isn't behaving as expected when optimized is true (the new default).

[Google Maps API v3] Re: New Release - 2011/3/17

2011-03-19 Thread Gary Little
Chris, Note this Safari disappearing marker bug with V3.4 when marker optimization is off: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3162 Gary On Mar 17, 12:07 am, "Chris Broadfoot (Google Employee)" wrote: > Hi all, > > Today we pushed a new version of th

[Google Maps API v3] Re: How can I used the overlayMouseTarget Custom Overlays

2011-03-20 Thread Gary Little
The MarkerWithLabel utility library uses the overlayMouseTarget pane. You can retrieve the source code at http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerwithlabel/ Gary On Mar 18, 11:36 pm, sq wang wrote: > I am trying to add my layer which can catch the click event. S

[Google Maps API v3] Re: the feature Drag 'n' Zoom

2011-03-21 Thread Gary Little
Have you tried using the KeyDragZoom utility? See http://google-maps-utility-library-v3.googlecode.com/svn/tags/keydragzoom/ Gary On Mar 21, 3:42 am, Xenya wrote: > Hello, > the original Google Map offers the feature "Drag 'n' Zoom". I want to use it > at my own

[Google Maps API v3] Re: 2011/3/22 - New Release

2011-03-26 Thread Gary Little
This release is considerably slower than v3.3 when it comes to updating map tiles. With 3.3, when I pan a map I rarely see a blank spot while the API fetches and displays a new tile. With 3.4 I see these blanks spots all the time and it takes a second or two to update. Gary On Mar 24, 7:58 am

[Google Maps API v3] Re: No more DragZoom in V3? Must use keyboard?

2011-04-06 Thread Gary Little
The current version of KeyDragZoom lets you activate a drag zoom not only from the keyboard but also by clicking a visual control. Read the documentation at http://google-maps-utility-library-v3.googlecode.com/svn/tags/keydragzoom/2.0.5/docs/reference.html On Apr 5, 10:06 am, Howard P wrote: > I

[Google Maps API v3] Re: Adding shopping center, buss station, and extra labels to maps

2011-04-06 Thread Gary Little
You can use the infobox.js library to add labels to V3 maps: http://google-maps-utility-library-v3.googlecode.com/svn/tags/infobox/1.1.5/ One of the examples shows exactly how to do it. On Apr 6, 11:07 am, iTraceDesigns wrote: > How can I add extra labels to my maps? I'm specifically talking a

[Google Maps API v3] Can anyone tell me why this isn't working in Internet Explorer?

2011-04-07 Thread Gary Weiner
This was working fine for months and now it seems to have stopped working in IE. It still works fine in Firefox. I didn't change anything and I don't see any errors. I'm kinda tearing my hair out here. http://zapmytax.com/zapmap.php http://zapmytax.com/zapmapframe.php Thanks! -- You received

[Google Maps API v3] Re: Can anyone tell me why this isn't working in Internet Explorer?

2011-04-07 Thread Gary Weiner
leted the link to the sample CSS and set the DIV width explicitly and now it all works. Thanks for the pointer. On Apr 7, 11:57 am, "geocode...@gmail.com" wrote: > On Apr 7, 8:45 am, Gary Weiner wrote: > > > This was working fine for months and now it seems to have stopped

[Google Maps API v3] Re: customs info windows

2011-04-14 Thread Gary Little
stead, set the position parameter in boxOptions to this.getPosition() I also notice you're creating a new InfoBox every time a marker is clicked. You should probably creating a single master InfoBox and keep track of it with a global variable. You can then manipulate it in the click handler.

[Google Maps API v3] Re: keydragzoom button for visual control

2011-04-19 Thread Gary Little
This is not currently possible with KeyDragZoom. The visual control must appear on the surface of the map. Gary On Apr 19, 3:13 am, Alessio wrote: > Hi, > > in the extension for the v2 api I was able to activate the dragzoom > with a normal html button, using a function in the oncli

[Google Maps API v3] Re: Help needed with InfoBox mousover/mouseout

2011-04-20 Thread Gary Little
In your mouseover listener, you're going to have to change the content of the InfoBox based on which marker is being moused over. Use the setContent function of the InfoBox class. Gary On Apr 20, 7:11 am, pontusw wrote: > Hi, I'm new to the Google Maps Api and Javascript is not

[Google Maps API v3] Re: Map Custom Overlays is not clickable in mobile devices.

2018-03-05 Thread Gary Little
This has now been fixed (at least in MarkerClustererPlus). See https://issuetracker.google.com/issues/73571522 for the suggestion that led to a successful workaround. On Sunday, March 4, 2018 at 2:35:39 PM UTC-8, Arun Wilson wrote: > > Google maps Custom overlay click event is not working in mob

[Google Maps API v3] Re: Google sample code not working on safari

2011-05-12 Thread Gary Little
I'm using Safari 5.0.5/Mac and it works as expected. On May 11, 8:07 am, pablovn wrote: > Sorry, I should have been more specific about what is not working.  On > firefox, chrome and IE I get the map.  On Safari 5.0.5, I get nothing, a > blank screen. -- You received this message because you ar

[Google Maps API v3] Re: About Infobox: show/open/setContent

2011-05-23 Thread Gary Little
show or hide it with the show() and hide() functions. Gary On May 20, 3:38 am, bertaudmarc wrote: > What is the difference between show and open ? > > This code doesn't display the l variable ! > > l=123; > ib = new InfoBox(traceOptions); > ib.open(map, marker); &

[Google Maps API v3] Re: Using the places library without a map on the same page

2011-05-25 Thread Gary Little
Chris, Neat bindTo trick! No need to set up an event listener... Saved me several lines of code. Gary On May 25, 2:59 am, Chris Broadfoot wrote: > On Thu, May 19, 2011 at 7:07 AM, Johannes Schill > wrote: > > > are being included in the result. Maybe my default bounds ar

[Google Maps API v3] Re: Introducing the Map Label utility library

2011-05-25 Thread Gary Little
Chris, Luke, What happens when you try to use this library with a browser that does not support ? Does it gracefully switch to using a different technique, fail, or...? Gary On May 24, 12:05 am, Chris Broadfoot wrote: > Hi all, > > A few of you who had watched my Google I/O t

[Google Maps API v3] Re: Introducing the Map Label utility library

2011-05-25 Thread Gary Little
hand, it should work with those pesky old IE browsers. Gary On May 24, 5:23 am, Joseph Elfelt wrote: > For those that do not know (I had to look it up), IE9 is the first > version  that supports canvas. > > If you want to include labels in your app but you need to support non- > c

Re: [Google Maps API v3] how to create markers for nearby libraries and resturants

2011-06-05 Thread Gary Zhang
Is there anything like a javascript without the daily limit and api key?\ Thanks, From: Jeremy Geerdes To: google-maps-js-api-v3@googlegroups.com Sent: Wed, June 1, 2011 8:06:42 PM Subject: Re: [Google Maps API v3] how to create markers for nearby libraries

  1   2   >