Re: [Google Maps API v3] customising directions

2018-03-14 Thread Andrew Leach
After ten years, issue 35816642 has finally been assigned to someone to deal with. This should help you, once it's eventually implemented. https://issuetracker.google.com/issues/35816642 On Fri, 9 Mar 2018, at 12:19, Manel Garcia wrote: > Hello all! > I want to customize the directions api so I

Re: [Google Maps API v3] Re: Draw Polygons on Google Maps

2018-01-18 Thread Andrew Leach
Please start a new thread for a new topic; don't reply to someone else's query with a question of your own. A new topic will give you the chance to supply some more details. How many polygons? How many points? Do you have the coordinates, or the encoded line? What database do you have? Is it a spat

Re: [Google Maps API v3] HTTP GET request to Google Maps directions API gives CORS error

2017-09-24 Thread Andrew Leach
On Sun, Sep 24, 2017, at 13:29, Amit Singh wrote: > Through angular js i'm making a $http.get request to the maps > directions api and i'm getting this error >> XMLHttpRequest cannot load >> https://maps.googleapis.com/maps/api/directions/json?origin=12.9330966756336,77.6308643817902&destination=12

Re: [Google Maps API v3] Google Maps not resolving

2017-04-13 Thread Andrew Leach
On Thu, Apr 13, 2017, at 05:19, Michael Geary wrote: > > Specifically, where in your code does the refreshMap1() function get > called, and what data is passed in for the srverfilteredarray parameter? > > Also note that Maps API support has moved to Stack Overflow. This mailing > list doesn't get

Re: [Google Maps API v3] Missing data for some location in UK

2016-10-18 Thread Andrew Leach
On Mon, Oct 17, 2016, at 11:59, Hoàng Ngọc Tuấn Anh wrote: > Hello, > > I'm using Google maps Javascript API to help my users search their > address > easily. However, for some location in UK, they cannot find their house. > For example: For post code ST8 7LF I can find 4 houses by searching on >

[Google Maps API v3] Re: We need a Map.getScale() method

2016-09-19 Thread Andrew Leach
On Monday, 22 February 2016 22:41:53 UTC, Totardo Tobing wrote: > > Hi, anyone one how many Kilometer 1 px does? My calculation is 1Px = > 11.627 Km at maximum zoom. But this is not correct > > If you look at the Group posts in this topic at https://groups.google.com/forum/#!topic/google-maps-js-

Re: [Google Maps API v3] How to load a KML/KMZ file on map from local machine to Map

2016-08-22 Thread Andrew Leach
On Fri, Aug 19, 2016, at 20:36, Selvakumar Periyasamy wrote: > > As per the business rules, We are not supposed to store the KML files in > publicly accessible site or Google Drive, etc... and load from there. Your business rules conflict with the API Terms of Service, specifically 9.1.1: 9.1.1

Re: [Google Maps API v3] Whats going on with the Markers??

2016-05-16 Thread Andrew Leach
Looks like KeyDragZoom has been discontinued. I'd guess your code is just stopping when the error is encountered: LF_Googlemaps1.htm:2076 Uncaught TypeError: map.enableKeyDragZoom is not a function On Mon, May 16, 2016, at 12:26, Thoern wrote: > I have a Google map that uses the Googlemaps

Re: [Google Maps API v3] Terms to use custom results in autocomplete list

2016-04-12 Thread Andrew Leach
On Tue, Apr 12, 2016, at 15:06, XmlmXmlmX wrote:> > I use the Google Maps API (v3) > > autocompleter > , > > with injected custom results

Re: [Google Maps API v3] How to map all the coordinates inside a circle

2016-04-06 Thread Andrew Leach
There are an infinite number of coordinates inside a circle of any radius. On Tue, Apr 5, 2016, at 15:18, Lucas Machado wrote: > Hi guys, > > I need solve a problem in my Google Maps API and I hope you can > help me: > > I have an center position (Latitude and Longitude) and a radius of > dista

Re: [Google Maps API v3] Clarification needed Regarding Directions API License Restrictions (cannot ask legal stuff on SO)

2016-03-19 Thread Andrew Leach
On Fri, Mar 18, 2016, at 17:58, odys span wrote: > I want to use Directions API to display directions to a user on how to > go from their current location to another point. > > It will *not* display real-time navigation, it is *not* going to > display the next step that they have to take real-time,

Re: [Google Maps API v3] google map permanently closed

2016-01-28 Thread Andrew Leach
On Mon, Jan 25, 2016, at 08:06, Suresh V wrote: > Hi Team, > > My company name is Tekinit solutions, address is correct only but now > google map permanently closed, kindly open this please all clients > check our map. You need to report this yourself, using the tools provided. Click on "2 review

Re: [Google Maps API v3] MAP not showing suddenly... only logo and markers!!!

2015-10-20 Thread Andrew Leach
On Tue, Oct 20, 2015, at 08:46, Michael Geary wrote: > > Stop everything you are doing, right now, and adopt a version control > system. > > You could use Git, or you could use Mercurial. Either one is fine. Git is > far more popular - you may want to pick it for that reason. But Mercurial > is a

Re: [Google Maps API v3] V3 map not displaying

2015-10-18 Thread Andrew Leach
The issue is that the &callback= parameter should be part of src. Your closing quotes need to go at the end, as here... On Fri, Oct 16, 2015, at 20:21, mkms...@gmail.com wrote: > https://maps.googleapis.com/maps/api/js?key=AIzaSyC39BI6ULNfGzXW_ABqLwuvPx-Sm9mYGcY&callback=initialize[1]";> >

[Google Maps API v3] Re: Geocoding bounds structure constantly changing

2015-08-07 Thread Andrew Leach
On Friday, 7 August 2015 05:09:25 UTC+1, Oscar Esquivel wrote: > > hi. we are using the google maps javascript api geocoding service, we have > notice that the bounds structure is constantly changing from za.A to ya.A > to Ca.A , Ia.a > > is there a rule that the response follows to change th

Re: [Google Maps API v3] Re: Where is the Issue tracker moving to?

2015-08-06 Thread Andrew Leach
I think Barry's point is that there needs to be an issue tracker, and it needs to be kept updated. If the existing issue tracker is going read-only, then it's no longer fit for purpose in keeping track of issues, and there needs to be a replacement. It's not for the Google Code team to provide th

[Google Maps API v3] Re: Where is the Issue tracker moving to?

2015-08-06 Thread Andrew Leach
[Email response has not appeared yet. I suppose it might turn up at some point.] I think Barry's point is that there needs to be an issue tracker, and it needs to be kept updated. If the existing issue tracker is going read-only, then it's no longer fit for purpose in keeping track of issues,

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

2013-11-19 Thread Andrew Leach
On Tue, Nov 19, 2013, at 14:18, John Coryat wrote: > Ok, today is the big day. Where's the wrapper for v2 maps? Hmm. I think tomorrow is the big day. Version 2 is warranted until today -- the original timetable would have made V3 the only version with effect from Monday 20 May [that is, it would w

Re: [Google Maps API v3] How search? S 22G 43M, W 43G 36M

2013-09-05 Thread Andrew Leach
On 4 September 2013 23:21, Mario wrote: > How i get the location searching by this, if write this in search bar no > success? > > S 22G 43M > W 43G 36M I suspect that those coordinates should be 22.72 S 43.6 W That is, the numbers need to be entirely in degrees, not degrees and minutes. The dir

Re: [Google Maps API v3] API Overage Notifications

2013-08-30 Thread Andrew Leach
On 27 August 2013 17:05, Craig Kendall wrote: > We've never got any notifications so I'm assuming those would have gone to > whomever set the account up (on their personal or work gmail). Does anyone > know if that's the case? As far as I'm aware, OVER_QUERY_LIMIT doesn't create a notification.

Re: [Google Maps API v3] Terms of Service on Navigation

2013-08-30 Thread Andrew Leach
On 23 August 2013 11:52, Alfons wrote: > Update the user's position on the map so they know where they are on the > route using the device's internal GPS. That sounds like real-time route guidance to me. -- You received this message because you are subscribed to the Google Groups "Google Map

Re: [Google Maps API v3] Using GeoCode Api without showing locations on Google Map

2013-04-10 Thread Andrew Leach
On 9 April 2013 08:04, deeps mann wrote: > > I just want to confirm if I can use GeoCode Api for getting location (lat, > long) for a place and not showing it on Google Map. > Or better i can say that, I'll show it on Google map, but will also show > those locations on other maps, save them in dat

Re: Re: [Google Maps API v3] Re: Advertising

2013-03-31 Thread Andrew Leach
On 31 March 2013 15:50, Carlos Montelongo wrote: > Hi Andrew. > Can you share a link to your map? Have a look at http://www.achurchnearyou.com/parishfinder.php?=51.5124,-0.0997,17,51.5123,-0.0999,Map My markers 1 and 2 are in the right place; the map icons for "St Benet" and "St Andrew by the W

Re: [Google Maps API v3] Re: Advertising

2013-03-31 Thread Andrew Leach
On 31 March 2013 15:16, Pil wrote: > I mean those info windows that cannot be accessed (and neither be > closed) via Javascript. Those are pure ads info windows in my eyes - > even if Google is not being payed for their content. Yes, and when the POI to which they are attached is in the wrong pl

Re: [Google Maps API v3] GeoCoding quotas on Azure and other cloud

2013-03-18 Thread Andrew Leach
On 16 March 2013 10:49, wrote: > > As quota is per IP do we risk to get OVER_QUERY_LIMIT because we host on the > cloud? Yes. > Can we avoid this without switching to paid (premier)? Yes. Get the client to do their own geocoding. Don't do it on the server. For any address you already know, do

Re: [Google Maps API v3] License question from the FAQ

2013-03-12 Thread Andrew Leach
On 12 March 2013 13:09, Wolf Humble wrote: > My reasoning: > If you charge people to place information on your map, wouldn't that imply > that > these people would be in contact with the Google Maps API within the admin > solution > that sets up the home sale? If so, doesn't this mean that you are

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

2013-02-13 Thread Andrew Leach
On 13 February 2013 04:43, gth wrote: > > Is there anything we can add to our map pages to confirm that the Maps API > service itself is fully operational, so we can degrade gracefully? I'd > prefer not to show an ugly popup message that something is wrong with my > key... The closest I've seen

Re: [Google Maps API v3] Help! Map works on Computer but upload to server there is no markers!

2013-01-24 Thread Andrew Leach
On 24 January 2013 22:27, justawebbie wrote: > > Here it is on the server: > http://uafcornerstone.net/peace-corp-MAP/map-tab.html Your image urls are not correctly specified. The page is attempting to load this: http://uafcornerstone.net/uafcornerstone.net/peace-corp-MAP/shadow.png Note that t

Re: [Google Maps API v3] Help! Map works on Computer but upload to server there is no markers!

2013-01-24 Thread Andrew Leach
On 24 January 2013 22:06, justawebbie wrote: > Help, please. I can view it in from my file in my computer it works great > and looks great but the minute I upload it to my server no markers show up > when I view it. What have I done wrong? I have attached my code for all to > look at. Thank you

Re: [Google Maps API v3] Howto resize the map - smoothly

2013-01-24 Thread Andrew Leach
On 24 January 2013 09:42, Pil wrote: > > This looks good because the map will be resized on the right hand side > while the left (south-east) bounds of the map won't change. So let's > try it the other way round > > http://www.wolfpil.de/v3/west-resize-test.html > > In this example you'll notice t

Re: [Google Maps API v3] DirectionService.route redirects to Term of service

2013-01-18 Thread Andrew Leach
On 17 January 2013 12:16, Jørn Kinderås wrote: > When making a call to DirectionService.route my application is redirected to > http://www.google.com/intl/no_US/help/terms_maps.html. > > The application is a hybrid application, so as a result the entire > application disappears when the GMaps API

Re: [Google Maps API v3] Only 250 requests ?

2013-01-08 Thread Andrew Leach
On 8 January 2013 01:39, nata wrote: > Thank you Rossko ! Can I ask for a key and then use it in different > computers (with different IPs) ? Of course. The key is used in the client request. A website which uses a static image has a key, gets and displays the image at the client's IP address. T

Re: [Google Maps API v3] Google Maps TOS Issue for Non Profit

2013-01-06 Thread Andrew Leach
On 6 January 2013 23:49, Barry Hunter wrote: > To be honest not sure you 'can' be in compliance. > > Firstly the (free) Directions API may ONLY be used to display information on > a Google Map, on a public website. You cant use it to just get information > for use outwith a Google Map. > > You can

Re: [Google Maps API v3] Re: Loading libraries, multiples scripts.

2012-11-08 Thread Andrew Leach
On 8 November 2012 08:53, pec76 wrote: > OK. But my problem is not "how to load a library later", but : Well in that case your question is definitely not clear! It appears you are asking about loading an additional library if another Joomla module has already loaded the API. You can't do that. Y

Re: [Google Maps API v3] Re: Loading libraries, multiples scripts.

2012-11-08 Thread Andrew Leach
On 8 November 2012 07:50, pec76 wrote: > I my question not clear ? >> >> What is the good practice to load only the needed code. For exemple If I >> need only to load the places library, because another extension has already >> laoded the map api ??? Here's the documentation: https://developers.g

Re: [Google Maps API v3] Geocode from url with Apikey V3

2012-10-30 Thread Andrew Leach
On 29 October 2012 18:49, pec76 wrote: > Hello, > > I use this kind of url to gecode addresses > > http://maps.googleapis.com/maps/api/geocode/xml?sensor=false&address=Paris+France > > But now I want to add my personnal APIkey v3 (Simple API access). How can I > add this apikey V3 in my geocode ur

Re: [Google Maps API v3] I have a question about the policy abolished.

2012-10-16 Thread Andrew Leach
On 16 October 2012 14:06, Rafi Newman wrote: > > Do you rely on it when you say that service will completely stop? Or you > have other source? Google may delay turning it off. Or they may not. It may stop working on the day they say it will. You should certainly plan that it will and make arrang

Re: [Google Maps API v3] I have a question about the policy abolished.

2012-10-16 Thread Andrew Leach
On 16 October 2012 06:55, Rafi Newman wrote: > thanks, > > Are a Google employee? is this official? No, I'm not employed by Google. Yes, it is official. > so if i understand, my site based on v2 will sop working on may 2013 and i > MUST develop a replacement to it. > > is there some official pub

Re: [Google Maps API v3] I have a question about the policy abolished.

2012-10-15 Thread Andrew Leach
On 15 October 2012 17:18, Rafi Newman wrote: > Is this an official answer from Google? my app is based on v2, will it stop > to function on may 2013? Perhaps I should have said "Version 2 is scheduled to be withdrawn in May 2013 and it will probably stop working then or soon afterwards." The de

Re: [Google Maps API v3] 请问在google map api 3中 为什么卫星地图和ROADMAP地图切换时,图标经纬度在地图上有偏移?

2012-09-25 Thread Andrew Leach
On 21 September 2012 14:45, 007 wrote: > 请问在google map api 3中 为什么卫星地图和ROADMAP地图切换时,图标经纬度在地图上有偏移?请开发团队帮助? Google translates this as: > I would like to ask why the google map api 3 satellite map ROADMAP map switch > icon latitude and longitude on a map offset? Development team to help? I think y

Re: [Google Maps API v3] Re: storing geocode data exception

2012-09-17 Thread Andrew Leach
On 17 September 2012 06:22, sticky wrote: > It would be nice to get some sort of response from Google if not here then > from my several emails requesting an exception. There lack of response may > indicate they are unconcerned about this issue and I can take it as an > implicit Yes. Or their lac

Re: [Google Maps API v3] Re: GHierarchicalMapTypeControl for V3?

2012-09-07 Thread Andrew Leach
On 7 September 2012 21:11, Patrick Maynard wrote: > I'm also curious about this. It looks like there has been no discussion of > this topic here since the March 2011 post. Only Google know the answer, and they won't tell. -- You received this message because you are subscribed to the Google Gro

Re: [Google Maps API v3] Re: Find the given Point lie inside a polygon in serverside C#

2012-09-07 Thread Andrew Leach
On 7 September 2012 21:08, Blagoja Chavkoski wrote: > > I have one question, what are you taking as a x,y values of a point? For the algorithm I linked to, and with short side-lengths, it's sufficient to use the lat/long of the point itself. -- You received this message because you are subscrib

Re: [Google Maps API v3] Find the given Point lie inside a polygon in serverside C#

2012-09-06 Thread Andrew Leach
On 6 September 2012 10:55, deep123 wrote: > > > Please Provide me the code in C# . It's urgent. You don't seem to realise the nature of this group. It's a group of users of Google Maps users who can provide help for each other. I'm afraid I don't have C# code; I have pointed you to a resource fo

Re: [Google Maps API v3] Find the given Point lie inside a polygon in serverside C#

2012-09-06 Thread Andrew Leach
On 6 September 2012 10:23, deep123 wrote: > > I am creating a geofence as a polygon with multiple Poly coordinate (not > fixed the poly coordinates) on a map and saving its coordinates on database. > Now i am tracking a path with current latitude longitude using GPS . Till > here everything is wo

Re: [Google Maps API v3] Re: Having trouble merging 2 different codes

2012-08-31 Thread Andrew Leach
On 31 August 2012 10:14, ProbablyMike wrote: > Where you are trying to load the maps API doesn't look right > http://maps.google.com/maps/api/js?sensor=false&.js I think the .js on the end of a url is intended to force early versions of IE to treat what arrives as the right MIME type. It won't h

Re: [Google Maps API v3] Browser issues with custom panoramas

2012-08-05 Thread Andrew Leach
On 5 August 2012 00:00, Jason wrote: > > The page works fine in Safari, Opera and Firefox, but not in IE or Chrome. > > In IE 8/9, the map view fails to even load, leaving an empty space in the > middle of the screen. In IE: there is an error, flagged by the warning icon in the status bar. At lea

Re: [Google Maps API v3] Navigation - real time udpate

2012-08-02 Thread Andrew Leach
On 1 August 2012 20:51, soum wrote: > It is not a term and condition but more like a fact. It explains the > limitation of the map in ref to real time application. I don't see how you > can work around that. Which part of the world are you trying to use that > application for? if it is not a popul

Re: [Google Maps API v3] Re: KEY

2012-08-02 Thread Andrew Leach
2012/7/31 matthias troelenerg : > ist der key von der api version drei mit der version 2 > kompatipelzusatzfrage von mir Yes. You can use a new [short] Console key in a Version 2 application. Jawohl. Sie koennen einen neuen [kurz] Console-Key benutzen, auch in einer Version 2 Anwendung. --

Re: [Google Maps API v3] Using the Geocoding Service

2012-08-02 Thread Andrew Leach
On 1 August 2012 10:51, Y Kamesh Rao wrote: > > I am Y Kamesh Rao. I am representing a team of developers who intend > to use your mapping and geocoding solutions for a product we are > currently working on. Rossko's answer to your post to the Version 2 Group still holds here. You are not talkin

Re: [Google Maps API v3] One of the location is not found NOT_FOUND

2012-07-25 Thread Andrew Leach
On 25 July 2012 01:25, bytelord wrote: > Hello again, > > Forgot to mention that when i try the same addresses using API v2 the > directions works great. The API geocoders for v2 and v3 may well be different, as indeed the webservice geocoder may be different to both of those. The coverage sprea

Re: [Google Maps API v3] One of the location is not found NOT_FOUND

2012-07-23 Thread Andrew Leach
On 23 July 2012 19:04, bytelord wrote: > > The last days when i am using gmap api v3 from my web site (and other test > installations) when i try to use directions inside the site and choose and > address from the autocomplete list i receive the following error: > > One of the location is not foun

Re: [Google Maps API v3] Is this a legal way to use GeoCoding?

2012-07-17 Thread Andrew Leach
On 17 July 2012 23:07, Trishah wrote: > > So as long as I add a map that shows the input address to that results that > include the congressional legislators, then I'm using it legally. > > But there are exceptions to this and this quote seems to say that since our > main purpose is the legislator

Re: [Google Maps API v3] Is this a legal way to use GeoCoding?

2012-07-17 Thread Andrew Leach
On 17 July 2012 03:14, Trishah wrote: > > We are using Google GeoCoding to find the long/lat of the input address. >> >> Note: the Geocoding API may only be used in conjunction with a Google map; >> geocoding results without displaying them on a map is prohibited. For >> complete details on allowe

Re: [Google Maps API v3] Re: Polygon within Polygon

2012-06-24 Thread Andrew Leach
On 24 June 2012 21:13, geocode...@gmail.com wrote: > > To make a "hole" in a polygon, both paths have to be part of the same > polygon.  The example you provided draws two independent polygons. > You need to add the interior "hole" polygon as a second path in the > first polygon: And if you want

Re: [Google Maps API v3] Re: Polygon within Polygon

2012-06-24 Thread Andrew Leach
On 24 June 2012 20:01, Buster wrote: > not a doughnut polygon.  I saw larry's examples. > These are irregular polygons. We'll need to see an example then. -- 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] Polygon within Polygon

2012-06-24 Thread Andrew Leach
On 24 June 2012 19:18, Buster wrote: > I have 2 polygons > Polygon2 is inside Polygon.  Map type is terrain > > Is it possible Polygon2 fill can be made transparent, i.e., polygon1 fill > color within Polygon2 is removed.  You can see the boundaries of Polygon2, > but no color --> map (terrain) is

Re: [Google Maps API v3] Re: Kml/kmz markers misplaced on map.

2012-06-22 Thread Andrew Leach
On 22 June 2012 13:04, az az wrote: > As for the anchor points - it was working OK before. So it is not that. The > white space in the marker icon is intended so the arrow is on top of the kml > point. KML handling of markers has recently changed. Your markers must be correctly and completely def

Re: [Google Maps API v3] Kml/kmz markers misplaced on map.

2012-06-22 Thread Andrew Leach
On 22 June 2012 12:17, az az wrote: > Now the arrow is a bit misplaced compared to the pin. It must be on top of > it instead. > > The eye icon calls this: > > onclick="addMarker(53.82606610334190123,-1.50467414437569991); > > and these are the coordinates in the kmz file for this pin as well: >

Re: [Google Maps API v3] Re: "The key provided is not a valid Google API Key" - eh?! It's showing up OK in the API Console...

2012-06-04 Thread Andrew Leach
On 2 June 2012 05:24, Danny Pryor wrote: > This issue seems to persist. We have a site we put together for a client in > Georgia, and we also use the same code for a domain in Florida. The Florida > test domain is working just fine, but the exact same code on the Georgia > site does not, even thou

Re: [Google Maps API v3] Re: Directions API Step polyline problem

2012-05-23 Thread Andrew Leach
On 23 May 2012 17:18, Cameron Crum wrote: > Since I am doing this all server side with no need to draw a map, I'm using > perl and some modules obtained from CPAN. Um... you do need to draw a map. Terms of Service 10.1.1(g). "You must not use or display the Content without a corresponding Google

Re: [Google Maps API v3] I have a question about the policy abolished.

2012-05-15 Thread Andrew Leach
On 15 May 2012 13:00, tatsuya wrote: > I have a problem if you can not understand the Terms and Conditions. > > Does the Google Maps API v2 abolished in May 2013? > Or, you can use to continue beyond May 2013 Can? > > If the same questions were asked in the past, > I'm sorry for repeating the same

Re: [Google Maps API v3] Re: kmz rendering problem

2012-05-12 Thread Andrew Leach
On 12 May 2012 12:37, Chad Killingsworth wrote: > It looks like your site has a connectivity problem which would explain why > your kml layer isn't drawing. DNS resolved fine - just can't connect. > > http://www.downforeveryoneorjustme.com/http://www.yarvolgar.com/fda/fdaRegions.html I managed to

Re: [Google Maps API v3] API

2012-05-05 Thread Andrew Leach
2012/5/5 Héctor Ocampo : > > Ahora no es obligación tenerlo y puedes simplemente implementar los mapas > como salen los de los ejemplos en > https://developers.google.com/maps/documentation/javascript/examples/?hl=es It's not *required* but it is recommended. It provides access to statistics for y

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

2012-05-01 Thread Andrew Leach
On 27 April 2012 14:07, Narayana Ponnaganti wrote: > > Thanks for your valuable information.I have gone through the FAQs & > Terms.Let me put my question in this way.My application will be deployed at > Customer Site.Which is a integrated Hardware/Software System.In that web > interface in co

Re: [Google Maps API v3] Re: google map for a form

2012-04-24 Thread Andrew Leach
You might get more SO answers if you answer my comment there. On 24 April 2012 09:19, mikbak wrote: > Www.mappus.co.uk.  See registration process > > On Apr 23, 11:49 pm, Isuru Madusanka wrote: >> I am trying to add google maps for my form, so after they enter the address >> they can view ma

Re: [Google Maps API v3] Why is my map not loading in internet explorer?

2012-04-17 Thread Andrew Leach
On 17 April 2012 15:20, Niklas Rosencrantz wrote: > My map displays fine with firefox but not with internet explorer. URL > www.koolbusiness.com/ai > I tried debug with firebug but there was no error message. Do you have any > idea what to do? If you are not running IE, function initialize() gets

Re: [Google Maps API v3] How to avoid clicking a link twice before marker window shows up?

2012-04-09 Thread Andrew Leach
On 9 April 2012 03:21, Soluphia wrote: > I have a list of links relating to markers on a Google map. When I > load the map a marker window only shows up after the 2nd click on that > link. After this hurdle all windows pop up with the first click on > each of the links as desired. How can I avoid

Re: [Google Maps API v3] Re: pages not displaying

2012-04-03 Thread Andrew Leach
On 3 April 2012 16:04, Enoch Lau (Google Employee) wrote: > There's a team that works on improving the KML rendering engine, and if a > bug is filed, we'll make sure it gets routed to them - but otherwise, I'm > not familiar with the specifics of any changes. So you don't get details of changes w

Re: [Google Maps API v3] Re: Canvas Tiles Cut Off Custom Markers

2012-04-02 Thread Andrew Leach
On 2 April 2012 17:28, gugguson wrote: > > My page is for a client behind a firewall so I can't provide a link.  Here > is an example of map creation and some markers within the html: If it's behind a firewall then your client should have a Premier Client ID and you should be able to leverage tha

Re: [Google Maps API v3] Re: Canvas Tiles Cut Off Custom Markers

2012-04-02 Thread Andrew Leach
On 2 April 2012 14:27, gugguson wrote: > Hello Ryan. > > I'm also using the Rails plugin and have exactly the same problem with > custom markers being cutoff. There's also this: http://stackoverflow.com/questions/9934979/custom-icons-on-google-map-not-drawing-correctly/ ...but so far, no-one has

Re: [Google Maps API v3] What is exactly a referral site in GA?

2012-03-26 Thread Andrew Leach
On 26 March 2012 15:29, vecm wrote: > > Hi, > We implemented GA tracking on http://www22.verizon.com/jobs about 9 months > ago. We see the following URL with major number as a referral site > careers.verizonwireless.com > >  131,441 . As per thr referral site definition, the source site which is >

Re: [Google Maps API v3] Google Map api v3 - IE7 - main.js error - invalid argument

2012-03-03 Thread Andrew Leach
On 2 March 2012 23:46, Jason wrote: > http://bit.ly/xkHPnU > > I've looked at all of the timing issues, and I can't seem to resolve > this error. Occurs in IE7 and compatibility modes as a warn-on error. In IE6 I got two "Unterminated string constant" errors which the debugger wouldn't start for,

Re: [Google Maps API v3] Re: Images wont display with my getimage.php file on V3 Map

2012-02-15 Thread Andrew Leach
On 15 February 2012 21:48, Chandra Miller wrote: > Could you elaborate a little more on this comment "Something's up with > your proxy script"  Is that within my php/JavaScript files or is the > error coming when the php file is trying to get to the file on my > computer.  I work in the government

Re: [Google Maps API v3] Images wont display with my getimage.php file on V3 Map

2012-02-15 Thread Andrew Leach
On 15 February 2012 21:25, Chandra Miller wrote: > http://156.42.96.39/alert/Google/php/getimage.php?src=/markers/displayBlack.gif 500 Internal Server Error -- I use Firebug to see that. Something's up with your proxy script. -- You received this message because you are subscribed to the Googl

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

Re: [Google Maps API v3] Re: Google Map Selection

2012-02-09 Thread Andrew Leach
On 9 February 2012 19:52, Rossko wrote: > > This is about v2 API but should give you some ideas > http://dev.opera.com/articles/view/keyboard-accessible-google-maps/ Hmm. Most of that article was written (in one form or another) by Pamela Fox. That particularly applies to the keyboard switcher, w

Re: [Google Maps API v3] Re: Custom marker icons get blurry Retina when using V.3.7

2012-02-09 Thread Andrew Leach
On 9 February 2012 16:38, Marcelo wrote: > > ...and what is "Retina"? Probably http://www.apple.com/iphone/features/retina-display.html The issue is something to do with the double-resolution on iPhone 4S, I expect. -- You received this message because you are subscribed to the Google Groups

Re: [Google Maps API v3] Re: How to add antialiasing to Polylines

2012-02-05 Thread Andrew Leach
On 5 February 2012 13:31, Rossko wrote: >> My polylines on the map now look pretty ugly because the lines are not >> smoothened. > > I can see smooth dashed curves in IE.  Is your problem browser > dependent, or am I looking at the wrong thing? Ditto Firefox 3.6.21. There's a kink in A-B, but the

Re: [Google Maps API v3] Re: SetZoom Error

2012-02-03 Thread Andrew Leach
On 3 February 2012 11:07, Ice wrote: > > It doesn't matter what position I plot as soon as that setZoom is fired in > my reset it breaks. Doesn't for me in Firefox 3.6.26. What browser are you using? -- You received this message because you are subscribed to the Google Groups "Google Maps Java

Re: [Google Maps API v3] trouble with geoCoderRequest object

2012-02-02 Thread Andrew Leach
On 2 February 2012 22:18, Michael Laird wrote: > This is a JavaScript problem of how to manipulate the LatLng object. lines. > What needs to change? I would definitely go for .lat() and .lng() and use them separately. Conjecture because I can't verify this at the moment:-- alert(results[0].geom

Re: [Google Maps API v3] Re: API key unreconigsed or unvalid by GOOGLE

2012-02-01 Thread Andrew Leach
On 1 February 2012 16:03, Jean-Charles Althoffer wrote: > I have the same problem. I tried all the solutions above. Here is my page > > http://www.linfernal.com/pratique/page33/page33.html Works for me: a map of eastern France with a black polyline. Make sure that you have cleared your browser c

Re: [Google Maps API v3] Corrupt map displayed

2012-02-01 Thread Andrew Leach
On 1 February 2012 11:29, thistle wrote: > The (only) custom image is a GIF file with transparent background. The > visualization does not change if I remove that image. No, you misunderstand me. In your CSS you have something like img { background-color: #CC; } which replaces the transpa

Re: [Google Maps API v3] Need help changing code from api2 to api3

2012-01-31 Thread Andrew Leach
On 31 January 2012 04:27, Kate_Khanna wrote: > Hi Everyone, > > I'm really hoping someone could help take a look at the code from this > page http://www.groovychicksandpirateships.com/partyschedulator15.html and > tell me exactly how I can update this to work with apiv3. I have spent most > of the

Re: [Google Maps API v3] request for function: construct LatLngBounds from LatLng and radius

2012-01-30 Thread Andrew Leach
On 30 January 2012 17:41, fearless_fool wrote: > I haven't found a straightforward way to construct a LatLngBounds given a > center point and a radius.  The best approaches I've seen are described > in http://www.movable-type.co.uk/scripts/latlong.html, but it seems odd that > I'd need to put that

Re: [Google Maps API v3] Re: Geocode viewport bias not working

2012-01-30 Thread Andrew Leach
On 30 January 2012 14:28, helen wrote: > Still wondering if anyone knows the answer to the question: Are geocoding > results returned in any particular order? Or more specifically, is the first > result the one Google thinks matches the search the closest? I believe the answer is that the order i

Re: [Google Maps API v3] Re: Using google distance matrix on server side

2012-01-29 Thread Andrew Leach
On 29 January 2012 15:50, shilpa wrote: > Okay. But im using ASP.net for server side scripting and the Google > maps Api is in javascript. > So how do i call the getDistanceMatrix() method from my asp.net page? First step is to read the documentation. The Javascript method is available as a web s

Re: [Google Maps API v3] Corrupt map displayed

2012-01-29 Thread Andrew Leach
On 29 January 2012 18:26, thistle wrote: > > How you can see, there are some problems with the shadows: the map behind > them is not drawn. There is also a strange 'pixelation' along the dialog > with the geographical information. I reckon your images have a background colour specified in CSS. Th

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

2012-01-28 Thread Andrew Leach
On 28 January 2012 12:40, Pil wrote: > > Wasn't there a reliable key-system implemented in the v2 Maps API? > Maybe I'm wrong, but now I know why many maps won't work for me in the > near future - except I change my browser to always send the currently > called domain as referrer. The Version 2 s

Re: [Google Maps API v3] Re: Serving the static map API with CORS headers

2012-01-27 Thread Andrew Leach
2012/1/27 louis-rémi Babé : > Storing tiles or static maps in localStorage or IndexedDB is as secure as > displaying them in the browser: they can be saved to disk (using chrome dev > tools), but I'm not making it easier to use the content outside of the > service. > > If this is done temporarily,

Re: [Google Maps API v3] Re: Serving the static map API with CORS headers

2012-01-27 Thread Andrew Leach
2012/1/27 louis-rémi Babé : > > According to the terms of use I may store "limited amounts of Content for > the purpose of improving the performance of your Maps API Implementation if > you do so temporarily, securely, and in a manner that does not permit use of > the Content outside of the Service

Re: [Google Maps API v3] "Google has disabled use of the maps API for this application"

2012-01-26 Thread Andrew Leach
On 26 January 2012 17:30, bugjah wrote: > > Then it gives a link for getting a valid API key. > > I generated a key this way a year ago, but I went ahead and generated a new > one, replaced it in the code, and I still get the error. > > Any ideas?  As you can tell if you look at my code, I'm no ex

Re: [Google Maps API v3] a is null - line 164 out of range

2012-01-26 Thread Andrew Leach
On 26 January 2012 14:58, Merav Ben Harush wrote: > hi, > > i have a strange problem with the google maps. > when i display a blank map i have no error. > but when displaying polyline + marker, i get the following js error message > on IE: There's an error, possibly in the coordinates in the line

Re: [Google Maps API v3] Re: Since today performance problem when using own map type

2012-01-26 Thread Andrew Leach
On 26 January 2012 11:29, Marcelo wrote: > > Looks fine from here, with Chrome 10.0.648.205 on Windows XP Pro Ah, but Chrome is currently at 16.0.912.77 m. Looks like the fastest-rendering browser no longer is. But I guess Google's Maps team are in the best position to put some pressure on the Ch

Re: [Google Maps API v3] Re: XHTML versus HTML

2012-01-24 Thread Andrew Leach
On 24 January 2012 20:08, Frank Natoli wrote: > > For the record, my attention to XHTML is a consequence of Apple requiring > iBookstore submissions to comply with EPUB, which in turn require pages to > comply with XHTML. I'm not doing this for academic purposes or to punish > myself. I have no ch

Re: [Google Maps API v3] URGENT: Which Polygons Contain a Single Point

2012-01-23 Thread Andrew Leach
On 23 January 2012 17:22, Big G wrote: > I'm using MySQL and the polygons are encoded using > google.maps.geometry.encoding.encodePath > > I'm just wondering if there is a better way of finding which polygons > contain the point rather than using foreach loop on all the polygons as > eventually th

Re: [Google Maps API v3] Polygon in visible area?

2012-01-23 Thread Andrew Leach
On 23 January 2012 12:53, NoRyb wrote: > Hello > > Is it possible to find out, if a polygon is currently in the visible area? > So I can get more details from a webservice about an object if it is > visible... An easy approximation is to check whether the polygon's bounds intersects with the map

Re: [Google Maps API v3] Re: Overlays not working properly on IE

2012-01-23 Thread Andrew Leach
On 23 January 2012 08:45, Rossko wrote: > > How could we possibly tell? Could it be something you haven't thought > of, like is your XML valid or accessible? ... or cached by IE and not updated? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

Re: [Google Maps API v3] Re: XHTML versus HTML

2012-01-21 Thread Andrew Leach
On 21 January 2012 16:04, Frank Natoli wrote: > > There are a lot of comments on the web suggesting that Google Maps are not > compatible with XHTML because they make use of "document.write" which is > said to not be incorporated into the XHTML5 DOM standard. I don't know if > this is true, but I

Re: [Google Maps API v3] distance between two points without map/driving directions

2012-01-21 Thread Andrew Leach
On 21 January 2012 18:34, Anthony DePoti wrote: > i have a requirement to provide driving distance and time from points A to B > but don't need driving directions or the map immediately displayed but will > post a link to the map if the user wants to see driving directions and map. > > Does this v

  1   2   3   4   5   >