[Google Maps API v3] Route will not cross border

2017-02-12 Thread Paul Shelley
Hi, I need to create a route that crosses the Italian Austrian border at Timmelsjoch by car. I can travel up to it in either direction but not across. It will allow me to do it by cycle but not by car, any ideas anyone please? https://www.google.co.uk/maps/dir/Timmelsjoch+Hochalpenstra%C3%9Fe/

[Google Maps API v3] Re: How can I do this with the v3 Maps API?

2015-12-03 Thread Paul Ferguson
SamF, did this solution work for you? Or did you find a better way? TIA! On Thursday, January 13, 2011 at 2:17:54 AM UTC-8, Martin Matysiak wrote: > > Using the Google Places API you could output the different > establishments in your area. You can't search for a specific type, > though. Inste

[Google Maps API v3] Openlayers and licensing

2013-08-30 Thread Paul Degnan
This question is intended for the Google employees monitoring the list; I was directed to post here with my issue. Sorry if it seems irrelevant to other listers (though it probably won't!) I have recently gotten the email from Google informing me that my usage has exceeded 25k for three months

[Google Maps API v3] Re: Itinéraire avec plusieurs adresses

2012-08-01 Thread Paul
There is a limit to the google directions service: https://developers.google.com/maps/documentation/javascript/directions#Waypoints Try this instead: http://www.routexl.com -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To v

Re: [Google Maps API v3] Re: Marker shifts position (relative to image) when switching from overhead to 45 degree view. Fix?

2012-04-12 Thread Paul Goldstein
I have filed this bug: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4070 Basically it seems that Google is using a lat/lngs based on an overhead view to determine lat/lng on a tilted view. This is wrong. Paul G. On Sun, Apr 8, 2012 at 7:34 AM, Nianwei Liu wrote: > Elevat

Re: [Google Maps API v3] Re: Marker shifts position (relative to image) when switching from overhead to 45 degree view. Fix?

2012-04-12 Thread Paul Goldstein
I have filed this bug: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4070 Any thoughts on it, work around, etc? Paul G. On Sun, Apr 8, 2012 at 7:13 AM, Enoch Lau (Google Employee) < enoch...@google.com> wrote: > If you believe there's a bug in the API, please file

[Google Maps API v3] Re: Draggable Markers and Directions (linking to Google's own page)

2012-01-09 Thread Paul Melhuish
After a lot of trial and error and searching on various Javascript forums and tutorials, I managed to find the solution. The page linked to above will now disappear. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this

[Google Maps API v3] Draggable Markers and Directions (linking to Google's own page)

2012-01-08 Thread Paul Melhuish
First I have to confess to being something of a javascript virgin, so I am finding Google Maps a bit of a struggle. However I have nearly achieved a nice page to provide directions to a hotel from any start point. I am just stuck on the final stage of passing the right arguments in the link to

[Google Maps API v3] Re: which version to use and how do I add a date

2011-11-08 Thread Paul
n't see the map link I posted. Paul. On Nov 9, 12:43 am, Paul wrote: > Hi, > I have two items that I need assistance with (assuming you are > willing) > I have a map that is based on a map shamelessly taken fromhttp://wolfpil.de > called “Toggle-Cats” > I have adapted it with

[Google Maps API v3] which version to use and how do I add a date

2011-11-08 Thread Paul
Hi, I have two items that I need assistance with (assuming you are willing) I have a map that is based on a map shamelessly taken from http://wolfpil.de called “Toggle-Cats” I have adapted it with some css to fill the screen and filled it with the type of data I will need. The map is here http://ma

[Google Maps API v3] How to I make a marker that moves?

2011-11-06 Thread Paul Bono
I am trying to track a car that outputs GPS coordinates to me. I have no issue grabbing the coordinates but I do have trouble getting the marker to move from its initial state. I've looked online and could only find examples for marker movement in the v2 JavaScript API. I however would like

[Google Maps API v3] Deploying map mashup to a remote site

2011-10-18 Thread John Paul Hardy
I am currently developing an advertising unit, which consists of a Google Map with markers over certain cities. The intention is that when a user clicks on the city marker it links back to the relevant page on my site. This would be given to affiliates as HTML/Javascript to place on their site

[Google Maps API v3] Re: Do I need to do URL Signing when using google.maps.geocoder?

2011-10-05 Thread Paul Rong
Thanks Bruce. I will contact Google support for more information too. -- 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/-/Sy8Zp23VQ6wJ

[Google Maps API v3] Do I need to do URL Signing when using google.maps.geocoder?

2011-10-04 Thread Paul Rong
We just got Google Maps API Premier Client ID and private Cryptographical key. Currently we are using V3 Google Maps JavaScript API. For geocoding, google.maps.geocoder is used. My understanding is that, you need to do URL signing for geocoding Google Maps web services. Do you need to do URL si

[Google Maps API v3] "REQUEST DENIED" on brand new API key...

2011-09-16 Thread Paul Robinson
333,-2.85 What we get back: \n\n REQUEST_DENIED\n\n If somebody from Google can look at this I'd be grateful! IP addresses below if that helps: Development: 94.193.82.41 Production: 46.20.228.33 Thanks, Paul -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Is it permissible to use Google tiles obtained via the API in other mapping libraries?

2011-08-29 Thread Paul Spencer
The Google Maps v3 API provides a getTile method which returns a DOM element containing a tile for a specific geographic point and zoom level. Is it permitted by the Terms of Use to use a different library to display/manage these tiles, i.e. OpenLayers, as long at the tiles are obtained via the

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-21 Thread Paul
Its not so much about streetview accuracy its about the address in google maps.. just seems that the API doesn't provide same accuracy as maps.google.com.. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussi

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-16 Thread Paul
Hey Davie, Thanks for your messages. Ok so for streetview it seems its sometimes not spot on, I take it does this mean the maps is also sometimes out a bit or do you find this is more exact? To have very close by (like a couple of houses along) this is ok, I've also seen cases where it is show

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-15 Thread Paul
the streetview does show exact location using maps.google.com, as it does for maps.. are you saying that you think with the api you can't pinpoint location to number on street level?.. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-14 Thread Paul
Hey so look here is if I i search in maps.google.com it's able to show the exact address in streetview http://maps.google.com/maps?q=61A+De+Beauvoir+Road,+Hackney,+London+N1+5AU,+United+Kingdom&hl=en&ll=51.539202,-0.07993&spn=0.005232,0.014355&sll=51.539990,-0.081193&sspn=0.006295,0.006295&layer=

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-13 Thread Paul
Hey Jeff, The spelling is just wrong in the code, I can't update it right now but will later. Assume that the address is right '61A De Beauvoir Road', I can assure you it won't pinpoint this *or any other address* because it is not recognising the housename or street number. I know google has

[Google Maps API v3] Help displaying exact location in gmaps

2011-08-12 Thread Paul
here http://bhartisolutions.net/street/street_view.html I'm trying to pinpoint location of 61A de bauvoir road,London,n1 5au the '61A' is not being included in the result.. Be grateful if someone could point out what needs updating in the code to get an exact address displayed

[Google Maps API v3] Re: Displaying multiple contacts at same location

2011-08-02 Thread Paul
FYI, got it working with both the clusterer AND the spiderfier. Essentially, it uses the clusterer down to the set zoom threshold, then the spiderfier takes over from there - seems to work very well! Paul On Aug 2, 12:28 am, Paul wrote: > Thanks for the insight, very helpful! > > I&

[Google Maps API v3] Re: Determine if an InfoWindow is open for a particular marker?

2011-08-02 Thread Paul
Thanks, that's the method I ended up using, just wondered if there were any built-in mechanisms for tracking InfoWindow state. On Aug 2, 4:05 pm, "geocode...@gmail.com" wrote: > On Aug 2, 12:41 pm, Paul wrote: > > > Thanks for the help guys... it's almost what I

[Google Maps API v3] Re: Determine if an InfoWindow is open for a particular marker?

2011-08-02 Thread Paul
.com/demos/single-infowindow.php > > The central idea: write a click listener for the map variable, so, > when you click anywhere (different from the marker of course), call > the function close of the infowindow variable. > > -- > Alex Franco > > On 2 ago, 01:18, Paul

[Google Maps API v3] Re: Determine if an InfoWindow is open for a particular marker?

2011-08-01 Thread Paul
p is loaded onto the same page that I will be trying to determine the state of the InfoWindow, and I have access to the variables that are being used to hold the Map, Markers, marker content and the InfoWindow. Paul On Aug 2, 1:06 am, "geocode...@gmail.com" wrote: > On Aug 1, 9:35 pm,

[Google Maps API v3] Determine if an InfoWindow is open for a particular marker?

2011-08-01 Thread Paul
I am trying to determine the 'state' of the InfoWindow that is mapped to a particular Marker. Essentially, in the google.maps.event.addListener() call, I'd like to check to see if the InfoWindow is already open, and if it is, close it. Is this possible? Thanks! -- You received this message beca

[Google Maps API v3] Re: Displaying multiple contacts at same location

2011-08-01 Thread Paul
Thanks for the insight, very helpful! I'd love to use the linked solution, but I am already using a Clusterer for the sheer volume of markers, don't think I can combine the Clusterer with the Spider-solution though... On Aug 1, 2:37 pm, "geocode...@gmail.com" wrote: >

[Google Maps API v3] Displaying multiple contacts at same location

2011-08-01 Thread Paul
Hi all. I have a question posted over at StackOverflow that is drawing flies, so I am hoping for some more feedback here if possible. Here is the question: http://stackoverflow.com/questions/6873567/gmaps-dozens-of-entries-at-same-address In a nutshell, I have a map that contacts are mapped onto

[Google Maps API v3] Locality not always returned, even though sublocality is known

2011-07-26 Thread Paul Duey
I am using jquery gmap3 plugin to do address autocomplete. I've found one anomaly. In the 2 following queries, the first includes the street number, route (street), and sublocality while the second also includes the administrative_area_level_1 (state). Both queries return a complete street

[Google Maps API v3] Re: Geocoding Limit

2011-07-04 Thread Paul
Got it. Have increased the spacing out a bit more, to two seconds. WIll add in logic to retry queries at longer intervals if they fail. Thanks again, Paul On Jul 4, 1:33 pm, Barry Hunter wrote: > Well its not just that you get 2500 lookups every 24 hour window, its > that you get to mak

[Google Maps API v3] Re: Geocoding Limit

2011-07-04 Thread Paul
, and the half-second sleep and all seems to be well. Would be great if I could figure out why limits are being hit when I am sending data one at a time, but this seems to work for now. Thanks for the suggestions, Paul On Jun 28, 9:02 am, Andrew Leach wrote: > On 28 June 2011 13:55, geoc

[Google Maps API v3] Re: Geocoding Limit

2011-06-28 Thread Paul
Will incorporate both of these suggestions, thank you! On Jun 28, 9:02 am, Andrew Leach wrote: > On 28 June 2011 13:55, geocode...@gmail.com wrote: > > > > > Only geocode the ones that have changed. > > > Or geocode them as part of the "change" allowing the user to adjust > > the result as requi

[Google Maps API v3] Re: Geocoding Limit

2011-06-28 Thread Paul
Ok, have added a sleep call, spacing the requests out to every half- second and things are back running. Would welcome any suggestions on a better solution if this is the wrong approach to using the geocoding service. Thanks On Jun 28, 7:30 am, Paul wrote: > I have a table of contacts w

[Google Maps API v3] Re: Geocoding Limit

2011-06-28 Thread Paul
oding takes place over an hour or so? On Jun 27, 11:30 pm, Chris Broadfoot wrote: > Yes, geocoding is rate limited. Why are you batch geocoding? > > --http://twitter.com/broady > > > > > > > > On Tue, Jun 28, 2011 at 11:17 AM, Paul wrote: > > Last week I w

[Google Maps API v3] Geocoding Limit

2011-06-27 Thread Paul
Last week I was testing a geocoding script that would run nightly via CRON and make ~600 calls/night. During testing, I inadvertently went over my daily limit one day, and now almost a week later, when the script runs nightly, I am still getting the OVER_QUERY_LIMIT response... I have triple checke

[Google Maps API v3] Re: Accessing innerHTML of a div in a custom control

2011-06-23 Thread Paul Smith
I've never been a big fan of "wait for sometime and hope" code, although I appreciate it often works :-). Is there a more rigourous way to achieve what you are doing, i.e. wait for the DOM to create the object? And on a general Javascript theme, there seem to be lots of instances where a scri

[Google Maps API v3] Re: Get "map control styles"

2011-06-22 Thread Paul Smith
Go and look at the control-custom.html code sample. Does the "user created button" look professional to you when compared to the standard controls? And no, I don't want to be creating new button styles every time someone at Google decides that the standard formats should change. Nor do I wa

[Google Maps API v3] Get "map control styles"

2011-06-21 Thread Paul Smith
It seems from other posts that it is not possible to get hold of the "style" of the various controls. For example the "how to create a custom control" demo, produces buttons which look very out of place compared to the standard "Map/Satellite" buttons. If the Google APIs are to be used to create

Re: [Google Maps API v3] Re: Rookie Migrating to V3

2011-06-14 Thread Paul Cunningham
Thanks Rossko. Your help is very much appreciated! Paul On Tue, Jun 14, 2011 at 9:11 PM, Rossko wrote: > > Firefox is telling me this: > > > > Error: document.getElementById("latbox") is null > > It speaks the truth > In your HTML >this element

Re: [Google Maps API v3] Re: Rookie Migrating to V3

2011-06-14 Thread Paul Cunningham
Thanks Jeremy! That worked a treat! And yes, you are a generally cool guy! Cheers, Paul On Tue, Jun 14, 2011 at 9:06 PM, Jeremy Geerdes wrote: > This is because you don't have an element with the id latbox. You have an > input with the name latbox, but that's not the same th

Re: [Google Maps API v3] Re: Rookie Migrating to V3

2011-06-14 Thread Paul Cunningham
e to V3 to get it to work again. Thanks again guys! Paul On Tue, Jun 14, 2011 at 8:03 PM, Rossko wrote: > Partly, it is not clear what you want now. > Your v2 map doesn't work outside of IE - are you looking for a fix for > that, or don't care anymore? > > Your v3 map is sti

[Google Maps API v3] Looking for a google maps API expert

2011-05-20 Thread Paul Froome
des), product groups, Dealer names addresses, Dealer summary, Emails, contact phone number etc... The map must be editable easily and then be able to embed on a website. 960 wide. please email me on p...@lwscreative.co.uk Thanks Paul -- You received this message because you are subscribed t

[Google Maps API v3] Looking for a google maps API expert

2011-05-20 Thread Paul Froome
des), product groups, Dealer names addresses, Dealer summary, Emails, contact phone number etc... The map must be editable easily and then be able to embed on a website. 960 wide. please email me on p...@lwscreative.co.uk Thanks Paul -- You received this message because you are subscribed t

[Google Maps API v3] Google Maps API marker image not visible on mobile device when below 55px

2011-05-10 Thread Paul Hayes
icon: image }); currentMarker.setMap(map); map.setCenter(myLatlng); does anybody know why the image size effects it being displayed? Paul -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Re: Dropdown select when multiple markers

2011-04-07 Thread Paul Frost
your help. On Apr 7, 5:09 am, "geocode...@gmail.com" wrote: > On Apr 6, 4:49 pm, Paul Frost wrote: > > > I hate to be a pain but... > > > Would it be possible to bypass the read in data from xml file and > > just read in a hardcoded list within the script (I

[Google Maps API v3] Re: Dropdown select when multiple markers

2011-04-06 Thread Paul Frost
;); map.addOverlay(marker); Example here: http://www.stag-orienteering.co.uk/home/events/ Paul On Apr 6, 10:57 pm, Paul Frost wrote: > Thanks Larry > Yes I did miss it, I read the first bit of your reply and didn't > notice the link after my quoted text. > I appreciate the he

[Google Maps API v3] Re: Dropdown select when multiple markers

2011-04-06 Thread Paul Frost
Thanks Larry Yes I did miss it, I read the first bit of your reply and didn't notice the link after my quoted text. I appreciate the help. Paul On Apr 6, 9:48 pm, "geocode...@gmail.com" wrote: > On Apr 6, 1:35 pm, Paul Frost wrote: > > > I'd linked to the generi

[Google Maps API v3] Re: Dropdown select when multiple markers

2011-04-06 Thread Paul Frost
vents So I want the Basoc site to have the dropdown select like the Clyde site but using the V3 API I'll edit the code to make it work with data from the ExpressionEngine CMS I use, repeating the loop where the points are added to the map. Paul On Apr 6, 12:52 am, "geocode...@gmail.co

[Google Maps API v3] Re: Dropdown select when multiple markers

2011-04-05 Thread Paul Frost
the javascript skills to work out what needs to change to make it generate a dropdown select instead of the sidebar. Apologies if I have asked in the wrong place, I'm not sure where else to ask this sort of question. Paul On Apr 5, 7:20 pm, "geocode...@gmail.com" wrote: > On A

[Google Maps API v3] Dropdown select when multiple markers

2011-04-05 Thread Paul Frost
I'm looking for a V3 version of this example using a dropdown select menu to open info windows when there are multiple markers. (API V2) by Mike Williams - http://econym.org.uk/gmap/example_map15c.htm This should be more usable than a sidebar list on mobile devices. -- You received this message

[Google Maps API v3] scroll wheel zoom UI feedback missing

2011-03-30 Thread Paul Miller
I'm trying to find a way to add some UI feedback to scroll wheel zoom in firefox. In chrome, the map zooms visibly and you know your mouse wheel did something. In firefox, at least on mine, there's virtually no feedback until seconds later when the new tiles start loading. On the regular old goo

[Google Maps API v3] click on map returns wrong location with new APIs and new iOS Safari

2011-03-10 Thread Paul Demers
Hi, My application works on all browsers (that I have to test on) with API 3.2. With API 3.3 and 3.4, it works on all browsers except Safari on iPhone/iPad/iPod with iOS 4.3. With iOs 4.3 with API 3.3 or 3.4, when I click on the map, the returned geo location is a few thousand miles sou

[Google Maps API v3] Re: Marker icon and designating position

2010-12-10 Thread Paul
Oh, wow. Thank you for the very quick reply. I'm kind of embarrassed that I missed that now. -Paul On Dec 10, 4:20 pm, "geocode...@gmail.com" wrote: > On Dec 10, 2:16 pm, Paul wrote: > > > This isn't a huge issue, but it does throw things off a good bit

[Google Maps API v3] Marker icon and designating position

2010-12-10 Thread Paul
he marker class documentation, and I've already set the icon as close to the bottom as possible, but it's still not as it should be. Thanks, Paul -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this

[Google Maps API v3] Re: Open info window of data in KML

2010-11-12 Thread Paul
Alright then. Thank you very much for you help. -Paul On Nov 12, 5:06 am, Chad Killingsworth wrote: > Interacting with a KML feature now is only possible via an actual > click event. It's a common request (myself on the list) to be able to > trigger that event given a placemark

[Google Maps API v3] Re: Open info window of data in KML

2010-11-11 Thread Paul
present the organization. Thanks guys. On Nov 11, 7:21 pm, Chad Killingsworth wrote: > Take a look at this > issue:http://code.google.com/p/gmaps-api-issues/issues/detail?id=139 > > Chad Killingsworth > > On Nov 11, 4:57 pm, Paul wrote: > > > > > > > > > I

[Google Maps API v3] Open info window of data in KML

2010-11-11 Thread Paul
pt of my map. Say the mapname is map, and a kml file named doc.kml has a placemark id of "ID_00391". How do I open the info window without a click event on the map? I have link on the html portion of the page that connect with and control the map. Thanks, Paul -- You received this mess

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Yes, thanks again. -- 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-api-v3+unsubscr...@goo

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Thanks Larry your a star, The names of the arrays had confused me, now you've pointed that out it seems to make more sense and I've got it working: http://www.s218287072.websitehome.co.uk/sample.php Does this look ok to you? Paul -- You received this message because you are subscri

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Yes I've spotted that and amended it but still get: markers[i].setVisible is not a function in the console? -- 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...@googlegroup

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
debug js with it. Paul. -- 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-api-v

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Hi Larry, Don't know what you mean with regards to 'mangled', have no idea what debugger your using and the text is in red in my post? Here is a link to the live page:mySample Kind regards Paul. -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Is the Maps API the right tool for a 'Store Locator'?

2010-10-01 Thread Paul
gle Maps can be used as a Store Locator, if anyone has recommendations or examples they can point me towards I would appreciate it immensely! Paul -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, se

[Google Maps API v3] Printing problem

2010-09-24 Thread Paul
Hello, I have set up a travelling salesmen route planner, optimizing the order of waypoints beyond the 10 locations of v3. You can check it out at http://www.routexl.nl It is in dutch, but if you just click some locations on the map to add waypoints, press the "Vind route" button, it should show so

[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-18 Thread Paul
Thank you for the information, i changed the code now that the addmarkers is outside the initialize function, so i hopefully opend the site and see but now i got the error that my JSON file would not be there (Crome) or that it is wrong (Firefox). I ran the json to a validator but it said everythin

[Google Maps API v3] Re: Combining FastMarker and JSON

2010-09-17 Thread Paul
Sorry i forgot to post the link http://www.doe-de-polischeck.nl/paultest/enkelelayer.html the strange thing is that now i got another error, i got rid of the google error but now i got the error that my function is not defined On 17 sep, 17:32, Rossko wrote: > > The error i get is that google i

[Google Maps API v3] Combining FastMarker and JSON

2010-09-17 Thread Paul
Hello, I am trying to combine two scripts from the I/O google presentation: http://code.google.com/p/multimarker/source/browse/trunk/fast-marker-overlay/maps-v3/src/FastMarkerOverlay.js?r=6 with http://weareallrobots.com/demos/map.html My purpose is to load the google markers from a JSON file and

[Google Maps API v3] Info window not opening on marker click.

2010-09-11 Thread Paul Skinner
Basic layout: Multiple markers each with own info window. Marker/info window data held in array. Loop to read through and add markers/info windows to map (upon click for the latter). Problem: Info windows don't open upon click of attached marker. Other info: The markers themselves load fine. Li

[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 m

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

2010-08-08 Thread Paul
er, you can achieve the same result by adding two layers, with > the following queries: > > SELECT Location from 227069 WHERE NEXTG = 'GOOD' > > SELECT Location from 227069 WHERE NEXTG = 'PART' > > Regards, > James (Google Employee) > > On Mon, Aug 9

[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] - troubles loading Dynamically via Loader with Mootools

2010-07-02 Thread Paul Saukas
OK I am working on a Mootools class to help me shorten up some things for a work project. My problem is I am unable to load the maps API from a Mootools class. the page seems to hang up on the loading of the scripts from Google and will not output any of the HTML or remaining JS on the page. I ha

[Google Maps API v3] Re: Two types of icon images to display at the same time

2010-06-08 Thread Paul
Thanks a lot. That was the problem all along. Really appreciate it!!! ~Paul On Jun 8, 4:20 pm, Rossko wrote: > KML files are cached at Google for some hours. > If you submit a 'bad' file like >    http://www.crwa.org/water_quality/monthly/mts_boat.kml > and later fix it .

[Google Maps API v3] Re: Two types of icon images to display at the same time

2010-06-08 Thread Paul
Yeah that makes sense. It must be defaulting to a regular icon since I did not specify a shadow image and there are shadows in the map. But even with an absolute path to the file it does not work. Something must be wrong with the kml file but I cannot find any major differences besides the , ,, and

[Google Maps API v3] Re: Two types of icon images to display at the same time

2010-06-08 Thread Paul
gt; of kml style is that anyway ? i thought kml allways look something > > like: > > > " > > http://earth.google.com/kml/2.0"; > > xmlns:atom="http://www.w3.org/2005/Atom";> > > > > My Tracks running on Android > atom:author> > >

[Google Maps API v3] Two types of icon images to display at the same time

2010-06-08 Thread Paul
http://www.crwa.org/water_quality/monthly/monthly.js (this is where the main map code is) Thanks, Paul -- 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...@google

[Google Maps API v3] openInfoWindowTabsHtml replacement in V3?

2010-01-20 Thread Paul Cotgrove
Hi I want to add tabs to an infowindows using the V3 api but I cant find any functions related to this! I v2 I used openInfoWindowTabsHtml - is there a replacement for this functionality in v3? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Googl

[Google Maps API v3] Re: FYI: New Release (2010/01/20)

2010-01-20 Thread paul
I'm not sure if the fix is live yet or this worked but I followed Esa's advice of explicitly stating the size in mapOptions and the map is now loading. Oddly enough I was defining the dimensions in the CSS already and the div was not hidden. -- You received this message because you are subscribed

[Google Maps API v3] Re: FYI: New Release (2010/01/20)

2010-01-20 Thread paul
Sorry, links fixed in above post :) -- 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-api-v3

[Google Maps API v3] Re: FYI: New Release (2010/01/20)

2010-01-20 Thread paul
I'm using Google Maps inside an iFrame and the new release has killed the map in Firefox. Everything is working smoothly in Chrome, Safari, and IE 6-7-8. Looking at the NET tab in Firebug it appears that all of the js is loading (util.js, etc.) but none of the map images are pulled being pulled dow

[Google Maps API v3] Re: IE 6 issues w/ Google Maps API v3

2010-01-11 Thread paul
Hi Pete, I noticed you saying there were differences between the native IE and decompiled solutions such as MultipleIEs. I've been having some similar problems with Google Maps API V3 on IE6 via MultipleIEs and was wondering if you were privy to any resources on the matter. Google Maps V3 loads ab

[Google Maps API v3] Re: Optimizing for Safari Mobile Browser on the iPhone

2010-01-08 Thread paul
Webkit has support for encoded inline images, css, and javascript. This means that you could encode all of your components into base64 (http://www.greywyvern.com/code/php/binary2base64) and cut your requests down close to nothing. Although, for example, base64 is nearly 4x the size of an image, if

[Google Maps API v3] Re: FYI: New Release

2010-01-07 Thread Paul Kulchenko
Berry, I don't get any errors in IE7, but I don't see any changes either: states don't change their colors. This may be related to the fact that buttons at the top of the page don't change their states (view0 is not selected as it is in FF). I haven't had a chance to lo

[Google Maps API v3] Re: Distance between 2 points in V3

2009-12-30 Thread paul
This formula is pretty accurate for calculating distance between two points. Accuracy will vary by region so do some research to fine tune it for your target area. distance = Math.sqrt((69.1*(cy-lat))*(69.1*(cy-lat))+(53.0*(cx-lng))* (53.0*(cx-lng))); On Dec 29, 10:35 am, Mikoto wrote: > Hello,

[Google Maps API v3] Re: Geocode returning multiple results (disambiguation)

2009-12-30 Thread paul
I would suggest passing a boundary to the geocoder in circumstances when you want controlled results, i.e. var southWest = new google.maps.LatLng(31.223231, -85.390489); // Dothan, AL var northEast = new google.maps.LatLng(34.3797125804622, -71.7626953125); //Virginia Beach, VA boundary = new goog

[Google Maps API v3] Does google.loader.ClientLocation count against my geocode request quota?

2009-12-16 Thread paul
I was wondering if using google.loader.ClientLocation will count against my overall quota of geocode requests allowed per day? In an effort to cut out some legwork on the users end I would like to load the map centered on their state. -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Map server no apply new code for use with google api V3

2009-11-26 Thread Paul Kulchenko
eed to wait for google to add this to the API or for someone to do it for you; starting new threads with the same question is not going to help this process. Paul (http://notebook.kulchenko.com/maps/) On Nov 26, 2:56 am, "Peter.MapTeam" wrote: > The old code for V2 is : > >   PU

[Google Maps API v3] Re: In V3 Why we don't have the Layer like V2

2009-11-25 Thread Paul Kulchenko
the other examples work with v3 API). Paul (http://notebook.kulchenko.com/maps/) On Nov 24, 11:54 pm, "Peter.MapTeam" wrote: > Hi, > > - In v2 we using the layer to add the layer from Mapserver to google > map so easy, but now in V3 it don't have the layer so how can we add

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

2009-11-18 Thread Paul Kulchenko
with various browsers): http://notebook.kulchenko.com/maps/google-maps-using-multiple-api-versions Paul (http://notebook.kulchenko.com/maps/) On Nov 17, 9:00 pm, rmtroutfitters wrote: > When I add a doctype to my file the map does not show. I found this > FAQhttp://code.google.com/apis/maps