[Google Maps API v3] Rare exception when changing zoom

2012-01-24 Thread Yuriy Chernyshov
Hello. I'm using google maps api v3 in this page: http://software.scanex.ru/ScanMagic/2.7.9/MapGoogle.html Also, ActiveX component is used to communicate with Desktop Application. I hooked zoom_changed event with a handler which sends updated zoom value into ActiveX. Sometimes when I change

[Google Maps API v3] Re: Rare exception when changing zoom

2012-01-24 Thread Pil
In Firefox I get the following error continually: Error: MagicCommunicator.Trace is not a function Source File: http://software.scanex.ru/ScanMagic/2.7.9/MapGoogle.html Line: 178 Or should this be a map for Internet Explorer only? (ActiveX is proprietary MS software, Google's maps are platform

[Google Maps API v3] Re: Rare exception when changing zoom

2012-01-24 Thread Yuriy Chernyshov
Yes, this html is designed to open via CHtmlView (which is embedded IE actually). -- 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

[Google Maps API v3] Re: KML Rendering Issue

2012-01-24 Thread gmap_wonderer
Hi Joseph, I ran across one of your post somewhere else, and as a workaround one of your suggestion was to use a timer. Would you mind sharing or elaborate a little more on how you have come about it? If such timer waits and retries, it would work in my case as well. Thanks! -- You received

Re: [Google Maps API v3] Re: XHTML versus HTML

2012-01-24 Thread Frank Natoli
Is there a way to submit a bug report to Google? Went up and down many pages, cannot find any contact us or anything that will accept feedback. -- 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

[Google Maps API v3] Re: XHTML versus HTML

2012-01-24 Thread Rossko
Is there a way to submit a bug report to Google? Went up and down many pages, cannot find any contact us or anything that will accept feedback. It's really unlikely to be a bug in the API. Google are unlikely to investigate any alledged bug, without you providing a demonstration. If you do want

[Google Maps API v3] Re: XHTML versus HTML

2012-01-24 Thread Frank Natoli
I'll take a look at the link you provided, thanks. As I note in my recent post with two copies of the script, the first is Google demo code, from the Google website, unchanged except to fully qualify the CSS path [fully qualified to point to the Google provided CSS]. And the second is the

[Google Maps API v3] Getting LatLong and other information through InfoWindow?

2012-01-24 Thread J.B.Elmas
Hi.I would like to get the Lat and Long of the place that the user click on the map. Furthermore i would like to have an additional information inputted by the user. I plan to accomplish these through infoWindows. For example the user click specific place on the map, the map displays an infowindow

[Google Maps API v3] Geocode result type values

2012-01-24 Thread Praveen R
The goolge geocode result contains an array named types. What are the possible values in this array? There is very less documentation on this. Somebody please help. -- 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] Inconsistency in marker display when using marker clusterer V3 at certain zoom levels

2012-01-24 Thread Satyan Chellasamy
Hi, When I use marker clusterer V3 api to group markers, some markers get disappeared at certain zoom levels or it is inconsistent. Some time it gets displayed and sometimes not. You can observe the behavior in the following link itself. When you zoom out completely the total nodes

[Google Maps API v3] overlay of georeferenced image

2012-01-24 Thread Lienite
Hei I have a problem. I have georeferenced images so already with all the coordinate information. Is there a way how to overlay them on google maps based on the coordinate information stored in the image? I know the way of overlay image by manually adding the coordinates of two corners. Just

[Google Maps API v3] Google Map Marker Issue

2012-01-24 Thread Suresh Kumar Sambamurthy
The google map marker is not getting displayed properly in the cluster environment when making zoom out. -- 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.

[Google Maps API v3] How to disable drawing tools

2012-01-24 Thread JML
Hi, I'm using the drawing tools like in this example: http://code.google.com/p/gmaps-samples-v3/source/browse/trunk/drawing/drawing-tools.html?r=282 I want to give user the opportunity to draw polygons and load stored polygons from a database. I want to have only one polygon at one time so I'd

[Google Maps API v3] Re: KML Rendering Issue

2012-01-24 Thread Joseph Elfelt
Here's the timer I'm using. Note that I am listening for when the KML tiles start to load. It sounds like you want to tweak the listeners to try and trap the case of when the KML tiles start to load but do not finish loading. You could then display an appropriate error message and/or delete the

[Google Maps API v3] Re: How to disable drawing tools

2012-01-24 Thread Enoch Lau (Google Employee)
http://code.google.com/apis/maps/documentation/javascript/reference.html#DrawingControlOptions You could set the drawing modes visible on the control to be an empty array; that way, the only control visible is the 'hand', that lets them pan the map. Enoch -- You received this message because

Re: [Google Maps API v3] Re: XHTML versus HTML

2012-01-24 Thread Andrew Leach
On 24 January 2012 20:08, Frank Natoli frankjnat...@gmail.com wrote: For the record, my attention to XHTML is a consequence of Apple requiring iBookstore submissions to comply with EPUB, which in turn require pages to comply with XHTML. I'm not doing this for academic purposes or to punish

[Google Maps API v3] Re: KML Rendering Issue

2012-01-24 Thread gmap_wonderer
Very clever idea, Joseph. I bet you had only one KmlLayer and it doesn't preserve the viewPort. Mine has multiple layers and their preserveViewport is set to true. So, the second listener for 'bounds_changed' 's never been caught. I searched and tried other events (such as idle and

[Google Maps API v3] Re: KML Rendering Issue

2012-01-24 Thread Joseph Elfelt
Yes and no. I only have 1 KML layer. I'm using: masu.kml_layer.set('preserveViewport', true); -- 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 API v3] gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread bcbounders
OK... so I feel really stupid. All I want is to have the Google Map load with the InfoWindow for the one and only marker on the map to show right when the map loads. I've searched the forum... and there are lots of questions/answers about how to trigger the display of the InfoWindow from all

[Google Maps API v3] how to get the place marker's coordinates?

2012-01-24 Thread maya
Hi! I have a geographic searching option in my homepage using php and MySQL database. I have maps with several properties (like title, publisher etc.) in this database, and a field contains the polygon coordinates representing the map's corner points. If the user want to find a map with x,y

[Google Maps API v3] Find address near

2012-01-24 Thread user_pc_ma
Hi How can I find other address near me? -- 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/-/5F2xabUfBA4J. To post to this group, send

[Google Maps API v3] Error al Generar Google Maps

2012-01-24 Thread fernan_315
buenas tardes con todos, soy un novato en google maps... hace unos dias comenze a adentrarme en este mundo... estoy trabajdno con genexus... y en una pagina HTML si me funciona todo OK el problema es cuando genero la pagina dentro de geenxus que muestra la pagina como ASPX. Por favor si alguno

[Google Maps API v3] Re: Script failre can anyone assist?

2012-01-24 Thread Grok Lobster
Double double quotes on zoom owned: {url: outrightownned.kml, name: owned, zoom: 12, lat: 55.7230015, lng: -4.8791556}, }; -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Geocode result type values

2012-01-24 Thread geocode...@gmail.com
On Jan 24, 3:00 am, Praveen R praveen.reghun...@gmail.com wrote: The goolge  geocode result contains an array named types. What are the possible values in this array? There is very less documentation on this. Somebody please help. Are you asking about the Google Maps JavaScript API v3 (the

[Google Maps API v3] Re: gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread geocode...@gmail.com
On Jan 24, 1:11 pm, bcbounders bcbound...@myfastmail.com wrote: OK... so I feel really stupid.  All I want is to have the Google Map load with the InfoWindow for the one and only marker on the map to show right when the map loads. Does that marker have an infowindow that opens when the user

[Google Maps API v3] CSS Style for Copyright notice

2012-01-24 Thread Gary Little
Does anyone know the CSS style that is now applied to the Google copyright notice in the lower right corner of the map? The text seems to be a shade of gray with a shade of white being used for the background. I want to replicate the look with another copyright notice I'm adding to my map. --

Re: [Google Maps API v3] CSS Style for Copyright notice

2012-01-24 Thread Michael Geary
1. Open the hello world test page in Chrome. 2. Use F12 of Ctrl+Shift+I or whatever the keyboard shortcut is to open the JS/DOM debugger. 3. Click the magnifying glass in the bottom of the debugger pane. 4. Click in the copyright background where it fades out. Look in element.style

Re: [Google Maps API v3] Error al Generar Google Maps

2012-01-24 Thread Carlos Montelongo
Puedes explicar que es genexus? Atte. Carlos Montelongo Enviado desde mi iPad El 24/01/2012, a las 17:37, fernan_315 falvarezpo...@gmail.com escribió: buenas tardes con todos, soy un novato en google maps... hace unos dias comenze a adentrarme en este mundo... estoy trabajdno con genexus...

[Google Maps API v3] Remove from the point already drawn polygon editing

2012-01-24 Thread Капралов Александр
Hi. It is possible to remove already added a point in an editable polygon. -- 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

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

2012-01-24 Thread cap10devNull
thanks that helped , I was trying to color and draw polylines, overlays *google.maps.event.addListener(drawingManager, 'overlaycomplete', function(event) { drawingComplete(event); }); function drawingComplete(event) { var kpoly = event.overlay;

[Google Maps API v3] Re: Remove from the point already drawn polygon editing

2012-01-24 Thread Enoch Lau (Google Employee)
No, it's not currently possible. Consider starring this feature request: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3760 Enoch -- 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

[Google Maps API v3] Re: Geocode viewport bias not working

2012-01-24 Thread Marcelo
Quote: Note that biasing only prefers results within the bounds; if more relevant results exist outside of these bounds, they may be included. From: http://code.google.com/apis/maps/documentation/javascript/geocoding.html#GeocodingViewports You're only examining the first result, (results[0]).

[Google Maps API v3] Re: gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread bcbounders
On Tuesday, January 24, 2012 5:57:59 PM UTC-8, geoco...@gmail.com wrote: Does that marker have an infowindow that opens when the user clicks on it? If so, use google.maps.event.trigger to activate the click listener at the very end of your initialization. -- Larry Larry, Yes...

[Google Maps API v3] Re: gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread Marcelo
On Jan 24, 11:38 pm, bcbounders bcbound...@myfastmail.com wrote: Is there anything special that needs to be added to/edited on that google.maps.event.trigger line?  Or does that just trigger all associated events for the map? The syntax is described in the documentation:

[Google Maps API v3] Re: gMaps v3 - Have InfoWindow visible on map load

2012-01-24 Thread bcbounders
On Tuesday, January 24, 2012 11:42:35 PM UTC-8, Marcelo wrote: The syntax is described in the documentation: http://code.google.com/apis/maps/documentation/javascript/reference.html#event -- Marcelo - http://maps.forum.nu -- Thanks, Marcelo. I'm checking it out now. - John --