You are right.
Seems it doesn't depent on the link target (because if that has any
effect depents on the internal browser preferences).
It seems that the map option
draggable: false
disables any link in an info window completely.
Appears like a bug.
On Jul 27, 3:12 pm, archedimes wrote:
>
Hi.
I've used advanced directions api.
when I'm searching for directions then I'm getting results like
A-Whitefield, Bengaluru, Karnataka, India
6.6 km (about 9 mins)
1. Head south on Whitefield Rd/SH 35
Pass by Neev Pre School Whitefield
(on the right in 500 m)
1.1 km
2. Continu
Please include a link to your site, so we can debug it.
On Wed, Jul 28, 2010 at 10:47 AM, Incubuss wrote:
> I've been having trouble getting a long (around 280) polyline to
> display correctly in Firefox. It works fine in IE and Chrome but seems
> to just stop drawing the line in Firefox.
>
> He
I've been having trouble getting a long (around 280) polyline to
display correctly in Firefox. It works fine in IE and Chrome but seems
to just stop drawing the line in Firefox.
Here's a picture of what is drawn by Chrome (correct), Firefox and
Firefox when zoomed in further: http://i.imgur.com/Wl
I have a problem with an application I just wrote using Google maps
api V3. This is a Web app for the iPhone. It is at http://chirpid.com.
Even though it's designed for the iPhone, I set it up so that you can
run it on desktop Safari so that you can see the code. The map
creation is done in geotags
Here's an example of (1) toggling KML and (2) preserving the user's
viewport while doing so.
Hope it helps.
http://www.mappingsupport.com/forum_post/preserveViewport_kml_35.html
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
T
Hi Novitonics,
For non premier customers there is a limit of 8 waypoints. When you add the
start and end locations that makes the 10 that you are seeing. For premier
customers the limit is 23 + start + end.
I've made a request for these limits to be added to the JS docs but you can
read the limit
You could use a ground overlay if you have a good aerial photo of the
course. Other than that, I think you will have to wait until the API
tiles get updated to include your course.Someone else may have other
ideas.
On Jul 27, 11:21 am, "eri...@sspr.org" wrote:
> When I'm looking at the regular Go
Yes this is normal, you need to supply a height for the map div.
A 0 height map isn't very usable :)
-- Luke
On Wed, Jul 28, 2010 at 9:28 AM, Andrea Marton wrote:
>
> I think I found the cause. It shows nothing without setting the height for
> #map_canvas. Is it normal?
> http://linq.ath.cx/a
On Jul 28, 6:05 am, artesea wrote:
>
> Is there a limit on the amount of KML files (either in number or file
> sizes) that I might be hitting?
>
the URL for each KML file is transformed into a unique ID, and these
IDs are used in the URL for each map tile.
There's a limit to the length of a URL,
Thank you for helping me.
I found out the reason. I call the setCenter function that I made a lot.
When I call the setCenter function, it creates polyline.
So, after few calls, panTo() seems to be not worked.
Finally, I put the function that creates polyline into initialize function.
And it works
Susannah, that was it - one of my rules was too general and was
styling all the divs inserted by the map API. Thanks!
On Jul 27, 4:24 pm, "Susannah (Google Employee)"
wrote:
> Hi stylecramper,
>
> You have a lot of CSS on your page that is affecting the rendering of
> all elements on the page. I
We are developing using the v3 API and are coming across an error on
SOME of our machines, and not others. It also seems to come and go on
the same machine.
Originally I thought it was something with the way we were coding, but
after taking a copy of the basic sample page and running it locally:
h
Hi stylecramper,
The problem looks to be:
.location-map div {
height: 200px;
right: 0;
top: 0;
width: 260px;
}
This is causing all divs under .location-map to always have the fixed size
and position.
You can change '.location-map div' to be '#gmap1, #gmap2, #gmap3' and it
should work, o
I think I found the cause. It shows nothing without setting the height for
#map_canvas. Is it normal?
http://linq.ath.cx/attest/geoloc.html - shows nothing
http://linq.ath.cx/attest/geoloc-ok.html - shows the map
Andrea
On Wed, Jul 28, 2010 at 1:15 AM, geocode...@gmail.com
wrote
I'm referring to the v3 map. Oddly, I don't get that not defined error
in Firefox.
On Jul 27, 4:10 pm, Rossko wrote:
> > I've added a JavaScript map to a page
> > here:http://neomama.com/dev/schedule/locations
>
> I get a javascript error in batr.js with
> initialize() is not defined
>
> Are
Hi stylecramper,
You have a lot of CSS on your page that is affecting the rendering of
all elements on the page. I didn't figure out exactly what's causing
the map not to be draggable, but by disabling all of the inherited
styles from style.css, the map becomes draggable again.
You should uses c
On Jul 27, 2:11 pm, Joe Plattner wrote:
> Hello!
>
> Please help, if you can. I am trying to upgrade from v2 to v3, and for
> some reason that I just can't figure out, the toggle layer is not
> working. I can turn off the kml files, but then I can't get them to
> reappear again.
>
> My test page i
On Jul 27, 7:45 am, Andrea Marton wrote:
> My test page using sample code onhttp://linq.ath.cx/attest/geoloc.html
> using v3 doesn't work.
That page works for me (well, depends on what you mean by work), I see
a map, with this message:
Error: Your browser doesn't support geolocation. Are you in S
> I've added a JavaScript map to a page
> here:http://neomama.com/dev/schedule/locations
I get a javascript error in batr.js with
initialize() is not defined
Are we talking about the v3 map? There is a v2 map from aardvarkmap
in an iframe too.
--
You received this message because you are s
On Jul 28, 8:57 am, William wrote:
> http://code.google.com/apis/kml/documentation/kml_tut.html#kml_server
>
> in Firebug the Content-Type is reported differently for the two files:
>
> text/xml
> http://myfarms.org/test/upload_from_db.php
>
> application/vnd.google-earth.kml+xml
> http://myfarms.
On Jul 27, 6:38 am, novitonics wrote:
> Hello,
> I read sometime ago that in order to calculate a route with
> waypoints,
> there was a limit of 25 waypoints (including origin and destination).
> Well I tried with 20 waypoints and the script won't work.
>
> Suprisingly I tried with 10 waypoints an
On Jul 27, 11:12 pm, Jennifer Dudeck wrote:
> As a way of checking the KML being outputted, I copied the entire
> source of what was produced by the script and pasted it into a KML
> file. Then I used the above method to link to said file (http://
> myfarms.org/test/tenn2.kml). It worked! So the K
>
That tag identifies the content as being KML (as opposed to some other
flavour of XML)
It isn't present in the output from your php script.
Google's servers may guess the content is KML if the file extension
is .kml, but can't guess if it is .php
> var geoXml = new google.maps.GGeoXml('htt
I've added a JavaScript map to a page here:
http://neomama.com/dev/schedule/locations
. The map shows up perfectly, but it doesn't react to the mouse in any
way - even the title of the marker is disabled. I assume I must have
done something wrong for that to happen.
--
You received this message
Well i just had it in a folder on my desktop. and moved it to the PHP
server folder that i was using and ran into some password issues but
fixed those and it FINALLY!! works. Thanks for knocking some sense
into me. =D
On Jul 27, 6:37 pm, Rossko wrote:
> > I open up that
> > PHP file in the browse
> Does anybody know how to understand if the geocoding processed the
> whole address or only a part of it?
See the documentation
http://code.google.com/apis/maps/documentation/geocoding/index.html#GeocodingResponses
"Address Component Types" can be used to determine that
--
You received this
> I open up that
> PHP file in the browser but all it does is download that same file. I
> am guessing it is suppose to download an XML file, but it does not.
> How do i fix this. Any help would be great. Thanks.
Where have you put the php file? It needs to be on a server capable of
executing php
Hello!
Please help, if you can. I am trying to upgrade from v2 to v3, and for
some reason that I just can't figure out, the toggle layer is not
working. I can turn off the kml files, but then I can't get them to
reappear again.
My test page is here . . .
http://sites.google.com/site/djptestjp/1a
I have been working on this tutorial
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html
for the past few days and i have had no trouble except when i search
nothing happens. I am very new to MySQL and PHP one thing i have had a
problem with is having the PHP code create the XML file. T
Dear all,
The Google geocoding works fantastic, but it returns not predictable
results sometimes due to the fact that if it cannot geocode the whole
address, it geocodes parts of it. Usually we pass an address for Kiev
(Ukraine) for geocoding as "street name, district name, city name". It
works we
Hey Mr BoDangles,
you can use this values to calculate your next point
Latitude | N-S radius of curvature | Surface distance per 1°
change in latitude |E-W radius of curvature |Surface
distance per 1° change in longitude
--
I'm working on a project to display multiple ward boundaries on a
google map for an electoral area.
In Lincoln (UK) where I live we have 11 wards, and this works fine:
http://dev.artesea.co.uk/maps/?parent=2385
however for Rugby who have 61 wards I can see the script loading the
KML files but in
When I'm looking at the regular Google Maps at one of our golf courses
here:
http://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=39.56930808970085,+-104.93677139282227&sll=37.0625,-95.677068&sspn=39.371738,57.568359&ie=UTF8&ll=39.567919,-104.938617&spn=0.018758,0.02811&z=15
it shows the golf
Hey Mr BoDangles,
I guess you can use this Values.
Changes in equels Distance
-
1° (degree) ≈ 111 km (110.57
eq’l — 111.70 polar)
0.01°(degree)
My test page using sample code on http://linq.ath.cx/attest/geoloc.html
using v3 doesn't work.
Firebug shows one of the component at
http://gg.google.com/csi?v=2&s=mapsapi3&action=apiboot&rt=jl.113,mc.270,mb.484,vt.1024,prt.1024,plt.867,mt.1028&size=1264x0&maptype=m
return 204 no content
The ma
Hello,
I read sometime ago that in order to calculate a route with
waypoints,
there was a limit of 25 waypoints (including origin and destination).
Well I tried with 20 waypoints and the script won't work.
Suprisingly I tried with 10 waypoints and the route was calculated
with no issue.
The parame
Hello!
I'm having an issue that I've now been working with for several hours.
I'm completely stumped, so I hope that one of you might be able to
give me a tip.
I am trying to display a polygon from a database. (Just one, at the
moment, for testing, but more in the future. It has to be able to
dis
I have a map I am creating, and each marker has an infowindow which
contains a link with a target=_blank (although the effect i am
describing is not dependent on the target attribute, i.e. if _self or
simply non-existent the anchor tag still fails). If I set draggable:
false in my map options, it
Is there any way to trigger when the image overlay is finished
loading? Basically, I want to display a loading image while the
overlay downloads the image.
Something like (this doesn't work):
if (overlay.setMap(map)) {
hideLoader();
}
Simply putting the hideLoader() function call after the
Much thanks!
Worked like a charm.
On Jul 26, 5:06 pm, Marc Ridey wrote:
> Try something like:
>
> google.maps.event.addListener(marker, 'click', function() {
> if (panorama.getVisible()) {
> infowindow.open(panorama, marker);
> } else {
> infowindow.open(map, marker);
> }
>
>
>
> })
Rossko, thanks so much for your help, I knew it was something obvious
like that but I couldn't focus on the problem. I posted the
functioning (fixed) site if anyone is curious how it works.
http://galacticstatic.net/directionstest.html
On Jul 26, 6:39 pm, Rossko wrote:
> > I have everything wo
I think your XML is being cached by Google, because I had the same
problem. Add a time parameter to the KML Layer URL and Google will
think it is a different file. For example, if you use:
new google.maps.KmlLayer('http://www.xx.com/xmlFile.php?
show=golf' , { preserveViewport: true })
Change
This is a much shorter solution:
1) set up a global variable (within a class or prototype):
var mouseoverTimeoutId = null;
2) set up the google map's event for mouseover on a marker:
google.maps.event.addListener(marker,
'mouseover',
Thanks, Rossko.
That's actually what I did. Sorry I didn't provide a better link this
time. This is the web page in action: http://www.tigerweather.com/radar.php
Actually I believe one of the radar stations from which I was trying
to display images was just having a hiccup last night, because it'
Ah, please go to:
Burning Man aerial view: http://www.piritiles.com/map/818073
instead.
Thanks,
Mehmet
On Jul 27, 4:09 am, PaulG wrote:
> The first one comes back with 'map not found' message.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScri
> Yes i have trouble calculating positions. How would i get the four
> coordinate of the square from the center marker?
Do you know the bearings of each corner? i.e. do you know how you want
your square aligned (exactly north-south for example).
See your other post for formula for point at distan
> The problem with this is...i only have the value of 1 coordinate
Yes, but you have the known distance and bearing.
You just need to recast the formula so that point 1 and distance are
known, and point 2 is the solution at a particular bearing.
See
http://www.movable-type.co.uk/scripts/latlong
Hi guys...wonder if you can help...
I need to do the following:
1) Click on the Map...then it plots marker A
2) Then get the coordinates from marker A and plot a new Marker B
315meters to the West
3) Marker B is to be plotted using marker A (ideally)
I am stuck on how to do part 2. How do i d
On Jul 27, 6:07 am, Mr BoDangles wrote:
> Hi Larry,
>
> I forgot to mention - it needs to be a square. I have looked at the
> Haversine formula site before but i can't use most of the equations
> because I have only one variable which is the center point.
>
> Yes i have trouble calculating positio
Hi Larry,
I forgot to mention - it needs to be a square. I have looked at the
Haversine formula site before but i can't use most of the equations
because I have only one variable which is the center point.
Yes i have trouble calculating positions. How would i get the four
coordinate of the square
Hi,
I'm loading some kml layers into my map but I have a problem. All the
layers are shown/hiden correctly, but one of them has more than 700
entries. If, for example, I load the map at zoom level 10 and try to
show this layer, the petition is made but no icons are shown. If I
zoom in or out, then
On Jul 27, 4:49 am, Mr BoDangles wrote:
> Hi there,
>
> Wonder if you can help. I need to plot a marker as a center point and
> then plot a fixed area size polygon (i.e. 315m x 315m) around the
> center point.
A square? A rectangle? A circle?
> This has to be in the form of a polygon overlay. An
Hi there,
Wonder if you can help. I need to plot a marker as a center point and
then plot a fixed area size polygon (i.e. 315m x 315m) around the
center point. This has to be in the form of a polygon overlay. Any
ideas? i tried looking on the net already..so i thought i would try
here.
Many thank
Hi all,
I have created a webview of google map in android , now i want to pan
webview using keyboard but unable to do it .. we can pan it using the
mouse but i want this functionality with left , right, up, down key of
keyboard.
Can anybody help me... how to do it
Thanks in andvance
-
Hello, I'm Samuel Kim in Korea.
I am using google map with polyline.
The polyline has a MVC array, and I push the data into the array.
After I pushed about 1000 data, I poped all of the data from the
array.
But the memory in task manager was not decreased.
can I decrease the memory using pop()?
The first one comes back with 'map not found' message.
--
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
g
Hi Krishnam,
As what Larry have suggested, better post your question next time on
v2 group (http://groups.google.com/group/google-maps-api) if its about
v2 codes you are referring but for the sake of wrapping out things
here's my last reply.
By default the scroll wheel zoom is disabled. You have
Great thanks, Supprised I didn't find your post before, I had a fair
few hours looking around for the same problem and found nothing.
Thanks for alerting me to it, I will get it stared by collegues that
require it also.
On Jul 26, 9:00 pm, Franck Curier wrote:
> Hi,
>
> I posted a bug report on
On Jul 23, 7:52 am, Albert Sun wrote:
>
> When is the fix for this bug going to be released?
>
> http://www.william-map.com/20100718/1/test.htm?0
>
looks like it's fixed in the latest "3.1.8a" version that's available
now:
http://www.william-map.com/20100724/1/test.htm?2
...
--
You received th
ag the pegman onto the map
to confirm the locations where streetview isn't available:
http://www.william-map.com/20100727/1/map.htm
...
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send em
> Is it working for you?http://www.tigerweather.com/map.html
I get a script error in
lchLayer.setMap(preserveViewport);
you don't have a map called preserveViewport
Set the option in the initial call
... new google.maps.KmlLayer('http://www.blah/stuff.kml' ,
{ preserveViewport : true } ) ;
a
Hi carfermar,
Can you provide us a link to your sample html page?
On Jul 27, 3:19 pm, carfermar wrote:
> Hello, I'm trying to draw polygons fairly large amount of points for
> both Google Maps and Google Earth. For polygons that are not so great
> the polygon is filled, however for polygons that
Hello, I'm trying to draw polygons fairly large amount of points for
both Google Maps and Google Earth. For polygons that are not so great
the polygon is filled, however for polygons that are so large does not
fill the polygon (in all of them is the option to fill). Is there any
limitation on the n
Hi Krishnam,
1. Use CSS to highlight the currently clicked linked. You may do something
like this:
*
#side_bar a:FOCUS {
color: purple;
background-color: #d8da3d;
}
*
2. To achive a street level view, set the zoom level to a much higher value
than 9
On Jul 26, 11:51 pm, Krishnam wrote:
> Hi Larry,
>
> Sorry for posting this in this group. Shall I post this in V3 group?
This is the v3 group. If you want to use v3, this is the correct
place (sorry if I wasn't clear). And it certainly isn't easy to
figure out right now. V3 is still under acti
66 matches
Mail list logo