[Google Maps API v3] Select multiple in _FT query javascript styling

2012-02-14 Thread Thoern
Hello, how do I select multiple "types" to have the same style when setting a style in a Fusion table. Tried as below where: "'description' = 'asphalt','stones','wood' ", where: "'description' in ( 'asphalt','stones','wood') ", where: "'description' = 'asphalt' or 'description' = 'stones' or

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

2012-02-14 Thread Tom Payne
Are there any plans for any Office Hours that are compatible with working hours in Central Europe? 4pm Sydney time is 6am here, 10am Pacific time is 7pm here. Cheers, Tom (Switzerland / CET) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

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

2012-02-14 Thread Andrew Leach
On 14 February 2012 11:12, Tom Payne wrote: > Are there any plans for any Office Hours that are compatible with > working hours in Central Europe? 4pm Sydney time is 6am here It's even earlier than that in the UK! Perhaps these hangouts can be recorded and made available for replay later? -- Y

[Google Maps API v3] Style multiple types with one query Style Fusion Tables

2012-02-14 Thread Thoern
Hello, how do I select multiple "types" to have the same style when setting a style in a Fusion table. Tried as below where: "'description' = 'asphalt','stones','wood' ", where: "'description' in ( 'asphalt','stones','wood') ", where: "'description' = 'asphalt' or 'description' = 'stones' or '

Re: [Google Maps API v3] Select multiple in _FT query javascript styling

2012-02-14 Thread Barry Hunter
As far as I know its a standard 'WHERE' cause from the FT API https://developers.google.com/fusiontables/docs/developers_guide#Querying ... there is no OR but IN should work. where: "'description' in ('asphalt','stones','wood')", On Tue, Feb 14, 2012 at 11:02 AM, Thoern wrote: > Hello, how

[Google Maps API v3] Re: Markers Suddenly Missing

2012-02-14 Thread geocode...@gmail.com
On Feb 13, 11:42 pm, Pil wrote: > Line 7 >   > > should be removed. > > Character-encoding declaration is missing. > > The following line initiates the content string of *every* marker > content > > var contentString = ''+ > > Ever heard that the value of an id attribute should be unique? That is

[Google Maps API v3] Re: Markers Suddenly Missing

2012-02-14 Thread Pil
On Feb 14, 3:23 pm, "geocode...@gmail.com" > That is all well and good.  But specifying v=3.6 on a local copy of > that page shows all the markers, while the nightly build does not. Lesser fault tolerance is often better, more stable and more robust. Try to replace the id attributes with class

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

2012-02-14 Thread Pil
On Feb 10, 8:47 pm, Andrew C Leach > I did think this would happen at some point. Pity. At least better than the interface of the new groups - in any case. Although the decision is interesting: No propaedeutic announcement, no questions to the top posters of the group, very internal and closed.

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

2012-02-14 Thread geocode...@gmail.com
On Feb 14, 11:11 am, Pil wrote: > On Feb 10, 8:47 pm, Andrew C Leach > > > I did think this would happen at some point. Pity. > > At least better than the interface of the new groups - in any case. > > Although the decision is interesting: No propaedeutic announcement, > no questions to the top po

[Google Maps API v3] Page click event propagation-bug?

2012-02-14 Thread Ryan
I am using jquery to register a click event on the page like so: $("html").click(function(){ // do stuff }); Except I don't want the click events to propagate to the google map or any of its elements. I've tried: $("#mapdiv").click(function(event){ event.stopPropagation(); }); and altering

[Google Maps API v3] To Many queries error 620

2012-02-14 Thread nikolaosv
We are getting this error Too many queries http://maps.google.com/maps/geo?key=AIzaSyDfByaRszNUYGnmADq_8obCGVWpdEytiII&output=json&q=91504 {"Status":{"code":620,"request":"geocode"}} On our website shop.bangstyle.com But if we manually go to the that link, the results are returned properly We a

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

2012-02-14 Thread Grok Lobster
You should be fine. -- 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/-/SpwN0kGyX4YJ. To post to this group, send email to google-maps

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

2012-02-14 Thread Joseph Elfelt
I have enjoyed being able to simply scan the topic headings in this group and click on any that caught my eye. Doing this gave me a warm feeling (perhaps misplaced) that I was 'keeping up' with the ebb and flow of maps API knowledge. Sigh... OK, over on SO I subscribed to the tag 'google-maps-ap

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
On Wed, Feb 15, 2012 at 12:52 PM, Joseph Elfelt wrote: > I have enjoyed being able to simply scan the topic headings in this > group and click on any that caught my eye. Doing this gave me a warm > feeling (perhaps misplaced) that I was 'keeping up' with the ebb and > flow of maps API knowledge.

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...@gmail.com>

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

2012-02-14 Thread Chris Broadfoot
This is the deprecated API. You're also using a new-style key, which I didn't think was allowed. Try the new Geocoding API: http://code.google.com/apis/maps/documentation/geocoding/ Also, for future reference, try the Web Services group: http://groups.google.com/group/google-maps-api-web-services

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

2012-02-14 Thread Nikolaos Vassos
Hi Chris, the api was created by the Google Services page. I will check the deprecated code, thank you. Nicholas Vassos On 2/14/2012 6:20 PM, Chris Broadfoot wrote: This is the deprecated API. You're also using a new-style key, which I didn't think was allowed. Try the new Geocoding API: htt

[Google Maps API v3] Terms of Service "wrapper" section

2012-02-14 Thread Andrew
Hi, I just started using the maps api and would like to make an app for webOS, specifically for the Touchpad. My plan is to allow users to search for businesses with Google Places, Yelp, and Yellowpages, show their locations on the map and then get directions. I feel like this doesn't constitute

[Google Maps API v3] Re: Terms of Service "wrapper" section

2012-02-14 Thread Masashi.K
"Wrapper service" in the TOS means that some service provides map functions using Google Maps API such as tile, geocodingetc. The application you want to create using Google Maps API, it doesn't seems like wrapper service. Because you provides information on the map, not map itself. So I think