Thanks guys. Found the official reason why this is not supported.
http://code.google.com/p/gmaps-api-issues/issues/detail?id=713
And, I also found some good GPS track data shared in everytrail.com.
That works too.
On Aug 5, 7:51 am, Grok Lobster wrote:
> To trace the route manually, use Google
I am getting an error as well in IE8, on the sample page:
http://code.google.com/apis/maps/documentation/javascript/examples/infowindow-simple.html
This is also creating a problem on my website maps page, which was
working a few days ago, after upgrading to v3, but is now not
displaying anything d
I would like to call the Google Geocoding V3 API directly from
Silverlight.
The crossdomain.xml must contain in order for that to work.
Any chance of that happening?
The work-around is to make a another service that wraps the geocoding
service but then that will limit the geocoding limits to 25
On Tue, Aug 10, 2010 at 12:14 AM, bratliff wrote:
> On Aug 9, 12:17 am, Ben Appleton wrote:
> > polygon.setPath(path); // Adds reference: polygon->path
> > polygon.setMap(map); // Adds reference: map->polygon
> > ... sometime later ...
> > polygon.setMap(null); // Removes reference: map->poly
We have an open feature request for this which you can star for
updates, but as I explained in that issue recently, it's unlikely that
we will be adding this soon:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=713
Many thanks,
Thor.
On Aug 10, 7:39 am, Rossko wrote:
> > Is there a
Greetings,
Firebug is issuing the following error when I try to use your class...
this[vb] is not a function
Heres my code:
var marker = new MarkerWithLabel({
position: new google.maps.LatLng(item.lat, item.lon),
map: map,
title: item.name,
shadow: new google.maps.
On Aug 10, 12:40 am, bratliff wrote:
> A son of a friend of mine is a Microsoft employee. He has
> acknowledged several VML bugs in IE8 fixed in IE9 for future release.
> If it is just cosmetic, I am not too concerned. Does it work in IE7 ?
>
yeah I just made a simple test case and it's a VML bu
On Aug 9, 9:21 pm, Kesuke wrote:
> haven't been able to find a place where I can put the IF rules.
> Any suggestions where this should go?
>
I've got a few ideas but will try it in code later today and post
something here if it works!
...
--
You received this message because you are subscribed
> Can you add a custom panorama in an area without street view?
To your own webpage
http://code.google.com/apis/maps/documentation/javascript/services.html#CustomStreetView
I do not think there is a way to 'contribute' to googles image library
--
You received this message because you are subs
> Is there a way to get directions for Public Transit?
Not in the docs
Search this group in case it has snuck out, and someone has found
it ...
http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=transit+directions&qt_g=Search+this+group
Nope, it seems.
Yea, and your walking isn't appearing to work correctly in Chrome either.
If you look your path cuts across at diagonals at certain points.
On Mon, Aug 9, 2010 at 4:15 PM, geocode...@gmail.com
wrote:
> On Aug 9, 1:35 pm, "geocode...@gmail.com"
> wrote:
> > On Aug 9, 1:12 pm, federico ulfo wrot
Hello,
I haven't actually tried to code a custom street view panorama yet. I
am a mountain climber and I am interested in displaying summit
panoramas that are linked together. Before I dive in to the code, I
just have a couple questions.
Can you add a custom panorama in an area without street vie
Hi Guys,
I was wondering if I could get some help on a little problem I've been
trying to sort. I am building a website for a client and they would
like the added functionality of adding markers on the fly. I have
build a PHP/MySQL database to store the Name of the Organisation and
it's Postcode (i
Is there a way to get directions for Public Transit? I know it's an option
for Google's own google maps but have they incorporated it into the new API
yet? I didn't see the type listed, but wasn't sure if it was available and
they had just not updated the documentation yet or not.
Any idea?
--
On Aug 9, 1:35 pm, "geocode...@gmail.com"
wrote:
> On Aug 9, 1:12 pm, federico ulfo wrote:
>
> > There's any way to make a marker walk on a direction route in smooth
> > way?
>
> > I made an application but the marker walk little weird:
>
> http://www.federicoulfo.it/maps/walk%2045%20degree.html
On Aug 9, 1:12 pm, federico ulfo wrote:
> There's any way to make a marker walk on a direction route in smooth
> way?
>
> I made an application but the marker walk little weird:
http://www.federicoulfo.it/maps/walk%2045%20degree.html
Doesn't work at all in IE(6)
-- Larry
--
You received thi
Hi everybody,
I'd like to add some "tag" into this custom pano, how can I do,
thanks?
http://www.federicoulfo.it/maps/custom_pano.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-m
There's any way to make a marker walk on a direction route in smooth
way?
I made an application but the marker walk little weird:
http://www.federicoulfo.it/maps/walk%2045%20degree.html
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3"
On Aug 9, 10:38 am, Peter Lawless wrote:
> Hi All
>
> I have now loaded two examples of the 'shape' changing 'mouseout' problem.
> They are identical code except that the second example uses 2 sprite sheets
> and does not have to change shape to achieve an image rollover. This one
> works - at l
Hi All
I have now loaded two examples of the 'shape' changing 'mouseout' problem.
They are identical code except that the second example uses 2 sprite sheets
and does not have to change shape to achieve an image rollover. This one
works - at least I have not yet managed to produce a problem.
ht
On Aug 6, 10:45 pm, William wrote:
> One slight issue with IE8, it seems a line isn't drawn with full width
> at certain zooms, see the vertical line in this map:
>
> http://www.william-map.com/20100807/1/test.htm
>
> also I noticed in Opera 10.6 (Windows XP) if you zoom in, the polyline
> disappe
On Aug 9, 12:17 am, Ben Appleton wrote:
> polygon.setPath(path); // Adds reference: polygon->path
> polygon.setMap(map); // Adds reference: map->polygon
> ... sometime later ...
> polygon.setMap(null); // Removes reference: map->polygon
Does "setPath" retain a reference to the original array o
Your actually using v2 of the Maps API (this is the v3 group)
But see:
http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#EarthPluginMapType
It should be fairly easy to enable the Earth maptype.
Not sure if your clustering will work out of the box, but it wont be
'impos
As long as the client computer has a working internet connection (to
the public internet) then I beleive it should work.
On 9 August 2010 03:03, Kevin wrote:
> Greetings All !
>
> I am new here.
>
> The app I'm developing is sitting inside of my company's VPN, and the
> domain name of this app is
I'm having a bit of trouble getting this working, but its getting
there slowly.
The first problem is that some layers are subject to both ANY and ALL
rules, and have different layer-lists for show and hide - but I think
I can get around that by adding new properties for hide/show as the
concept re
Guessing that your app uses v2 of the javascript API (since v3 doesn't
support Earth yet) ... you're in the wrong group.
Try searching
http://groups.google.com/group/Google-Maps-API
this looks relevant
http://groups.google.com/group/google-maps-api/browse_thread/thread/a35cbf50ea16b5f3/8fbdfb6
This script does not work for geoxml3.
Hide markers:
geoXml.hideDocument (geoXml.docs);
Do you have any ideas?
--
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
> NO ONE just have an example of the tutorial?
You may be the first to want it ; people will help you if you run into
trouble converting from the v2 version.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group
Ok, I've resolved!!!
I call the initialize map function after create the div!
thanks
Stefano
On 9 Ago, 09:27, "Stefano.pass" wrote:
> Hi! This is the page:http://forum.lineacomune.it/temp.html
> If iphone the script add 60px to the height of map div and call the
> function window.scrollTo(0, 1) t
Hi! This is the page: http://forum.lineacomune.it/temp.html
If iphone the script add 60px to the height of map div and call the
function window.scrollTo(0, 1) to hide the bar but don't work...
thanks a lot
Stefano
On 7 Ago, 13:44, "Stefano.pass" wrote:
> thanks, ASAP I publish the page...
> thank
Thanks for looking
Its not a web app which is why I posted the images, its a PC
application. I'm not asking you install it although you are welcome
to, its free to all. It is though the only way you can see the issue
in action.
The data sent is exactly the same for maps as it is for earth, in f
31 matches
Mail list logo