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.
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,
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
.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
--
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
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
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
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
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
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
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
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,
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
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
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
--
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
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
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
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
--
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
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
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
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
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
24 matches
Mail list logo