[Google Maps API v3] Re: Google Fusion Tables - Do queries support the OR operator?

2010-08-08 Thread William
On Aug 9, 9:46 am, Paul wrote: > is the OR operator not supported? They will try to include it in future but it might be worth investigating what kind of OR queries might be possible with their distributed database infrastructure. >From what I've read, Fusion Tables are built from Megastore and

[Google Maps API v3] Re: reverse geocoding for various coordinates in indian-administered kashmir returns ZERO RESULT

2010-08-08 Thread loupiote
what you get there is in fact exactly the same as when asking for just "asia". the "kashmir" part of the request is ignored. the coordinate returned by google is somehow in the center of the "asia" region, which happens to be a point in china. On Aug 7, 5:43 am, Federico Ulfo wrote: > http://map

[Google Maps API v3] Re: reverse geocoding for various coordinates in indian-administered kashmir returns ZERO RESULT

2010-08-08 Thread loupiote
@Frederico. that's a different issue that you are having there. i have no idea what "kashmir asia" is, and even google maps does not find it. kashmir is not a country, it's a region. so try something like "kashmir india", which will return correct coordinates in kashmir. so you should start ano

[Google Maps API v3] reverse geocoding incorrectly indicates country = Bolivia for a location inside Argentina

2010-08-08 Thread loupiote
http://maps.google.com/maps/api/geocode/json?latlng=-24.871895,-65.696579&sensor=false some entries in the results indicate country = Bolivia in the "address_components" section. this coordinate is inside Argentina (and not even close to the Bolivia border) Where should i report this bug? { "

[Google Maps API v3] Re: reverse geocoding for various coordinates in indian-administered kashmir returns ZERO RESULT

2010-08-08 Thread loupiote
but i don't see why it should be the case. reverse geocoding could at least return all the names (e.g. city, region, etc), those are not disputed names. in that case, only the country is disputed (e.g. India vs Pakistan). but no-one disputes the fact that the name of the city is Srinagar! On A

[Google Maps API v3] Re: Firebug Error : markersArray[i].setMap is not a function

2010-08-08 Thread morningstar
Ahh...thank you very much.Arrays have always been a blind spot of mine. On Aug 7, 6:10 pm, Rossko wrote: > >www.alpha.atkariakoo.com > > markersArray is a collection of XML document elements ; these do not > have a .setMap() method. > > You need to build an array of API google.maps.Marker objects

Re: [Google Maps API v3] Re: RoadMap and SatelliteMap don't quite match?

2010-08-08 Thread Ben Appleton
google.maps.Map fires event 'maptypeid_changed' when its property 'mapTypeId' changes value: http://code.google.com/apis/maps/documentation/javascript/reference.html#Map Generally whenever any property of an MVCObject changes, the MVCObject fires a change event: http://code.google.com/apis/maps/do

[Google Maps API v3] Re: RoadMap and SatelliteMap don't quite match?

2010-08-08 Thread geocode...@gmail.com
On Aug 8, 10:06 pm, SCCY wrote: > As I was planning for the workaround: > Is it possible that when users switch to road map view / satellite > view, the marker is switched to a different location and the view is > re-centred? > > There is no map type switched event in v3 as far as I know, so I can

[Google Maps API v3] Re: RoadMap and SatelliteMap don't quite match?

2010-08-08 Thread SCCY
As I was planning for the workaround: Is it possible that when users switch to road map view / satellite view, the marker is switched to a different location and the view is re-centred? There is no map type switched event in v3 as far as I know, so I can't write an event handler to handle what is

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread tinem
Can't get this site to functioning either. NO ONE just have an example of the tutorial? I have made a version with the tutorial for v2 as you can see here http://www.findbiblioteket.dk/radius/ - just type zipcode 2800 for instance. And a lot of other sites but NOT for v3. -- You received this

[Google Maps API v3] Re: Google Fusion Tables - Do queries support the OR operator?

2010-08-08 Thread Paul
Thanks James - you were right - I was missing a second setMap() call. BTW - I'm pretty sure the answer is no from looking at the API- but you cant do custom style markers/circles with Fusion tables can you? On Aug 9, 1:43 pm, James McGill wrote: > Hi Paul, > > I suspect there may be a bug in y

Re: [Google Maps API v3] Re: Google Fusion Tables - Do queries support the OR operator?

2010-08-08 Thread James McGill
Hi Paul, I suspect there may be a bug in your code. You should definitely be able to add multiple layers to a map. Mind posting a snippet? Regards, James On Mon, Aug 9, 2010 at 11:53 AM, Paul wrote: > Hmmm - I tried that - but unfortunately it will overwrite the whole > layer - not merge the ma

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread Eddie LaRue
On Aug 8, 7:32 am, tinem wrote: > None of your links is functioning. :-(I have a working page at > www.celltreesinc.com. It is based on the tutorials, but has had other things > added. Just go to the maps page. -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Does Google Maps API Premier work under VPN ?

2010-08-08 Thread Kevin
Greetings All ! I am new here. The app I'm developing is sitting inside of my company's VPN, and the domain name of this app is visible only through VPN connection. Does Google Maps API Premier work well in this case ? Thanks . Kevin. -- You received this message because you are subscribed to

[Google Maps API v3] Re: Adjust list results on pan/zoom

2010-08-08 Thread William
On Aug 8, 2:51 am, Brian wrote: >  Redfin.com is a site that does this, > and I am trying to mimic that functionality. Someone from Redfin did speak at Google IO 2009 but that talk was mainly focussed on the V2 marker display in Redfin, not the data retrieval: http://code.google.com/events/io/20

RE: [Google Maps API v3] Upload Image with infowindow's form

2010-08-08 Thread Ralph Ames
This is not easy, but try this search on Google javascript upload image iframe ...and look for "hidden" Ralph - www.easypagez.com/maps/map_index.html www.easypagez.com/maps/v3_basicmap.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: Google Fusion Tables - Do queries support the OR operator?

2010-08-08 Thread Paul
Hmmm - I tried that - but unfortunately it will overwrite the whole layer - not merge the markers. It effectively deletes any markers in the first query that aren't in the second query. (If the second query returns nothing it will actually wipe all markers off the map) I might have to redo the tab

Re: [Google Maps API v3] Will deleting polygon also delete all LatLng objects

2010-08-08 Thread Ben Appleton
On Sun, Aug 8, 2010 at 2:17 AM, sgiddings wrote: > I create a polygon, based on user input, which can contain around 300 > LatLng objects. > When the user changes their choice, I need to delete the existing > polygon to create a new one taking into account the users changes. > > When I remove the

Re: [Google Maps API v3] Google Fusion Tables - Do queries support the OR operator?

2010-08-08 Thread James McGill
According to the Fusion Tables docs (http://code.google.com/apis/fusiontables/docs/developers_guide.html#Querying), an OR operator is not currently supported. However, you can achieve the same result by adding two layers, with the following queries: SELECT Location from 227069 WHERE NEXTG = 'GOOD

[Google Maps API v3] Re: How to dynamically add/remove Markers

2010-08-08 Thread Yurehi
Thanks very much for the tip which I did use. Despite my limited comprehension of Javascript, I was able to crudely hack my way through "Using the Associative arrays and Custom Icons" tutorial. l've now successfully managed to get my map to show the one static primary marker and toggle between dif

[Google Maps API v3] Google Fusion Tables - Do queries support the OR operator?

2010-08-08 Thread Paul
I'm having a problem with queries and fusion tables in V3. The table is located at http://tables.googlelabs.com/DataSource?dsrcid=227069 The map is located at http://www.cecc.com.au/internet_speed.php If I do a single operator query like "SELECT Location from 227069 WHERE NEXTG = 'GOOD' " - the

[Google Maps API v3] GOOGLE EARTH INTEGRATION

2010-08-08 Thread PHILLIP GEORGE
I have map developed using the Enterprise Google Maps API. How hard would it be to give people the option to use the Google Earth API? How much development time do you think it will take? http://gis.lacounty.gov/parkslocator/ -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Adjust list results on pan/zoom

2010-08-08 Thread geocode...@gmail.com
On Aug 8, 2:49 pm, Brian wrote: > Not sure what you are asking, but I am developing locally and my map > is in a "div" tag. I was asking for a link to your map, as we can't see what you are trying to do without one. As you are developing locally, that would involve making a publicly accessible v

[Google Maps API v3] Re: Adjust list results on pan/zoom

2010-08-08 Thread Brian
Not sure what you are asking, but I am developing locally and my map is in a "div" tag. On Aug 7, 4:08 pm, "geocode...@gmail.com" wrote: > On Aug 7, 9:51 am, Brian wrote: > > > I am trying to dynamically adjust a list of results which are within > > the bounds of my map.  My results are JSON for

[Google Maps API v3] Re: Pointers not displaying when in Earth view

2010-08-08 Thread Rossko
> Example of the imageshttp://www.triplogik.com/dev/ Can't debug a screenshot > If you want to see it in the app it can be had > herehttp://www.triplogik.com/downloads.htm Where? Can't find a map on your website -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: insert marker and controls

2010-08-08 Thread geocode...@gmail.com
On Aug 8, 4:43 am, snafu4685 wrote: > Here is the linkhttp://www.thegallery.us/map/iframe.htm That is a v2 map. As I said in my earlier response, the v2 group is: http://groups.google.com/group/google-maps-api/topics?hl=en I see both controls and a marker on that map, so I'm not sure what your

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread tinem
None of your links is functioning. :-( -- 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 google-maps-js-ap

[Google Maps API v3] Upload Image with infowindow's form

2010-08-08 Thread Greg45
Hello, I follow the tutorial of google : http://code.google.com/intl/fr/apis/maps/articles/phpsqlinfo_v3.html And I use this code for my website. I have a question, It's possible to put inside my infowindow's form, a function to upload an image ? I try with a lot of script but everytime with no

Re: [Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread Federico Ulfo
Hi Tinem, I've an example for the use of api v3 client side here: www.federicoulfo.it/tuscany.html (front-end) and www.federicoulfo.it/tuscany_admin.html (back-end) server side you need to create a database (mysql is ok) and to read / write from it (php is ok) Cheers 2010/8/8 tinem > On 8 Jul.,

[Google Maps API v3] Re: Google Maps API v3 Store Locator

2010-08-08 Thread tinem
On 8 Jul., 06:52, tinem wrote: > I would also like to see a working example of this > codehttp://code.google.com/intl/da/apis/maps/articles/phpsqlsearch_v3.html > instead of just an image. Someone know where this example is to test, > please? NO ONE have a working example to show just as the tut

[Google Maps API v3] Re: insert marker and controls

2010-08-08 Thread snafu4685
Here is the link http://www.thegallery.us/map/iframe.htm On Aug 7, 7:07 pm, "geocode...@gmail.com" wrote: > On Aug 7, 3:04 pm, snafu4685 wrote: > > > OK i am new at this. how do i insert controls (map, satellite, > > terrain) and marker it seems that i can do one or the other but not > > both.

Re: [Google Maps API v3] Re: Map shows up in IE but not in Firefox

2010-08-08 Thread Federico Ulfo
try to substitute the special characters http://www.w3schools.com/tags/ref_entities.asp for example substitute è with è bye 2010/8/8 Lennart K > Hi again, > I tried the various suggestions kindly posted here, but it seems like > I still do something wrong or don't quite understand how to use t

[Google Maps API v3] Pointers not displaying when in Earth view

2010-08-08 Thread TimBox
Hi We have an app that uses Maps, Satellite, Terrain and now the Earth Plug in. But the markers which show up in the first three just show up as X in the Earth view. Were just sending exactly the same data for all map types Obviously something simple but no idea what. Any help? Example of the

[Google Maps API v3] Re: switching between earth and map views

2010-08-08 Thread Rossko
> http://oneperspective.net/example.htm You're using V2 of the API. V2 group is over here http://groups.google.com/group/Google-Maps-API -- 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 go

[Google Maps API v3] Re: Saving and Editing Multiple Markers on One Map

2010-08-08 Thread Rossko
> I'm trying to figure out a way that will let my visitors add markers > to my map and then when they revisit the page the markers will still > be there. Have a look through some of these http://code.google.com/apis/maps/documentation/javascript/articles.html http://google-latlong.blogspot.com/201

[Google Maps API v3] switching between earth and map views

2010-08-08 Thread jt
http://oneperspective.net/example.htm Am trying to figure out why earth plugin borders and roads do not always display as intended when switching map types. The example linked above includes a type control that supports switching between maptype=map and maptype=earth. The first time you switch f

[Google Maps API v3] Re: Pls. help polygon points from database

2010-08-08 Thread Grok Lobster
Does not sound like a problem with the maps API. On Aug 7, 10:28 pm, Kenu wrote: > uhm the polygon actually works when inputted with  glatlng values... > the xml file also works fine.. can u suggest another way of placing > polygon points from the database into an mvc array. Thanks again :) --