[Google Maps API v3] Re: Can we add marker in google Map using XY co ordinates

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 9:37 pm, Anirudha wrote: > Hi > I am using Google map in my application. > I am adding marker on Google map  by using LAT/LONG of the point as > shown below > >  var marker = new google.maps.Marker({ position: new > google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle, > ico

[Google Maps API v3] Can we add marker in google Map using XY co ordinates

2011-04-19 Thread Anirudha
Hi I am using Google map in my application. I am adding marker on Google map by using LAT/LONG of the point as shown below var marker = new google.maps.Marker({ position: new google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle, icon:MyIcon }); But it is found that in my case inste

[Google Maps API v3] Re: How to implment this comlicated markers filter ?

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 6:28 pm, Mesh3L wrote: > Hello, > > I'm trying to implement a markers filter that is some how does like > this but in more complected way : > > http://www.geocodezip.com/v3_MW_example_categories.html > > The above filter does a single task with only one attribute "Type". > > What i want

[Google Maps API v3] Drawing outline stroke around polygon, without inner strokes for each path

2011-04-19 Thread glen robertson
Hi, I am trying to display a polygon which has a 2D array of paths inside it. I want to draw an outline stroke around the entire polygon, but without the strokes around the paths within the polygon. The other way would be to merge the polygon data with a convex hull algorithm, but I can't find

[Google Maps API v3] Re: Getting the map resolution

2011-04-19 Thread ak
http://msdn.microsoft.com/en-us/library/aa940990.aspx in openn layers i think a resolution is defined for each zoom level.here is the link for the same: http://trac.osgeo.org/openlayers/wiki/SettingZoomLevels I am not sure if my understanding of resolution is correct but to me its like the actua

Re: [Google Maps API v3] Getting the map resolution

2011-04-19 Thread Luke Mahé
What do you mean by resolution? -- Luke On Wed, Apr 20, 2011 at 12:36 PM, ak wrote: > How can i get the map resolution? Open Layer has a property that gives > the map resolution something as follows: map.getResolution(). Is there > a way I can calculate the same? > > -- > You received this mes

[Google Maps API v3] Getting the map resolution

2011-04-19 Thread ak
How can i get the map resolution? Open Layer has a property that gives the map resolution something as follows: map.getResolution(). Is there a way I can calculate the same? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

[Google Maps API v3] Re: Force User to Zoom in Further Before Setting Marker

2011-04-19 Thread dstruble
FYI - I'm not looking for working code, just a little guidance on what I should consider doing. Thanks! On Apr 19, 10:08 pm, dstruble wrote: > Hello - noob here, > > How can I make a user zoom in further before setting a marker?  I was > going to try using an if else statement such as: > > when

[Google Maps API v3] Force User to Zoom in Further Before Setting Marker

2011-04-19 Thread dstruble
Hello - noob here, How can I make a user zoom in further before setting a marker? I was going to try using an if else statement such as: when someone clicks on the map, if (zoom < 13), make the click zoom the page in further instead of setting a marker. I'd also like to change the mouse icon wh

[Google Maps API v3] NOOB: Draw Polyline and Markers, Return to Start

2011-04-19 Thread dstruble
Hello, all around noob here... I've successfully created a page that uses v3 google maps api. http://www.mydailyjog.com/Session2.php I've been able to figure out how to add markers and draw a line, while calculating the distance. Last night I finally figured out how to remove individual markers

[Google Maps API v3] How to implment this comlicated markers filter ?

2011-04-19 Thread Mesh3L
Hello, I'm trying to implement a markers filter that is some how does like this but in more complected way : http://www.geocodezip.com/v3_MW_example_categories.html The above filter does a single task with only one attribute "Type". What i want to do is to be able to filter markers with more o

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread Joseph Elfelt
I read your msg again and realized you are working with an embedded map. I tried my map link in a 400x500px iframe. In that case your disclaimer text did overflow the bottom of the infoballoon in Gmap4. -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

[Google Maps API v3] Re: Nightly build failed to show map

2011-04-19 Thread Rossko
Have you guys looked at this thread? http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/44eb9f918eda5f5e# -- 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

[Google Maps API v3] Re: Script Errors In Maps Script; Before That Nothing Defined; I'm Doing Something Wrong, But What?

2011-04-19 Thread Rossko
> I'm just beginning to evaluate Google Maps for address > validation/verification purposes It's not the right tool for that job. 'Berlin' will give you results but is not an address. > http://castopulence.org/maps/test.xhtml Changing the doctype of the example to XHTML prevents the v3 API from

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread Joseph Elfelt
Thanks for the KML link. I opened your file with my viewer. Your disclaimer fits inside the infowindow just fine with both FF 3.6.13 and IE 8. Note the inline class: masu.content = "" + masu.txt_ary_2[masu.ix_clicked][3] + ""; // Display the results using

[Google Maps API v3] Re: smooth marker movement

2011-04-19 Thread fireofhellx
sorry the link ive put up is to my project i have a .watchPosition tracking the user what i want is when the users position moves for the marker to smoothly travel from the old location to the new instead of jumping. hope that makes sense On Apr 19, 10:21 pm, fireofhellx wrote: > http://dannyw.i

[Google Maps API v3] Firefox 4 : Markers Hidden Under Map Tile

2011-04-19 Thread williamka
Hi All, I have a a problem which is specific to Firefox 4 where the tile overwrites the markers within, i have tried zIndex but the problem does not dissapear to reproduce this problem: 1) Goto http://www.dancefederation.com/uk/salsa-dancing/london-south-east.php using Firefox 4 2) Note what you

[Google Maps API v3] Re: keydragzoom button for visual control

2011-04-19 Thread Gary Little
This is not currently possible with KeyDragZoom. The visual control must appear on the surface of the map. Gary On Apr 19, 3:13 am, Alessio wrote: > Hi, > > in the extension for the v2 api I was able to activate the dragzoom > with a normal html button, using a function in the onclick attribute

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread Steve Cole
On Apr 19, 4:44 pm, Joseph Elfelt wrote: > On Apr 19, 4:11 pm, Steve Cole wrote: > > > Yeah, sorry. The HTML page isn't live yet (but the KML is posted). > > Can you share  the link to your KML? Certainly: Http://publicworks.snoco.org/rdclosures/snocordclosures4gmaps.kml -- You received thi

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread Joseph Elfelt
On Apr 19, 4:11 pm, Steve Cole wrote: > Yeah, sorry. The HTML page isn't live yet (but the KML is posted). Can you share the link to your KML? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send emai

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 4:11 pm, Steve Cole wrote: > Yeah, sorry. The HTML page isn't live yet (but the KML is posted). I've > attached the HTML file I've been working with. Apart from the necessary > javascript at the top of the HTML file, my only other customization is > around line 190 where I've added the

Re: [Google Maps API v3] Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread Andrew Leach
On 19 April 2011 23:38, Steve Cole wrote: > > I'm developing a page which will display road closures in an embedded > map using a KML file overlay. The features draw fine, and all the balloon > windows display properly EXCEPT for one. It would appear that I have too > much text in it so when you c

Re: [Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-19 Thread Andrew Leach
On 19 April 2011 23:20, Iratus wrote: > Hello again > > I am not a company but a simple student who is doing his homework ! For me > paying to be able to upload my project in a server is not so easy. > > I think is not possible for everybody to have access to a server as this > cost money. I can s

[Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-19 Thread Iratus
Hello again I am not a company but a simple student who is doing his homework ! For me paying to be able to upload my project in a server is not so easy. I think is not possible for everybody to have access to a server as this cost money. I can send you all my code but I just don't have a serve

[Google Maps API v3] API in C# form

2011-04-19 Thread mgolds02
I'm trying to load a google maps demo page ( http://code.google.com/apis/maps/documentation/javascript/examples/circle-simple.html) in a C# form via a web browser control object. Whenever I point my web browser object page the page goes blank. I believe this is a security issue. I've enabled

[Google Maps API v3] Re: smooth marker movement

2011-04-19 Thread fireofhellx
http://dannyw.instantfreesite.net/game.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.com. To unsubscribe from this group, send email to google-maps-

[Google Maps API v3] Script Errors In Maps Script; Before That Nothing Defined; I'm Doing Something Wrong, But What?

2011-04-19 Thread Brandon McCaig
Hello: I'm just beginning to evaluate Google Maps for address validation/verification purposes. For starters I'm just trying to get a basic example running. You can see the live code here: http://castopulence.org/maps/test.xhtml When I load the page in Firefox 4 (Linux) with Firebug open I get t

[Google Maps API v3] Re: 'mouseup' handler in map not triggered when 'draggable' is false

2011-04-19 Thread MattGerg
I am having the same problem. Any known workarounds? -- 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 group, send email to g

[Google Maps API v3] Re: URLs loaded "under the hood"

2011-04-19 Thread Esa
http://www.google.com/intl/en_ALL/help/terms_maps.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.com. To unsubscribe from this group, send email to g

[Google Maps API v3] Re: Create your own infoWindows?

2011-04-19 Thread Esa
I quess, you didn't try Google http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.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@

[Google Maps API v3] Re: keydragzoom button for visual control

2011-04-19 Thread Esa
The company who provide this maps API, they also provide a powerful search engine http://www.google.com/search?q=keydragzoom+v3&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a -- You received this message because you are subscribed to the Google Groups "Google Maps JavaSc

[Google Maps API v3] Re: smooth marker movement

2011-04-19 Thread Esa
We cannot see what is happening. On Apr 19, 10:51 pm, fireofhellx wrote: > im making an iPhone web app that tracks the users position is there any way > to make the marker that represents the user move smoothly across the map as > they move. like what happen within the google maps app. because at

Re: [Google Maps API v3] Re: ZERO_RESULTS when using DirectionsService

2011-04-19 Thread Andrew Leach
On 19 April 2011 21:17, RamiJ wrote: > 1. This link shows countries from the US only, is that possible that > google maps api is authorized for the US only? No. There are very few countries where the API is not allowed. There are a few more countries which don't have any map information, which is

[Google Maps API v3] Re: ZERO_RESULTS when using DirectionsService

2011-04-19 Thread RamiJ
1. This link shows countries from the US only, is that possible that google maps api is authorized for the US only? 2. when browsing to http://maps.google.com i succeed to get routes in israel. is that possible that is enabled there and disabled in the api? i suspect i am doing something wrong wit

[Google Maps API v3] Re: Can't display map with the following Lat and Long

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 11:47 am, pana wrote: > Below is how my map looks like: ??? I don't see anything... -- Larry -- 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@googlegroup

Re: [Google Maps API v3] Re: ZERO_RESULTS when using DirectionsService

2011-04-19 Thread Andrew Leach
On 19 April 2011 20:58, RamiJ wrote: > A more general question? does the routing service should work for > Israel too? Not much works for Israel. There are licensing issues, apparently. http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html -- You received this message because

[Google Maps API v3] Re: ZERO_RESULTS when using DirectionsService

2011-04-19 Thread RamiJ
A more general question? does the routing service should work for Israel too? On Apr 19, 10:22 pm, RamiJ wrote: > Thanks; > > Yes, for the example i tried: > Source = "Tel Aviv" > Dst = "Haifa" > > Then calculated the latitue/longitude of these points into src_latlng > and dst_latlng variables co

[Google Maps API v3] smooth marker movement

2011-04-19 Thread fireofhellx
im making an iPhone web app that tracks the users position is there any way to make the marker that represents the user move smoothly across the map as they move. like what happen within the google maps app. because at the moment my marker jumps from position to position -- You received this m

Re: [Google Maps API v3] Re: Nightly build failed to show map

2011-04-19 Thread chinhua kong
I'm sure the problem happens due to the check in of yesterday and today. Everything was working fine at 2.30PM EST time, April 18. This is the last time I'm showing the map at my office. On Tue, Apr 19, 2011 at 11:29 AM, en4ce wrote: > hm, iam running this build as well, no problem on my page bu

[Google Maps API v3] Re: ZERO_RESULTS when using DirectionsService

2011-04-19 Thread RamiJ
Thanks; Yes, for the example i tried: Source = "Tel Aviv" Dst = "Haifa" Then calculated the latitue/longitude of these points into src_latlng and dst_latlng variables correspondingly. i would add the code for the full script i wrote if there was an option for that here. On Apr 19, 8:24 pm, "ge

[Google Maps API v3] Re: dynamic drawing a polygon

2011-04-19 Thread vijay shanker
i want to let the user draw a polygon on map which he can resize, and then to check if latitude longitude stored in my db falls inside the ploygon..how should i approach this problem ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

Re: [Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread Andrew Leach
On 19 April 2011 19:38, pana wrote: > >   function initialize() { >       var lat = "42.98063033"; >       var longs = "-88.01038079"; > >       alert("lat: " + lat + " and long: " + longs); > >       if (lat != "" || longs != "") >       { >    var milwAddress = new google.maps.LatLng(lat

Re: [Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread pana
Mike, I tested it like you said and it worked in maps.google.com. It displays the map with the marker on it and the street view too. That is how I should see it in my application but it does not work for me. Am I missing something in my code? -- You received this message because you are subs

Re: [Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread pana
I tried inverting the values (42.980... and -88.010.. after) a map shows up but with no marker on it. The street view does not show up. Below is the script I am using: function initialize() { var lat = "42.98063033"; var longs = "-88.01038079"; alert("lat: " + lat +

Re: [Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread Michael Geary
On Tue, Apr 19, 2011 at 11:23 AM, pana wrote: > yes, This a latitud and longitud for Milwaukee, WI. So I should pass > 42.98063033, -88.01038079 instead? An easy way to test this is to paste the lat,lng (both numbers with comma between) into the search box on maps.google.com. > But why did

[Google Maps API v3] Re: Can't display map with the following Lat and Long

2011-04-19 Thread Rossko
>  But why did it worked for all the other? Who knows, we have no idea what all the other are. -- 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 unsu

Re: [Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread pana
yes, This a latitud and longitud for Milwaukee, WI. So I should pass 42.98063033, -88.01038079 instead? But why did it worked for all the other? Thanks Larry and Mike for your responses. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

Re: [Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread Chris Broadfoot
This should now be fixed. Thanks to all who reported the issue. -- 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 group, send em

[Google Maps API v3] Re: Geocoding addresses for a database?

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 9:49 am, Olan Suddeth wrote: > I am new to V3 of the API, but have used V2 many times. > > Can anyone point me towards some sample code for using the new API to > geocode a list of addreses for storage in a database? > > I have a client with such a list of addresses.  It seems ridiculou

[Google Maps API v3] Re: 'mouseup' handler in map not triggered when 'draggable' is false

2011-04-19 Thread MattGerg
I am experiencing this same problem. Has anybody come up with a workaround? On Mar 24, 8:21 am, mdschermer wrote: > hey- > > it seems that when the map option 'draggable' is set to false, the > 'mouseup' event no longer triggers the listener for that event. same > for 'mousedown', but 'dblclick

[Google Maps API v3] Geocoding addresses for a database?

2011-04-19 Thread Olan Suddeth
I am new to V3 of the API, but have used V2 many times. Can anyone point me towards some sample code for using the new API to geocode a list of addreses for storage in a database? I have a client with such a list of addresses. It seems ridiculous to call the geocoding service for every single ad

[Google Maps API v3] Re: Changing the size of the popup ballon

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 10:28 am, Iratus wrote: > I am sorry but at the moment i have no server to upload my project and I am > working locally. I can't help you then, someone else might be able to. You could read this: http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical fro

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 10:26 am, Mauricio wrote: > Is the April 14th version locked into a version number? If so, what is > it? No. That is the nightly development release, v=3, v=3.4 or no version specified. > I'd like to lock into that version, if possible. The only versions that are frozen/feature-stabl

[Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-19 Thread Iratus
I am sorry but at the moment i have no server to upload my project and I am working locally. My css file is the following. I think the problem is that my balloons are not made with javascript but are defined within kml files. [code] body { font-family: Verdana, Geneva, Arial, Helvetica, sans

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread Mauricio
Is the April 14th version locked into a version number? If so, what is it? I'd like to lock into that version, if possible. -- 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: ZERO_RESULTS when using DirectionsService

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 9:58 am, RamiJ wrote: > Using DirectionsService from google maps api returns ZERO_RESULTS for > src and dst out of the US, any ideas why is that? Not with the information you have provided. I would expect you are doing something wrong, but what that is can't be determined from the inf

Re: [Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread Michael Geary
Looking for Milwaukee, Wisconsin? If so, you have latitude and longitude reversed. On Tue, Apr 19, 2011 at 8:52 AM, pana wrote: > Hi, > > I am new at working with google maps but I have a web application that > passes to google our own Lat and Long values. So far most of the Lat > and Long we p

[Google Maps API v3] Re: Easy Custom Icon replacement

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 6:34 am, Wms_Webops wrote: > I'm using the sidebar example to build a quick campus map. > There is a little over a hundred map points (with more to come) and > I'm looking for a simple way to replace the default icon. > All the examples I've seen require you to add it to each entry, so

[Google Maps API v3] Re: Can't display map with the following Lat and Long

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 8:52 am, pana wrote: > Hi, > > I am new at working with google maps but I have a web application that > passes to google our own Lat and Long values.  So far most of the Lat > and Long we pass are able to be displayed on a map and street view. > But, I don't know why google map does not

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 10:09 am, jatorre wrote: > Hi, > > Hey, can I ask what is this canvas support you are talking about?? Any > link? Google has this really nifty search engine: http://www.google.com/search?q=HTML%20CANVAS The google maps API v3 has started to use it for stuff... -- Larry > > On Apr

Re: [Google Maps API v3] google api bug today?

2011-04-19 Thread Chris Broadfoot
See this thread for detail: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/44eb9f918eda5f5e On Tue, Apr 19, 2011 at 9:36 AM, francescoBB wrote: > I built an web app where i'm using the google API and yesterday was > working good, but today, even if i didn't change the c

[Google Maps API v3] ZERO_RESULTS when using DirectionsService

2011-04-19 Thread RamiJ
Using DirectionsService from google maps api returns ZERO_RESULTS for src and dst out of the US, any ideas why is that? var start = src_latlng; var end = dst_latlng; var request = { origin:start, destination:end , travelMode: google.maps.DirectionsTravelMode.DRI

[Google Maps API v3] Can't display map with the following Lat and Long

2011-04-19 Thread pana
Hi, I am new at working with google maps but I have a web application that passes to google our own Lat and Long values. So far most of the Lat and Long we pass are able to be displayed on a map and street view. But, I don't know why google map does not display the map and street view for the fol

[Google Maps API v3] Easy Custom Icon replacement

2011-04-19 Thread Wms_Webops
I'm using the sidebar example to build a quick campus map. There is a little over a hundred map points (with more to come) and I'm looking for a simple way to replace the default icon. All the examples I've seen require you to add it to each entry, so I'm hoping there is an easier way I'm missing.

[Google Maps API v3] keydragzoom button for visual control

2011-04-19 Thread Alessio
Hi, in the extension for the v2 api I was able to activate the dragzoom with a normal html button, using a function in the onclick attribute of the html: Drag zoom I defined the control before in js file: myDragZoom = new DragZoomControl(boxStyleOpts, otherOpts, callbacks); gmap.addControl(myDra

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread jatorre
Hi, Hey, can I ask what is this canvas support you are talking about?? Any link? On Apr 19, 6:26 pm, Mauricio wrote: > Adding the explicit version requirement also fixed it for me. > Unfortunately it also removed support for the new polygons and > polylines rendered with canvas support that was

[Google Maps API v3] Tabbed InfoWindows

2011-04-19 Thread Chandra Miller
I have created a map and would like to further enhance it by adding tabbed info balloons. The map is located at http://156.42.96.39/alert/Google/rain.html - source code is open to view. The mapmakers are created from a .js files and that is where the information on the balloons is coming from cur

[Google Maps API v3] Re: google maps api v3 open infowindow

2011-04-19 Thread tommaso
...i sow Chris but after i replied with another question, if you didn't see On 19 Apr, 17:32, Chris Broadfoot wrote: > You got a reply 5 days > ago.http://groups.google.com/group/google-maps-js-api-v3/msg/45bfb2178761... > > --http://twitter.com/broady -- You received this message because you

Re: [Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread Chris Broadfoot
Hi all. We pushed a version of the API that broke styled maps. We're reverting to the April 14 version, and you'll see this change reflected automatically if you're using the nightly version (v=3 or v=3.4). Sorry about any inconvenience caused. Chris -- You received this message because you ar

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread Mauricio
Adding the explicit version requirement also fixed it for me. Unfortunately it also removed support for the new polygons and polylines rendered with canvas support that was added on April 14th. Are styled maps just no longer supported, or is there an API change associated with them? -- You receiv

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread francescoBB
thanks!!! not i works... but it is weird though... yesterday was workign with no v= specified...and today bump!... On Apr 19, 12:18 pm, Chris Broadfoot wrote: > Thanks for letting us know. We're onto it. > > As always, please specify v=3.3 or v=3.2 on production sites. > > --http://twitter.com/br

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread francescoBB
SAME PROBLEM HERE! just stopped workign today!!! yesterday was fine! is it a bug?? On Apr 19, 11:34 am, Ben Gannaway wrote: > My styled map has suddenly stopped displaying.  I just see a grey screen.   > If I turn off styling it works again.  This effect is not restricted to my > site.  If I go t

[Google Maps API v3] google api bug today?

2011-04-19 Thread francescoBB
I built an web app where i'm using the google API and yesterday was working good, but today, even if i didn't change the code, i cant see the map anymore, i just see the grey background... the geo coors are working good, all the markers are in good position, i can do all the actions as usual, but j

[Google Maps API v3] URLs loaded "under the hood"

2011-04-19 Thread Mike Calmus
We have some client workstations that have very restrictive firewall rules that only allow them to access (a very small number of) web sites to which they are explicitly granted access. With our recent app update to use Google maps API (the old site didn't do any mapping) the users are now not able

Re: [Google Maps API v3] Styled maps not showing

2011-04-19 Thread Chris Broadfoot
Thanks for letting us know. We're onto it. As always, please specify v=3.3 or v=3.2 on production sites. -- http://twitter.com/broady -- 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

[Google Maps API v3] Re: Official position on poly editing?

2011-04-19 Thread JKurtock
And this http://orangecow.org/pythonet/sketches/hungry.htm may help some of us understand the rest of this exchange ... On Apr 18, 3:49 pm, Chris Broadfoot wrote: > FYI, here are a couple third party > libraries:http://www.mistechko.sumy.ua/jscript/google/map/index.htmlhttps://github.com/stomlin

[Google Maps API v3] Re: dynamic drawing a polygon

2011-04-19 Thread Tiby Ionescu
What do you mean by "dynamically draw" and how do you want to resize the polygon? On Apr 18, 4:46 pm, vijay shanker wrote: > how can i dynamically draw a resizable polygon ? is it possible with > v3 as all examples of something similar has been with v2.. -- You received this message because you

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread BWRic
Sorry, ignore my comment above, I missed the 'v' in the version query string. If you use: http://maps.google.com/maps/api/js?v=3.3 the map will be fixed. It would be nice to use the latest version, but I guess a project made x months ago doesn't use any newer features anyway -- You receiv

[Google Maps API v3] Re: Nightly build failed to show map

2011-04-19 Thread Tom Jane
I had exactly the same problem as Chin Hua Kong, my styled maps were just coming up as grey... the kml data was showing up fine... When i turned off the styling and just showed the standard map it worked, but changing the version seems to have fixed it on both projects im working on. -- You recei

[Google Maps API v3] Re: Styled maps not showing

2011-04-19 Thread BWRic
I'm getting the same problem on three sites. Would be interested to know what's going on. Setting the API version to an older version doesn't seem to fix this. What's interesting in Firebug shows that the files are being downloaded, just not displayed. -- You received this message because you

Re: [Google Maps API v3] Re: google maps api v3 open infowindow

2011-04-19 Thread Chris Broadfoot
You got a reply 5 days ago. http://groups.google.com/group/google-maps-js-api-v3/msg/45bfb2178761d240?hl=en -- http://twitter.com/broady -- 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 goog

[Google Maps API v3] Styled maps not showing

2011-04-19 Thread Ben Gannaway
My styled map has suddenly stopped displaying. I just see a grey screen. If I turn off styling it works again. This effect is not restricted to my site. If I go to http://googlemapscolorizr.stadtwerk.org/ i can't see a map either. Is there a fault with the api today or is it something in my

[Google Maps API v3] Re: Nightly build failed to show map

2011-04-19 Thread en4ce
hm, iam running this build as well, no problem on my page but i didnt get an error on your page as well, you should debug this page On 19 Apr., 17:12, chinhua kong wrote: > Hi all, > > I just found that Google nightly build version fail to show map. The map > images are downloaded but fail to sho

[Google Maps API v3] Re: Nightly build failed to show map

2011-04-19 Thread Tom Jane
Thanks nearly had a heart attack, doing a few styled map project and they all fell over at the same time. -- 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.c

[Google Maps API v3] Nightly build failed to show map

2011-04-19 Thread chinhua kong
Hi all, I just found that Google nightly build version fail to show map. The map images are downloaded but fail to show. This happens on my development URL http://kongch.cns.iu.edu which uses nightly V3 build. The same code is running will with version 3.3 and you can see it at http://nrn.cns.iu.

[Google Maps API v3] Re: smart geocode autocomplete

2011-04-19 Thread unxposed
Just thought I'd follow this up. Your post Barry made me look at other options to return results to Jquery autocomplete. In the end I settled with using a combination of geonames to give back a list of towns, and Google Goecoder to handle more specific things like street addresses, postcodes etc. I

[Google Maps API v3] Re: Dynamically load kml files from directory and add toggle feature

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 6:34 am, Staffan Nilsson wrote: > I need a function to do this: > > 1. Load all available kml-files in the directory onto a Google Map > (houses.kml, roads.kml, etc) > 2. Create a menu for toggling these KML-files (Houses on/off, Roads on/ > off, etc) > 3. Make this work even if kml-fil

[Google Maps API v3] Re: google maps api v3 open infowindow

2011-04-19 Thread tommaso
any news? On 14 Apr, 14:10, tommaso wrote: > Thank you for your reply! > So what i have to do exactly for prova3 and prova5 page? > > On 13 Apr, 20:03, sb wrote: > > > > > > > > > Hi, > > > Looks to me like you haven't added a listener. > > > This is from the working page. > > google.maps.event.

[Google Maps API v3] Re: google maps api v3 open infowindow

2011-04-19 Thread tommaso
news? On 13 Apr, 20:03, sb wrote: > Hi, > > Looks to me like you haven't added a listener. > > This is from the working page. > google.maps.event.addListener(marker, 'click', function() { >         infowindow.setContent(contentString); >         infowindow.open(map,marker); >         }); > > On A

[Google Maps API v3] Dynamically load kml files from directory and add toggle feature

2011-04-19 Thread Staffan Nilsson
I need a function to do this: 1. Load all available kml-files in the directory onto a Google Map (houses.kml, roads.kml, etc) 2. Create a menu for toggling these KML-files (Houses on/off, Roads on/ off, etc) 3. Make this work even if kml-files is deleted and new ones are created The kml-files in

[Google Maps API v3] Re: Creating polylines from a MySQL database

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 6:20 am, g33kmate wrote: > Hi everyone, > I am trying to make a transit route map for my city but running into > some trouble. I am fetching the lat long coordinates for markers that > indicate all the stops a bus takes before reaching its destination from > a MySQL database and that wo

[Google Maps API v3] Re: Encoded polyline query

2011-04-19 Thread b...@bbarker.co.uk
Aha! Cheers - sorted :-) -- 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 group, send email to google-maps-js-api-v3+unsubscr

Re: [Google Maps API v3] I have a question about google maps v3

2011-04-19 Thread Ravi
Thank you very muchI have been trying these things...but i could not get it properly...i am very confused with where i have to call these functions to appear. You are great. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group

[Google Maps API v3] Re: Updated Transaction Limits

2011-04-19 Thread adamkempa
Makes sense. Thanks for the info, Chris! On Apr 18, 6:55 pm, Chris Broadfoot wrote: > On Mon, Apr 18, 2011 at 2:51 PM, adamkempa wrote: > > So: if we are a commercial site that uses the styled map features, > > 2500 users can load the API via your site before charges are incurred, > > daily. >

[Google Maps API v3] Re: Encoded polyline query

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 5:08 am, "b...@bbarker.co.uk" wrote: > Hi, > > I have a bit of a quandry > > I have an encoded polyline: > > _zlyH~cXqAgQk@}CsBkGgFiPDElAg@~G}BrVgOFMJc@?m@JyGTcAb@qAP@^v@RnAP^vF`TJE~Ho > G~F_FvLkKtDkDPeADQNMRIr@@\WTk@Fk@La@b@{@dCcDnMuOrE}FjA}AtD_GFw@Ei@Ya@Me@@WH > [FGd@IX?b@QnBuCh

[Google Maps API v3] Re: Changing the size of the popup ballon

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 4:11 am, Iratus wrote: > Hello > > I am working on a map with KMZ files that contain a lot of > information in pop-up ballons when you click them. My problem is that > when the info are displayed are much bigger than the boarder of the > ballon and they exceed the boarders !!! > > In go

[Google Maps API v3] Re: Remove borders

2011-04-19 Thread geocode...@gmail.com
On Apr 19, 3:07 am, Ben Gannaway wrote: > Is it possible to remove all borders from a map? > I'd like if possible the most simple representation of land and sea, > but nothing else Have you investigated "Styled Maps"? http://code.google.com/apis/maps/documentation/javascript/maptypes.html#StyledM

[Google Maps API v3] Re: Typeahead

2011-04-19 Thread Chris Green
Viewed, and starred. Thanks for the lightning answer; I didn't think to search the "issues" first (duh). All things considered, it's probably easiest to maintain my own typeahead-list, especially since I'm only interested in cities (i.e., towns, villages, and hamlets) in Switzerland at the moment.

[Google Maps API v3] Encoded polyline query

2011-04-19 Thread b...@bbarker.co.uk
Hi, I have a bit of a quandry I have an encoded polyline: _zlyH~cXqAgQk@}CsBkGgFiPDElAg@~G}BrVgOFMJc@?m@JyGTcAb@qAP@^v@RnAP^vF`TJE~HoG~F_FvLkKtDkDPeADQNMRIr@@\WTk@Fk@La@b@{@dCcDnMuOrE}FjA}AtD_GFw@Ei@Ya@Me@@WH[FGd@IX?b@QnBuChHsJbCaEAgA@]H_@HMp@U`@gA@]f@uFhCcTFkA@gAKaS?}BKmHGsG[aEu@SSSK]?e@H}@

[Google Maps API v3] Create your own infoWindows?

2011-04-19 Thread 3D-kreativ
Hi, I'm looking for some help or tips for good tutuorials about how to create your own infoWindows or infoBoxes instead of the regular infoWindow. So far I have only seen examples with only one infoWindow, I would like to create my own infoWindows and use a code that handles several markers and in

  1   2   >