Re: [Google Maps API v3] I need a point in the right direction

2010-11-03 Thread emsee
Thanks a lot Luke, I'll try that. and sorry for the double post just thought to rearrange the question. -- 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

[Google Maps API v3] map not loading

2010-11-03 Thread Niklasro
Hi My map is not loading where it should from http://forum.koolbusiness.com Can you recommend how to troubleshoot and proceed? I tried debugging with firebug and firebug didn't report any javascript error. Thanks Niklas -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: Map ready event

2010-11-03 Thread John M Phillips
"Totally" is difficult because usually a map has two or more layers. In my case (see: http://www.jtphillips.com/cgi-bin/AtcInspectionForm.cgi ) I had problems with timing on plotting a complex kml layer over the base map. I used the following listeners: tilesloaded -- atta

[Google Maps API v3] Re: Directions order based on selection

2010-11-03 Thread geocode...@gmail.com
On Nov 3, 6:33 pm, Kevin Davis wrote: > Understood..   I do have one more question, in regular google map waypoints, > there is a way to change the order by dragging the marker say for example > a,b,c,d,e and f and switch c with d.. Is that possible with API??? That sounds like a user interface q

[Google Maps API v3] Re: How to detect Street View availability?

2010-11-03 Thread Martin
And there's some sample code here: http://code.google.com/apis/maps/documentation/javascript/services.html#StreetViewService Martin. On Nov 3, 6:32 pm, "geocode...@gmail.com" wrote: > On Nov 3, 11:09 am, Jurgis Stepanovs > wrote: > > > Hello! > > >  How to detect StreetView availability at poi

Re: [Google Maps API v3] Re: Directions order based on selection

2010-11-03 Thread Kevin Davis
Understood.. I do have one more question, in regular google map waypoints, there is a way to change the order by dragging the marker say for example a,b,c,d,e and f and switch c with d.. Is that possible with API??? Thanks! On Wed, Nov 3, 2010 at 6:44 PM, geocode...@gmail.com wrote: > On Nov 3

Re: [Google Maps API v3] Re: can use direction on iPhone

2010-11-03 Thread william Hung
please help me -- 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+unsubscr...@googleg

[Google Maps API v3] Re: Directions order based on selection

2010-11-03 Thread geocode...@gmail.com
On Nov 3, 3:48 pm, Kevin Davis wrote: > Hi Larry, > > I did pass them in the order based upon in what I told you..  It seems the > array is picking up the address based upon the order in the listbox and what > I have chosen.. Maybe I don't understand you but I clicked on the bottom entry in the l

Re: [Google Maps API v3] Re: Directions order based on selection

2010-11-03 Thread Kevin Davis
Hi Larry, I did pass them in the order based upon in what I told you.. It seems the array is picking up the address based upon the order in the listbox and what I have chosen.. Kevin On Wed, Nov 3, 2010 at 4:18 PM, geocode...@gmail.com wrote: > On Nov 3, 1:22 pm, Kevin Davis wrote: > > Hi the

[Google Maps API v3] Transform overlay projection to GM Merator?

2010-11-03 Thread teknocreator
Perhaps this was posted in the V2 discussion group and I think I already know the answer but thought I'd ask anyway. We have a great deal of PNG images that are created using the Lambert Conformal Conic projection. Without creating a new MapType or converting the images to Mercator beforehand for

Re: [Google Maps API v3] I need a point in the right direction

2010-11-03 Thread Luke Mahé
Hi Al, 1) You probably what to look at using the MarkerManager or the MarkerClusterer. You can download them from the open source utility libraries page http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries 2) You can easily use custom icons, there is an example in the docs that

[Google Maps API v3] Re: I need a point in the right direction

2010-11-03 Thread Rossko
> 1) how to merge few addresses into one when zooming out for example you > can zoom out on this map and see what I See your original thread http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/8de0bab53579bc64/5b4ed2cc224c3ea6#5b4ed2cc224c3ea6 the keyword is "Clustering" > 2

Re: [Google Maps API v3] Re: IE7, check boxes, and extra clicks

2010-11-03 Thread Luke Mahé
Fixed. Thanks for letting us know. -- Luke On Thu, Nov 4, 2010 at 8:06 AM, Chad Killingsworth < chadkillingswo...@missouristate.edu> wrote: > Not just you - it happens in IE9 as well. Very strange. > > Chad Killingsworth > > On Nov 3, 3:54 pm, tallt wrote: > > Does anyone else experience this?

[Google Maps API v3] Re: Directions order based on selection

2010-11-03 Thread geocode...@gmail.com
On Nov 3, 1:22 pm, Kevin Davis wrote: > Hi there, > > Based on the link below: > > http://kevincdavis.net/map_temp.php > > there is a map with waypoints, what I would like to do is show the > directions based on the items I select in the list box. For example I > would choose the 3rd location, the

[Google Maps API v3] Re: IE7, check boxes, and extra clicks

2010-11-03 Thread Chad Killingsworth
Not just you - it happens in IE9 as well. Very strange. Chad Killingsworth On Nov 3, 3:54 pm, tallt wrote: > Does anyone else experience this? > > 1) In IE 7 go to > > http://gmaps-samples-v3.googlecode.com/svn/trunk/toomanymarkers/tooma... > > 2) Click on one of the check boxes. Does anything h

[Google Maps API v3] IE7, check boxes, and extra clicks

2010-11-03 Thread tallt
Does anyone else experience this? 1) In IE 7 go to http://gmaps-samples-v3.googlecode.com/svn/trunk/toomanymarkers/toomanymarkers.html 2) Click on one of the check boxes. Does anything happen? 3) If not, click anywhere else on the page (inside or outside the map). Now does anything happen? Whe

[Google Maps API v3] I need a point in the right direction

2010-11-03 Thread emsee
Hi guys, I'm integrating the map into my website and I encountered with a problem. What I can't figure out is: 1) how to merge few addresses into one when zooming out for example you can zoom out on this map and see what I mean: http://www.zoocasa.com/en/search/properties?search[location]=kitsila

[Google Maps API v3] Directions order based on selection

2010-11-03 Thread Kevin Davis
Hi there, Based on the link below: http://kevincdavis.net/map_temp.php there is a map with waypoints, what I would like to do is show the directions based on the items I select in the list box. For example I would choose the 3rd location, then the 1st location, and the 4th location in that order

Re: [Google Maps API v3] Re: joining objects on the map

2010-11-03 Thread Scout For
No it's not my map. That is how I'm trying to make my map. What I can't figure out is how to create the custom markers on the map(in this case it's houses, I want something else that I designed) and how to merge few addresses into one when zooming out. I will defiantly try marker clustering, th

[Google Maps API v3] Re: Infowindows in MarkerManager

2010-11-03 Thread Rossko
> Could some kind soul complete this line with example text for an > infowindow, pls? I'd be very grateful. > >  new google.maps.Marker({position: new google.maps.LatLng(43.7171458, > -79.3925692), title: 'Click me' }), It's not a case of adding some option to Marker creation. You have to write c

[Google Maps API v3] Re: How to detect Street View availability?

2010-11-03 Thread geocode...@gmail.com
On Nov 3, 11:09 am, Jurgis Stepanovs wrote: > Hello! > >  How to detect StreetView availability at point(Lat, Lng) in JS V3 > code, and if TRUE then display street view? > If FALSE then do nothing. Did you try the documentation? http://code.google.com/apis/maps/documentation/javascript/reference.

[Google Maps API v3] How to detect Street View availability?

2010-11-03 Thread Jurgis Stepanovs
Hello! How to detect StreetView availability at point(Lat, Lng) in JS V3 code, and if TRUE then display street view? If FALSE then do nothing. Jurgis -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Infowindows in MarkerManager

2010-11-03 Thread Patrick Cain
I'm sure this is embarrassingly basic, but I almost always map with KMLayer - the by-the-book way is very rusty as a result. I'm trying to adapt Svennerberg's MarkerManager (example code 9-5) to my own purposes. The MarkerManager part went more smoothly than I would have thought. but I'm stuck on

[Google Maps API v3] Re: MCustomTileLayer.js - code available?

2010-11-03 Thread teknocreator
Never mind. Rossko answered my question in another post and I probably should've known the answer to. On Nov 3, 9:49 am, teknocreator wrote: > This is aimed more to Marcelo Montagna and I would send you a message, > but you indicated that you respond within this group more than > messages via yo

[Google Maps API v3] Re: gmapcreator tile creator

2010-11-03 Thread teknocreator
Thanks Rossko! Should've known that after seeing another site that did something similar with the JS code. On Nov 3, 12:02 pm, Andrew Leach wrote: > On 3 November 2010 13:55, teknocreator wrote: > > > > > Rossko - Newbie here so still trying to get my arms around GM.  I just > > posted about wh

[Google Maps API v3] Re: Province/region/state etc. database, compatibility with google geocoding

2010-11-03 Thread Mikaël
Hey, thanks for the reply. On Oct 27, 9:58 am, Chris Broadfoot wrote: > > My problem is I want to categorize my application by country, and also > > by (country, province), so that I can display a map with only the > > > relevant markers for that area. So my database table rows will hold a > > pr

Re: [Google Maps API v3] Re: gmapcreator tile creator

2010-11-03 Thread Andrew Leach
On 3 November 2010 13:55, teknocreator wrote: > > Rossko - Newbie here so still trying to get my arms around GM.  I just > posted about where to find that code (MCustomTileLayer.js) and > couldn't easily find it during a search.  Is it available somewhere? > Thanks! It's available via Marcelo's s

[Google Maps API v3] Re: gmapcreator tile creator

2010-11-03 Thread teknocreator
On Nov 2, 4:53 pm, Rossko wrote: > > Has anyone had luck using gmapcreator in v3? > > There's a working demo on the gmapcreator page you linked to > > > This issue is that it's > > not using the standard tile naming convention that google uses. Their > > files are named tqssqtt.png while goo

[Google Maps API v3] MCustomTileLayer.js - code available?

2010-11-03 Thread teknocreator
This is aimed more to Marcelo Montagna and I would send you a message, but you indicated that you respond within this group more than messages via your GM webiste area. But, I was wondering if the JavaScript code was available somewhere for you MCustomTileLayer function? The Heatmap demo looks li

[Google Maps API v3] Re: Map DIV canvas with round corners?

2010-11-03 Thread Chad Killingsworth
There aren't any map options, or methods to override, which allow for this directly. I tried a slightly different method here: http://search.missouristate.edu/map/mobile/examples/corners.htm Just be careful not to cover the terms of service or the Google logo. Chad Killingsworth On Nov 3, 8:51 a

[Google Maps API v3] Map ready event

2010-11-03 Thread Garito
Hi! I need to know when a maps is totally rendered Is this possible? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this

[Google Maps API v3] Re: Map DIV canvas with round corners?

2010-11-03 Thread Rossko
> But maybe there some how is possibility to control map canvas draw > function using options? No, there are no options in the maps API for rounded corners. You can check this for yourself - http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions -- You received this

[Google Maps API v3] Re: tabbed infowindows missing in v3

2010-11-03 Thread Kevin N
On Nov 3, 9:45 am, Chad Killingsworth wrote: > You do realize that IE6 is not a supported browser by the v3 API, > right?http://code.google.com/apis/maps/faq.html#browsersupport > > Chad Killingsworth Yes, but the basic functionality works well in IE 6. Also the tabbed example doesn't work well

[Google Maps API v3] Re: Map DIV canvas with round corners?

2010-11-03 Thread Jurgis Stepanovs
I tried but 1st example does not work with Google maps canvas. Yes, browser correctly creates rounded corners as CSS3 describes, but Google maps plot procedures draws over rounded corners, at the end map has shaped corners. Will look for 2nd example... But maybe there some how is possibility to c

Re: [Google Maps API v3] Image tiles not loading in firefox

2010-11-03 Thread Mqrius
Ah yes, when I have no tile available, I reply with a 204. I don't know if this is the proper way to handle this, but it is not the problem. To prove that, go to this link: http://havenmap.student.utwente.nl/Preview/?x=14&y=9&zoom=9 There are no 204s from tile.php, yet there are holes in the map..

Re: [Google Maps API v3] Re: Error in javascript

2010-11-03 Thread Chris Broadfoot
It's located here: http://code.google.com/apis/loader/index.html On Wed, Nov 3, 2010 at 10:08 PM, Anil Mamede wrote: > I'm using the example on loaders api. But now the loaders api documentation > link is broken > > http://code.google.com/apis/ajax/documentation/ > > > -- > You received this m

[Google Maps API v3] Re: tabbed infowindows missing in v3

2010-11-03 Thread Chad Killingsworth
You do realize that IE6 is not a supported browser by the v3 API, right? http://code.google.com/apis/maps/faq.html#browsersupport Chad Killingsworth On Nov 3, 8:41 am, Kevin N wrote: > On Nov 1, 8:49 pm, Chris Broadfoot wrote: > > > Check out the InfoBubble library written by Luke: > > >http://

[Google Maps API v3] Re: tabbed infowindows missing in v3

2010-11-03 Thread Kevin N
On Nov 1, 8:49 pm, Chris Broadfoot wrote: > Check out the InfoBubble library written by Luke: > > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobu... > > Example is here: > > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobu... Thanks, Unfortunately, it

[Google Maps API v3] Re: gmapcreator tile creator

2010-11-03 Thread Luke
Thanks, that's what I had originally done but it didn't work. I walked away from my code and came back to it later and everything ran fine. Must have been a caching issue. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

Re: [Google Maps API v3] Image tiles not loading in firefox

2010-11-03 Thread Chris Broadfoot
Looks like some of your tiles are returning back from the server as 204 No Content. eg: http://havenmap.student.utwente.nl/Preview/tile.php?x=30&y=-5&map=1&zoom=8 Doesn't appear to be a Maps API issue, but rather something wrong with your request to tile.php Chris On Wed, Nov 3, 2010 at 11:15 P

[Google Maps API v3] Re: Is this API in progress?

2010-11-03 Thread geocode...@gmail.com
On Nov 3, 5:56 am, Garito wrote: > Hi! > We have several problems with this API. For example: > > 1.- the ready event for the map > 2.- the print problem > > But seems no one is working on the API (some threads are from > 2009) Some threads in the v2 group are from earlier than that, this version

[Google Maps API v3] Is this API in progress?

2010-11-03 Thread Garito
Hi! We have several problems with this API. For example: 1.- the ready event for the map 2.- the print problem But seems no one is working on the API (some threads are from 2009) Are googlers working on the API or no? -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: How to print a map properly

2010-11-03 Thread Garito
Hi! I try to find the correct map event to run the print fix without success The maps API v3 is a totally mess not ready for production I wonder with googler's job not serious at all The more close I'm here is with the tilesloaded As this is a lateral issue. I think it's better for us if I open

Re: [Google Maps API v3] Using the pegman on a custom map (streetview)

2010-11-03 Thread Mqrius
Thanks, sounds like a good idea :) -- 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

[Google Maps API v3] Image tiles not loading in firefox

2010-11-03 Thread Mqrius
I have this problem mainly in firefox, but also in chrome on somewhat slower connections; Occasionally, it fails to load or show tiles on my custom map. To reproduce: Go to http://havenmap.student.utwente.nl/Preview/?x=22.76&y=0.26&zoom=8&map=1&quiet=falseWait for the images to load. If there are h

[Google Maps API v3] Re: Map DIV canvas with round corners?

2010-11-03 Thread Chad Killingsworth
By far the easiest way is to use the CSS3 border-radius property: http://www.css3.info/preview/rounded-border/ Of course with that you will only see the rounded corners in the newest browsers. After that, the next best option would be to use transparent PNG files as custom controls: http://code.g

[Google Maps API v3] Re: joining objects on the map

2010-11-03 Thread Chad Killingsworth
Is the link you posted to your site or to a site you are trying to match? The link you posted looks like it is using marker clustering: http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries Chad Killingsworth On Nov 2, 11:18 pm, Scout For wrote: > Please guys I'm stuck. I just n

[Google Maps API v3] Re: can use direction on iPhone

2010-11-03 Thread Chad Killingsworth
And what iOS version you are running? Chad Killingsworth On Nov 3, 2:24 am, Chris Broadfoot wrote: > Hi Tran > > I've loaded it up in the iPhone Simulator and it looks fine to me. I'll try > it on an actual iPad tomorrow when I have access to one. > > Could you confirm that it doesn't work on bo

Re: [Google Maps API v3] Re: Error in javascript

2010-11-03 Thread Anil Mamede
I'm using the example on loaders api. But now the loaders api documentation link is broken http://code.google.com/apis/ajax/documentation/ -- 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 go

[Google Maps API v3] Map DIV canvas with round corners?

2010-11-03 Thread Jurgis Stepanovs
Hallo! How could I round Google maps DIV canvas corners, is it possible? Thanks, Jurgis -- 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 unsubscr

Re: [Google Maps API v3] Re: Error in javascript

2010-11-03 Thread Anil Mamede
My mistake. I forgot to use new on var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@go

Re: [Google Maps API v3] Re: Error in javascript

2010-11-03 Thread Chris Broadfoot
Could you post a link to your page? Out of curiosity, what is the reason that you're loading the Google loader in this way, as opposed to putting a

[Google Maps API v3] Re: Error in javascript

2010-11-03 Thread Richard
Are you mixing V2 and V3 code? "script.src = "http://www.google.com/jsapi?key=MY-KEY";"; V3 doesn't use a key. Richard On Nov 3, 10:12 am, Anil Mamede wrote: > Hello, > > I'm having a javascript error when I initialize the maps api. The error > is: > > b[wb] is not a > functionhttp://maps.gst

[Google Maps API v3] Error in javascript

2010-11-03 Thread Anil Mamede
Hello, I'm having a javascript error when I initialize the maps api. The error is: b[wb] is not a function http://maps.gstatic.com/intl/en_us/mapfiles/api-3/2/9/main.js Line 27 It guess that the code is not obfuscated correctly. Here's a snippet of code i'm using: function initialize_map(

Re: [Google Maps API v3] Using the geocoder to effectively find a full address

2010-11-03 Thread Chris Broadfoot
The geocoder only geocodes street addresses. PO Boxes are not street addresses; and as such, the address components in the result will not include the PO Box. Cheers Chris On Wed, Nov 3, 2010 at 11:17 AM, bladey wrote: > Hello, > > I'm currently using the *geocoder* to match* address strings* a

Re: [Google Maps API v3] How to display my kml file?

2010-11-03 Thread Chris Broadfoot
Did you see this tutorial? http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers On Wed, Nov 3, 2010 at 10:32 AM, jwiz007 wrote: > Hello, > > I have a kml file that I would like to display using either Flash or > Javascript. I am new to this so please bare with me. I

[Google Maps API v3] Re: Invalid value for property

2010-11-03 Thread DaveGivesPHPaShot
Great Larry ! That makes sense. When I broke the onload function into a separate map load and marker load function, I created this problem. By the way, did you see the reference to you in the comments ? Thanks a lot, David -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Re: Retrieving local Search results

2010-11-03 Thread bkazour
Thank you This is very helpful On Nov 2, 10:39 pm, Chad Killingsworth wrote: > Have you tried searching the group? > > http://groups.google.com/group/google-maps-js-api-v3/search?group=goo... > > Chad Killingsworth > > On Nov 2, 9:25 am, bkazour wrote: > > > > > > > > > Hello, > > is there any w

Re: [Google Maps API v3] can use direction on iPhone

2010-11-03 Thread Chris Broadfoot
Hi Tran I've loaded it up in the iPhone Simulator and it looks fine to me. I'll try it on an actual iPad tomorrow when I have access to one. Could you confirm that it doesn't work on both the simulator and actual device? If so could you take a screenshot to show what the problem is? Cheers Chris