[Google Maps API v3] Why is maps.google.com so much smoother than the V3 api?

2016-11-16 Thread Chris Eaton
come in the API at some point? Is it in there already but I need to enable something? Thanks Chris -- 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

[Google Maps API v3] Re: Can Web Feature Service (WFS) be implemented with API v3?

2014-03-23 Thread chris marx
If your WFS server supports geojson (Geoserver does), then you could use the sweet new data layer - https://developers.google.com/maps/documentation/javascript/datalayer On Saturday, March 15, 2014 10:06:56 PM UTC-4, Garthan wrote: > > Could you specify more... its working for me? > > I have be

Re: [Google Maps API v3] Wrapper? Wrapper? What wrapper?

2013-11-21 Thread Chris Broadfoot
Hi all, There was a bug where the shim wasn't being served to every language. The fix should have rolled out globally now (or soon). Cheers Chris On Thu, Nov 21, 2013 at 11:04 PM, Barry Hunter wrote: > Works now! It reached the UK :) > > Has it now reached Germany? > > Get

[Google Maps API v3] Re: Can I define an offset for the position of standard Map Controls like MapType and Zoom?

2013-07-02 Thread chris marx
There is also an issue for this, please vote for it- https://code.google.com/p/gmaps-api-issues/issues/detail?id=3192 On Sunday, February 26, 2012 7:47:03 AM UTC-5, Coen de Jong wrote: > > Cool, thanks! In the end we changed the design so the menu doesn't seem to > float on the map, so the probl

Re: [Google Maps API v3] How to put Labels in Marker Manager v3?

2013-06-06 Thread chris marx
than creating many canvases, and what if any, were the performance implications. Thanks- On Wednesday, August 22, 2012 12:06:40 AM UTC-4, Chris Broadfoot (Google Employee) wrote: > > Gareth, > > Try the MapLabel library: > > https://groups.google.com/group/google-maps-js-api-

[Google Maps API v3] Re: ok to bind to mvc events like editable_changed?

2013-05-22 Thread chris marx
s, the 'foo_changed' > event is fired. > > On Tuesday, May 21, 2013 1:08:28 AM UTC+10, chris marx wrote: >> >> Not sure if this has been covered already, I'm wondering if its >> reasonable to assume events like "editable_changed" that are aut

[Google Maps API v3] Re: Offset x,y location of D3 markers on Google Map v3

2013-05-22 Thread chris marx
ps://lh6.googleusercontent.com/-h46BwpfI72A/UZzQGBFxIOI/St0/yBy2CACvO3c/s1600/Screen+Shot+2013-05-22+at+9.59.24+AM.png> On Tuesday, May 21, 2013 2:50:58 PM UTC-4, Chandra Miller wrote: > > Chris Marx - The links were broken over the weekend due to a network > update within the county I w

[Google Maps API v3] registering click listener for polygon works for clicks on editing vertex, but doesn't work on rectangle

2013-05-20 Thread chris marx
If you do this: google.maps.event.addListener(polygon,"click",function(polyMouseEvent){ console.log(polyMouseEvent); }); on a polygon, a click on the editing vertex (the circle control point), fires the click event. If you add that same listener to a rectangle it fails. I ca

[Google Maps API v3] ok to bind to mvc events like editable_changed?

2013-05-20 Thread chris marx
Not sure if this has been covered already, I'm wondering if its reasonable to assume events like "editable_changed" that are automatically exposed by MVCObjects like Polygon, etc., are within the realm of the public and documented api, and won't change, even though they're not yet listed in the

[Google Maps API v3] Re: Offset x,y location of D3 markers on Google Map v3

2013-05-20 Thread chris marx
links appear to be broken? On Thursday, May 9, 2013 7:30:00 PM UTC-4, Chandra Miller wrote: > > I am trying to overlay multiple markers at the same lat/long using d3.js > on Google Maps. The data I am trying to display is weather data so I would > like the marker to display temp, dewpoint, rela

Re: [Google Maps API v3] Any chance of extension of the v2 api?

2013-05-19 Thread chris marx
my prayers have been answered :) On Sunday, May 19, 2013 12:07:35 AM UTC-4, Michael Geary wrote: > > How about an extra six months: > > > http://googlegeodevelopers.blogspot.com/2013/04/an-update-on-javascript-maps-api-v2.html > > > On Sat, May 18, 2013 at 7:19 P

[Google Maps API v3] Any chance of extension of the v2 api?

2013-05-18 Thread chris marx
Any chance of an extra week or month for the v2 api, I know the deadline was extended for the geocoding api, we would certainly welcome a bit of extra time- -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from t

[Google Maps API v3] Re: Drawing Control Off the Map?

2013-05-10 Thread chris marx
I think something like this is probably what people are looking for- https://groups.google.com/forum/?fromgroups=#!searchin/google-maps-js-api-v3/drawingcontrol$20/google-maps-js-api-v3/blyitDTqI-c/zllO7BmJjwoJ On Thursday, December 8, 2011 4:49:39 PM UTC-5, Marcelo wrote: > > On Dec 8, 2:22 pm,

[Google Maps API v3] Re: Initiate polygon drawing from custom button

2013-05-10 Thread chris marx
Awesome, I feared that changing the state of the control to "disabled" would disable the drawing functions as well, but clearly this is not the case, and makes extending the control much easier- On Saturday, November 19, 2011 5:23:01 AM UTC-5, Adrien wrote: > > Brilliant, thanks. Worked a charm

Re: [Google Maps API v3] Re: extInfoWindow gUtility

2013-05-08 Thread chris marx
I can get it to highlight with a right-click, sure there is no on mouse down or click cancel function somewhere still in there? On Monday, May 6, 2013 7:52:05 AM UTC-4, Douglass Davis wrote: > > > Anybody know why I can't drag to select text in the ExtInfoWindow here > (Firefox, Safari, Chrom

Re: [Google Maps API v3] Re: extInfoWindow gUtility

2013-05-01 Thread chris marx
In chrome, it seems evt.stopPropagation() is all that is necessary for the click event to not affect the map, which makes sense since that's what stopPropagation is for. did you discover a specific need in chrome for cancelBubble or returnValue? On Wednesday, May 1, 2013 1:01:37 AM UTC-4

Re: [Google Maps API v3] Re: extInfoWindow gUtility

2013-04-30 Thread chris marx
Thanks for posting this, works great On Tuesday, February 5, 2013 12:06:24 AM UTC-5, Douglass Davis wrote: > > > > On Monday, February 4, 2013 5:33:43 AM UTC-5, Douglass Davis wrote: >> >> >> I am working on extinfowindow for google api v3 as well, since I haven't >> been able to find the code on

[Google Maps API v3] Re: Error message on my web site

2013-02-12 Thread Chris Broadfoot (Google Employee)
Hi John, Today we experienced a temporary outage on a number of sites using the Google Maps JavaScript API. Services have now been fully restored. Regards, Chris On Feb 13, 10:50 am, John C wrote: > I previously posted this in another area, > specificallyhttps://groups.google

[Google Maps API v3] Re: Started 2/12/2013: "Google has disabled use of the Maps API for this application."??

2013-02-12 Thread Chris Broadfoot (Google Employee)
Hi Freeman, Today we experienced a temporary outage on a number of sites using the Google Maps JavaScript API. Services have now been fully restored. Regards, Chris On Feb 13, 10:42 am, Freeman White wrote: > We started getting an error on our maps integration with our app today and >

[Google Maps API v3] Re: Moving map to another div

2012-11-11 Thread Chris Ahrweiler
I am trying a simular thing. Does anybody have an answer? I simply want to reuse a map object and attach it to another DIV. Is this possible? Thank you. Regards. Chris. Am Dienstag, 15. Juni 2010 10:42:07 UTC+2 schrieb Leonid Rozenblyum: > > Map has no functionality of destroying a sing

Re: [Google Maps API v3] Polygon snap

2012-09-03 Thread Chris Broadfoot
Sounds like a great idea. Please file a feature request on the issue tracker: http://code.google.com/p/gmaps-api-issues -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Mon, Sep 3, 2012 at 4:08 PM, loreias wrote: > Hello, im currently tryign to get and app runing wi

Re: [Google Maps API v3] How to put Labels in Marker Manager v3?

2012-08-21 Thread Chris Broadfoot
Gareth, Try the MapLabel library: https://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/19172241660b2de5 Fantastic if your target browser supports Canvas. Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, Jun 30, 2011 at 7:19 AM

[Google Maps API v3] New Release (3.10) and changes to versioning (addition of 3.exp)

2012-08-21 Thread Chris Broadfoot (Google Employee)
Maps API, see documentation: https://developers.google.com/maps/documentation/javascript/basics#Versioning The full changelog for the Maps API can be found here: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog Thanks, Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter

Re: [Google Maps API v3] Help with University Map

2012-06-14 Thread Chris Broadfoot
Hi Megan, See my Google I/O talk from last year for some tips: http://youtu.be/ATfdi-oYWzw Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, Jun 14, 2012 at 4:43 AM, regularmegs wrote: > Does anyone have any information on the best way to creat

Re: [Google Maps API v3] Google Static Maps API access with key doesn't get logged in reports

2012-06-14 Thread Chris Broadfoot
Hi, see this bug report: http://code.google.com/p/**gmaps-api-issues/issues/**detail?id=4202 -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, Jun 14, 2012 at 1:04 AM, bsphere wrote: > when I go to

[Google Maps API v3] Upcoming Change to Maps API Services: IPv6 activation on June 6, 2012

2012-06-04 Thread Chris Broadfoot (Google Employee)
ps API with an API Console <https://code.google.com/apis/console/>key, and you restricted the use of this API Console key to a list of IPs, you will need to add your IPv6 addresses, if any, to the list. Thank you for your cooperation as we take this next step forward for the future of the Inter

Re: [Google Maps API v3] Re: tabbed info windows for fusion table layers map

2012-06-03 Thread Chris Broadfoot
Hi Eric, You're best off posting questions like these to Stack Overflow: https://developers.google.com/maps/documentation/javascript/forum Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Fri, May 25, 2012 at 11:18 PM, guitar_mapper wrote:

Re: [Google Maps API v3] Re: KmlLayer Now Filled

2012-06-03 Thread Chris Broadfoot
This should be fixed. Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Sun, Jun 3, 2012 at 2:31 AM, geocode...@gmail.com wrote: > On Jun 2, 9:29 am, Charles Hartley wrote: > > Thanks. > > You might want to "star" that issue

Re: [Google Maps API v3] markerWithLabel printing - labels missing

2012-06-03 Thread Chris Broadfoot
You should probably ask the author of that library. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, May 31, 2012 at 8:48 PM, dbrb2 wrote: > Hi, > > I'm using the "markerWithlabel" class, which works well: > > http://bbarker.co.uk/mapPlot > > However, I notice t

Re: [Google Maps API v3] KML Layers limit to 5?

2012-06-03 Thread Chris Broadfoot
Hi, This has been fixed. Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Sat, Jun 2, 2012 at 3:38 AM, wnz wrote: > My map page loads a dozen of KML layers. Users can interactively turn > on or off a particular layer. It used to work per

[Google Maps API v3] Re: Newbie step by step

2012-05-21 Thread Chris Broadfoot (Google Employee)
See this video I made last week: http://www.youtube.com/watch?v=3GCy7nxlRM4 On May 22, 4:27 am, edi wrote: > Hi newbie is there any help on step by step create a map? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

Re: [Google Maps API v3] Usage Limits: “For-Profit” Sites?

2012-05-21 Thread Chris Broadfoot
ot subject to these usage limits. For example, a disaster relief map is not subject to the usage limits even if it has been developed and/or is hosted by a commercial entity." Regards Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, May 17, 2012 at 8:28

[Google Maps API v3] Tomorrow - Google Maps API Office Hours LIVE: Review My Map

2012-05-21 Thread Chris Broadfoot
*Google Maps API Office Hours LIVE: Review My Map* https://plus.google.com/104063627743574070634/posts/SwweeEh6k9E Tomorrow, +Luke Mahe and +Chris Broadfoot will be answering your questions and reviewing your maps. Submit a link to your map and/or your questions to the Google Moderator page

[Google Maps API v3] 2012/5/15 - New Release (3.9)

2012-05-17 Thread Chris Broadfoot (Google Employee)
com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog Thanks, Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

Re: [Google Maps API v3] Google Maps and advertising

2012-05-10 Thread Chris Broadfoot
Hi Joe, You can read the Terms of Service here: https://developers.google.com/maps/terms I'm not aware of any clause in the terms that precludes you from adding ads to your page. Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, May 9, 2012 at 11:

Re: [Google Maps API v3] Re: Traffic Estimate Layers for specific days and times using Google Maps API v3

2012-05-03 Thread Chris Broadfoot
Unfortunately traffic data is not available through an API at this time. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Tue, May 1, 2012 at 7:49 AM, Gretchen wrote: > This feature wasn't available to the Google Maps API back in 2009: > > > https://groups.google.com

Re: [Google Maps API v3] Applying Polylines from V3 DirectionsService to Google Earth

2012-05-03 Thread Chris Broadfoot
Hi Igor, Best to ask over on Stack Overflow: http://stackoverflow.com or the KML/Earth forum: https://groups.google.com/forum/?fromgroups#!forum/kml-support -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, May 3, 2012 at 8:23 AM, Gorynych wrote: > Good mornin

Re: [Google Maps API v3] I Need Help with Geocoding

2012-05-03 Thread Chris Broadfoot
Hi William, Best to ask over at stackoverflow.com - there is a huge community of experts with a wide range of skills there. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, May 3, 2012 at 7:37 AM, WilliamBiz wrote: > I am in need of some assistance with Google

Re: [Google Maps API v3] Re: localization bug ?

2012-05-03 Thread Chris Broadfoot
Unfortunately some country/language combinations do not have localised place names. This is not a bug, just a lack of data/translation. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, May 3, 2012 at 10:45 AM, Sean Mickey wrote: > Does the question: Language cod

[Google Maps API v3] Re: Google Maps V 3.8 and Touch Sensitivity for Markers

2012-05-01 Thread Chris C
Posted in StackOverflow. -- 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/-/zEN1UT0HxGsJ. To post to this group, send email to googl

[Google Maps API v3] Google Maps V 3.8 and Touch Sensitivity for Markers

2012-05-01 Thread Chris C
Since I only have a restriction on V3 in my api registration: https://maps.googleapis.com/maps/api/js?v=3&libraries=geometry&sensor=true"; type="text/javascript"> The solution defaults to the latested. Today Google Maps API was updated to version 3.8. Now my marker touch sensitivity on my

Re: [Google Maps API v3] Google Maps Javascript API V3 usage query

2012-04-26 Thread Chris Broadfoot
Hi Narayana, The Maps API is free to use for commercial purposes. Please have a read through the FAQ and Terms of Service: http://developers.google.com/maps/faq http://developers.google.com/maps/terms Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, Apr

Re: [Google Maps API v3] Bug: Street view problem in IE8

2012-04-26 Thread Chris Broadfoot
Hi Neithar, Do you have a link to a minimal example that reproduces the issue? Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, Apr 25, 2012 at 11:32 PM, Neithar wrote: > > There is a problem with Street view div (sv_canvas) in IE8: > > In O

Re: [Google Maps API v3] Re: Using Google Maps in Java SE (Desktop Application)

2012-04-24 Thread Chris Broadfoot
e any problems with your application. Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, Apr 25, 2012 at 4:42 AM, BabyC wrote: > > Thank you for your answer. > > I thank to this solution. > > For me it's not a problem to embedded a Web

Re: [Google Maps API v3] Site Review

2012-04-23 Thread Chris Broadfoot
I can't see a map on the site! Of course, my opinions may be biased, but if there isn't a map already: my first suggestion is to add one :) -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Mon, Apr 16, 2012 at 6:46 PM, Abiboy wrote: > Hello peeps, Am new here. As a d

Re: [Google Maps API v3] Using Google Maps in Java SE (Desktop Application)

2012-04-23 Thread Chris Broadfoot
I'd suggest embedding a WebKit in your Java app. Check out these Stack Overflow Q&A threads: http://stackoverflow.com/questions/2653949/embeding-gecko-webkit-in-java http://stackoverflow.com/questions/2492540/webkit-browser-in-a-java-app http://stackoverflow.com/questions/5850338/rendering-webpages

Re: [Google Maps API v3] Google Maps appears blank

2012-04-23 Thread Chris Broadfoot
Looks fine for me. Have you tried a different computer and different network? -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Mon, Apr 23, 2012 at 8:44 PM, Olivier Dommange < olivier.domma...@gmail.com> wrote: > Hello, > > I'm having an hard time finding out what is

Re: [Google Maps API v3] PegMan StreetView problem

2012-04-10 Thread Chris Broadfoot
Hi, The issue was fixed quite some time ago - the API now doesn't show pegman if the map's projection hasn't been changed. If you want to force hiding of pegman, use streetViewControl: false Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Tu

Re: [Google Maps API v3] Re: SVG graphics clip / disappear when zooming in Chrome + Safari

2012-03-12 Thread Chris Broadfoot
ith support for SVG also has > support for CANVAS. > Additionally, please star this issue and add your comments: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1811 Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady -- You received this message bec

Re: [Google Maps API v3] Drawing Library

2012-03-05 Thread Chris Broadfoot
Unfortunately there's not much in the way of customization - could you file feature requests on the issue tracker and expand on what you'd like to see? http://code.google.com/p/gmaps-api-issues -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Sun, Mar 4, 2012 at 5:04

Re: [Google Maps API v3] Re: Hamburg vs. Harburg

2012-03-05 Thread Chris Broadfoot
This is now fixed. Thanks for the reports. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, Jan 25, 2012 at 9:43 AM, Nanea wrote: > I initially tried searching for about 10 different streets on Maps in > different districts, and all got Harburg, and still do. I

Re: [Google Maps API v3] Any way to receive notifications about forthcoming changes to Google Maps or similar Google API resources?

2012-02-22 Thread Chris Broadfoot
Hi Drew, Could you elaborate more about what tools you are using? Feel free to mail me directly if that's more convenient. Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, Feb 23, 2012 at 8:31 AM, Drewmon wrote: > My employer relies on th

Re: [Google Maps API v3] Re: Upcoming Google Maps API Office Hours

2012-02-19 Thread Chris Broadfoot
uts - recording them and making them available on YouTube is something I'm looking into. Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Sat, Feb 18, 2012 at 12:44 AM, Coen de Jong wrote: > Yes, would love to see a more sane time for these hangout

Re: [Google Maps API v3] To Many queries error 620

2012-02-14 Thread Chris Broadfoot
ps-api-web-services Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, Feb 15, 2012 at 11:35 AM, nikolaosv wrote: > We are getting this error > > Too many queries > > http://maps.google.com/maps/geo?key=AIzaSyDfByaRszNUYGnmADq_8obCGVWpdEytiII&o

Re: [Google Maps API v3] Where do I ask this usage question

2012-02-14 Thread Chris Broadfoot
Definitely sounds adequate. If you find it isn't, you can apply for a Google Grant: http://earth.google.com/outreach/grants.html Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Sun, Feb 12, 2012 at 8:10 AM, John M Phillips < johnm.phillips1...@g

Re: [Google Maps API v3] Re: Important: We’re moving our support forums for Maps API technical questions to Stack Overflow

2012-02-14 Thread Chris Broadfoot
r knuckles > rapped. > They are ABATT (all business all the time) I'd definitely encourage more chat and discussions here on the Group :) Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady -- You received this message because you are subscribed to the Google

Re: [Google Maps API v3] Re: KML hosted on Google Sites fails to display info balloons properly

2012-02-12 Thread Chris Broadfoot
a change made to KML rendering. Cheers Chris On Feb 13, 2012 6:10 AM, "barryhunter" wrote: > I've seen this happen on Google Maps itself and in GGeoXml in v2. At > the time kmllayer from v3 seemed to be ok, but evidently it has also > broken now... :( > > I&#x

Re: [Google Maps API v3] Display destinations 15 minutes away from an origin point

2012-02-12 Thread Chris Broadfoot
This is called an isochrone. Unfortunately the Maps API doesn't have any facility to display them.. This is quite a hard problem to solve, if you're talking about arbitrary center points. See this article on the OSM wiki for more info: http://wiki.openstreetmap.org/wiki/Isochrone C

Re: [Google Maps API v3] Important: We’re moving our support forums for Maps API technical questions to Stack Overflow

2012-02-10 Thread Chris Broadfoot (Google Employee)
tions over on Stack Overflow. I've personally been focusing my efforts on answering questions over there. Cheers Chris Robert Wagner wrote: > Chris: > > Will the current discussions be moved to Stack Overflow? If not, for how much > longer can we continue to discuss a topic in

[Google Maps API v3] Important: We’re moving our support forums for Maps API technical questions to Stack Overflow

2012-02-10 Thread Chris Broadfoot (Google Employee)
ommunity and we look forward to providing continuing guidance and support. Cheers Chris, on behalf of the Maps API team -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: Google Maps API Limitations & Fusion Table Map Overlay

2012-02-08 Thread Chris Willett
FYI: My question was answered over at the Fusion Tables Google Group (http://groups.google.com/group/fusion-tables-users-group/ browse_thread/thread/e2a4a1336d4fe259/d2483beaef2f7e8e? q=#d2483beaef2f7e8e) Thanks, Chris -- You received this message because you are subscribed to the Google

[Google Maps API v3] Google Maps API Limitations & Fusion Table Map Overlay

2012-02-05 Thread Chris Willett
Hi, I've been working with a Google Fusion Table of demographic info for census blocks in Erie County, NY: https://www.google.com/fusiontables/DataSource?snapid=S384398040t Because there are about 11,000 records, not all of them load in my map visualization window. According to a Fusion Tables

[Google Maps API v3] Re: Problems with mouseover/mouseout events during zoom

2012-02-01 Thread Chris Broadfoot (Google Employee)
Hi Gary, Are you able to put together a simple page that helps me reproduce the issue? Cheers Chris -- 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

[Google Maps API v3] Re: programmaticaly changing the order of layers on a map

2012-02-01 Thread Chris C
Don't know of a simple way but one way is to remove the layers and rebuild them in the order you want. On Jan 31, 4:27 am, orkun wrote: > hello > > how can I adjust order of layers programmaticaly ? > > regards -- You received this message because you are subscribed to the Google Groups "Googl

Re: [Google Maps API v3] Re: Restricting the maps to certain domains by checking the referrer

2012-01-30 Thread Chris Broadfoot
Thanks. I'll test and get back to you. Note that the new keys support wildcard referrer filtering. Chris On Jan 30, 2012 5:35 PM, "Pil" wrote: > Hi Chris, > > the easiest way is to use a Firefox customization > > // Don't give away the Referrer > // 0=do

Re: [Google Maps API v3] How to get the GPS points of a polyline .

2012-01-29 Thread Chris Broadfoot
I'm confused - are you using the JavaScript Maps API to display a map, or Android MapView? If the former, look at the "encoding" library. If the latter, then use the Directions Web Service: http://code.google.com/apis/maps/documentation/directions/ Chris -- G+: http://chris

Re: [Google Maps API v3] Re: places_autocomplete.html example => example "google is not defined"

2012-01-29 Thread Chris Broadfoot
To add to what Larry said, the "//" is known as a "protocol relative URL". This won't work on file://, unfortunately. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Mon, Jan 30, 2012 at 11:31 AM, geocode...@gmail.com wrote: > On Jan 29, 2:20 pm, fearless_fool wrot

Re: [Google Maps API v3] Restricting the maps to certain domains by checking the referrer

2012-01-29 Thread Chris Broadfoot
On Sat, Jan 28, 2012 at 7:06 PM, Pil wrote: > My browser is not allowed to give away the referrer. This is for (my > own) security resons and to protect (my own) privacy. > Hi Pil, Could you tell me how you made this change to your browser? Cheers Chris -- G+: http://chrisbroadf

[Google Maps API v3] READ THIS FIRST: Posting Guidelines

2012-01-26 Thread Chris Broadfoot (Google Employee)
explanation of why a link is important, read this: http://www.geocodezip.com/why-including-a-link-is-critical.html If you need somewhere to host your page, you can use "urloritdidnthappen" or "jsfiddle": http://urloritdidnthappen.appspot.com/ http://jsfiddle.net/ Thanks

Re: [Google Maps API v3] Re: Show boundaries around city and sublocality

2012-01-26 Thread Chris Broadfoot
They don't use Google data - they have their own polygon data. -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Fri, Jan 27, 2012 at 9:41 AM, Pfoffie wrote: > but if that is so, how is it possible that some web-projects do use them > (e.g. Twitter)? > thanks for the

Re: [Google Maps API v3] Grid overlay on to map

2012-01-26 Thread Chris Broadfoot
Hi tezz, Try here as a starting point: http://code.google.com/apis/maps/documentation/javascript/examples/overlay-simple.html Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Thu, Jan 26, 2012 at 8:28 PM, tezz wrote: > Do someone have an example o

Re: [Google Maps API v3] Re: Show boundaries around city and sublocality

2012-01-26 Thread Chris Broadfoot
Unfortunately this is not possible at the moment. Please file a feature request on the issue tracker so that you and others can show support for this feature: http://code.google.com/p/gmaps-api-issues Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Fri

[Google Maps API v3] Re: How to determine road name overlaid by a line segment

2012-01-21 Thread Chris C
Actually my BIG question is how to determine if a line crosses a road and what point the crossing is. If I knew the point on the line crossed I could use the reverse Geocode API to determine the road name and address. On Jan 21, 2:40 pm, Chris C <1952m...@gmail.com> wrote: > I would l

[Google Maps API v3] How to determine road name overlaid by a line segment

2012-01-21 Thread Chris C
I would like to be able to query a road that has a line segment of my creation overlaying it. For example if constructed a line on a map and it intersected two roads, could I get the names of the roads that it crossed? -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Office Hours Hangout

2012-01-16 Thread Chris Broadfoot
w, or check the G+ post: https://plus.google.com/104108470253317688307/posts/fYcxJs2veKV Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

Re: [Google Maps API v3] Re: Google Maps API v3 & InfoBubble() Tabs

2012-01-01 Thread Chris Broadfoot
Hi all, It appears I broke tab switching with a recent change that made InfoBubble act more like the V3 InfoWindow. It's fixed now - please post again if you still have problems. Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Sun, Jan 1, 2012 at

Re: [Google Maps API v3] MVCObject: initialization and bulk updates

2011-12-28 Thread Chris Broadfoot
On Tue, Dec 27, 2011 at 7:34 AM, Tom Payne wrote: > Is there a better to way to handle object initialization? > Add the listeners *after* you've called setValues. For #2, if various _changed events trigger the same listener, you could buffer calls to that listener. -- G+: http://chrisbroadfoot

Re: [Google Maps API v3] Google Distance Matrix

2011-12-28 Thread Chris Broadfoot
Unfortunately not. The terms of service are quite explicit about this, as you found. Of course, my suggestion is to use a Google map to display the results of any services you're using :) -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Wed, Dec 28, 2011 at 11:12 AM,

[Google Maps API v3] Maps API office hours tomorrow

2011-12-21 Thread Chris Broadfoot
Hi all, I'll be hosting Maps API office hours with +Luke Mahe tomorrow. Time: 10-11am AEST (3-4pm PST) Come along to ask us any questions! https://plus.google.com/104108470253317688307/posts/YZNomutHq5U -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady -- You received t

Re: [Google Maps API v3] Re: API Console Counts

2011-12-15 Thread Chris Broadfoot
This was fixed last week, thanks for all the reports on this! -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Fri, Dec 2, 2011 at 1:26 PM, Chris Broadfoot wrote: > We're looking into it - looks like there's a problem with our graphs - as > far

Re: [Google Maps API v3] custom markers stopped working

2011-12-12 Thread Chris Broadfoot
Thanks Lori, Some marker seem to load, some don't. I've notified the KML team, I'll let you know what they say. FWIW it's easy to reproduce: http://maps.google.com/?q=http://climatehotmap.org/kml/land.kml Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.

[Google Maps API v3] Map data updates for the United Kingdom, Germany, Finland, and Sweden

2011-12-08 Thread Chris Broadfoot (Google Employee)
Web Services is refreshed following the update. For more information, please see our announcement on the Geo Developer Blog: http://googlegeodevelopers.blogspot.com/2011/12/map-data-updates-for-united-kingdom.html Many thanks, Chris Broadfoot Maps Developer Relations -- G+: http

Re: [Google Maps API v3] Re: how I can draw text with angle in the map?

2011-12-05 Thread Chris Broadfoot
... I'd love if you'd extend the Map Label library to support this, too. Send me a patch! I suggest either using CSS3 transforms to achieve this, but it's possible in canvas, too. Cheers Chris -- http://twitter.com/broady On Tue, Dec 6, 2011 at 2:40 PM, JKurtock wrote: >

Re: [Google Maps API v3] Re: Where are the ridefinder marker icons?

2011-12-05 Thread Chris Broadfoot
ew one, so existing maps should continue to function. I still do recommend you directly link to the new ones, it will save a 301 redirect for your users (and hence, be faster). You should see the redirects come alive within the next hour or so. Cheers Chris -- http://twitter.com/broady On Mon, Dec 5,

Re: [Google Maps API v3] Re: "Map Data" Window obscures Map

2011-12-04 Thread Chris Broadfoot
ce we check over 100 websites per day, it can take about 2-4 hours to complete. If you are the owner of this website, you will get an email confirmation once it's done. If you are a visitor, please come back later." Chris -- http://twitter.com/broady On Mon, Dec 5, 2011 at 12:00 PM

Re: [Google Maps API v3] Again: About the size of infowindows

2011-12-04 Thread Chris Broadfoot
Hi Pil, Response inline. On Mon, Dec 5, 2011 at 1:46 AM, Pil wrote: > > > The guys at the maps API team wanted to have control over the > infowindow size, so they implemented an algorithm that adjusts the > infowindow size dependant on the size of the browser window - bummer. > Don't ask me

Re: [Google Maps API v3] Disabling POI's InfoWindows - workaround found

2011-12-04 Thread Chris Broadfoot
icons but no info windows - beware this may potentially confuse your users, who are accustomed to being able to get information about a place by clicking its business icon. Cheers Chris -- http://twitter.com/broady On Sun, Dec 4, 2011 at 1:08 AM, blaaah wrote: > There have been some discu

Re: [Google Maps API v3] Re: API Console Counts

2011-12-01 Thread Chris Broadfoot
Hi all, We're looking into it - looks like there's a problem with our graphs - as far as I know we're actually counting quota correctly, just displaying it incorrectly. Chris -- http://twitter.com/broady On Fri, Dec 2, 2011 at 7:54 AM, Richard Davies wrote: > Yes, I

[Google Maps API v3] Re: Geocoding problem: always getting OVER_QUERY_LIMIT error

2011-11-30 Thread Chris Holland
I get the same thing when I try and request several geocodes. Where did you find the 8 per second limit, I have had to add a delay of 3 seconds after every 5 requests to get mine to work? I have signed up to a billable project and added the key to my map but I still appear to be limited to so ma

[Google Maps API v3] Re: Always Show Transit Lines

2011-11-29 Thread Chris Broadfoot (Google Employee)
Hi Kasper, Unfortunately there's no facility to force display of a feature that's otherwise hidden at a particular zoom level. Chris -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group,

Re: [Google Maps API v3] The distance between two points,a user-defined route?

2011-11-27 Thread Chris Broadfoot
I'm not sure what you're trying to achieve, could you use the "computeLength" function in the geometry library? http://code.google.com/apis/maps/documentation/javascript/reference.html#geometry Chris -- http://twitter.com/broady On Mon, Nov 28, 2011 at 1:42 PM, xinyu

Re: [Google Maps API v3] CSS for changing vertex icons in edition mode

2011-11-27 Thread Chris Broadfoot
Hi, It's not possible to change the anchor points of editable shapes. If you'd like this feature, please file it over on the issue tracker: http://code.google.com/p/gmaps-api-issues Cheers Chris -- http://twitter.com/broady On Sun, Nov 27, 2011 at 8:43 PM, Silver wrote: >

Re: [Google Maps API v3] Re: Google Maps V3 API & WinForm Usage

2011-11-27 Thread Chris Broadfoot
uot; but in all likelihood will work, and allows you to be compliant with the Terms of Service. Cheers Chris -- http://twitter.com/broady On Mon, Nov 28, 2011 at 6:32 PM, Mr.Pohoda wrote: > I suggest you to use GMap.NET. I've tried web control in my mobile > application and not all javas

Re: [Google Maps API v3] Re: How to add a domready event to an infoBubble

2011-11-27 Thread Chris Broadfoot
nt.addListener(infoWindow, "domready", function() > {load_rotator();}); > infoWindow.setOptions({content: responseText}); > infoWindow.open(map); > Ah, yes. I suppose this is not documented (for both InfoBubble *and* InfoWindow). If you could modify InfoBubble to act more l

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Chris Broadfoot
can use a site like jsfiddle to host the code. Cheers Chris * http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3

Re: [Google Maps API v3] LatLngBounds.toUrlValue() renders string incorrectly

2011-11-24 Thread Chris Broadfoot
way of deserializing (i.e. fromUrlValue) Cheers Chris -- http://twitter.com/broady On Thu, Nov 24, 2011 at 12:26 PM, tjgupta wrote: > I believe LatLngBounds.toUrlValue() should render a LatLngBounds in this > format (with a pipe in between the southwest and northeast coords): > > &

Re: [Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-16 Thread Chris Broadfoot
gManager Events: http://code.google.com/apis/maps/documentation/javascript/overlays.html#drawing_events Cheers Chris -- http://twitter.com/broady On Thu, Nov 17, 2011 at 11:50 AM, RoyHB wrote: > Chris - I'd like to be able to examine the lat/lon of nodes in a > polyline that I created with

Re: [Google Maps API v3] Re: Posting to the group

2011-11-16 Thread Chris Broadfoot
Your post was rejected because it didn't follow posting guidelines: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e Please post links instead of dumping many pages of code! It's much easier for people to help you. Chris -- http://twitter.

[Google Maps API v3] 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-15 Thread Chris Broadfoot (Google Employee)
I can be found here: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog Thanks, Chris -- 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@g

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

2011-11-15 Thread Chris Broadfoot
umentation/javascript/overlays.html#editable Cheers Chris -- http://twitter.com/broady On Wed, Nov 16, 2011 at 12:50 PM, Joseph Elfelt wrote: > Thanks for the 'head's up' Larry. > Lots to learn. > > -- > You received this message because you are subscribed to the Google

  1   2   3   4   5   6   7   8   9   10   >