Marker creation issues

2010-05-31 Thread DatOneGuy
I'm having issues whenever I add a specific piece of code to the page for users to be able to add their own markers. I was following the guide here > http://code.google.com/apis/maps/articles/phpsqlajax.html However when finished it seemed to not include a way for the markers to be written TO the

Re: Calculate DIstance

2010-05-31 Thread mitchea5
Check out this page: http://www.movable-type.co.uk/scripts/latlong.html Specifically, the spherical law of cosines. Use the google API to geocode the address, then simply plop the lat/long into the appropriate variables. Note that the bottom of the page has full javascript examples. Don't forget

handling many asynchronous api requests

2010-05-31 Thread mitchea5
Hi All, So here is the deal. I have a page that has a dynamic array of addresses that will be loaded at page preload load. Then I want to loop through this array of addresses and do the following: geocode the address, place a marker at the location returned by the geocoder, populate an info window

Re: Bind a line on the cursor

2010-05-31 Thread Rossko
> Now, I have tried to combine my code with the example. It still > doesn't work, > i don't know how to include my code. > It looks like this now:http://www.circleeli.webatu.com/circle.html Works better though, seems to draw a consistent circle as you wish? Okay, so you create an 'empty' polyline

Calculate DIstance

2010-05-31 Thread tazkiyah arrosyidah
Hi, I am new with Google Map API, and i have work to create application to calculate shortest distance between two point, my scenario like this: i have multiple GPS Device that representation with marker, and i have a point (accident event ), how i can know distance every GPS to these accident ev

ELabel vs GMarker

2010-05-31 Thread VK
I'm using ELabel to mark custom places in map. These are places that are missing in google map. And, I am using Markers to locate some places. The markers always go under Elabels. I want Markers on top of Elabels. Please Help. -- You received this message because you are subscribed to the Goo

Re: Google Maps Javascript Error

2010-05-31 Thread Kevin Davis
Please ignore the last message.. The link can't be viewed outside our network.. On Mon, May 31, 2010 at 4:04 PM, Andrew Leach wrote: > On May 31, 10:01 pm, Kevin Davis wrote: > > > > I'm getting a 'document.getElementById(...)' is null or not an object > > on Internet Explorer.. Is there a way t

Re: Google Maps Javascript Error

2010-05-31 Thread Kevin Davis
The bad part it is an internal link and it can be viewed from the outside world. Plus I'm ready the data from database... On Mon, May 31, 2010 at 4:04 PM, Andrew Leach wrote: > On May 31, 10:01 pm, Kevin Davis wrote: > > > > I'm getting a 'document.getElementById(...)' is null or not an object

Re: How to remove the EARTH image background

2010-05-31 Thread Rossko
On May 31, 10:28 pm, -Karl wrote: > I found a nice tilecutter applet but it shows the earth background and > I don't see where it's being pulled from, can anyone point it out to > me please? map.addMapType(G_PHYSICAL_MAP); ? -- You received this message because you are subscribed to the

How to remove the EARTH image background

2010-05-31 Thread -Karl
I found a nice tilecutter applet but it shows the earth background and I don't see where it's being pulled from, can anyone point it out to me please? I believe it has something to do with the overlay command (hybrid option??) Source code: http://docs.google.com/View?id=dhnr96qq_47f474xzgn Many

Re: Google Maps Javascript Error

2010-05-31 Thread Andrew Leach
On May 31, 10:01 pm, Kevin Davis wrote: > > I'm getting a 'document.getElementById(...)' is null or not an object > on Internet Explorer.. Is there a way to override the error. It is > fine in Firefox.. I'm using the GoogleMapAPI class You can't override it, but you can make sure your XML is corr

Re: We are getting rate-limited even though we only request 244 maps per day

2010-05-31 Thread Andrew Leach
On May 31, 9:58 pm, Andrew Leach wrote: > you > would be well advised either to request maps at a constant rate > through the day, or hand off the requests to the client browser so > each client gets its own limit which they are unlikely to reach. In fact, what you should be doing is coding the

Google Maps Javascript Error

2010-05-31 Thread Kevin Davis
Hi There, I'm getting a 'document.getElementById(...)' is null or not an object on Internet Explorer.. Is there a way to override the error. It is fine in Firefox.. I'm using the GoogleMapAPI class Thanks! Kevin Davis -- You received this message because you are subscribed to the Google Groups

Re: We are getting rate-limited even though we only request 244 maps per day

2010-05-31 Thread Andrew Leach
On May 31, 8:25 pm, ELB wrote: > > the other odd part about this is that random strings of maps will be > the dummy maps, followed by many good maps, followed by a few dummy > maps, and then good maps.  If we had truly hit our rate limit, then we > would expect to see all good maps, followed by al

We are getting rate-limited even though we only request 244 maps per day

2010-05-31 Thread ELB
We have implemented Google Maps API into our website and we have had an odd issue. We are only request 244 maps per day - but yet, we continue to get the rate limited image show up. For example, today we request 244 images, and 107 of them were dummy images Here is an example of a page which sho

Re: kml validates but doesn't appear on map

2010-05-31 Thread Rossko
> i didn't think think the id duplication would affect much. Well, it makes it invalid. How much different viewers G.maps, GE, Bing, blah) cope with invalid KML is up to them. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this

Re: kml validates but doesn't appear on map

2010-05-31 Thread Mo
bigger problem: application/vnd.google-earth.kml+xml fixed. i didn't think think the id duplication would affect much. now displays and thanks. cheers, mo On May 31, 4:11 pm, Rossko wrote: > > trying to loadhttp://ibis.cqcontent.com/KMLontoa google map. kml > > works inside google earth and va

Re: kml validates but doesn't appear on map

2010-05-31 Thread Rossko
> trying to loadhttp://ibis.cqcontent.com/KMLonto a google map. kml > works inside google earth and validates at various online validators > but when i try to load it craps out. This validator identifies an obvious problem http://kmlvalidator.com/home.htm "There are multiple occurrences of ID v

Re: Saving google map in some manners

2010-05-31 Thread Rossko
> The application I'm developing already using the maps. > In addition, I should add a button (or something similar) to save the > map displayed in the browser as an image. > There is absolutely no way to do this? Here are the terms someone in your team agreed to - http://code.google.com/apis/m

Re: Saving google map in some manners

2010-05-31 Thread sangi1981
Ok, thanks for the reply. I did not know that was not possible to save the Google maps as images. The application I'm developing already using the maps. In addition, I should add a button (or something similar) to save the map displayed in the browser as an image. There is absolutely no way to do t

Re: Saving google map in some manners

2010-05-31 Thread sangi1981
Ok, thanks for the reply. I did not know that was not possible to save the Google maps as images. The application I'm developing already using the maps. In addition, I should add a button (or something similar) to save the map displayed in the browser as an image. There is absolutely no way to do t

kml validates but doesn't appear on map

2010-05-31 Thread Mo
trying to load http://ibis.cqcontent.com/KML onto a google map. kml works inside google earth and validates at various online validators but when i try to load it craps out. when i load it on map.google.com it says there are errors in the file. anyone see the problem? cheers, mo -- You receiv

Re: Route speichern?

2010-05-31 Thread Evaldas
Hi www.marsrutai.info/directions You can drag created route, and changed route is stored in URL. So you can bookmark it, send by e-mail etc. An example: www.marsrutai.info/directions/#52.53613,13.40282,53.09402,8.833,50.95844,6.94346 Evaldas On May 31, 4:16 pm, BartTheDevil89 wrote: > Hall

Re: How to locate various categories in periphery of a city

2010-05-31 Thread Andrew Leach
> >  I am looking for any already existing application existing through > which > i can draw circle of radius [ say 5km, 10km, 15 km etc] around a city > in google map so that i can locate various villages, hospitals, hotels > etc within that periphery. The Google Maps API doesn't help with that.

Re: googlemasp inside ajax tabs?!

2010-05-31 Thread Andrew Leach
On May 31, 3:27 pm, jmansa wrote: > I'm trying to create a ajax tab page with google map inside one of the > tabs, but with no luck... Is there a problem with loading google maps > inside another javascript? No: there's no problem. http://homepage.ntlworld.com./jonathan.deboynepollard/FGA/questio

Re: Problem with changing IP address

2010-05-31 Thread Andrew Leach
On May 31, 3:51 pm, max_c wrote: > I have a domain that contains a Google map with its API Key. > Everything worked perfectly until now. > Now I had to transfer the hosting of the site on a different server > and inevitably the IP address of the domain has changed and now the > maps require a diff

Re: GLargeMapControl3D appears in prints

2010-05-31 Thread jp
Forgot some stuff ... Tested in Firefox 3.6.3 in Windows XP and used cutePDF to create the pdf file. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from th

GLargeMapControl3D appears in prints

2010-05-31 Thread jp
Hello, I'm having an issue trying to print a map. When I print a map I get the GLargeMapControl3D on the print and its distorted. I don't want the control to appear, but if it did I wouldn't mind if it wasn't distorted. The page does not even add the control to the map. My example is here http:/

GDirections.load fails

2010-05-31 Thread Yana
We use GDirections to get route directions between two points, and it worked a few months ago! Now we have a problem of “Failed to obtain directions, code 602” for most of queries. If we send exact address including street type – it works. For example, this query is working: “from : 1 rivoli st

Re: how to report for license violation

2010-05-31 Thread Andrew Leach
On May 31, 3:41 pm, liubopiten wrote: > the site might break the Terms.http://www.newage-bg.com/gps/ > username: demo > password: demo > I'm not convinced it does break the Terms. The map is freely available to anyone who wants to see it -- the username and password are given on the login page. H

Problem with changing IP address

2010-05-31 Thread max_c
I have a domain that contains a Google map with its API Key. Everything worked perfectly until now. Now I had to transfer the hosting of the site on a different server and inevitably the IP address of the domain has changed and now the maps require a different API key. When I go to regenerate the k

googlemasp inside ajax tabs?!

2010-05-31 Thread jmansa
I'm trying to create a ajax tab page with google map inside one of the tabs, but with no luck... Is there a problem with loading google maps inside another javascript? -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, sen

How to locate various categories in periphery of a city

2010-05-31 Thread Abhi
Hi This is my first mail on the group.I m a person not having software background. I am looking for any already existing application existing through which i can draw circle of radius [ say 5km, 10km, 15 km etc] around a city in google map so that i can locate various villages, hospitals, hotels

Re: how to report for license violation

2010-05-31 Thread liubopiten
the site might break the Terms. http://www.newage-bg.com/gps/ username: demo password: demo On 21 Май, 13:47, Andrew Leach wrote: > On May 21, 11:40 am, liubopiten wrote: > > > the reason to ask how report forlicenseviolation and fro thelicense > > terms is that several company in the coutry off

Re: markers click counting

2010-05-31 Thread Andrew Leach
On May 31, 6:57 am, srini vasan wrote: > > how i store the count value to another table. You need a script on your server which accepts parameters and saves them in your database. To get values to your script, you can use GDownloadUrl. The statement which follows should all be on one line: GDown

Re: Bind a line on the cursor

2010-05-31 Thread eli
Now, I have tried to combine my code with the example. It still doesn't work, i don't know how to include my code. It looks like this now: http://www.circleeli.webatu.com/circle.html The for loop was just an experience. On 31 Mai, 00:51, Rossko wrote: > > Well, i have tried the function enableDr

Re: Saving google map in some manners

2010-05-31 Thread Andrew Leach
On May 31, 11:12 am, sangi1981 wrote: > I'm new and I just started programming with AJAX and Google API. > I'm developing on open source project that uses Google maps. > I was asked to save the map displayed on the PC. It's against the rules. See the Terms. Google Maps is not open source; its use

Route speichern?

2010-05-31 Thread BartTheDevil89
Hallo, gibts ne Möglichkeit mittels Google Maps ne Route zu erstellen, diese eventuell noch zu personalisieren, also eventuell über ne andere Straße ziehen oder ähnliches und schlussendlich zu speichern und wieder aufzurufen? Danke -- You received this message because you are subscribed to the

Re: Google Maps Licensing and Pricing

2010-05-31 Thread uyguremre
Hi, I am having the same problem of not getting a reply, I have sent 2 emails to Mr. Sanjey Patel and one to Mr. Patrick Schoenemann My name: Emre Uyguroglu Company Name: Vodafone Mobile Operations Ltd. On Apr 8, 9:42 am, "pamela (Google Employee)" wrote: > I'm looking for the company name and p

is there any service for searching an address before Geocoding

2010-05-31 Thread kecp
Hello I used "Geocoding web service" to converte address. But it seems no doing well if I use an address which is not detailed . It return a result but is not I want. When I put the address in google maps page ,and it return some results , one of them is what I need . Can I -- You

Re: API Key Problem in IE8

2010-05-31 Thread Andrew C Leach
On 31 May 2010 04:36, dgrumme wrote: > I am getting an error that only presents itself in IE8.  The error > reads: > This web site needs a different Google Maps API key.  A new key can be > generated at http://code.google.com/apis/maps/. I don't know why it should only affect IE8, but the jaspi c

Saving google map in some manners

2010-05-31 Thread sangi1981
Hi, I'm new and I just started programming with AJAX and Google API. I'm developing on open source project that uses Google maps. I was asked to save the map displayed on the PC. I'm trying to follow the path of static maps, but do not understand how I could do and if this is possible. If someone c

Re: addOverlay doesn't work in google chrome

2010-05-31 Thread Vermeer
Thanks, that was it. On 30 Mai, 23:08, Andrew Leach wrote: > On 30 May 2010 18:43, Vermeer wrote: > > > It's not an external script, it's in line 183/184 > > Aha. You're right. Too much white space. Anyway... > > What is "new GScreenSize(0,0)" supposed to do? That would seem to mean > the overla