[Google Maps API v3] How to import info for complex icon, html and LatLng from external source, e.g. xml

2011-01-25 Thread SKH
Dear all, I am trying to create a map with different icons and clickable infowindows. I have a working example here: http://dl.dropbox.com/u/18099461/Study_Trip_Vorlage_pub.html Now in this example the relevant information is spread to 3 different places, which I fear might become messy. Is the

[Google Maps API v3] Re: MarkerManager with moving Marker

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 11:32 pm, Kenneth wrote: > Can't provide a link, but good point about the marker in MM. I'll try > to take it out of the MM. >From the v2 posting guidelines but still relevant: http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical -- Larry -- You rece

Re: [Google Maps API v3] Re: Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread Ben Appleton
Hi John, On Wed, Jan 26, 2011 at 3:21 PM, John Laur wrote: > Ben, > > Thank you for your assistance. I have filed Issue 3011 to track this > externally http://code.google.com/p/gmaps-api-issues/issues/detail?id=3011 > You mention you have 10 layers. Do I understand correctly that you're making

[Google Maps API v3] Re: MarkerManager with moving Marker

2011-01-25 Thread Kenneth
Can't provide a link, but good point about the marker in MM. I'll try to take it out of the MM. -- 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 unsu

[Google Maps API v3] Re: Map without basemap

2011-01-25 Thread maplab
Not permitted - but is it possible? Is it up to Google to make this available for Public Safety? Mano, are you there ? David C. -- 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-

[Google Maps API v3] Re: Feedback

2011-01-25 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/examples/icon-complex.html On Jan 25, 8:12 am, "Mr. Alexander" wrote: > Hello, > > As the first time user I found the API lacking the following: > > - How to display more than 1 coordinate on the map. It might be simple > by just passing t

[Google Maps API v3] Re: Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread John Laur
Ben, Thank you for your assistance. I have filed Issue 3011 to track this externally http://code.google.com/p/gmaps-api-issues/issues/detail?id=3011 In my particular test case, I have several tile generators running on EC2, so my latency to the tile servers is not 200ms but it's also not particul

[Google Maps API v3] Re: Im trying to establish my marker array and infowindow code and my attempts are without fail.

2011-01-25 Thread Rossko
> I havent been able to work on this map the last few weeks so I tried to use > their v2 code and put in my new key. As its become a V2 question it really ought to go in the V2 group http://groups.google.com/group/Google-Maps-API > http://www.miracleparkplace.com/index/pinMAPgallery.htm > > It st

[Google Maps API v3] Re: Map without basemap

2011-01-25 Thread Rossko
> Could a disembodied Google Maps API JavaScript engine run with a set > of overlays on a localhost implementation Not permitted. Related recent post - http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/664d81eff12eb580 Use Google Earth for standalone -- You received this

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Rossko
> Fixed the html, still does not work correctly. When testing KML/KMZ changes, don't forget Google caches it ; you need to append a ?random=1234 or suchlike to the URL to bust the caching. But no, it didn't improve it. I think its struggling to build an infowindow taller than the entire window,

[Google Maps API v3] Re: Why my map is not showing in IE6

2011-01-25 Thread Rossko
> here is the page:http://www.go2uk.org/Google API V3.html Spaces in url can be a problem. If I visit http://www.go2uk.org/Google%20API%20V3.html in my IE6 it seems to work, showing a map and a streetview -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-25 Thread Rossko
What's going on here in CreatePolygon() ? var i, p; ... Polygons[i] = new Array(); 'i' is undefined, did you really mean to set Polygons[undefined] to an empty array? I'm amazed it works at all, but it does seem to. Observing the mouse cursor when rubber-banding your line is givin

[Google Maps API v3] Why my map is not showing in IE6

2011-01-25 Thread Helen
Hi, I did a demo page for google maps api V3, it shows perfect in IE7/IE8, but nothing in IE6, here is the page: http://www.go2uk.org/Google API V3.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, se

Re: [Google Maps API v3] Re: Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread Ben Appleton
Regarding Firefox: interesting; I see at least 50% of tile requests aborted, so it's working for me. I'm in Australia with ~200ms round trip time; I'm guessing you have a low RTT to your tile server which might affect this. Regarding Chrome: I see the problem now, it looks like a bad interaction w

[Google Maps API v3] Re: Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread John Laur
Ben, I am seeing the behavior in Chrome and using the Network tab to check the issue. If I load my map with a single tile overlay (ImageMapType) requests queue for all tiles at all zoom levels, and the requests wait to complete. In fairness *sometimes* i can zoom fast enough that requests for an e

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-25 Thread Dave
Changed the code to make use of childNode and nodeType to resolve the visibility issues. I've tested the code with Chrome 8.0.552.237 Firefox3.6.13 IE 8.0.6001.18999 Safari 5.0.3 (7533.19.4) All these browsers show the same effect with event handling (with

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Furlong
Fixed the html, still does not work correctly. On Jan 25, 10:25 pm, Rossko wrote: > I suppose a start would be to put valid HTML in your . > One I looked at had an opening but no closing , and > also ended on a with no closing . > These improperly formed tables might well confuse things here.

[Google Maps API v3] Re: Map without basemap

2011-01-25 Thread maplab
Could a disembodied Google Maps API JavaScript engine run with a set of overlays on a localhost implementation to allow standalone capability for Public Safety incident management that does not yet have internet backhaul connectivity? David Coggeshall Program Director Golden Gate Safety Network Ca

[Google Maps API v3] Re: Market Clusterer and kml source file?

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 2:39 pm, alexis wrote: > Any suggestions on parsers? The only one I know of for v3 is geoxml3. > > What is the typical format used for the source of markers, if not KML? Mike Williams' tutorial in v2 is the one that I pretty much adopted for most of my maps (lat & lng are attributes)

[Google Maps API v3] Re: MarkerManager with moving Marker

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 7:15 am, Kenneth wrote: > Hello > > I have an arrays with markers which I add to MM with addMarkers() > method. The first marker is the "search marker" and the position will > change, if a user type something in a textbox which, gets translated > with GeoCoder. After receiving the resul

Re: [Google Maps API v3] Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread Ben Appleton
Hi John, The API will initiate requests for tiles on screen, but cancels any in-flight requests after you zoom in again. It should not wait until pending requests are satisfied. Further, your browser will limit the number of concurrent requests to your tile server, so your tile server should not h

[Google Maps API v3] Re: Market Clusterer and kml source file?

2011-01-25 Thread alexis
Any suggestions on parsers? What is the typical format used for the source of markers, if not KML? In google's maps demo gallery (http://code.google.com/apis/maps/documentation/javascript/demogallery.html), there is an examples for the "too many markers" solution http://bit.ly/9Dbtkr In the

[Google Maps API v3] google.maps.InfoWindow is not a constructor

2011-01-25 Thread dsloan
I have code working plotting markers on the map, but when I try to add info windows to these markers I am getting the error "google.maps.InfoWindow is not a contructor". The other objects GMap2, GIcon, etc. are all working fine. Do I need to include an additional library or something to use InfoWin

[Google Maps API v3] MarkerManager with moving Marker

2011-01-25 Thread Kenneth
Hello I have an arrays with markers which I add to MM with addMarkers() method. The first marker is the "search marker" and the position will change, if a user type something in a textbox which, gets translated with GeoCoder. After receiving the result from the GeoCoder, I set the position on that

[Google Maps API v3] instancing new google.maps.Map breaks tiny mce

2011-01-25 Thread oasisfleeting
I am implementing google maps on a page but when I instantiate a new google.maps.Map() It breaks the tinymce editor. Can anyone tell me if there is a known workaround or if I'm doing something wrong. The firebug error is tinymce is not defined http://savvylist.com/js/tiny_mce/jquery.tinymce.js Lin

[Google Maps API v3] V3 Removing a marker after clicking on it and updating the polilyne

2011-01-25 Thread Alvaro Arregui
I've set an array where all the markers are sorted, then theres the polilyne. There is a listener on 'map' that adds a marker and draws the polilyne to the previous marker. I'm trying to remove a marker when it gets clicked but I can't make it work... Right now im focusing on removing the marker,

[Google Maps API v3] Re: GBrowserIsCompatible alternative?

2011-01-25 Thread CSZ
The absence from V3 of any functionality equivalent to GBrowserIsCompatible() in V2 was very nearly a showstopper for me. If I could not have found a workaround, I would have abandoned development of a V3 replacement for my V2 mashup. (See www.gcna.org, last link in Take Note block at right side

[Google Maps API v3] Feedback

2011-01-25 Thread Mr. Alexander
Hello, As the first time user I found the API lacking the following: - How to display more than 1 coordinate on the map. It might be simple by just passing the variables but it is not clear after reading the documentation. If I am mistaken please excuse and point me to the right location on the

[Google Maps API v3] Re: google.maps.InfoWindow is not a constructor

2011-01-25 Thread dsloan
Thanks Larry! Sorted. -- 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 Maps API v3] google.maps.InfoWindow is not a constructor

2011-01-25 Thread dsloan
My Google maps code works fine until I introduce the line "var iw = new google.maps.InfoWindow();" as seen below. It says it's not a constructor, but the documentation and other examples I've seen clearly show that it is. Do I need to load another library or something? The markers, controls, are

[Google Maps API v3] Re: How can I tell if an exact address is not found and Map is using city, state

2011-01-25 Thread kghastie
> > I have a v2 map that geocodes all the input addresses, then if they > succeed, gets the directions using the coordinates rather than the address, > Yeah, sort of a quick validation before requesting the route. I could probably fall back to that. I could also validate the addresses indivi

[Google Maps API v3] Re: Google Maps API v3 not appearing in IE6

2011-01-25 Thread Rossko
To be fair, it says " Google Maps JS API v3: IE 7.0+ (Windows) ... " Technically IE6 is unsupported (perhaps because of poor opacity support) but in reality v3 maps usually work. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Rossko
I suppose a start would be to put valid HTML in your . One I looked at had an opening but no closing , and also ended on a with no closing . These improperly formed tables might well confuse things here. -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Furlong
It has only worked in v2, not in any of the v3's. On Jan 25, 2:56 pm, "geocode...@gmail.com" wrote: > On Jan 25, 1:47 pm, Furlong wrote: > > > Yes it works correctly in your link Rossko.  How can I get it to do > > that in V3 or even specify strict dimension of the information window > > and sti

[Google Maps API v3] Re: How can I tell if an exact address is not found and Map is using city, state

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 2:00 pm, kghastie wrote: > > Also, after getting a ZERO_RESULTS, is there a way to tell WHICH address > > failed?   > > Yes, if you keep track of the requests you are sending, it should be obvious > > > (function closure is one way, metering the queries so there is only one > > active a

[Google Maps API v3] Re: How can I tell if an exact address is not found and Map is using city, state

2011-01-25 Thread kghastie
> > Also, after getting a ZERO_RESULTS, is there a way to tell WHICH address > failed? Yes, if you keep track of the requests you are sending, it should be obvious > (function closure is one way, metering the queries so there is only one > active at a time is another) > I've been looking

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-25 Thread Rossko
> I have stored an extract of the main logic of the editor > atwww.wp196.talktalk.net. Unable to test, fails in FF2 in cVisibility() at for (var i = 0; i < em.children.length; where 'em' is an HTML node .children is not supported in FF2/3.0 http://www.quirksmode.org/dom/w3c_core.html#domtree

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 1:47 pm, Furlong wrote: > Yes it works correctly in your link Rossko.  How can I get it to do > that in V3 or even specify strict dimension of the information window > and still have it add a vertical scroll bar? Is it an issue with the current development v3 release? Does it work in

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Furlong
Yes it works correctly in your link Rossko. How can I get it to do that in V3 or even specify strict dimension of the information window and still have it add a vertical scroll bar? On Jan 25, 2:09 pm, Rossko wrote: > >https://dl.dropbox.com/u/652536/MWL_Map.html > > I would say it is a limitati

[Google Maps API v3] Re: Google Maps API v3 not appearing in IE6

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 1:07 pm, Sharry wrote: > Hi, Google maps v3 does not support IE6 http://code.google.com/apis/maps/faq.html#browsersupport I don't understand, that page says: IE 6.0+ (Windows) How does that mean IE6.0 is not supported? -- Larry > > Hope this helps. > > On Jan 20, 8:55 pm, Andrew

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Rossko
> https://dl.dropbox.com/u/652536/MWL_Map.html I would say it is a limitation in the KmlLayer. Try your KMZ http://dl.dropbox.com/u/652536/HVAC%20Stores.kmz in this old v2 API viewer http://greg-koppel.site88.net/maps/kml_test.html to see an infowindow more like you were expecting. -- You receiv

[Google Maps API v3] Re: Google Maps API v3 not appearing in IE6

2011-01-25 Thread Sharry
Hi, Google maps v3 does not support IE6 http://code.google.com/apis/maps/faq.html#browsersupport Hope this helps. On Jan 20, 8:55 pm, Andrew Leach wrote: > On 20 January 2011 17:34, theorist wrote: > > > Hey guys I have a map that was built with v3, but it doesn't seem to > > appear when viewin

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 10:59 am, Furlong wrote: > Here it is up on dropbox. > > https://dl.dropbox.com/u/652536/MWL_Map.html I don't get any infowindows at all on that link (in IE6). Have you reproduced the problem there? -- Larry > > On Jan 25, 11:53 am, Joseph Elfelt wrote: > > > > > How about a map l

[Google Maps API v3] Re: Map Object: 'Click' event not firing when mousemove, rightclick present

2011-01-25 Thread Dave
Eva/Larry The code was working OK with IE. I've now changed the Javascript so that it now works correctly with Chrome (removing the reference to the .all field which IE supports, but Chrome does not recognise!) I suspect the issue is linked to handling a mousemove and click listener running on t

[Google Maps API v3] Re: How can I tell if an exact address is not found and Map is using city, state

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 12:17 pm, kghastie wrote: > Hey, in v2 I was able to do this: > > GEvent.addListener(directions, "error", function() { > // whoops, couldn't load the address > > } > > But I don't see such an error event in v3.  In v2, it would error even if it > was able to find the city/state or zip.

[Google Maps API v3] Re: Open Marker Info Window based on Lat., Long.

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 11:34 am, Mike Wellman wrote: > Thank you, but I have read into that functionality.  I don't need to create > a marker.  The marker already exists on the map.  I just need to open it's > infowindow. One option: Keep track of your markers as you add them to the map. Iterate through tha

Re: [Google Maps API v3] Re: Im trying to establish my marker array and infowindow code and my attempts are without fail.

2011-01-25 Thread Mike Carlyon
Hey Larry, I havent been able to work on this map the last few weeks so I tried to use their v2 code and put in my new key. Do I also need to change all the pic links? http://www.miracleparkplace.com/index/pinMAPgallery.htm It still does not display the map in ie8 or firefox or anywhere I'm sure

Re: [Google Maps API v3] Map without basemap

2011-01-25 Thread Barry Hunter
Certainly is possible. Possibly the easiest is to create a new map type, that always uses a blank tile. http://code.google.com/apis/maps/documentation/javascript/maptypes.html#ImageMapTypes On 25 January 2011 19:40, Bjorn Sandvik wrote: > Hi, > Is it possible to to use the API with only overla

[Google Maps API v3] How can I tell if an exact address is not found and Map is using city, state

2011-01-25 Thread kghastie
Hey, in v2 I was able to do this: GEvent.addListener(directions, "error", function() { // whoops, couldn't load the address } But I don't see such an error event in v3. In v2, it would error even if it was able to find the city/state or zip. But here it just quietly switches the address and r

[Google Maps API v3] Map without basemap

2011-01-25 Thread Bjorn Sandvik
Hi, Is it possible to to use the API with only overlays, and not the Google basemaps (ROADMAP, SATELLITE, HYBRID, TERRAIN)? Bjørn -- 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-ma

[Google Maps API v3] Re: Open Marker Info Window based on Lat., Long.

2011-01-25 Thread Mike Wellman
Thank you, but I have read into that functionality. I don't need to create a marker. The marker already exists on the map. I just need to open it's infowindow. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this

[Google Maps API v3] Re: Open Marker Info Window based on Lat., Long.

2011-01-25 Thread Rossko
> Is there anyway to do infoWindow.open and open the info window of those > coordinates? http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

[Google Maps API v3] Re: Targeting Info Window X Close to stop Bounce - toggling multiple bouncing markers

2011-01-25 Thread Mike Wellman
Thanks Jim, This gives insight on future functionality (the power of v3) that can be used in my current and future projects. -- 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-a

[Google Maps API v3] Re: Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread Rossko
This old discussion touches on tile queuing http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/755aa44e17196ab6/632b0e01587e4c99 Perhaps you could cache generated tiles server-side to improve response. > My initial thought is to use a different http hostname per layer Or u

[Google Maps API v3] Re: Open Marker Info Window based on Lat., Long.

2011-01-25 Thread Mike Wellman
Using v3 api -- 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...@googlegro

[Google Maps API v3] Open Marker Info Window based on Lat., Long.

2011-01-25 Thread Mike Wellman
I have a dropdown menu that fires a function which pushes the lat and long into the function. I have this working to set the center and zoom but I can't open up the info window that is at the exact lat and long. map.setCenter(new google.maps.LatLng(one,two)); map.setZoom(12); Is there anyway t

[Google Maps API v3] Re: Problem loading Maps v3 with Common API Loader

2011-01-25 Thread Rossko
> Does the absence of a callback cause the load(s) to happen > synchronously? That is what this implies http://code.google.com/apis/loader/#Dynamic -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send ema

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Furlong
Here it is up on dropbox. https://dl.dropbox.com/u/652536/MWL_Map.html On Jan 25, 11:53 am, Joseph Elfelt wrote: > How about a map link for reference instead of a pic? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post t

[Google Maps API v3] Re: Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Joseph Elfelt
How about a map link for reference instead of a pic? -- 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 goo

[Google Maps API v3] Problem with Info window and data being streamed to Google Maps from a KMZ

2011-01-25 Thread Furlong
Basically I am bringing data in from a KMZ through the Google Maps API and the information windows do not correctly hold the data from the KMZ. They are too small and the data over flows through the bottom of the info windows. The information windows in the actual KMZ are fine when I open them up

Re: [Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread Andrew Leach
On 25 January 2011 17:28, geocode...@gmail.com wrote: > On Jan 25, 9:19 am, Andrew Ward wrote: >> Hi, I have just removed all of that as it was for a lightbox feature that is >> not being used on this page. Still does not load though. > > Looks like a css problem to me... Yes, I think it is now,

[Google Maps API v3] Re: Progressive Geocode search lookup count

2011-01-25 Thread Jimboidaho
Thanks Martin, I hadn't thought about using an address db. Good idea. On Jan 25, 10:11 am, Martin Matysiak wrote: > If you want to use the google geocoding service, then yes. Additionally, it > might be pretty slow (because you have to query google's server and wait for > a response etc. - in t

[Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 9:19 am, Andrew Ward wrote: > Hi, I have just removed all of that as it was for a lightbox feature that is > not being used on this page. Still does not load though. Looks like a css problem to me... -- Larry -- You received this message because you are subscribed to the Google Gr

Re: [Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread Andrew Ward
Hi, I have just removed all of that as it was for a lightbox feature that is not being used on this page. Still does not load though. -- 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-m

Re: [Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread Andrew Leach
On 25 January 2011 17:06, Andrew Ward wrote: > Hi, Thanks, I have done this but the map does not show despite the error > message not showing any more. Your gallery is crashing with this error: $("#gallery .content").html($("#gallery a:first").find("img").attr("rel")) is null It looks like you d

[Google Maps API v3] Re: Progressive Geocode search lookup count

2011-01-25 Thread Martin Matysiak
If you want to use the google geocoding service, then yes. Additionally, it might be pretty slow (because you have to query google's server and wait for a response etc. - in this time the user may have already typed in the next characters. Instead, for this type of action you would need an offl

[Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread Andrew Ward
Hi, Thanks, I have done this but the map does not show despite the error message not showing any more. Andrew -- 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@googlegr

[Google Maps API v3] Progressive Geocode search lookup count

2011-01-25 Thread Jimboidaho
I am working on an app that will allow the user to enter an address and then show the address on a map. I was thinking that I would use a progressive search like Google does on their map application. My concern is that each key stroke will cause a look up and that will count against my max number

Re: [Google Maps API v3] Sensor not set despite code says it is.

2011-01-25 Thread Andrew Ward
Sorry, my bad. its http://www.mayovintage.org/clubmeetings.html -- 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 e

[Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread Rossko
> http://www.mayovintage/clubmeetings.html "The page you are looking for is currently unavailable." Inexplicable parameter errors can sometimes be seen if the API is called more than once, with missing parameters. -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: Sensor not set despite code says it is.

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 8:40 am, Andrew Ward wrote: > Hi, I have just tried to put this into our website but the googlemaps > machine says the sensor needs to be set to either true or false every time I > load the page. The only problem is that I have set the sensor to false. What > gives? See http://www.mayo

Re: [Google Maps API v3] Sensor not set despite code says it is.

2011-01-25 Thread Andrew Leach
On 25 January 2011 16:40, Andrew Ward wrote: > See http://www.mayovintage/clubmeetings.html Might be a good idea to give the right url. It's not .com. I gave up after that. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

[Google Maps API v3] Re: google.maps.InfoWindow is not a constructor

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 8:12 am, dsloan wrote: > My Google maps code works fine until I introduce the line "var iw = new > google.maps.InfoWindow();" as seen below. It says it's not a constructor, > but the documentation and other examples I've seen clearly show that it is. > Do I need to load another library

[Google Maps API v3] Re: Polycluster and MarkerManger

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 7:48 am, AEmmanuel wrote: > If you take Barry Ratliff's example for drawing > polyclusters:http://home.provide.net/~bratliff/polycluster/v3/coast.htmland > try > and add markers using MarkerManger, I am getting inconsistent results. > Sometimes I get all the markers visible on the map

[Google Maps API v3] Sensor not set despite code says it is.

2011-01-25 Thread Andrew Ward
Hi, I have just tried to put this into our website but the googlemaps machine says the sensor needs to be set to either true or false every time I load the page. The only problem is that I have set the sensor to false. What gives? See http://www.mayovintage/clubmeetings.html Any help would be ap

[Google Maps API v3] Multiple infoBubbles (combined with markerclusterer)

2011-01-25 Thread OscarWilde
Hi all, I've set up a map with multiple markers and the makercluster and that works fine so far. I can also open up the infoWindow for each marker. Here is an example: http://test.fiverdeal.de/test.html On the live site, the map is much smaler and the standard infoWindow is to big, so I decided

[Google Maps API v3] Re: Polycluster and MarkerManger

2011-01-25 Thread AEmmanuel
If you take Barry Ratliff's example for drawing polyclusters: http://home.provide.net/~bratliff/polycluster/v3/coast.html and try and add markers using MarkerManger, I am getting inconsistent results. Sometimes I get all the markers visible on the map and at other times no markers are visible. I am

[Google Maps API v3] Slow tile loading performance during zoom with ImageMapType overlay

2011-01-25 Thread John Laur
Hello, I'm new to the group here; hello everyone. I'm trying to figure out a technique for speeding up tile loading performance for a custom image tile overlay. The trouble is that when doing a fast zoom with the mouse wheel or by rapidly clicking zoom in/out buttons the API will queue a bunch

[Google Maps API v3] Re: Polycluster and MarkerManger

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 7:06 am, AEmmanuel wrote: > Larry, > > This is a V3 application. Unfortunately, I do not have the > permission to make application available to the outside world > during the development phase. >From the v2 group, but still applicable: http://groups.google.com/group/google-maps-api/web

[Google Maps API v3] Re: Polycluster and MarkerManger

2011-01-25 Thread AEmmanuel
Larry, This is a V3 application. Unfortunately, I do not have the permission to make application available to the outside world during the development phase. It was hoping someone will comment if Polycluster and MarkerManger can or cannot coexist in the same application. Thanks, On Jan 25, 8:45

[Google Maps API v3] Re: Download/Cache JS

2011-01-25 Thread Matt
Thanks for the replies. I'll check that out and abandon the JS- downloading routine. Have a great week! -- Matt On Jan 24, 6:24 pm, Chad Killingsworth wrote: > Actually, I'm pretty sure there are specific measures in the API that > prevent this. > > You might be interested in other ways to speed

[Google Maps API v3] Re: Polycluster and MarkerManger

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 6:35 am, AEmmanuel wrote: > Bumping up the discussion list to see if someone will respond! Did you consider following the posting guidelines (and providing a link to your map that exhibits the problem)? http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- Larr

[Google Maps API v3] Re: Switching layers/overlays

2011-01-25 Thread Odoakr
Thanks Larry! On 25 Sty, 15:35, "geocode...@gmail.com" wrote: > On Jan 25, 6:31 am,Odoakr wrote: > > > I need more help from yours site... > > Now KML layer is switching, but there is another problem. Always after > > shwitching layer on, map zoom come back to the deafult one. It is very > > anno

[Google Maps API v3] Re: Switching layers/overlays

2011-01-25 Thread Chad Killingsworth
KML Layers automatically center and zoom the map unless you disable that functionality. Here's how you do it: var city = new google.maps.KmlLayer('http://www.peakhunters.org/city.kml', {preserveViewport: true}); Chad Killingsworth -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Switching layers/overlays

2011-01-25 Thread geocode...@gmail.com
On Jan 25, 6:31 am, Odoakr wrote: > I need more help from yours site... > Now KML layer is switching, but there is another problem. Always after > shwitching layer on, map zoom come back to the deafult one. It is very > annoying during viewing map on zoom smaller than defunt one. Look at the pres

[Google Maps API v3] Re: Polycluster and MarkerManger

2011-01-25 Thread AEmmanuel
Bumping up the discussion list to see if someone will respond! On Jan 24, 4:44 pm, AEmmanuel wrote: > I am having trouble using Marker Manager and Polycluster classes > together in a Google Map API V3 map. I have a large number of > polylines that I want to display using the Polycluster class. Th

[Google Maps API v3] Re: Switching layers/overlays

2011-01-25 Thread Odoakr
I need more help from yours site... Now KML layer is switching, but there is another problem. Always after shwitching layer on, map zoom come back to the deafult one. It is very annoying during viewing map on zoom smaller than defunt one. Are there any other (better?) methods for switching kml lay

[Google Maps API v3] Re: maps.gstatic.com/intl/zh_tw/mapfiles/api-3/3/8/main.js Error

2011-01-25 Thread Chad Killingsworth
This is almost always due to an error in your code. Common causes include forgetting the "new" keyword and passing strings when a function expects numbers (like LatLng). If you post a link to your code, we can probably identify the issue. Chad Killingsworth -- You received this message becaus

[Google Maps API v3] Re: Error when moving the map with Internet Explorer

2011-01-25 Thread Alex
- In Internet Explorer -> Internet Options -> Advanced -> Browsing, "Disable script debugging" must be unchecked - I also get the error with Internet Explorer 8 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this g

[Google Maps API v3] Error when moving the map with Internet Explorer

2011-01-25 Thread Alex
Hi, I'm starting my first project with the Google Maps API. I have copied the "Hello World" sample found here : http://code.google.com/intl/fr-CA/apis/maps/documentation/javascript/tutorial.html To this webpage: http://pastehtml.com/view/1cy34co.html When I go to my webpage with Internet E

[Google Maps API v3] Re: markerclusterer shows 2 markers for only 1

2011-01-25 Thread Martin Matysiak
In fact, there are 2 markers, but they share the same LatLng (they are sitting on each other). Can be seen by analyzing the create DOM or if you look quick enough, you'll see two "jumping" animations when the markers are created upon zooming in. -- You received this message because you are sub

[Google Maps API v3] markerclusterer shows 2 markers for only 1

2011-01-25 Thread Amit Kumar
Marker clusterer is showing me 2, even though the cluster contains only one marker... See here cobboc.com/prob/home.html -- 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-v

[Google Maps API v3] Re: markerclusterer fires map click event on cluster too

2011-01-25 Thread Amit Kumar
thnx :) that helped a lot :) -- 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+unsub

[Google Maps API v3] Re: markerclusterer fires map click event on cluster too

2011-01-25 Thread Martin Matysiak
You have to call these two lines (one for IE and the other one for every other browser) in the event handler of your cluster icon. This ensures that the event firing will be stopped at this point and the parent click-handler won't be called. -- You received this message because you are subscri

[Google Maps API v3] Re: markerclusterer fires map click event on cluster too

2011-01-25 Thread Amit Kumar
I understand that ev is the event object for map onClick... but with that, i still cant disable the map click event... -- 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@g

[Google Maps API v3] Re: markerclusterer fires map click event on cluster too

2011-01-25 Thread Martin Matysiak
Sorry, forgot to say this: ev is the parameter of your onClick method (the event object) -- 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 unsubscrib

[Google Maps API v3] Re: markerclusterer fires map click event on cluster too

2011-01-25 Thread Martin Matysiak
Hello, this is called event propagation, the event always "bubbles" up in the DOM hierarchy. You can stop this from happening with the following code: // don't let the event bubble up ev.cancelBubble = true; if (ev.stopPropagation) { ev.stopPropagation(); } I hope it helps :) Martin -- You

[Google Maps API v3] Outer glow on road names in the map? (v3 ahoy)

2011-01-25 Thread rougem
Hi guys! The link for this page is here: http://esa.business-fuel.com/newbury_map.htm The thing is, I believe the outer glow/shadow to be directly linked to the styling of the road name it goes with.As a result, I can't get the glow to either be very unnoticeable, or disappear completely. Take

[Google Maps API v3] Re: v3: Multiple markers and InfoWindows?

2011-01-25 Thread rougem
Marvellous guys, got it working. Thanks for your help! -- 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 API v3] markerclusterer fires map click event on cluster too

2011-01-25 Thread Amit Kumar
Hi, the markerclusterer addon is working fine, but it is firing the map click event when i click on the cluster icon... is there a way for me to disable it? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this grou

  1   2   >