[Google Maps API v3] Account Hack

2013-07-23 Thread Stephen Foster
tightened. Sorry for any inconvenience. Regards Stephen Foster -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v

[Google Maps API v3] fw: hey

2013-07-22 Thread Stephen Foster
http://oudevrienden.nl/rtbbxuc/dgqahlkypg stephenfoster1985 7/23/2013 1:32:44 AM -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, s

[Google Maps API v3] Thoughts on how to Cache this Google Map

2012-02-20 Thread Stephen Martin
Thoughts on how to do this. We created this http://www.tournament.co.nz/carpark-locations/38/ The Process works well - All is nice and smooth - The problem is when someone has done a search and gone through in to an individual car park page and they hit back. The Map/ Search resets so they have t

[Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Stephen Lead
I'm also seeing this error today. I can view the map within the Fusion Tables interface, but not when embedding the Fusion Table into a Google Map using *new google.maps.FusionTablesLayer* * * Creating a new FT has no effect. -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Undocumented editable Polygon/Polyline support

2011-11-14 Thread Stephen
Its on its way in. Looks like the API was finally updated in V 3.7 ( http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog ) but they haven't yet updated the documentation See http://code.google.com/p/gmaps-api-issues/issues/detail?id=2432&can=1&q=drawing&colspec=ID%20Type

Re: [Google Maps API v3] Error: 'google' is undefined

2011-08-17 Thread Stephen Backholm
Chris, You're were exactly right. Wordpress was manipulating and renaming my script calls, and the call I didn't recognize was actually my script. Thanks for solving this. One of those mental block moments that needed a fresh set of eyes. Regards, Stephen -- You received th

Re: [Google Maps API v3] Error: 'google' is undefined

2011-08-17 Thread Stephen Backholm
bug, but it doesn't show in the source. http://maps.googleapis.com/maps/api/js?sensor=false"</a>;> http://www.google.com/jsapi"</a>;> http://www.thurstontalk.com/wp-content/js/map/ttmap.js"</a>;> Thanks. Regards, Stephen -- You received thi

[Google Maps API v3] Error: 'google' is undefined

2011-08-17 Thread Stephen Backholm
d too early, but all attempts to ensure proper loading order have failed. Any ideas or suggestions are appreciated. Regards, Stephen * * -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the

[Google Maps API v3] Re: Adding placemarks to map is slow (in version 2 and 3)

2011-04-11 Thread Stephen Ball
list, there isn't really a good specific link) -- Stephen On Apr 11, 8:49 am, bu_bruiser wrote: > I am trying to load placemarks onto a map as quickly and efficiently > as possible.  I've noted that loading approximately 325 placemarks > takes somewhere between 1.5 and 2 sec

[Google Maps API v3] Re: KML/KMZ Load - 500 Internal Server Error

2011-04-11 Thread Stephen Ball
ervice into a browser and refresh we see it flip back and forth from actual data to the 500 server error page. I'll update when I have more info. -- Stephen On Apr 5, 12:34 pm, Tony wrote: > Hi there, there doesn't seem to be many threads/posts on people having > this issue, but I hop

[Google Maps API v3] Re: map.fitBounds(map.getBounds()) zooms out map!

2011-03-09 Thread Stephen
Just to make this thread complete, documentation will apparently be updated to explain this behavior. See http://code.google.com/p/gmaps-api-issues/issues/detail?id=3117 Stephen On Mar 7, 10:06 pm, Esa wrote: > Syncing two (or more) maps together is very simple by binding them > toget

[Google Maps API v3] Re: map.fitBounds(map.getBounds()) zooms out map!

2011-03-07 Thread Stephen
s (perhaps not map based) to set its view by passing a desired bounds. Thanks Stephen -- 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 u

Re: [Google Maps API v3] Re: Newbie question MARKERS

2011-03-03 Thread Stephen Foster
Thanks guys, thats a great help, its good too know its possible to do this kind of thing with Google Maps thanks again Stephen On 25 February 2011 15:18, geocode...@gmail.com wrote: > On Feb 25, 10:16 am, "geocode...@gmail.com" > wrote: > > On Feb 25, 10:00 am, Ste

[Google Maps API v3] Newbie question MARKERS

2011-02-25 Thread Stephen Foster
Hi guys, I'm new to Google Maps API development so please forgive me if what I'm about to ask is a stupid no brainer question but I've looked through the tutorials and I can't find what I'm looking for. I've read the section in the Documentation to do with Markers http://code.goog

[Google Maps API v3] Re: Any way to know if kmllayer fails to load?

2011-01-27 Thread Stephen
Thank you. I think I will. (http://code.google.com/p/gmaps-api-issues/ issues/detail?id=3015) Stephen On Jan 27, 5:24 pm, "geocode...@gmail.com" wrote: > On Jan 27, 1:51 pm, Stephen wrote: > > > I have a map that allows users to load arbitrary kml layers. Often a >

[Google Maps API v3] Any way to know if kmllayer fails to load?

2011-01-27 Thread Stephen
served from same domain. Thanks, Stephen -- 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-m

[Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2011-01-13 Thread Stephen Graham
bottom: 0; right: 0; outline: none; } No bump. No scroll bars. Just happiness! Stephen -- 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 u

Re: [Google Maps API v3] Re: V3 MarkerClusters + Marker InfoWindows

2010-06-08 Thread Stephen Lead
Mike, I am definitely not an expert at this, so you may be right that this won't scale if you have thousands of markers being read in from your CMS. I successfully used the MarkerClusterer on a much smaller dataset at http://www.ignitespatial.com/NationalParks.html using the sample at http://gmap

[Google Maps API v3] Points along a route

2010-06-08 Thread Stephen
m not finding any documentation on pulling the polyline. Does anyone know if it is possible to get that sort of more detailed location data out of the results returned by a direction service call to the API? Thanks! -Stephen -- You received this message because you are subscribed to the Google G

Re: [Google Maps API v3] Re: Map single polygon from a KML file

2010-06-06 Thread Stephen Lead
William, This is very useful - thanks for posting it. At the top of your script you use: var stateBoundaryFeed = "http://maps.google.com/maps/feeds/features/108113052932458397912.00048842e1d3c599c5f02/full";; Presumably this is serving out the US state boundary polygons? How did you find this UR

Re: [Google Maps API v3] Re: Reduce the number of points in a polyline

2010-05-31 Thread Stephen Lead
Check out http://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithmfor details of the algorithm. It links to some Python code at http://ryba4.com/python/ramer-douglas-peucker Good luck, Steve On 1 June 2010 06:26, Anthony wrote: > Look into the encoding algorithms for polyli

Re: [Google Maps API v3] How to put a marker on the circumference of a Circle object

2010-05-31 Thread Stephen Lead
It's been a while since I had to do this, so double-check the values. I think you can use SOHCAHTOA to calculate the coordinates of the new point, by drawing right-angles from the new point and the existing point, since you know the radius and the angle. My dodgy diagram at http://www.flickr.com/

[Google Maps API v3] How to cluster GeoRSS points?

2010-05-23 Thread Stephen Lead
http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayersshows how to create markers from a GeoRSS feed. It says: "Because KML may include a large number of features, you may not access feature data from the KmlLayer object directly" How then can we cluster the GeoRSS mark

[Google Maps API v3] Is the spreadsheets-powered map approach scaleable?

2010-05-23 Thread Stephen Lead
Hi all, There's a great example at http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htmshowing how to create a Google Map using information stored in Google Docs. Does anyone know the limitations of this approach - would it actually work for a public-facing websit

[Google Maps API v3] ArcGIS Server and Google Maps API v3?

2010-05-20 Thread Stephen Lead
Is anyone on this list using ArcGIS Server, and if so have you managed to incorporate ArcGIS Server with the Google Maps v3 API? The example at http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/google_start.htmworks fine if I copy it directly, ie using the v2 API to Google

Re: [Google Maps API v3] MarkerCluster

2010-05-13 Thread Stephen Lead
Hi Nick, I'm a bit confused by all the marker clustering options available when using the maps API v3. At the moment I'm using Fluster2 which works well, but I'm interested in the MarkerCluster library you mentioned below - is this part of the core API? Can

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-23 Thread Stephen Rushing
. _Google/maps.js and tbelt.maps.js is where the marker plotting is happening. On Feb 22, 2:08 pm, "Susannah (Google Employee)" wrote: > Hi Stephen, > > Can you please provide a link to your site so we can see this problem > with the InfoWindows? > > Thanks, > Susannah

[Google Maps API v3] Re: FYI: New Release (2010/02/22)

2010-02-22 Thread Stephen Rushing
We are also experiencing problems with the zoom control as of this morning. In addition, the InfoWindows were behaving erratically -- sometimes they would open normally; sometimes they would throw a JS error when a marker was clicked; and sometimes there was no response, but when you zoomed in or o

[Google Maps API v3] Re: What is the best tag for v3?

2009-11-13 Thread Stephen J. Fuhry
have descriptionhttp://www.w3schools.com/tags/tag_DOCTYPE.asp > page simultaneously. > > If I want to code by v3 than what type (version, style) of HTML (and > DOCTYPE) I must use for perfect code? > R., >   --= APh =-- > > On 14 ноя, 05:35, "Stephen J. Fuhry" wrote: > >

[Google Maps API v3] Re: What is the best tag for v3?

2009-11-13 Thread Stephen J. Fuhry
It really shouldn't matter, but its always best to go with a strict rendering if you can. The HTML 5 spec is using this, since it forces older browsers into standards mode: I use it for everything now. On Nov 13, 6:34 pm, APh wrote: > Hi ALL! > Subj. > > In other words in what language (HTML