[Google Maps API v3] How to make work Context Menu (right click) in touch devices?

2017-10-19 Thread sunil george
Context menu is not working in touch devices (iPad, iPhone, Android, etc). As long press is calling default popup. Did anyone have solution to fix this? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this

[Google Maps API v3] HTTPS and tile caching with Firefox

2011-10-18 Thread George Georgovassilis
Hello all, I noticed that when loading a map over HTTPS and moving/zooming in then tiles are constantly fetched over the network and despite seemingly correct caching headers not cached in Firefox 7.0.1. Has anybody else observed this behavior and worked around it? -- You received this message

[Google Maps API v3] Places Autocomplete JS v3.5: pac-container not positioned properly

2011-10-15 Thread George Calvert
inding executes in the flow. Most importantly, leaving all styling to the page would avoid these kind of issues entirely. Regards, George -- 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 v

[Google Maps API v3] Re: Thought this would be easy, but can't figure it out.

2011-10-11 Thread George
On Tuesday, October 11, 2011 2:38:20 AM UTC-7, davie strachan wrote: > > Hi > are you developing this using localhost?? > the localhost IP address is not valid for geolocation > Regards Davie > > - Yes, I was using localhost, but it seemed to work fine; it found my location via HTML5 (or at

[Google Maps API v3] Thought this would be easy, but can't figure it out.

2011-10-10 Thread George
Hi, I just wanted to make a page that got my geolocation and then marked the nearest hotels. I tried to merge 2 of the samples together ( http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html and http://code.google.com/apis/maps/documentation/javascript/example

Re: [Google Maps API v3] Re: markerclusterer problem

2011-09-20 Thread Andrinopoulos George
menu press the first submenu, select the first option "Σημεία Κολύμβησης". On 20/09/2011 14:13, geocode...@gmail.com wrote: On Sep 20, 12:04 am, Andrinopoulos George wrote: Hi all, today morning i noticed that marekrclusterer doesn't work as supposed to be. I got the followi

[Google Maps API v3] markerclusterer problem

2011-09-20 Thread Andrinopoulos George
Hi all, today morning i noticed that marekrclusterer doesn't work as supposed to be. I got the following error in the error console. Any help? Error: that.map_.mapTypes[that.map_.getMapTypeId()] is undefined Source File: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclust

Re: [Google Maps API v3] Using fitBounds or setCenter

2011-04-22 Thread George Woodring
oint = new google.maps.LatLng( lat, lng) var nePoint = new google.maps.LatLng(lat, lng) var bounds = new google.maps.LatLngBounds(swPoint, nePoint); map.fitBounds(bounds); Hope this helps, George On Fri, Apr 22, 2011 at 12:01 PM, Bill wrote: > > 2b) Have the map automatically center an

[Google Maps API v3] Google maps not loading when becouse of sql query

2011-03-20 Thread George Maina
Has anyone had a problem like the one above, im having the same issue with both v2 and v3 of google maps, when i try to load maps with markers from a b with certain querys, i get a blank screen, for instance, the query, $sql="select * from my_table where longt !=0 and lat != 0 and creater_id = \"

[Google Maps API v3] Re: Reusing marker clicklistener?

2011-02-06 Thread George Georgovassilis
Hello Martin, bratliff, Thank you much for that pointer - I was so sure that "this" would point to the listener function that I never explored the possibility of it actually being of any use - that is why I misunderstood bratliff's comment in the first place. On Feb 6, 11:55 am, Martin Matysiak

[Google Maps API v3] Re: Reusing marker clicklistener?

2011-02-06 Thread George Georgovassilis
lly into a different direction: markerclusterer doesn't really need the entire marker until it really shows it on the map, so I think I can just provide it with an empty stub that will deploy to the full marker when onAdd is called. On Feb 6, 8:58 am, George Georgovassilis wrote: > Hello

[Google Maps API v3] Re: Reusing marker clicklistener?

2011-02-05 Thread George Georgovassilis
Hello bratliff & Martin, Thank you for your answers. @bratliff: The whole point is that the singleton listener can't know which marker received the click since the only parameter the listener function gets is a MouseEvent, which does not expose that information. So, in your example, "this.george"

[Google Maps API v3] Reusing marker clicklistener?

2011-02-05 Thread George Georgovassilis
Hello group, I'm adding several thousand clickable markers to a map (via the excellent markerclusterer). The entire setup takes around 1.5 sec with FF3.6, however I found that when reusing listeners, the time goes down to 1.2 sec, so that would be roughly: var singletonListener = function(evt)

[Google Maps API v3] Different map images in maps.google.com and using API

2011-02-04 Thread George
For example, when typing "Israel, Elat" in maps.google.com i get correct result. But if using geo-api, city position determined well, however i can't see any city on this location. Is there any way to fix this? -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Re: adding markers in cycle

2010-12-29 Thread George
" wrote: > On Dec 29, 3:09 pm, George wrote: > > > this code is running in cycle setting markers and infowindows by name > > of input objects.. but in fact only the last maker get its infowindow > > and all other makers refernse their clicks to this marker > >

[Google Maps API v3] adding markers in cycle

2010-12-29 Thread George
geocoder.geocode( { 'address': loc }, function(results, status) { if(status=='OK'){ if(results[0].types[0]=='locality') var icon = '/ css/blue_mini.png'; if(results[0].types[0]=='country') var icon = '/ css/green_bi

[Google Maps API v3] maxZoom limit failure posted to issues list

2010-12-22 Thread George Champlin
This issue has been submitted to the bug reports http://code.google.com/p/gmaps-api-issues/issues/detail?can=2&q=2954&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal&id=2954 -- You received this message because you are subscribed to the Google Groups "Goog

[Google Maps API v3] Re: Showing only country and state outlines on a satellite map

2010-12-21 Thread George Champlin
representing the data as KML  (or in fusion > tables). There are sources of KML in bbs.keyhole.com or shapefiles can > be uploaded to fusion tables. > > On 21 December 2010 09:13, George Champlin wrote: > > > > > I'm trying to show only state and/or country bounda

[Google Maps API v3] Showing only country and state outlines on a satellite map

2010-12-21 Thread George Champlin
I'm trying to show only state and/or country boundaries on the Satellite map. I'm trying to use StyledMapType to show administrative.country and administrative.province boundaries. But the base map is showing as the generic pale green and white map, not the Satellite map I set when initializing the

[Google Maps API v3] Re: Limiting maxZoom now failing

2010-12-20 Thread George Champlin
Oops! I got my projects mixed up. The sample is from a series about African resistance to colonial powers in the 19th century. On Dec 20, 10:31 pm, George Champlin wrote: > Wow! Thanks for the tip about going back to v3.2. That fixed my > problem. I'll keep an eye on the new revs to

[Google Maps API v3] Re: 2010/12/21 - New Release

2010-12-20 Thread George Champlin
Hi Luke, Looks like the latest release has broken maxZoom limits, at least for satellite maps. I haven't tried others. See my thread "MaxZoom limit now failing" on this forum. George On Dec 20, 7:56 pm, "Luke (Google Employee)" wrote: > Hey everyone! > > We&#x

[Google Maps API v3] Re: Limiting maxZoom now failing

2010-12-20 Thread George Champlin
gt; Besides: Very interesting overlay. > > On Dec 20, 7:31 am, George Champlin wrote: > > > > > Here's an example:http://www.champlindesign.com/maps/minMaxZoomTest.html > > > MinZoom is limited to 2 while max zoom does not stop at 4 as expected, > > and a

[Google Maps API v3] Re: Limiting maxZoom now failing

2010-12-19 Thread George Champlin
t; > On Sun, Dec 19, 2010 at 7:23 PM, George Champlin > wrote: > > > > > I have been using this function to limit the minZoom and maxZoom of my > > maps. The minZoom limit is still working but the maxZoom limit now has > > no effect. It has been working until someti

[Google Maps API v3] Re: Problem with projected overlay bounds on large overlay

2010-12-19 Thread George Champlin
Breaking at the dateline doesn't make any difference. See: http://www.champlindesign.com/maps/largeOverlay/largeOverlayTest2.html. Panning east or west very far results in both overlays in one hemisphere. Breaking at the dateline with tiled overlays is essential to get them to wrap around and rep

[Google Maps API v3] Limiting maxZoom now failing

2010-12-19 Thread George Champlin
I have been using this function to limit the minZoom and maxZoom of my maps. The minZoom limit is still working but the maxZoom limit now has no effect. It has been working until sometime this month. function limitZoom(min, max) { google.maps.event.addListenerOnce(map, "bounds_changed",

[Google Maps API v3] Re: Problem with projected overlay bounds on large overlay

2010-12-18 Thread George Champlin
Actually I was able to get two overlays in two hemispheres, but it's very unstable. When you drag east or west one or the other will jump hemispheres. See here: http://www.champlindesign.com/maps/largeOverlay/largeOverlayTest.html -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Problem with projected overlay bounds on large overlay

2010-12-17 Thread George Champlin
Wrapping a single or two image overlay around more than 180 degrees didn't work for me. If I used two pieces they both want to show in the same hemisphere regardless of the boundary coords. Has anyone placed two overlays in separate hemispheres successfully? I have been using the Projected Overlay

[Google Maps API v3] Problem with projected overlay bounds on large overlay

2010-12-10 Thread George Champlin
I'm trying to use a large projected overlay which covers from the east edge of Alaska to the center of Australia. I'm using these bounds: "overlayBounds": [-36.84, -141, 71.1, 174.75] The overlay is fine for height and latitude position, but the width is squashed and in the middle of the Pacific.

[Google Maps API v3] ProjectedOverlay remove function causing callback loop and stack overflow

2010-10-09 Thread George Champlin
To see this problem check out John Coryat's example at: http://www.usnaviguide.com/v3maps/ProjectedOverlayTest.htm Clicking the "Remove Overlay" link crashes the overlay class with a stack overflow. The remove function in ProjectedOverlay.js is recalled in an infinite loop when calling this.setMa

[Google Maps API v3] Use of draggable direction renderer

2010-09-10 Thread George
Great work! I added the draggable option to my maps in less than 5 minutes and now I give my users draggable directions for Driving, Bicycling or Walking. You can see it in use by clicking the marker here: http://texastrails.org/GoogleMaps/dsp_trailmap.cfm?ID=1354 George Bowman -- You received

[Google Maps API v3] Re: access to trail tracks

2010-08-17 Thread George
Thanks, you were a great help. Do you know how Google collects this information?. I am part of a bicycle / pedestrian planning organization and would like to provide info / updates on implementations that I am involved with. On Aug 17, 6:04 am, Rossko wrote: > > Yes, exactly that. How is it done?

[Google Maps API v3] Re: access to trail tracks

2010-08-17 Thread George
Yes, exactly that. How is it done? On Aug 15, 9:39 pm, Chad Killingsworth wrote: > You mean like > this?http://code.google.com/apis/maps/documentation/javascript/examples/la... > > Chad Killingsworth > > On Aug 15, 3:18 pm, George wrote: > > > > > When I dis

[Google Maps API v3] access to trail tracks

2010-08-15 Thread George
When I display bicycle direction on my page, e.g.; http://texastrails.org/GoogleMaps/dsp_trailmap.cfm?ID=782, the track of trails in the area is displayed in map, terrain or hybrid views. How can I cause these tracks to be displayed in my map without going into bicycling directions? -- You recei

[Google Maps API v3] GOOGLE EARTH INTEGRATION

2010-08-08 Thread PHILLIP GEORGE
I have map developed using the Enterprise Google Maps API. How hard would it be to give people the option to use the Google Earth API? How much development time do you think it will take? http://gis.lacounty.gov/parkslocator/ -- You received this message because you are subscribed to the Google