[Google Maps API v3] reopen Issue 1502: Add GLayer (layer) to v3

2011-03-13 Thread pi5701
please reopen Issue 1502: Add GLayer (layer) to v3 it has been closed after Panoramio photo layerrelease request includes wikipedia, youtube a

[Google Maps API v3] Re: Strange polygon issue after publishing a finished mapping application

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 8:55 pm, Nathan Beatty wrote: > Sorry, Turns out I'm just a big dumb idiot.   I wouldn't think that would be the case either. > It had less to do with some limit and more to do with my missing > something in my code. But was it something that didn't get into the production version? S

[Google Maps API v3] Re: Strange polygon issue after publishing a finished mapping application

2011-03-13 Thread Nathan Beatty
Sorry, Turns out I'm just a big dumb idiot. It had less to do with some limit and more to do with my missing something in my code. Thanks for responding Larry. On Mar 13, 11:29 pm, "geocode...@gmail.com" wrote: > On Mar 13, 8:14 pm, Nathan Beatty wrote: > > > > > > > > > > > I just finished pu

[Google Maps API v3] Re: Strange polygon issue after publishing a finished mapping application

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 8:14 pm, Nathan Beatty wrote: > I just finished putting together a reporting function that shows > polygons for US zip codes.  I'm using the javascript api.  When > running the code on my development box, everything seems fine.  A > state is selected from a dropdown, and the resulting m

[Google Maps API v3] Re: How do I draw Polylines between Markers from XML?

2011-03-13 Thread Jay Rama
Hi Again, Awesome, thanks so much Larry! Jay On Mar 14, 3:30 pm, "geocode...@gmail.com" wrote: > On Mar 13, 6:35 pm, Jay Rama wrote: > > > Hi, > > > In V3, Ive been having some trouble getting Polylines to appear > > between my markers. I followed the mapsv3 + php/mysql document and > > that i

[Google Maps API v3] Strange polygon issue after publishing a finished mapping application

2011-03-13 Thread Nathan Beatty
I just finished putting together a reporting function that shows polygons for US zip codes. I'm using the javascript api. When running the code on my development box, everything seems fine. A state is selected from a dropdown, and the resulting map contains a list of zip codes (anywhere from

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

2011-03-13 Thread Andri Yau
Hi Chad, i try your method and its work find the issue only is i do not want to have draggable marker on the map :) -- 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@goo

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

2011-03-13 Thread Andri Yau
Hi, do you have any example that i can refer to? i try to make my own and try to follow the on the document, guest i do not have any luck. -- 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] Re: How do I draw Polylines between Markers from XML?

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 6:35 pm, Jay Rama wrote: > Hi, > > In V3, Ive been having some trouble getting Polylines to appear > between my markers. I followed the mapsv3 + php/mysql document and > that is all working fine. > > My working marker code is here http://track.beeras.com/mainframetoday.html > this is

Re: [Google Maps API v3] polygons change color

2011-03-13 Thread Javo Rosales
As you can see, when you createA Polyline it depends of a array dont? so you just have to create all arrays as colors you want and create diferents polylines whit those arrays that's all 2011/3/13 dixromos98 > hello > i have a a map that takes lat/lng from an > xml file and puts markerr on the m

[Google Maps API v3] polygons change color

2011-03-13 Thread dixromos98
hello i have a a map that takes lat/lng from an xml file and puts markerr on the map according to lat/lng. i also have made a some polygons on the map and i want to check if a marker is within the polygon and if so i would like the polygon to get color. so if a marker point is within the polygon b

[Google Maps API v3] Re: How do I draw Polylines between Markers from XML?

2011-03-13 Thread Jay Rama
Edit: if no markers are showing up on that page it is because I have not driven anywhere today. http://track.beeras.com/mainframe.html shows all points in the XML file. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] How do I draw Polylines between Markers from XML?

2011-03-13 Thread Jay Rama
Hi, In V3, Ive been having some trouble getting Polylines to appear between my markers. I followed the mapsv3 + php/mysql document and that is all working fine. My working marker code is here http://track.beeras.com/mainframetoday.html - this is the one with just the markers, I would like the

[Google Maps API v3] Re: force direction to specific road only

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 6:11 pm, qcwebdev wrote: > wow...quite complicate to draw a line...its a lot of code to > retreive it im not sure to all understand.. It actually isn't that hard. That page grew into what it is as a tool for me to use (note also that it is uses v2 of the google maps javascript API, no

[Google Maps API v3] Re: force direction to specific road only

2011-03-13 Thread qcwebdev
wow...quite complicate to draw a line...its a lot of code to retreive it im not sure to all understand.. yes your page http://www.geocodezip.com/v3_GenericMapBrowser.asp?filename=ma117_info_direct117a.xml is exactly what i want...im gone try thanks -- You received this message because you ar

[Google Maps API v3] Re: How can i specify start position within custom panorama street view

2011-03-13 Thread m...@creatiworks.ca
http://www.hindyshomehardware.ca/index.php?id=22 here's the link I want the panorama of the front of the store to be the one that loads when the page loads. not the actual street view one of the intersection. -- You received this message because you are subscribed to the Google Groups "Google

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

2011-03-13 Thread JKurtock
Creating two routes is easy; just use two google.maps.directionsRenderer (and the trivial way to do that is with two separate call back functions, each invoking its own directionsRenderer). It's a little more complex if you want an arbitrary number of routes (but it's just javascript). In your ca

[Google Maps API v3] Re: How to remove a marker (Geocode)

2011-03-13 Thread Rossko
> I tried with marker.setMap (null), but I get the error: marker is > undefined. That's a clue for you. Your 'marker' variable is local in scope to your codeAddress() function, it is not available after that function has completed ; not even to a second call of the same function. You could put i

[Google Maps API v3] Re: Google Geocoder use in admin password protected backend???

2011-03-13 Thread Rossko
> The thing is I have an administration area for the event organisers, http://code.google.com/apis/maps/faq.html#tos_password > Also if it is ok, would it be possible to have the admin area on SSL ? http://code.google.com/apis/maps/faq.html#ssl -- You received this message because you are subs

[Google Maps API v3] Google Geocoder use in admin password protected backend???

2011-03-13 Thread Rob
Hi, I have a website for an event. The website is publicly available and free off charge with no password protected areas. It displays a google map that shows markers. The locations to place these markers are retrieved from a database (lat and lng). That is clearly all within the terms of use o

[Google Maps API v3] Re: How I setOpacity to load at 100% in geoxml3 using projected overlay? load categories sidebarhtml at the beginning and not wait for a click?

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 12:38 pm, Christopher Watson wrote: > cheers larry. just got a few projected overlays to work and align. > when i get time again i will have ago at the changing the bbar and > sidebar that its at now. > > http://vism.ag/lacm > > this is a good example working. > > maybe in future i'd li

[Google Maps API v3] Re: force direction to specific road only

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 12:45 pm, qcwebdev wrote: > Thanks > but, i really need to follow every turn of that road > Polyline seem to me too basic > > this is my testhttp://www.ma117.info/direct117.html > im safe with 3 other waypoint (to force highway) + my start and end > But im aware of the instability of th

[Google Maps API v3] Re: Dynamic viewport and sidebar update with clustering

2011-03-13 Thread Rossko
> The problem is in the map script. It may be simpler than you think : Before giving a new set of markers to the clusterer, remove the old ones from the map. Before updating the sidebar, clear it. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Dynamic viewport and sidebar update with clustering

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 1:29 pm, stefano wrote: > Starting from this:http://www.geocodezip.com/v3_MW_example_map3_clustered.html > > I made this:http://www.onethousandcolors.com/test/cluster.php?cLat=45&cLng=8 > where a limited number (20) of markers are shown inside a limited > radius (1000 km) from the cente

[Google Maps API v3] Re: Use of Google Maps API with PHP/MySQL

2011-03-13 Thread Rossko
> I have been assigned to a project to develop a PHP web-page which will > collect data (and populate to MySQL) from employees about their home > location. First step ; check the terms of use. I'm guessing the intention is not to publish a map of all employee's home address, which means you'll nee

[Google Maps API v3] Use of Google Maps API with PHP/MySQL

2011-03-13 Thread valqe
Hi all, I am very new to this, and I apologize if I am duplicating the question. I have been assigned to a project to develop a PHP web-page which will collect data (and populate to MySQL) from employees about their home location. I plan to use Google Map API to determine LON/LAT location

[Google Maps API v3] Re: Dynamic viewport and sidebar update with clustering

2011-03-13 Thread stefano
Maybe I should also explain: When dragging the map, the function loadMapFromCurrentBounds finds the bounds and the center of the new viewport, pass them to data3.php which extracts 20 values (sorted by distance from the new viewport center) from a database and creates the xml file with the values:

[Google Maps API v3] Dynamic viewport and sidebar update with clustering

2011-03-13 Thread stefano
Starting from this: http://www.geocodezip.com/v3_MW_example_map3_clustered.html I made this: http://www.onethousandcolors.com/test/cluster.php?cLat=45&cLng=8 where a limited number (20) of markers are shown inside a limited radius (1000 km) from the center of the map and sorted by distance from or

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

2011-03-13 Thread John Fannon
Hi Jeff Thanks for that. I also noticed that GoogleMaps has its own ideas on how to cross the channel - mostly to send the vehicles via Dover and Calais. Even if I try to engineer say the Poole Cherbourg say from Birmingham, google maps draws me a route to Poole, then to Dover, then to Cherbourg.

[Google Maps API v3] Tab Elements

2011-03-13 Thread Jared Noelting
Curious as to if anyone has experiencing implementing "tabs" as a piece of functionality to their map pages. We are building a base map to toggle KML files from our GIS database and want to create various tabs to be able to group "like" kml layers. Here is an example of a site example that contai

[Google Maps API v3] Customized icon problem on IE

2011-03-13 Thread Pedro Prez
Hi Folks, There is a problem with ie7 when try to draw a customized icon on google maps v3.3. This issue can be fixed updating to the last version of the google maps (I think the last version is 3.4). But when I updated to the last version I got an issue for draw customized icons with google chr

[Google Maps API v3] Re: force direction to specific road only

2011-03-13 Thread qcwebdev
Thanks but, i really need to follow every turn of that road Polyline seem to me too basic this is my test http://www.ma117.info/direct117.html im safe with 3 other waypoint (to force highway) + my start and end But im aware of the instability of the path...due to the fact of the update map of goo

[Google Maps API v3] Re: Question concerning Terms of Service

2011-03-13 Thread Rossko
You also need to keep an eye on the 'asset tracking' clause 10.9(c) which requires your map to be public or commercially licenced. -- 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-

Re: [Google Maps API v3] Re: How I setOpacity to load at 100% in geoxml3 using projected overlay? load categories sidebarhtml at the beginning and not wait for a click?

2011-03-13 Thread Christopher Watson
cheers larry. just got a few projected overlays to work and align. when i get time again i will have ago at the changing the bbar and sidebar that its at now. http://vism.ag/lacm this is a good example working. maybe in future i'd like to link the hiding of red pins, to the bottom bar, so links

[Google Maps API v3] Re: force direction to specific road only

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 7:13 am, qcwebdev wrote: > Hi everybody > Im looking for a hint to show (hard coding) direction form A to B >(100 miles) FORCING googlemap to take a specific road only > At this time the only way iv found is put a LOT of waypoint > between, but googlemap wont go where my road take a lit

[Google Maps API v3] Re: Animated PNGs (for an Earthquake Web App)

2011-03-13 Thread Michael C
Thanks Esa! It solved it! - Michael -- 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-ap

[Google Maps API v3] Re: Real working example on mobile browser

2011-03-13 Thread geocode...@gmail.com
On Mar 13, 8:27 am, Ichsan wrote: > On Mar 12, 6:55 pm, Esa wrote: > > > There are basic iPhone and Android examples and an overview in > > articles section of the > > documentationhttp://code.google.com/apis/maps/documentation/javascript/articles.html > > > Opera is not on the list of supported

[Google Maps API v3] Re: Real working example on mobile browser

2011-03-13 Thread Ichsan
On Mar 12, 6:55 pm, Esa wrote: > There are basic iPhone and Android examples and an overview in > articles section of the > documentationhttp://code.google.com/apis/maps/documentation/javascript/articles.html > > Opera is not on the list of supported mobile > browsershttp://code.google.com/api

Re: [Google Maps API v3] Question concerning Terms of Service

2011-03-13 Thread Barry Hunter
Sounds ok to me. The cause is there to prevent you making a navigation system. Yours sounds like a one way flow of data. You plot the device position on the map. You are not making any attempt to feed data obtained from maps to influence the moving object. On 13 March 2011 14:43, Bill Lee wrote

[Google Maps API v3] Re: Real working example on mobile browser

2011-03-13 Thread Ichsan
On Mar 12, 6:55 pm, Esa wrote: > There are basic iPhone and Android examples and an overview in > articles section of the > documentationhttp://code.google.com/apis/maps/documentation/javascript/articles.html > > Opera is not on the list of supported mobile > browsershttp://code.google.com/api

[Google Maps API v3] Question concerning Terms of Service

2011-03-13 Thread Bill Lee
Perhaps this is not the correct place to ask this question, but . In the Terms of Service, I find this paragraph: (g) use the Service or Content with any products, systems, or applications for or in connection with (i) real time navigation or route guidance, including but not limited to tur

[Google Maps API v3] force direction to specific road only

2011-03-13 Thread qcwebdev
Hi everybody Im looking for a hint to show (hard coding) direction form A to B (100 miles) FORCING googlemap to take a specific road only At this time the only way iv found is put a LOT of waypoint between, but googlemap wont go where my road take a little trip (less than a mile) on highway Yes i

[Google Maps API v3] Re: MarkerClusterer - The clustered markers are not shown.

2011-03-13 Thread Rossko
> 4. At the end: >   // Creating a MarkerClusterer object and adding the markers array to > it. >   var mymarkerclusterer = new MarkerClusterer( mymap, > mymarkersforclustering ); But it's not at the end of the loop, it is outside your XML callback. It will get excuted while the array is still emp

[Google Maps API v3] MarkerClusterer - The clustered markers are not shown.

2011-03-13 Thread Zonnepanelenwijzer Belgie
Hi, Unfortunately I cannot get MarkerClusterer to work (PC browsers Firefox, IE and Chrome) so I would appreciate your help. Open this webpage to observe the problem (no markers shown at all): http://www.zonnepanelenwijzer.be/dev/mjd-map-dichtbijvakanties/index-clustered.html I started from a wor

[Google Maps API v3] Re: Search Results Dialog

2011-03-13 Thread Hank Beatty
I figured it out. I had to add media="all" to the stylesheet line. Hank On Sat, Mar 12, 2011 at 7:25 PM, Hank Beatty wrote: > Hello, > > This may be more of a javascript question and I apologize in advance if it > is. > > I have added a custom search control that loops through the markers that