[Google Maps API v3] optimized: false, not working... example code below

2012-09-11 Thread Tyler Ebel
looking at other posts on google groups and stackoverflow, I need to add optimized: false to all Marker constructores this is the only place in the code where Marker is declared that.marker = new gmaps.Marker({ map: that.map, position: results[0].geometry.

[Google Maps API v3] Dynamic Map Service and Google Maps API V3

2012-03-31 Thread Tyler Waring
played instead. Are their any gotchas that I may have stumbled in to while publishing my service? Anyone know how ESRI's sample map service was set up for this example? I want to make it so my map service is set up exactly the same way. Any help will be greatly appreciated. Best Regards,

[Google Maps API v3] ArcServer Map Service and Google Maps V3

2012-03-31 Thread Tyler Waring
uot;X" displays instead of the geometry. Clearly I am doing something wrong. Has anyone experienced anything like this before. Thanks a ton, Tyler Waring -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this

[Google Maps API v3] Re: Get KML featureData Field Attributes

2012-02-06 Thread Tyler Waring
.364744623175717 -80.818754562376256,35.364700908689045 -80.81885739292926,35.3646306637987 If I wanted to access the attribute value for "PID", how would I do that with the Google Maps JavaScript API. I am completely missing the linkage between the JavaScript world and the kml world. Thanks, Tyler --

[Google Maps API v3] Re: Get KML featureData Field Attributes

2012-02-06 Thread Tyler Waring
still trying to connect all the dots. Thanks, Tyler -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/5y13k0B2VSEJ. To pos

[Google Maps API v3] Re: Get KML featureData Field Attributes

2012-02-06 Thread Tyler Waring
That's kind of where I dead ended. google.maps.event.addListener(kmlLayer, 'click', function(kmlEvent) { var name = kmlEvent.featureData.name; var text = kmlEvent.featureData.description; var pos = kmlEvent.latLng; var offset = kmlEvent.pixelOffset; alert(name); showInFormatedInfoWind

[Google Maps API v3] Get KML featureData Field Attributes

2012-02-06 Thread Tyler Waring
I am trying to get access to the field attributes for a clicked on feature in a KML file with the ultimate goal of populating an info window. What call is necessary to get information from the KML file? Thanks, Tyler -- You received this message because you are subscribed to the Google

[Google Maps API v3] KMLFeatureData Geometry Information

2012-02-05 Thread Tyler Waring
I'm trying to access feature geometry information - specifically the coordinates of a polygon's vertices. Is there a way to access this type of kml information from the javascript side? Thanks, Tyler -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Re: Google Maps API v3 & InfoBubble() Tabs

2011-12-31 Thread Tyler Hughes
I've been playing with InfoBubble in my project today and have been experiencing the same issue. Any news on this one? Thanks! On Dec 29, 8:50 am, NDBoost wrote: > anyone else experiencing similar problems? > > On Dec 28, 7:46 am, NDBoost wrote: > > > > > > > > > i threw my js file up on a gist

[Google Maps API v3] Re: clicking on Direction Service Panel

2011-10-21 Thread Tyler
anel-cover { position: absolute; width: 100%; height: 100%; } Essentially this creates an empty, transparent div that sits on top of the directions panel div, so it blocks any mouse inputs. You may need to tweak the element order or z-index values, depending on your markup. Tyler On Oct 6, 1:03 am, S

[Google Maps API v3] force refresh of getTile function

2011-08-11 Thread Tyler Durden
Hi there, i use a custom tile set for my projection, which is the result of a rotor router simulation. Example: http://rotor-router.mpi-inf.mpg.de/Peter/50Mio/ But the given colorscheme isnt that pretty. Thats why there is a php script which redyes the tiles live and returns them to the google ap

[Google Maps API v3] Re: Stupid Question about Scrollbars

2010-06-18 Thread Tyler
Great Idea! Thanks you I will try it and let you know. Tyler On Jun 18, 1:27 am, Rossko wrote: > > The problem is that it is erratic. Sometimes it works with no > > scrollbars and sometimes not. Generally...when you first hit the map > > page and click to show infowindow,

[Google Maps API v3] Re: Stupid Question about Scrollbars

2010-06-17 Thread Tyler
ing exactly the same problem. It keeps pretending to work but as > you try different zoom levels or even at same zoom level it will > randomly reappear. > > Regards > Ashley > > On Jun 16, 4:39 pm, Tyler wrote: > > > Thanks for your resposes guys (and letting me know about

[Google Maps API v3] Re: Stupid Question about Scrollbars

2010-06-16 Thread Tyler
Thanks for your resposes guys (and letting me know about the javascript error). I figured it out with your help. What I did was set the map canvas size to height 800px then the body to overflow:hidden. That solved the problem. =) Thanks again! Tyler On Jun 16, 3:58 am, en4ce wrote: > th

[Google Maps API v3] Stupid Question about Scrollbars

2010-06-15 Thread Tyler
I have a map at http://www.pineapple.la/map.html and when I click on the content the infowindow pops up but I don't want it to have any scrollbars. It is even ok if it goes off the map. Is there a way to do this? Please spell it out for me I am really confused. Thanks alot, Tyler --

[Google Maps API v3] Re: Help! $25.00 for the first person to fix it. Safari issues with video in InfoWindow

2010-06-12 Thread Tyler
at ? > > On Jun 12, 7:15 am, Tyler wrote: > > > > > Thank you so much for responding.  That sounds super confusing.  I > > think  I will just link it to a page with a video on it.  I hope they > > fix this bug soon. > > > Thanks again, > > Tyler > &g

[Google Maps API v3] Re: Help! $25.00 for the first person to fix it. Safari issues with video in InfoWindow

2010-06-11 Thread Tyler
Thank you so much for responding. That sounds super confusing. I think I will just link it to a page with a video on it. I hope they fix this bug soon. Thanks again, Tyler On Jun 11, 3:44 pm, Marc Ridey wrote: > When you drag the map around as the infowindow is opened, you'kk

[Google Maps API v3] Re: Help! $25.00 for the first person to fix it. Safari issues with video in InfoWindow

2010-06-11 Thread Tyler
It opens a blank video in chrome also. -- 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-ap

[Google Maps API v3] Help! $25.00 for the first person to fix it. Safari issues with video in InfoWindow

2010-06-11 Thread Tyler
I am trying to load a video in the infoWindow and it seems to work fine in firefox and internet explorer but does not work in safari 4. Please help! I know it isn't much but I will give you 25.00 via paypal. Thank you, Tyler P.S. here is the Website: http://www.pineapple.la/map.html --

[Google Maps API v3] Re: thousands of markers

2010-04-06 Thread Tyler Lane
I know there is an example on the openlayers site showing using open layers with all of the major mapping engines ( google,yahoo,live ) as backdrops of it. Might be worth checking. On Apr 4, 7:44 am, bratliff wrote: > On Apr 3, 7:40 pm, Adam wrote: > > > There is some way to don't have problem w

[Google Maps API v3] Re: Clustering and Ajax Adding of Markers

2010-03-19 Thread Tyler Lane
com/2010/03/place-1-markers-on-map-and-... > > On 16 ÜÐà, 20:05, Tyler  Lane wrote: > > > I am writing a v3 map application and am dynamically adding/deleting > > markers to the map via Ajax. I tried using the Fluster2 package to do > > clustering but it did not

[Google Maps API v3] Re: Clustering and Ajax Adding of Markers

2010-03-17 Thread Tyler Lane
Kashey, I do like how that works. I looked at your source code, are you using API v2 or v3? I'm wanting to stick with v3 so that I can incorporate this work into a mobile application after i'm done. Tyler Lane On Mar 17, 12:13 am, kashey wrote: > try > wwwhttp://www.gdeeto

[Google Maps API v3] Re: Clustering and Ajax Adding of Markers

2010-03-17 Thread Tyler Lane
gt; On Mar 16, 12:05 pm, Tyler  Lane wrote: > > > I am writing a v3 map application and am dynamically adding/deleting > > markers to the map via Ajax. I tried using the Fluster2 package to do > > clustering but it did not seem to handle the adding/deleting of > > markers ve

[Google Maps API v3] Clustering and Ajax Adding of Markers

2010-03-16 Thread Tyler Lane
would show only 1. Has anyone had any success in finding a clustering package for v3 that works with dynamically adding/removing of markers? Thanks in Advance, Tyler Lane Online Developer Springfield News-Leader http://www.news-leader.com -- You received this message because you are subscribed