[Google Maps API v3] Feature request: Panoramio Layer Boolean filters

2011-03-11 Thread mr
Great to hear about the new Panoramio Layer :-) http://googlegeodevelopers.blogspot.com/2011/03/see-world-through-lens-with-panoramio.html However, since the tags on Panoramio are user contributed and dont conform well to any one universal taxonomy, it would be even greater if it was

[Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-11 Thread sgiddings
Andri, Your problem with animated gifs is due to the fact that the original image is no longer used. Instead it is drawn onto a canvas object - in your case the first frame of the animated gif. Should you still need to use an animated gif, you will need to create your own overlay object which

[Google Maps API v3] Re: List of cities or postal codes along a route

2011-03-11 Thread Rossko
Is there a reasonable way to generate a list of all the cities or postal codes along a given route between two points? What form is your route in? Have a look at some of these for starter ideas http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3q=along+route

[Google Maps API v3] Re: click on map returns wrong location with new APIs and new iOS Safari

2011-03-11 Thread Rossko
With API 3.3 and 3.4, it works on all browsers except Safari on iPhone/iPad/iPod with iOS 4.3. It might be worth fixing some of the HTML validation errors to overcome browser oddities, although none look serious http://validator.w3.org/check?uri=http%3A%2F%2Fwww.acscdg.com My application is

[Google Maps API v3] How to display directions to the destination of more than one

2011-03-11 Thread adi_kodok
hay. . all, anyone can heLp me. how can if want to do a search directions with two input main road which is adjacent from the main road A towards the main road B for example : (A – B) A main street to main street B that there are 4 alternative route for example; (A-B ₁, A-B ₂, A-B ₃, A-B ₄) So

[Google Maps API v3] Re: 2011/3/11 - New Release

2011-03-11 Thread en4ce
here an example: http://code.google.com/intl/de-DE/apis/maps/documentation/javascript/examples/layer-panoramio.html dont miss the http://maps.google.com/maps/api/js?sensor=falselibraries=panoramio -- On 10 Mrz., 23:11, Luke (Google Employee) lu...@google.com wrote: Hi all, A new version of

[Google Maps API v3] useStaticMap:false option is not working

2011-03-11 Thread bratliff
I am trying to suppress the hidden static map at: maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage The undocumented useStaticMap:false has been working for the past year but now it is failing. -- You received this message because you are subscribed to the Google Groups Google

[Google Maps API v3] Hand cursor on mouseover KMLLayer in Google Maps

2011-03-11 Thread jacek.francuz
Hello, is it possible to show hand cursor on mouseover KMLLayer in Google Maps 3? I see the two solutions (but it seems that they cannot be used): 1. handle mouseover event for KMLLayer and change cursor in CSS 2. handle mouseover event for Map and check if cursor's location is contained by

[Google Maps API v3] Re: 2011/3/2 - New Release

2011-03-11 Thread Chad Killingsworth
On Friday, March 11, 2011 3:00:20 AM UTC-6, sgiddings wrote: Should you still need to use an animated gif, you will need to create your own overlay object which still uses standard html elements. Simon I'm pretty sure if you set your markers as draggable, they will not use canvas to

[Google Maps API v3] Re: Text (titles) not showing in my markers

2011-03-11 Thread XXER
Thanks for he suggestion, you are totally right. My page is: http://www.makucheff.com.mx/index_files/Page1347.htm Reading other topics, I discovered 2 point that at the end fixed my problem. 1. Removing !DOCTYPE html at the beggininig fix the text not showing on the Chrome browser . Now is

[Google Maps API v3] Re: useStaticMap:false option is not working

2011-03-11 Thread en4ce
yeah, google staff members tell all the time that you should not use undocumented features, so might it come back, might not On 11 Mrz., 16:00, bratliff bratl...@umich.edu wrote: I am trying to suppress the hidden static map at:     maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage

[Google Maps API v3] Re: Hand cursor on mouseover KMLLayer in Google Maps

2011-03-11 Thread Rossko
The problem is that mouseover event does not exist for KMLLayer :( kmlLayer is rendered as image tiles at Google's servers, this makes mouseover difficult to implement. There is an alternative client-side KML parser , GeoXml3 which allows you access to locally created map objects. Tradeoff,

[Google Maps API v3] Re: Need Help regarding Google Maps API

2011-03-11 Thread Rossko
But I also want to get Address of users current Location I got a bit of code for this but that only works in Firefox but did not work in other browser Not all browsers/tools support returning an address http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today You

[Google Maps API v3] Re: Put focus on new window created from marker click

2011-03-11 Thread Clair Garman
Radina, My problem was not lack of knowledge about infowindows. I presented a very simple, stripped down example that illustrated to focus attention on the problem on the fact that the popup window was for most browsers being hidden behind the map window. The problem is being encountered in

[Google Maps API v3] zooming when infopage visible does not zoom with marker

2011-03-11 Thread _bigfoot_
take a random V2 page which displays markers and infopages when clicked. http://econym.org.uk/gmap/example_map3.htm click on a marker, then use the zoom in button, zooming is based on the selected marker (the infopage does not move) now do the same thing using a version 3 example.

[Google Maps API v3] Internet Explorer problem

2011-03-11 Thread Gordon Mackay
Hi there, I'm getting an error in Internet Explorer (only Internet Explorer) on the following page: http://balnagown.ntlinux.co.uk/map/ For the life of my I can't figure out what's causing it. I get now errors in Firefox or Safari's error console, but IE flags the following: Webpage error

[Google Maps API v3] Is it possible to not display a particular leg of a route.

2011-03-11 Thread John Fannon
Hi I am new to google maps api and it's like Aladin's cave - so much interesting stuff. I am interested in studying how short sea shipping can be an advantage over the land route. For example, if I want to send a truck from Birmingham to Madrid, Google maps will show me route quite easily via

[Google Maps API v3] Re: Zoom in/out frequently cause null is null or not an object in IE

2011-03-11 Thread Rodrigo Lisperguier
Hi everyone, currently i'm using the markermanager for this version and i get the same problem with the zoom in/out on IE (only IE, FF and Chrome works great) i tried disabling the markermanager and try just with a marker (without any interface), but the problem persist the people of google

[Google Maps API v3] Re: useStaticMap:false option is not working

2011-03-11 Thread bratliff
Perhaps Ben Appleton can comment. http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ef18621a2ab0bfc3 The static map causes extra network traffic. I am trying to avoid it. It is obsolete once I drag or pan or zoom the tiled map. -- You received this message because you

[Google Maps API v3] Re: Internet Explorer problem

2011-03-11 Thread geocode...@gmail.com
On Mar 11, 6:08 am, Gordon Mackay gordonmac@gmail.com wrote: Hi there, I'm getting an error in Internet Explorer (only Internet Explorer) on the following page: http://balnagown.ntlinux.co.uk/map/ For the life of my I can't figure out what's causing it. I get now errors in Firefox or

[Google Maps API v3] Re: zooming when infopage visible does not zoom with marker

2011-03-11 Thread Esa
A simple hack is to re-open the info window by 'zoom_changed' event. First test if info window is open by if (infowindow.getMap()) Then open it by infowindow.open(map); However it opens without any pixel offset to the marker. To make it open in exact position on top of the marker, you need

[Google Maps API v3] Re: zooming when infopage visible does not zoom with marker

2011-03-11 Thread en4ce
i dont liked that behavior in V3 as well, specially with custom infowindows (it just look not so good when zooming) i thought you made my day esa, i looked up the exemple before i read your whole post... then i read undocumented, you know how it is with undocumented functions, cant really use em

[Google Maps API v3] Re: zooming when infopage visible does not zoom with marker

2011-03-11 Thread _bigfoot_
As well as the infopage staying static, I also want the zoom to focus in on the marker position (like it does in V2). FYI : my infopages actually have a zoom in and zoom out button (embedded from parsed xml file), the onclick for zoom in fires the function: function myzoomin(i) { var

[Google Maps API v3] Re: Is it possible to not display a particular leg of a route.

2011-03-11 Thread JKurtock
Google maps appears to have some information on car ferrys; certainly their route and probably the time they will take. So Google maps can make an intelligent routing decision including using a car ferry. It sounds like the routing you are interested in is for cargo; you can't just drive your

[Google Maps API v3] Java Script Error http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js

2011-03-11 Thread Ravi
We are getting the following java script while invoking from our site in IE. It can be reproducible mostly. But there are no problem in FF, Safari and other browsers. Message: Unspecified error. Line: 33 Char: 1048 Code: 0 URI: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js

Re: [Google Maps API v3] Java Script Error http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js

2011-03-11 Thread Thomas Baxter
Can you provide a link to an example? On Fri, Mar 11, 2011 at 9:59 PM, Ravi callonr...@gmail.com wrote: We are getting the following java script while invoking from our site in IE. It can be reproducible mostly. But there are no problem in FF, Safari and other browsers. Message:

[Google Maps API v3] Re: Java Script Error http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js

2011-03-11 Thread Ravi
http://www.hyunlslpdealer.com/Seattle On Mar 11, 8:10 pm, Thomas Baxter thomas.bax...@gmail.com wrote: Can you provide a link to an example? On Fri, Mar 11, 2011 at 9:59 PM, Ravi callonr...@gmail.com wrote: We are getting the following java script  while invoking from our site in IE. It

[Google Maps API v3] Re: Java Script Error http://maps.gstatic.com/intl/en_us/mapfiles/api-3/4/4a/main.js

2011-03-11 Thread Ravi
http://www.hyunlslpdealer.com/?reload=truecs:groupCode=16 http://www.hyunlslpdealer.com/?reload=truecs:groupCode=100 On Mar 11, 9:11 pm, Ravi callonr...@gmail.com wrote: http://www.hyunlslpdealer.com/Seattle On Mar 11, 8:10 pm, Thomas Baxter thomas.bax...@gmail.com wrote: Can you provide

[Google Maps API v3] Re: tracking many StreetViewService queries

2011-03-11 Thread brick
it's not the case that i would need to write the function inline, is it? PS - julio, que actuación en TV 4! te aconsejo, tendrás que rehacer los imágenes del sitio, o en otro formato de gama más amplia o con gamas precisadas para los GIFs, para que no se vean tan pixelados. On Mar 10, 12:46 

[Google Maps API v3] Japan earthquake

2011-03-11 Thread Masashi.K
Hello everyone- I'm a Japanese programmer. Sorry to posted a message which is not related this group, but we need more help. My friend is creating the Japan map after the earthquake using the open street map. But we need more help! Could you help to draw a map and re-announce? Web site:

Re: [Google Maps API v3] Re: Unknown Failure, Line 33, Pos 1048 in mapfiles/api-3/4/3/main.js

2011-03-11 Thread Raoul Kieffer
Hi Dianne, I fully agree with you it is a timing problem. I found out that calling the GoogleMaps API only once all other parts of my page have been uploaded would solved the issue. As I had other problems with the latest version (3.4) of GoogleMaps, I'm specifying now the version number