[Google Maps API v3] Re: GoogleMaps V3 + XML

2010-06-30 Thread sineverba
To clear... I need to merge this first map http://www.tresrl.com/dasviluppare/dasviluppare/mappa_1.php (after selected 3rd select - city - map autocenter) with this http://www.tresrl.com/dasviluppare/dasviluppare/mappa_2.php is your tutorial, how to obtain marker from XML from MYSQL... Thank

[Google Maps API v3] Re: Using Styled Maps with TERRAIN map type?

2010-06-30 Thread Sai Perchard
Please also see an older issue that relates to the same functionality - http://code.google.com/p/gmaps-api-issues/issues/detail?id=182 On Jun 27, 3:58 pm, Sai Perchard wrote: > I have created a new issue at - > > http://code.google.com/p/gmaps-api-issues/issues/detail?id=2507 > > On Jun 8, 11:46

[Google Maps API v3] Re: infoWindow messed up

2010-06-30 Thread geocode...@gmail.com
On Jun 30, 10:35 pm, P wrote: > I'm having problems with a messed up infoWindow. the top right and > bottom right corners are missing and then there's something else > misaligned. > > http://www.tsunamiresearchcenter.com/?page_id=14 > > the original code for that came from a google.code sample and

[Google Maps API v3] GoogleMaps V3 + XML

2010-06-30 Thread sineverba
Good morning, sorry for my English. I've 2 types of maps: 1 - autocenter with a select on a city (e.g. Rome, Venice)... It uses V3. From a city name, e.g. Rome, appended with ", IT", automatically geocode() and center map function codeAddress() { var ind1 = document.getElementById("c

Re: [Google Maps API v3] Re: Speeding up a map with thousands of markers

2010-06-30 Thread James McGill
FusionTablesLayer may also be suitable in this case. Regards, James On Thu, Jul 1, 2010 at 9:25 AM, Chad Killingsworth wrote: > Scrolling is slow because of the number of DOM elements. With a KML > layer, it would be a HUGE speed improvement. > > This also looks to be a prime candidate for marke

[Google Maps API v3] Re: multiple markers with click action

2010-06-30 Thread P
yes. thank you larry. I have it working now (although with another issue that I brought up in another thread). thanks again! On Jun 30, 7:40 pm, "geocode...@gmail.com" wrote: > On Jun 30, 5:17 pm, P wrote: > > > > > > > this should be really simple, yet I have spent TWO hours trying to > > f

[Google Maps API v3] infoWindow messed up

2010-06-30 Thread P
I'm having problems with a messed up infoWindow. the top right and bottom right corners are missing and then there's something else misaligned. http://www.tsunamiresearchcenter.com/?page_id=14 the original code for that came from a google.code sample and I have the original code working fine. as

[Google Maps API v3] Re: Can't seem to get panTo on click event listener

2010-06-30 Thread geocode...@gmail.com
On Jun 30, 8:23 pm, Landitus wrote: > Hi, I have a map with multiple markers and would like to have an event > listener that would center the map when you click on a marker. I have > the basic code, which follows: Did you read the posting guidelines? http://groups.google.com/group/google-maps-js-

[Google Maps API v3] Re: alternative to for DNN

2010-06-30 Thread Joseph Elfelt
Rossko, Thanks much for the example code. I've been stuck on this point just like the OP and you have shown the way. -- 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...@go

[Google Maps API v3] Can't seem to get panTo on click event listener

2010-06-30 Thread Landitus
Hi, I have a map with multiple markers and would like to have an event listener that would center the map when you click on a marker. I have the basic code, which follows: Google Maps Multiple Markers http://maps.google.com/maps/api/js?sensor=false"; type="text/javascript">

[Google Maps API v3] Initializing Javascript in Infowindow

2010-06-30 Thread spi
I'm trying to initialize a jquery colorbox lightbox upon clicking a simple text link. Since I'm quite new to Google Maps, I'm not sure about how to best approach this. My code is below: function initialize() { var latlng = new google.maps.LatLng(39.2047, -84.4501);

[Google Maps API v3] Re: multiple markers with click action

2010-06-30 Thread geocode...@gmail.com
On Jun 30, 5:17 pm, P wrote: > this should be really simple, yet I have spent TWO hours trying to > figure it out... to no avail: > > I simply need to populate my map with multiple markers. each marker > should have a infowindow that displays some information about it. > > I'm having trouble figur

[Google Maps API v3] multiple markers with click action

2010-06-30 Thread P
this should be really simple, yet I have spent TWO hours trying to figure it out... to no avail: I simply need to populate my map with multiple markers. each marker should have a infowindow that displays some information about it. I'm having trouble figuring out where to put my listener and click

Re: [Google Maps API v3] Re: Adding Map Service Overlay

2010-06-30 Thread nianwei
You need to include the library script in your header. Either download arcgislink.js to your server and reference it in the script tag or use the one on google server. On Wed, Jun 30, 2010 at 2:25 PM, Russ wrote: > thank you for your reply... > I have been working for hours with your example fo

[Google Maps API v3] Limit viewable area with bounds?

2010-06-30 Thread Kevin Luikens
Is there a way to bound the viewable area of a custom ImageMapType. In fear of the user, I'd like to keep the view of the map bounded to a certain area and not allow the user to drag the map beyond the bounds (empty tiles anyway). I haven't been able to find anything in the API or online, but maybe

[Google Maps API v3] Re: Speeding up a map with thousands of markers

2010-06-30 Thread Chad Killingsworth
Scrolling is slow because of the number of DOM elements. With a KML layer, it would be a HUGE speed improvement. This also looks to be a prime candidate for marker clustering. Chad Killingsworth On Jun 30, 4:43 pm, Raphael Krut-Landau wrote: > Hi, > > I have a map set up at

[Google Maps API v3] Speeding up a map with thousands of markers

2010-06-30 Thread Raphael Krut-Landau
Hi, I have a map set up at . It has a couple thousand markers. When you scroll, the map shudders and hangs a bit. How can I make it faster? What do you do to keep a map displaying this much information scrolling smoothly? Are there "best practices" within Google Maps

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

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

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

2010-06-30 Thread William
the MarkerManager is ready for use when it raises the 'loaded' event. The "getProjection()" error is likely to happen when you use the manager before it is 'loaded'. Therefore a callback function is required for loading markers into the manager: mgr = new MarkerManager(map); google.maps.event.add

[Google Maps API v3] Re: How many users actually use our Streetview?

2010-06-30 Thread Chad Killingsworth
I haven't actually implemented this (but I may - it'a good idea), but you should be able to do this with Google Analytics event tracking. Here's the rough idea: >From the map, use map.getStreetview() to get a reference to the panorama. Attach a handler to the visible_changed event of the panorama.

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

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

[Google Maps API v3] Re: javascript:focusMap(lat,long,zoom) v3?

2010-06-30 Thread William
Sorry I realized this was a function created in the . You can ignore this On Jun 29, 1:24 pm, William wrote: > I'm trying to create a map with many markers and an example I found > used the code in the title (the example I found was in v2 however) > > href="javascript:focusMap(55.111944,-122.83

[Google Maps API v3] Re: Traffic Incidents?

2010-06-30 Thread Michael Bentz
Taking a hint from V2, I tried passing "incidents:true" to the TrafficLayer object... didn't work trafficLayer = new google.maps.TrafficLayer({incidents:true}); No errors, but no incidents either. Thanks On Jun 30, 1:33 pm, Michael Bentz wrote: > I am not finding in the API how to display Traf

[Google Maps API v3] Traffic Incidents?

2010-06-30 Thread Michael Bentz
I am not finding in the API how to display Traffic Incidents in the Traffic Layer. Is this no longer supported? Thanks -- 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...@g

[Google Maps API v3] Re: Adding Map Service Overlay

2010-06-30 Thread Russ
thank you for your reply... I have been working for hours with your example for ArcGISOnline Maps and I get the error "gmap is not defined" when I try the example. I'm assuming it is from this line of your code: agsTypes.push(new gmaps.ags.MapType(urls, {name:x})); Can you tell me what I'm missin

[Google Maps API v3] How many users actually use our Streetview?

2010-06-30 Thread PaulG
This is for a community site where we already have geotagged many assets around the town. Is there any way of finding out what proportion of our visitors actually drag pegman onto the map? We will likely be trying a variety of ways to point out to people that all the streets in our town have Stre

[Google Maps API v3] Re: Showing infowindow in IE

2010-06-30 Thread Damsel
Just use css to format the infowindow, and leave the tables out.you don't need them unless you're displaying tabular data. -- 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: Showing infowindow in IE

2010-06-30 Thread Pil
I cannot see a height or width attribute in the tables that are used for the infowindows. And because tables doesn't have a height attribute (when the HTML should be valid), I would do the following: Give all infowindow tables a class attribute and declare their height and width via css wrote:

[Google Maps API v3] Re: KML Creation

2010-06-30 Thread Davide Cremonesi
Hi Derek, there is no way to use KML data on client side. As well explained in this thread: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/54a98950146695a2/7bd8664f53bc the KML content must be processed by google servers and what gets back to the client is just render

[Google Maps API v3] Showing infowindow in IE

2010-06-30 Thread Mig
I've developed a dynamic page which shows everything alright in Firefox. When I try to view it in IE then the infowindows are as small as they can be. First I used IE7, but upgraded to IE8 in an attempt to fix the problem. But no luck. I read something about IE wanting values for the width and hi

[Google Maps API v3] Re: "hello world" not working

2010-06-30 Thread Damsel
That is NOT the code from google. You need to do viewsource on the page as suggested and copy that code from the example. -- 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.

[Google Maps API v3] Re: Mouse doesn't work in Webkit browsers

2010-06-30 Thread archinform
Hi Google team, spent some more hours on finding the bug, why the Google maps aren't movable with Chrome/Safari on my pages. And still no success :( What a shame: Google own's browser Chrome doesn't work with Google maps, while Firefox, Opera and even Internet Explorer working perfectly! I would

[Google Maps API v3] Re: Open a page when ckick on a polygon

2010-06-30 Thread Pil
What if you tried the correct syntax? google.maps.event.addListener(poly, "click", function() { document.location.href='webpage_adress'; }); On Jun 30, 11:57 am, Dom wrote: > Hi, > > How to do for when I click on a polygon, this opens a web page ? > I tried : > google.maps.event.addListener

[Google Maps API v3] How to create custom panorama for street view?

2010-06-30 Thread 3D-kreativ
Hi, I guess there are several, including myself, seeking for information and answers about street view. Particular about how to hide marker on the map when pegman is dragged to the map to avoid seeing them in the field of view. I have searched and read a lot in this group, but I can't understand h

[Google Maps API v3] How to create custom panorama for street view?

2010-06-30 Thread 3D-kreativ
Hi, I guess there are several, including myself, seeking for information and answers about street view. Particular about how to hide marker on the map when pegman is dragged to the map to avoid seeing them in the field of view. I have searched and read a lot in this group, but I can't understand h

[Google Maps API v3] How to create custom panorama for street view?

2010-06-30 Thread 3D-kreativ
Hi, I guess there are several, including myself, seeking for information and answers about street view. Particular about how to hide marker on the map when pegman is dragged to the map to avoid seeing them in the field of view. I have searched and read a lot in this group, but I can't understand h

[Google Maps API v3] How to create custom panorama for street view?

2010-06-30 Thread 3D-kreativ
Hi, I guess there are several, including myself, seeking for information and answers about street view. Particular about how to hide marker on the map when pegman is dragged to the map to avoid seeing them in the field of view. I have searched and read a lot in this group, but I can't understand h

[Google Maps API v3] Open a page when ckick on a polygon

2010-06-30 Thread Dom
Hi, How to do for when I click on a polygon, this opens a web page ? I tried : google.maps.event.addListener(poly, 'click', document.location.href='webpage_adress'); but does not work Thanks Dom -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Adding Map Service Overlay

2010-06-30 Thread Nianwei Liu
If you just need add the map, you can simply create a google.maps.ImageMapType and pass { getTileUrl : function(coords, zoom){ return 'http://server.arcgisonline.com/ArcGIS/rest/services/ USA_Topo_Maps/MapServer/tile/'+z+'/'+coords.y+'/'+coords.x; } in constructor. If you need more functionali

[Google Maps API v3] Re: Grouping multiple markers when zoomed out.

2010-06-30 Thread Rossko
> I have a google maps integration. However, when the zoom level is very > low I would like to group markers in similar locations that begin to > overlap into one marker. It's usually called 'clustering', search this group and the examples for 'clusterer' -- You received this message because you

[Google Maps API v3] Grouping multiple markers when zoomed out.

2010-06-30 Thread Niall
Hi, I have a google maps integration. However, when the zoom level is very low I would like to group markers in similar locations that begin to overlap into one marker. Is this possible? I have heard of something called 'Marker Manager' but I don't fancy rewriting lots of code as this is just some

[Google Maps API v3] Aligning a message box to a marker

2010-06-30 Thread paddy
I'm trying to make the following example work with the google maps v3 API http://assets.marcgrabanski.com/resources/jquery-google-maps/tutorial-part2.html I want to align the message box to a marker, when the side panel is clicked the following fromLatLngToDivPixel function does not work in v3