Larry: Those feeds in this thread are in one way or another consumed
on ibiseye.com
Cheers,
Mo
On Aug 22, 11:14 pm, "geocode...@gmail.com"
wrote:
> On Aug 22, 7:49 pm, Maurice Tamman wrote:
>
> > It happened this evening. Everything was fine at 6 and not fine at
> > 9:30.
>
> > When I open the
will do ... Do you know when it will be rolled back?
Maybe this will help:
http://ibiseye.com/storm2KML/at201108 - this one does not validate
because of duplicate placemark id and does not show with the API or on
maps but worked earlier today
http://mi5.ibiseye.com/storm2KML/at201108 - this one
On Aug 22, 8:27 pm, Jordan Train wrote:
> Today I noticed that some of my apps were not rendering markers for
> custom-defined marker images. Everything was working fine before. I
> suspect some change was made to the API. Anyone else having this
> issue?
I don't see it.
http://www.geocodezip.
Today I noticed that some of my apps were not rendering markers for
custom-defined marker images. Everything was working fine before. I
suspect some change was made to the API. Anyone else having this
issue?
--
You received this message because you are subscribed to the Google Groups
"Google
This may have been caused to an update of KML rendering - we're going to
roll back and investigate.
If you can, please retain the KML at that link so we can test against it.
Cheers
Chris
--
http://twitter.com/broady
On Tue, Aug 23, 2011 at 12:49 PM, Maurice Tamman wrote:
> It happened this
On Aug 22, 7:49 pm, Maurice Tamman wrote:
> It happened this evening. Everything was fine at 6 and not fine at
> 9:30.
>
> When I open the URL in Google Earth I see what I expect. When I test
> in maps.google.com, it says there is an error. And when I validate at
> feedvalidator.org, I do see what
Thanks for the response Rossko,
> What API? The Distance Matrix Service has a result code like that, so
> let's guess thats the one.
Yep that's the one.
> The limits are in the docs
> "The following usage limits are in place for the Distance Matrix
> service:
> 25 origins and/or 25 destin
On Tue, Aug 23, 2011 at 11:56 AM, Enoch Lau (Google Employee) <
enoch...@google.com> wrote:
> *
> http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions
> *
>
Fixed link (MarkerOptions, not MapOptions)
> Set 'optimized' to false.
>
Cheers
Chris
--
http://twitte
Unfortunately not Lorenzo. You'll need to apply a map style to hide poi
labels:
[ { featureType: "poi", elementType: "labels", stylers: [ { visibility:
"off" } ] } ]
(or to just hide business pois, "poi.business")
--
http://twitter.com/broady
On Mon, Aug 22, 2011 at 7:13 PM, Lorenzo wrote:
It happened this evening. Everything was fine at 6 and not fine at
9:30.
When I open the URL in Google Earth I see what I expect. When I test
in maps.google.com, it says there is an error. And when I validate at
feedvalidator.org, I do see what the errors are. (which I will now
fix, in lieu of sle
Thanks - it do the trick
--
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/-/Ijb4GF2SYbcJ.
To post to this group, send email to google
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions
Set 'optimized' to false.
--
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
*Hi Chris,*
*With the latest update we are experiencing an issue with Markers, The gif
type markers stop animating on some web browsers such as Google
Chrome(13.0.782.112 m Windows), Firefox(6 Windows).*
*This was OK with version 3.3 but not with 3.4, any workaround for this
issue? *
*Thank
On Aug 22, 1:28 pm, Amelia Griza-Padilla
wrote:
> Larry,
> This is exactly what I have been trying to do. Thank you! But having
> a problem, I inserted the code, but nothing happended?? Any ideas why
> this exact code would not work on my page?
>
> http://www.advocacy.ucla.edu/Maps/Assembly.html
The stack overflow is because .fitBounds() changes the center, which calls
your listener, which calls .fitBounds() again. You could work around this by
checking the time since you last called .fitBounds().
I don't know of a more appropriate solution to prevent panning. Why do you
want to prevent p
Yes, you ARE outputting something before the header() instruction.
That is what the error code means. In addition to the odd space here
and there, a common problem is putting your initial wrote:
> I have scoured the script for any blank spaces and have not found any,
> which leads me to believe
Ty Rossko, this was exactly what I needed to know. Obviously the
biggest problem in solving anything your working on is understanding
how others would reference the same issue. The search suggestion you
responded with helped me find other posts related to my problem. Here
is the link that worked
... or (being that geolocation sometimes fails, depending on browser
or user location and that google gears has to be installed and will no
longer be available as of Dec 2012 according to http://gears.google.com/
)
use something like this:
http://code.google.com/apis/maps/documentation/javascript/
On Aug 22, 3:54 pm, "geocode...@gmail.com"
wrote:
> On Aug 22, 11:54 am, Christopher Watson
>
> wrote:
> > the site works in firefox and chrome.
>
> >http://creativemaps.vism.ag/
>
> > it doesn't work in IE, no surprise!
>
> > how can i stop the function doGeolocation from trying to perform in IE
On Aug 22, 11:54 am, Christopher Watson
wrote:
> the site works in firefox and chrome.
>
> http://creativemaps.vism.ag/
>
> it doesn't work in IE, no surprise!
>
> how can i stop the function doGeolocation from trying to perform in IE, can
> i hide it from IE? are they if statements that will hide
+1
but Christopher, what the hell this page is all about? everything is
all over the place... especially if you pan the map... wow, i never
was so confused with a map :D
On 22 Aug., 21:45, xelawho wrote:
> > how can i stop the function doGeolocation from trying to perform in IE, can
> > i hide i
Larry,
This is exactly what I have been trying to do. Thank you! But having
a problem, I inserted the code, but nothing happended?? Any ideas why
this exact code would not work on my page?
http://www.advocacy.ucla.edu/Maps/Assembly.html
On Aug 19, 12:37 am, "geocode...@gmail.com"
wrote:
> On A
> I am getting as MAX_DIMENSIONS_EXCEEDED exception and I think that's
> due to the fact that although I have two origins the closest points of
> interest
> was ridiculously high. Is there a way to limit the number of
> destinations returned
> per origin? I could not find it in the API (unless I am
HI all,
I am getting as MAX_DIMENSIONS_EXCEEDED exception and I think that's
due to the fact that although I have two origins the closest points of
interest
was ridiculously high. Is there a way to limit the number of
destinations returned
per origin? I could not find it in the API (unless I am m
> how can i stop the function doGeolocation from trying to perform in IE, can
> i hide it from IE? are they if statements that will hide it? when i debug
> this is what shows up.
it seems to me like you should do browser detection (there's plenty of
code examples available out there) and set up an
> how can i stop the function doGeolocation from trying to perform in IE, can
> i hide it from IE? are they if statements that will hide it? when i debug
> this is what shows up.
it seems to me like you should do browser detection (there's plenty of
code examples available out there) and set up an
the site works in firefox and chrome.
http://creativemaps.vism.ag/
it doesn't work in IE, no surprise!
how can i stop the function doGeolocation from trying to perform in IE, can
i hide it from IE? are they if statements that will hide it? when i debug
this is what shows up.
--
You received
> I;m having trouble getting the "Start" field to show the address location
> instead of the coordinates.
... of course, there's also something to be said for looking for
errors in firebug and using the v3
geocoder = new google.maps.Geocoder();
instead of the v2
geocoder = new GClientGeocoder();
Hi,
My company is primarily based in Jersey, in the Channel Islands. We have a
problem with the geolocation services provided by the v3 API - postcodes for
Jersey and Guernsey are not recognised by the system.
For instance, if I send a request with the address of my house here
(including postc
Hi all,
I'm using the InfoBox (this version
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/)
with the InfoBox for each marker popping up on mouse-over.
My test page is here:
http://dev-default.wales.info/town-new.asp?propertytown=cardiff
(with opacity of the InfoBoxes
I have scoured the script for any blank spaces and have not found any,
which leads me to believe I am outputting something before
header("Content-type: text/xml");
However, being new to HTML and PHP (though I have coded before) I can't tell
what is being output before that line of code...d
Banana was much better!! Now the code is working fine again! I was
confused beacause push had worked before, but I remembered that I
changed the code from push.names to push.name and therefore didn't
work in chrome and safari. Thanks for the help!
On 22 Aug, 12:17, Pil wrote:
> On Aug 22, 10:43 a
Thank you very much for your reply and your help,
I followed your example. Now it works perfectly for IE in my sample page in
against it does not work on my site yet I gave my size divs (html, body,
div#map_canvas). It's very strange...
--
You received this message because you are subscribed t
Good Morning Chris,
Muchas gracias.
--
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-api-
Hello!
I'd like to show 34614 points in google maps with markercluster, and I'd like
to make a preloading… message before it shows.
Are there a markerCluster.finished-printing-markers event? :)
And if not, how can i handle it?
Thanks for the help,
Répás Zoltán
marhar...@gmail.com
--
You rece
Hi,
If you use jQuery, you can use gmap3 : http://gmap3.net/api/add-markers.html
JB
--
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-v
Hi,
i saw that you use jQuery on your main page so you can use gmap3 for
jquery, it's easier :
http://gmap3.net/api/geo-latlng.html
http://gmap3.net/api/get-address.html
JB
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" gro
You also can use closure to "store" data while creating your markers.
This is the way i do it in my plugin for jquery (http://gmap3.net)
This is used to store "drive" and "name" on the clustering example :
http://gmap3.net/examples/clustering.html
and on http://gmap3.net/api/add-markers.html t
On Aug 22, 10:43 am, Rossko wrote:
> > var name = [];
>
> 'name' is perhaps risky, does it still fail using 'banana'?
Rossko you are right.
Although 'name' doesn't belong the reserved words or avoidable
identifiers it shouldn't be used in Webkit browsers as a variable
name.
Don't use any of t
Hi,
is there any possibilltiy to make POIs visible but not clickable?
Thanks
Lorenzo
--
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
> Could anyone suggest a particular posting I should read or perhaps
> have a better idea what key words I should use to find this answer
> myself?
Taking the risk of being exposed as somehow obsessed with post count,
I searched for 'marker custom ID' and saw a few posts that I think are
relevant.
> var name = [];
'name' is perhaps risky, does it still fail using 'banana'?
Will it work if declared using var name = new Array() ?
--
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
Hi Joseph,
I really would do it the other way round and make all dropdowns
independant from the Maps CSS. Who knows when the next change is
coming and when the v4 Maps API team is taking over?
;-)
On Aug 22, 5:48 am, Joseph Elfelt wrote:
> Well, Chris told us it was coming and today Google pu
43 matches
Mail list logo