[Google Maps API v3] Infowindow without a marker

2010-11-10 Thread Shreerang Patwardhan
Hello all, I am writing a code to create an infowindow when a user clicks on the map! Currently, I am able to create a marker when the user clicks on the map and when the marker is clicked an infowindow is displayed! I don't want a marker now! I only want the info window. How do I get around

[Google Maps API v3] Re: google.maps.MapTypeId is undefined

2010-11-10 Thread urukay
yes, you're right..i was digging yesterday and it looks like my porovider is the problem :( So close this thread, i apologize. On 10. Nov, 20:54 h., Rossko wrote: > > And this problem can be seen on all browsers. > > I can't see the problem on any browser.  Care to post a link to your > example?

[Google Maps API v3] Need of marker.setMap(map)

2010-11-10 Thread Shreerang Patwardhan
Hello all, I am unable to understand the need of the statement marker.setMap(map). This is because the fact that the following code also adds a marker to the map! var marker = new google.maps.Marker( { position: new google.maps.LatLng(x,y), map: map }); Then what does setM

[Google Maps API v3] Re: How to update latlng on map with ajax call ?

2010-11-10 Thread BobD
Thanks that worked, I had half heartedly tried that but was using a confused mix of inline and external javascript. Put it all in a file and its working. Appreciate the input. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To p

[Google Maps API v3] gmarker - remove/delete Gone with it!

2010-11-10 Thread Stopshinal
Trying to remove all of the markers from my map so I can draw new ones (store locator map, if a user wants to change where to look for stores, i want to do more then just clear them from the overlay, i want them gone from the gmarker array so they will stop showing up in the table which displays th

[Google Maps API v3] Re: is this close?

2010-11-10 Thread gibsongk55
no that code i just posted before will not work. No map at all just blank. -- 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...@googlegroups.com. To unsubscribe from this gro

[Google Maps API v3] Re: need help getting google maps to display the streets with a marker for address

2010-11-10 Thread gibsongk55
Hi Larry, Everything pretty much. How do I add that to my code to make it work correctly? Do i need to change the code i have at the header? How do i incorporate the maker code into what I already have? I don't code javascript so I have to idea how to add it to what I have to make it work. Tha

[Google Maps API v3] Re: Overlays

2010-11-10 Thread KeyVisions
Ups, forgot an annoyance, when the map is double clicked it reports the following message on IE: Message: 'Rb()' is null or not an object Line: 8 Char: 331 Code: 0 URI: http://maps.gstatic.com/intl/en_ALL/mapfiles/api-3/2/10/main.js -- You received this message because you are subscribed to the

[Google Maps API v3] Re: marker opacity when other markers are behind it

2010-11-10 Thread Pan
If there was a feature like I'm talking about, it WOULD help. I have already concluded that this is a non-configurable part of the API. If you're not going to help, that's fine and is your choice. I asked for help, but I did not ask you to post telling me you're not going to help. Like I said, ne

[Google Maps API v3] Re: marker opacity when other markers are behind it

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 9:16 pm, Pan wrote: > Yes, it DOES help, It doesn't help me. Maybe it helps you. But you are the one asking for help... > as long as you want to help rather than just be > a stickler for the rules. I do a lot of troubleshooting help, and I > realize why you want to be a stickler. Bu

[Google Maps API v3] Re: marker opacity when other markers are behind it

2010-11-10 Thread Pan
Yes, it DOES help, as long as you want to help rather than just be a stickler for the rules. I do a lot of troubleshooting help, and I realize why you want to be a stickler. But I also do enough to know when it's overkill. Nevermind. Just forget I asked. -- You received this message because you

[Google Maps API v3] Re: marker opacity when other markers are behind it

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 1:32 pm, Pan wrote: > In Firefox 3.6.12 on XP, I run into an undesirable situation > with my map markers. It seems that google maps is alpha blending > my markers slightly with the markers behind it. It's not > something in the source image. It does this even when the > markers are gifs

[Google Maps API v3] Re: need help getting google maps to display the streets with a marker for address

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 8:29 pm, gibsongk55 wrote: > Hi Larry, > > Thanks for the reply. Not sure how to put the marker in and get it to > work. Yes the long and lat is stored in the database and called in the > javascript. See in the code for the variables: [xfvalue_koordx], > [xfvalue_koordy] > > So could yo

[Google Maps API v3] Overlays

2010-11-10 Thread KeyVisions
Hello everyone, please visit this link: http://www.duexdue.com/popup.asp?*p=147. The page makes use of overlays, the peculiarity is that I explicitly do not specify a MapTypeId, I use the handy Google Map API to zoom, pan and place markers on a GIF. To see the code, click on "Open the map in its o

[Google Maps API v3] Re: need help getting google maps to display the streets with a marker for address

2010-11-10 Thread gibsongk55
Hi Larry, Thanks for the reply. Not sure how to put the marker in and get it to work. Yes the long and lat is stored in the database and called in the javascript. See in the code for the variables: [xfvalue_koordx], [xfvalue_koordy] So could you help me get the marker for the address and to show

[Google Maps API v3] Re: need help getting google maps to display the streets with a marker for address

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 6:26 pm, gibsongk55 wrote: > Hi, > > I could only get one set of code to work to display the map. But > it displays the entire city not the streets. If you zoom in it > does not show the street or a marker. There is no code on your page to do that. To display a marker, you need to add

[Google Maps API v3] Re: dynamic updating

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 5:59 pm, James Thomas wrote: > Before I delve into Google Maps, I was wondering if anyone here has > used it with dynamically updating markers on it, e.g., once per second. How many markers? How far do they go? http://www.geocodezip.com/v3_animate_marker_directions.html -- Larry >

[Google Maps API v3] dynamic updating

2010-11-10 Thread James Thomas
Before I delve into Google Maps, I was wondering if anyone here has used it with dynamically updating markers on it, e.g., once per second. My application is showing moving icons (markers) on a map. Is Google Maps worth trying for this? Thanks, Alan -- You received this message because you are

[Google Maps API v3] Re: GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-10 Thread Chad Killingsworth
Thanks Luke! Chad Killingsworth On Nov 10, 5:18 pm, Luke Mahé wrote: > I've filed a internal issue about this to get the documentation cleared up. > > Thanks > > -- Luke > > > > > > > > On Thu, Nov 11, 2010 at 10:13 AM, Robert Poor wrote: > > On Wed, Nov 10, 2010 at 12:59, Chad Killingsworth <

Re: [Google Maps API v3] Re: GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-10 Thread Luke Mahé
I've filed a internal issue about this to get the documentation cleared up. Thanks -- Luke On Thu, Nov 11, 2010 at 10:13 AM, Robert Poor wrote: > On Wed, Nov 10, 2010 at 12:59, Chad Killingsworth < > chadkillingswo...@missouristate.edu> wrote: > >> I was pretty sure that the issue came from t

Re: [Google Maps API v3] Re: GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-10 Thread Robert Poor
On Wed, Nov 10, 2010 at 12:59, Chad Killingsworth < chadkillingswo...@missouristate.edu> wrote: > I was pretty sure that the issue came from the misleading JSON description. It badly needs updated. > [snip] The best way is to file an issue in the issue tracker. Just specify that it is docum

[Google Maps API v3] 2010/11/11: New Release

2010-11-10 Thread Luke (Google Employee)
Hey everyone! We've recently pushed out a new version of the API. See the list of changes below: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog 3.2 November 11th 2010 Noticeable changes: * Fixed bug where polygons were clipped/truncated with RTL on IE7/ IE8

[Google Maps API v3] Re: error in tutorial

2010-11-10 Thread Rossko
Works and works promptly for me with FF2 and a slow PC -- 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...@googlegroups.com. To unsubscribe from this group, send email to g

[Google Maps API v3] Re: Polygon fill, causing problems

2010-11-10 Thread Rossko
> So my question is, is this supposed to be this way or is there anyway > to fix this. The API is doing as it is told ; creating new markers is triggered in your code by a map click. Trying drawing a line and then switching to marker-mode and placing a marker on the line. That doesn't work eithe

[Google Maps API v3] Re: error in tutorial

2010-11-10 Thread blob
Cannot agree. With Firefox 3.6.12 (Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0C)) it works quite fine. Cheers -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Re: Google Instant Preview

2010-11-10 Thread Rossko
> Thank you.  I forwarded the information you provided to the creator of > the posting guidelines for this group so they can be fixed. There's nothing wrong with them. If you were to use the documented method of loading the maps API, it would include "v=2". http://code.google.com/apis/maps/documen

[Google Maps API v3] Polygon fill, causing problems

2010-11-10 Thread tkensiski
so im working on an interactive map where our clients can basically create a map with markers and what not all over the place. http://www.gutensite.com/sandbox/tkensiski/map.php One of the problems tho, is the "z-index" of the polygons fill basically makes it impossible to put points inside the f

[Google Maps API v3] Re: KML generated by PHP doesn't always show up for KML layer

2010-11-10 Thread bratliff
On Nov 10, 11:18 am, Jennifer Dudeck wrote: > I have three polygons that I want to display on the map as KML layers, > each generated from a database by PHP. The first two scripts that I > had were both working a few weeks ago. The third one I finished > recently, and when I went to test it, I cou

[Google Maps API v3] marker opacity when other markers are behind it

2010-11-10 Thread Pan
In Firefox 3.6.12 on XP, I run into an undesirable situation with my map markers. It seems that google maps is alpha blending my markers slightly with the markers behind it. It's not something in the source image. It does this even when the markers are gifs (which don't support alpha blending but o

[Google Maps API v3] error in tutorial

2010-11-10 Thread Adrian Wagner
http://code.google.com/apis/maps/documentation/javascript/overlays.html#RemovingOverlays The Removing Overlays Example does not work in firefox, as posted on the Google API v3 site. Also, the page takes about 30 seconds to load ( the main tutorial page ) seems like analytics is churning away...

[Google Maps API v3] Re: geocoding/javascript scoping problems please help

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 8:58 am, Spiderscope wrote: > hi. so ive got a map that plots points on it and i just wanted to add > function to show a speech bubble with some info based on a marker the > user clicks. > > so i got the bubble to appear...but i cant get the bubble to display > the correct post code bec

[Google Maps API v3] Re: GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-10 Thread Chad Killingsworth
I was pretty sure that the issue came from the misleading JSON description. It badly needs updated. > I'm sure the technical writers at Google can say this more succinctly > than I can.  (BTW, is there a formal channel for requesting a > documentation change like this?) The best way is to file an

[Google Maps API v3] Re: Pass value from the drop down list to the map.

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 4:22 am, Futsutsuka wrote: > I would like users to select city from dropdown menu and using > Javascript API V3 pass data to my map so that map will be zoomed in > choosen location. > Say map is loaded by default on USA level. User selects "New York" > from drop down list and map is zoo

[Google Maps API v3] Re: How to update latlng on map with ajax call ?

2010-11-10 Thread Chad Killingsworth
Your map variable needs to be declared in a global scope. Example: var map; function MapInitialize() { map = new google.maps.Map(document.getElementById("map_canvass"), myOptions); } Then your map variable will be in scope in your ajax callback function. Chad Killingsworth On Nov 10, 2:54 pm, B

[Google Maps API v3] Re: Google map canvas with style="height: 100%"

2010-11-10 Thread Chad Killingsworth
This really has nothing to do with using a master page - just how the html tags and styles interact. If you post a link to your map, we can take a look. Chad Killingsworth On Nov 10, 2:18 pm, iuse software wrote: > Hi all, > > I am having a problem with getting googlemap to work when my map > c

[Google Maps API v3] Re: Google map canvas with style="height: 100%"

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 12:18 pm, iuse software wrote: > Hi all, > > I am having a problem with getting googlemap to work when my map > canvas is set to be 100% in height. > > I am using ASP.net with a master page, and my map_canvas is placed in > a ContentPlaceHolder. > > There are solutions like setting hei

[Google Maps API v3] How to update latlng on map with ajax call ?

2010-11-10 Thread BobD
Hi, newbie question. I have an href link on my html page next to the map object. The map object is created as standard on page load; map = new google.maps.Map(document.getElementById("map_canvass"), myOptions); When I click on my href link next to the map I perform an ajax call to some backend PH

[Google Maps API v3] Google map canvas with style="height: 100%"

2010-11-10 Thread iuse software
Hi all, I am having a problem with getting googlemap to work when my map canvas is set to be 100% in height. I am using ASP.net with a master page, and my map_canvas is placed in a ContentPlaceHolder. There are solutions like setting height to be 100% as well as tag. I tried it and worked wit

[Google Maps API v3] Resolved?

2010-11-10 Thread iuse software
Hi Nick, I am having the same problem as you did. Have you got a solution to it? Would you please share it with me? Thank you. -- 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-j

[Google Maps API v3] Re: google.maps.MapTypeId is undefined

2010-11-10 Thread Rossko
> And this problem can be seen on all browsers. I can't see the problem on any browser. Care to post a link to your 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-a

[Google Maps API v3] Pass value from the drop down list to the map.

2010-11-10 Thread Futsutsuka
I would like users to select city from dropdown menu and using Javascript API V3 pass data to my map so that map will be zoomed in choosen location. Say map is loaded by default on USA level. User selects "New York" from drop down list and map is zoomed to New York. Thanks for help. -- You receiv

[Google Maps API v3] google.maps.MapTypeId is undefined

2010-11-10 Thread urukay
Hi, i'm getting this error when try to draw a map...few days ago everything was working fine, but today it does not work. In html i got this: http://maps.google.com/maps/api/js? sensor=false"> and in my js file: var mapOptions = { zoom: zoom, mapTypeId: google.ma

[Google Maps API v3] Recent problems with Belgian addresses

2010-11-10 Thread Mike
How do I report a problem with geocoding API data? Until recently, an API query for "Rillaar" would correctly return "Rillaar, Aarschot, Flemish Region, Belgium" but as of a few days ago, it's now returning "3202 Rillaar, Belgium". This is proving to be very inconvenient for our European users.

[Google Maps API v3] Re: Google Instant Preview

2010-11-10 Thread Pascal
Strange, the "READ THIS FIRST: Posting Guidelines" in this group states 'If you script tag contains "v=2", then you should be posting in the v2 group instead.' My webpage does not contain "v=2". Do the posting guidelines for this group need to be fixed? -Pascal On Nov 10, 3:21 am, Rossko wrot

[Google Maps API v3] Re: GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-10 Thread fearless_fool
On Nov 10, 5:14 am, Chad Killingsworth wrote: [snip] > > - is my hunch correct that Google developers can make any changes they > > want to the JSON data structure, as long as the published accessors > > function as advertised? > > Technically, the documentation says that the location property is

[Google Maps API v3] Re: Call the callback mode, DirectionsService

2010-11-10 Thread Rossko
> Ok. Use the command button to display the distance between two points > and to display the total distance in a field. What command button? Is there supposed to be some example we are to look at? > I know that the function is asynchronous, but I could not find a > sample code to call the functi

[Google Maps API v3] Re: Contour following

2010-11-10 Thread Rossko
> What I'm trying to do is plot the boundaries of an AVA (American > Viticultural Area Maybe worth looking into how other people have gathered this data. These look relevant http://www.google.com/search?q=shapefile+viticultural "shapefile" is a common format for this kind of GIS data ; you cannot

[Google Maps API v3] Re: geocoding/javascript scoping problems please help

2010-11-10 Thread Rossko
> so i got the bubble to appear...but i cant get the bubble to display > the correct post code because its placed inside a function and the > array is created outside the function. but i cant see a solution for > re-arranging things. See this tutorial http://econym.org.uk/gmap/basic1.htm It's v2 A

[Google Maps API v3] Re: KML generated by PHP doesn't always show up for KML layer

2010-11-10 Thread Chad Killingsworth
No. I would find a way to optimize your output. The last person who ran across this decided to generate the file every so often rather than on request. Chad Killingsworth On Nov 10, 8:39 am, Jennifer Dudeck wrote: > Chad, > > This was the same possibility my coworker and I came up with when > di

[Google Maps API v3] geocoding/javascript scoping problems please help

2010-11-10 Thread Spiderscope
hi. so ive got a map that plots points on it and i just wanted to add function to show a speech bubble with some info based on a marker the user clicks. so i got the bubble to appear...but i cant get the bubble to display the correct post code because its placed inside a function and the array is

Re: [Google Maps API v3] Re: JS sidebar function issues

2010-11-10 Thread Asher Webb
but it is there in line 520 Ah-ha I now see the problem--there should be no underscore between campus and box, that was the problem--maybe I should get in the habit of not using underscore in my element names* thanks so much for directing me to the problem! -- You received this mess

[Google Maps API v3] Contour following

2010-11-10 Thread Ed Carlin
Does anyone know how to generate coordinates based on a contour line? I've seen apps that can generate coordinates by following roads, but I haven't seen anything that can follow contours. I don't think I can actually do this with the Google Maps API. Or, certainly not with the limitations built in

[Google Maps API v3] InfoWindow maxContent

2010-11-10 Thread vaizeman
Hi, it seems that the InfoWindow in v3 api doesn't support maxContent option. What can be used instead of this? -- 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...@googlegro

Re: [Google Maps API v3] Re: Google Maps on Windows Phone 7

2010-11-10 Thread Al Gross
Thanks Andrew for the suggestions. I was so happy last night to find out that you could sense the position (portrait/landscape) of the WP7 I wanted to get an example up ASAP. I will be developing a site around the domain name (wp7map.com). I checked the "forward" "back" and it appears that the lin

Re: [Google Maps API v3] Re: JS sidebar function issues

2010-11-10 Thread Andrew Leach
On 10 November 2010 16:05, Asher Webb wrote: > Ok thanks, I'm working on the code for displaying of items in the sidebar. >  But I don't understand why there is no element "campusbox", i created > campus in every place the other elements exist (academic buildings, library, > etc.).  Does this have

[Google Maps API v3] Re: JS sidebar function issues

2010-11-10 Thread Asher Webb
Ok thanks, I'm working on the code for displaying of items in the sidebar. But I don't understand why there is no element "campusbox", i created campus in every place the other elements exist (academic buildings, library, etc.). Does this have to do with an array that limits the elements to 4? --

[Google Maps API v3] Call the callback mode, DirectionsService

2010-11-10 Thread dave
Ok. Use the command button to display the distance between two points and to display the total distance in a field. To me the total distance is used for another purpose and that I have to process it in another part of the code. Unfortunately, the contents of the field (I used a list, then a div ...

[Google Maps API v3] Where are movebegin / moveend event listeners ?

2010-11-10 Thread bratliff
The "idle" event occurs too often. It impedes dragging & panning but not zooming. For CANVAS OverlayViews, it is not a big deal. For SVG OverlayViews, it is. I would like to know the beginning & the end of "in plane" movements. I would like to discard tiles at the beginning of the movement & to

[Google Maps API v3] Re: JS sidebar function issues

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 6:56 am, Asher Webb wrote: > Hi All, > So I am still learning some basic JavaScript. I have run into a problem > building a map with the g-maps api v3 js. In the sidebar the click > functions work fine for everything except for the last category "SCC > Locations." These only populate th

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 6:52 am, Timo wrote: > Thank you. > > But what is the normal way to get the coordinates of the first result? I normally set a center early in the process so the map can load, then call the geocoder. Here is the first v3 map I ever did. It centers on the location returned by the geoco

[Google Maps API v3] JS sidebar function issues

2010-11-10 Thread Asher Webb
Hi All, So I am still learning some basic JavaScript. I have run into a problem building a map with the g-maps api v3 js. In the sidebar the click functions work fine for everything except for the last category "SCC Locations." These only populate the sidebar when their checkbox is clicked and the

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread Timo
Thank you. But what is the normal way to get the coordinates of the first result? On Nov 10, 2:50 pm, "geocode...@gmail.com" wrote: > On Nov 10, 5:44 am, Timo wrote: > > > > I can't see where you are calling setCenter to initialize the map... > > > (you aren't) > > > The setCenter Method is cal

[Google Maps API v3] Re: KML generated by PHP doesn't always show up for KML layer

2010-11-10 Thread Jennifer Dudeck
Chad, This was the same possibility my coworker and I came up with when discussing this issue. I'm almost certain this is what's going on, because the layer that shows up is simple and is generated very quickly, but the other two have a lot more going on, and take 10 - 20 seconds to complete. Do

[Google Maps API v3] Re: Trying to understand KML Layers

2010-11-10 Thread franfred
Michael (or who other), have you found a stable solution for kml layer caching and rendering problem? I tried your railroadempire-beta and it seems to still have kml layer display problems. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 5:44 am, Timo wrote: > > I can't see where you are calling setCenter to initialize the map... > > (you aren't) > > The setCenter Method is called in the function changeViewmap_area. It may be there in the code (it is). But it isn't being called with valid parameters. > > > You don't d

[Google Maps API v3] Displaying travel steps

2010-11-10 Thread cobalt
My maps looks http://webhost.home.pl/piotr/google_maps_test/index.html I would just redo the map that showed all the time points have someone to turn, etc. Here I have more or less an example: http://code.google.com/intl/pl/apis/maps/documentation/javascript/examples/directions-complex.html Are my

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread Timo
> I can't see where you are calling setCenter to initialize the map... > (you aren't) The setCenter Method is called in the function changeViewmap_area. > You don't declare any of your variables (with the "var" keyword). > That often causes problems in IE. This problem ouccurs in every browser and

[Google Maps API v3] Re: pixelBounds object

2010-11-10 Thread Rossko
> Have you had an answer from the team yet ? Have you logged a formal enhancement request? If you can include some expected benefits, and gathe support from others, there is more chance of response. http://code.google.com/p/gmaps-api-issues/issues/list -- You received this message because you a

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread Chad Killingsworth
On lines 50 and 51, results[0].geometry.location is a LatLng object. You were using undocumented properties that have changed names. Since you were later changing these values into a LatLng object, I suggest you just store the existing object and save yourself the trouble. Chad Killingsworth On N

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread geocode...@gmail.com
On Nov 10, 5:24 am, Timo wrote: > Here is a test case with the explained problem: http://vorab.connectiv.de/googlemaps/ I can't see where you are calling setCenter to initialize the map... (you aren't) You don't declare any of your variables (with the "var" keyword). That often causes problems

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread Timo
Here is a test case with the explained problem: http://vorab.connectiv.de/googlemaps/ Timo On Nov 10, 1:50 pm, Chad Killingsworth wrote: > Please take a look at the posting guidelines - we need a live link to > your map. > > Chad Killingsworth -- You received this message because you are subsc

Re: [Google Maps API v3] Re: Google Maps on Windows Phone 7

2010-11-10 Thread Andrew Leach
On 10 November 2010 07:58, Al Gross wrote: > > I have implemented something that looks pretty good. If you have a WIndows > Phone 7 check out > > http://www.wp7map.com/test.htm > > The way I implemented it is if the windows phone is in the portrait mode > then the map is displayed.  Touch a positi

[Google Maps API v3] Re: GeocoderResult => GeocoderGeometry => LatLng: did it change recently?

2010-11-10 Thread Chad Killingsworth
> - am i simply nuts? have the lat and lng fields been named "ra" > and "sa" all along? Probably not - they can be renamed at any time. > - is my hunch correct that Google developers can make any changes they > want to the JSON data structure, as long as the published accessors > function as adve

[Google Maps API v3] Grey Box of Death

2010-11-10 Thread Timo
Hi everyone, I've been experiencing a problem with Google Maps for two days now. As you can see at http://www.westermann-radialbesen.de/kontakt/anfahrt/anfahrt.html only a blank box with Google controls and logo shows up instead of the map. The problem occurs in all browsers, only IE8 gives an

[Google Maps API v3] Re: Problem with chrome, safari and infowindow

2010-11-10 Thread Chad Killingsworth
This is a general javascript problem, not a maps problem. Take a look at http://quirksmode.org/js/events_order.html#link9 Chad Killingsworth On Nov 10, 2:14 am, carnigal wrote: > Hello, > I'm migrating from v2 to v3. > > Example infoWindow Content > Call_1 a> > > V2= All OK. > V3= Firefox and IE

[Google Maps API v3] Re: InfoWindow not showing in ie 6 using iframe

2010-11-10 Thread Chad Killingsworth
Technically, IE6 is not a supported browser for the v3 API. However, you might get someone to help you if you follow the posting guidelines and provide a live link to your map (not post code). Chad Killingsworth On Nov 10, 5:56 am, helpme wrote: > HI google, > > This only occurs in version Googl

[Google Maps API v3] Re: Custom infowindow with edit/delete marker

2010-11-10 Thread Socrates Vidros
I d like to create an infoWindow with 2 buttons for every marker in my map. My markers cannot be dragged as a default. The first button, edit marker, will make the selected marker draggable so the user can edit the markers position. The second button, delete marker, will delete the selected marker

[Google Maps API v3] Re: Custom infowindow with edit/delete marker

2010-11-10 Thread Chad Killingsworth
You will need to create a DOM structure for the Info Window content, here's a small piece of it: var div = document.createElement("div"); var a = document.createElement("a"); a.innerHTML = "Edit Marker"; div.appendChild(a); google.maps.event.addDomListener(a, "click", function() { associatedMarker

Re: [Google Maps API v3] Re: parsing a google map URL to be used in the javascript API

2010-11-10 Thread Chad Killingsworth
You are correct on reverse geocoding. Unfortunately there is no way to use the maps.google.com CID in the JavaScript 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...

[Google Maps API v3] unsubscribe

2010-11-10 Thread Honor McGregor
unsubscribe -- Overseas Student Services Australia Pty Ltd Tweed Heads NSW 2485 Mb: 0422 177670 Email: i...@ossaust.com Web: www.ossaust.com -- 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] StyledMapType tile colors are suddenly irregular

2010-11-10 Thread Zeke Sikelianos
Hello, I'm working on an application that makes use of the awesome StyledMapType feature. In the last week or so we started noticing that some of the tile colors have become irregular, seemingly in areas that contain (or are near?) bodies of water. We're pretty sure this problem is not the result

[Google Maps API v3] Re: StyledMapType tile colors are suddenly irregular

2010-11-10 Thread Chad Killingsworth
I think something's up: http://code.google.com/apis/maps/documentation/javascript/forum.html?place=topic%2Fgoogle-maps-js-api-v3%2FtMuN5CJ9Yug%2Fdiscussion -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

[Google Maps API v3] Re: Tile Discoloration

2010-11-10 Thread IACM
I also had the similar problem. Parts of the land became blue. Following are the maps. http://maps.google.com/maps?f=q&source=s_q&hl=zh-TW&geocode=&q=macau&ie=UTF8&hq=&hnear=%E6%BE%B3%E9%96%80&ll=22.209358,113.556297&spn=0.014363,0.027788&z=16 http://maps.google.com/maps?f=q&source=s_q&hl=zh-TW&geo

[Google Maps API v3] Re: Grey Box of Death

2010-11-10 Thread Chad Killingsworth
Please take a look at the posting guidelines - we need a live link to your map. Chad Killingsworth -- 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...@googlegroups.com. To

[Google Maps API v3] Re: KML generated by PHP doesn't always show up for KML layer

2010-11-10 Thread Chad Killingsworth
When I've seen this behavior before, it was because it took several seconds for the PHP file to generate the KML output. However, we can't really tell you without seeing a link to your map. Chad Killingsworth -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Re: Adding Numbers to Custom Markers

2010-11-10 Thread Sebastian Google Maps V3
Did you solve this? if so, how? -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+un

[Google Maps API v3] KML generated by PHP doesn't always show up for KML layer

2010-11-10 Thread Jennifer Dudeck
I have three polygons that I want to display on the map as KML layers, each generated from a database by PHP. The first two scripts that I had were both working a few weeks ago. The third one I finished recently, and when I went to test it, I couldn't get it to show up on the map. When I tested the

[Google Maps API v3] Re: Google Instant Preview

2010-11-10 Thread Rossko
> Does Google Instant Preview not work at all with Google Maps API or is > their something wrong with my site in particular?   > http://www.tastefestivals.org That's a v2 map. v2 group is here - http://groups.google.com/group/Google-Maps-API I suspect the v2 key mechanism doesn't work well in the

[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-10 Thread blob
Seems you've had a bad day Dave... So let's end the discussion with this: start a feature request at http://code.google.com/p/gmaps-api-issues/issues/list -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

Re: [Google Maps API v3] Re: How to apply border-radius css style to streetview pane

2010-11-10 Thread Sebastian Google Maps V3
So, is there a way to do rounded corners in the map's DIV? -- 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...@googlegroups.com. To unsubscribe from this group, send email t

[Google Maps API v3] Re: OVER_QUERY_LIMIT: Server access (Google App Engine)

2010-11-10 Thread Tom
So, what's the point Dave? Why are you complaining about Google? At least it seems to me your DEV environment is broken ;-) > f. YOU SHALL NOT:(ix) use the stand-alone geocoder for any use other > than displaying Yahoo! Maps or displaying points on Yahoo! Maps; (x) > publish or display, or allow

[Google Maps API v3] Problem with chrome, safari and infowindow

2010-11-10 Thread carnigal
Hello, I'm migrating from v2 to v3. Example infoWindow Content Call_1 V2= All OK. V3= Firefox and IE OK. Chrome and Safari the page is reloaded. I'm searching about this but I don't see nothing. I read v3 have problem with embed youtube videos, but I think isn't the same. Thank you for your resp