[Google Maps API v3] Re: Possibilies of eventlisteners on Markers

2011-07-15 Thread Martin™
Instead of resizing the map to make space for the new audio/video content you could display that content in a Custom Control: http://code.google.com/apis/maps/documentation/javascript/controls.html#CustomControls Use CSS margin style to position the control exactly where you want it and CSS displ

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Daejeon
The marker just wont show. Anyone knows what could be the possible problem? Thank you very much. -- 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 visit https://groups.google.com/d/msg/google-

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Daejeon
Sorry, I would like to post my question here regarding clustering as well. Hope you don't mind. I downloaded markercluster v3 script as well and reviewing this example: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/examples/simple_example.html All works fine

RE: [Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Ralph Ames
>>http://www.springfieldmnchamber.org/pages/springfieldmnmap This seems to be not quite right:- var map = new google.maps.Map(document.getElementById('map'), { zoom: 15, center: center, Should be like this:- var myOptions = { zoom: 15, center: center, mapTy

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Derek Tonn
Thank you, Rossko. I ran that page through the developer tools built into Google Chrome...and it's showing two script errors when executing the page: Line 193: Uncaught ReferenceError: i is not defined MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_ = 'http://www.mapformation.com/images/

Re: [Google Maps API v3] Possibilies of eventlisteners on Markers

2011-07-15 Thread Chris Broadfoot
It's google.maps.event, not google.map.event. Chris On Jul 16, 2011 7:15 AM, "Nico" wrote: > Hello, > > I'd like to do two things when someone doubleclicks on an Marker and > would like to know if it's even possible: > > - resize the Map (already tried it with google.map.event.trigger(map, > "res

[Google Maps API v3] Re: Multiple Maps Multiple KML Layers not loading

2011-07-15 Thread Grok Lobster
Why does it matter that the other 2 layers are jpeg? On Jul 15, 12:03 pm, Casey wrote: > I have a page that contains two unique maps with each map having one > KML Layer as an overlay.  Each map is contained in an that are > displayed and hidden based on a what the viewer selects via a drop- > d

[Google Maps API v3] Re: Markers on Map not clickable (> v3.3)

2011-07-15 Thread Rossko
Have a try with the new marker optimized option set false http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions -- 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 t

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Rossko
> http://www.springfieldmnchamber.org/pages/springfieldmnmap Find out how to see the javascript errors your browser reports ; I get missing } after property list at this line map.addControl(new GLargeMapControl()); and sure enough the preceding line is missing a curly bracket amnongst oth

RE: [Google Maps API v3] Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Ralph Ames
>>That said, if anyone out there could >>take pity on me and take a quick look to see if anything is obviously >>wrong, I would be grateful. I've been wrestling with this issue for >>at least 20-25 hours so far, with no hope of resolution in site. http://www.mapformation.com/portfolio/mashups/spr

[Google Maps API v3] Possibilies of eventlisteners on Markers

2011-07-15 Thread Nico
Hello, I'd like to do two things when someone doubleclicks on an Marker and would like to know if it's even possible: - resize the Map (already tried it with google.map.event.trigger(map, "resize"), but it doesn't seem to work) - add dynamic video- and audiocontent (html5) beside the resized map

[Google Maps API v3] Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Derek Tonn
Hello everyone! I'm having a bit of an issue with a webpage on my Ning Social Network that I've created pro-bono for our small community: http://www.springfieldmnchamber.org/pages/springfieldmnmap Inside of Ning, they offer something called Domain Mapping. Basically, the ability to have yoursite.

[Google Maps API v3] Re: KMZ File Issue

2011-07-15 Thread weekend
I'm an idiot, I didn't fix it. http://www.eggtv.tv/testcenter.kmz -- 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 visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/uB6-eCfrjfoJ. T

[Google Maps API v3] Multiple Maps Multiple KML Layers not loading

2011-07-15 Thread Casey
I have a page that contains two unique maps with each map having one KML Layer as an overlay. Each map is contained in an that are displayed and hidden based on a what the viewer selects via a drop- down box. My problem is that I can't get both layers to display on their respective maps...only t

[Google Maps API v3] Clustering/Grouping different markers under the same cluster

2011-07-15 Thread julienhelios
I have a technical issue that get me stuck. I am using Google Map to display items belonging to different categories (see image). Each category has its own marker icon (example the house, the recycle.. on the image enclosed) to recognize it easily.

[Google Maps API v3] Markers on Map not clickable (> v3.3)

2011-07-15 Thread Eisbehr
Hi, I just recently started to practice some web development and I'm using a gmap of my Minecraft server as a project. I added custom markers to the map which users can submit (via the "Markierung" and "Setzen" control UI) and are then shown on the map. The markers open an InfoWindow on click to sh

[Google Maps API v3] print map resolution 6x high?

2011-07-15 Thread peter mlich
Hi, may i set resolution of map for printing? My printer have 600 dpi resolution. My pc have 1600x1200 display, 20x? inch lcd panel. Display resolution is 80 dpi (1600/20). Image on display is only 80dpi. if i can print map with marks, pc mus resizing image, do fog effect. -- You received this

[Google Maps API v3] Re: I am getting an error in the markermanager.js at line 764 saying "minX is null or not an object

2011-07-15 Thread Rossko
Won't go wrong in my old FF browser, but it might have something to do with (re)creating new MarkerManager objects in the same variable for each geocode results set. Maybe make only one and re-use. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: I am getting an error in the markermanager.js at line 764 saying "minX is null or not an object

2011-07-15 Thread Nico Oudshoorn
This is the correct link http://www.meerijden.nu/allerittenmaps2V3.php?ga=a&codet=en -- 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 visit https://groups.google.com/d/msg/google-maps-js-api-v

[Google Maps API v3] Re: Crashing browsers :)

2011-07-15 Thread THE_AI
Hey Luke, Any light on this? Is it a confirmed bug, or did I did something stupid? Kind regards, Daniel On Jul 11, 2:36 am, Luke Mahé wrote: > Thanks for reporting this, we're looking into it. > > -- Luke > > > > > > > > On Sun, Jul 10, 2011 at 9:08 PM, THE_AI wrote: > > Ok, I can confirm that i

Re: Отг: Re: [Google Maps API v3] Kml overlay on java api. New points not plotted?

2011-07-15 Thread az
This is sorted now, but now the kml isnt plotted at all. -- 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 visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/4ttNVnOe1bAJ. To post to

[Google Maps API v3] Re: Earth on Google Map API V3

2011-07-15 Thread Rossko
Have you seen http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/docs/reference.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