Re: getting started

2010-03-18 Thread wadori
I am afraid I am still having trouble getting things straight. I have used the sample php code from http://code.google.com/apis/maps/articles/phpsqlgeocode.html to obtain the lat/long coordinates for an address using my php script. No problem there; I can then store the coordinates in a database

Re: Same code, same markers, different domains...markers appear in completely different places

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 7:46 pm, Daniel Fagnan wrote: > thats where my code is! Thats where my current app that I have my problem > is! But the rest of the information is in another thread. Don't change the topic of a message in your email client and expect it to work correctly in the web interface or thread

Re: GeoCoder With Php

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 7:45 pm, Daniel wrote: > http://motionsharing.com/geocoder/ > > On Mar 18, 6:53 pm, Daniel wrote: > > > Hi, currently I have a page setup with ajax that sends a request to a > > file called getmap.php with a GET request called postal. > > > My code gets the coordinates from google, i

Re: Same code, same markers, different domains...markers appear in completely different places

2010-03-18 Thread Daniel Fagnan
thats where my code is! Thats where my current app that I have my problem is! --Daniel On Thu, Mar 18, 2010 at 8:45 PM, Ralph Ames wrote: > >http://www.motionsharing.com/geocoder/start.php?p=map > >--Daniel > > What relevance does the link have to do with this thread? > > > Ralph > - > www.easy

Re: GeoCoder With Php

2010-03-18 Thread Daniel Fagnan
http://motionsharing.com/geocoder/ --Daniel On Thu, Mar 18, 2010 at 8:40 PM, Ralph Ames wrote: > > Please read the posting guidelines and provide a link to your map. > > http://tinyurl.com/m3z4oq > > http://tinyurl.com/n3x2en > > Ralph > - > www.easypagez.com/maps/map_index.html > www.easypagez

Re: GeoCoder With Php

2010-03-18 Thread Daniel
http://motionsharing.com/geocoder/ On Mar 18, 6:53 pm, Daniel wrote: > Hi, currently I have a page setup with ajax that sends a request to a > file called getmap.php with a GET request called postal. > > My code gets the coordinates from google, in xml, then passes it on to > the next page. > > i

Re: Display Building

2010-03-18 Thread Daniel Fagnan
this is my thread --Daniel On Thu, Mar 18, 2010 at 9:03 PM, Ralph Ames wrote: > > >Can u make me an example of what would be the code for what im trying > >to do? I really dont want to be a burden, but I really need this. > >Thanks > > Possibly, but it would be far better for you to post a lin

RE: Display Building

2010-03-18 Thread Ralph Ames
>Pupose: >- User enters there postal code and it shows it on the google map. >For this I need the google geocoder to change the postal code to a longitude & latitude. >But when I set the map up and the long. & lat. with a variable it doesn't work, but when I hard code the numbers it works fine.

RE: Display Building

2010-03-18 Thread Ralph Ames
>Can u make me an example of what would be the code for what im trying >to do? I really dont want to be a burden, but I really need this. >Thanks Possibly, but it would be far better for you to post a link to what you have done so far on your website. Ralph - www.easypagez.com/maps/map_index.h

Re: Display Building

2010-03-18 Thread Daniel Fagnan
The commented parts are different ways of implementing it. I tried all the other options I know of. thanks, --Daniel Have questions about the code? Please Ask me! On Thu, Mar 18, 2010 at 9:01 PM, Daniel Fagnan wrote: > Here is the Code: > --Daniel > > > > On Thu, Mar 18, 2010 at 8:54 PM, rayg

Re: Display Building

2010-03-18 Thread Daniel Fagnan
Here is the Code: --Daniel On Thu, Mar 18, 2010 at 8:54 PM, raygo22 wrote: > Can u make me an example of what would be the code for what im trying > to do? I really dont want to be a burden, but I really need this. > Thanks > > On Mar 18, 10:50 pm, Ralph Ames wrote: > > >Pupose: > > >- User en

Re: Display Building

2010-03-18 Thread raygo22
Can u make me an example of what would be the code for what im trying to do? I really dont want to be a burden, but I really need this. Thanks On Mar 18, 10:50 pm, Ralph Ames wrote: > >Pupose: > >- User enters there postal code and it shows it on the google map. > >For this I need the google geoc

RE: Same code, same markers, different domains...markers appear in completely different places

2010-03-18 Thread Ralph Ames
>http://www.motionsharing.com/geocoder/start.php?p=map >--Daniel What relevance does the link have to do with this thread? Ralph - www.easypagez.com/maps/map_index.html -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group,

RE: GeoCoder With Php

2010-03-18 Thread Ralph Ames
Please read the posting guidelines and provide a link to your map. http://tinyurl.com/m3z4oq http://tinyurl.com/n3x2en Ralph - www.easypagez.com/maps/map_index.html www.easypagez.com/hosting.html - -- You received this message because you are subscribed to the Google Groups "Google Maps API

Re: Display Building

2010-03-18 Thread Daniel Fagnan
Pupose: - User enters there postal code and it shows it on the google map. For this I need the google geocoder to change the postal code to a longitude & latitude. But when I set the map up and the long. & lat. with a variable it doesn't work, but when I hard code the numbers it works fine. tha

Re: Same code, same markers, different domains...markers appear in completely different places

2010-03-18 Thread Daniel Fagnan
http://www.motionsharing.com/geocoder/start.php?p=map --Daniel On Thu, Mar 18, 2010 at 6:47 PM, Andrew Leach wrote: > On Mar 19, 12:22 am, Christoff wrote: > > No, both sites (and local) use the same web service to connect to a db > > and return the coordinates. They are always returned in the

GeoCoder With Php

2010-03-18 Thread Daniel
Hi, currently I have a page setup with ajax that sends a request to a file called getmap.php with a GET request called postal. My code gets the coordinates from google, in xml, then passes it on to the next page. in my javascript code: it gets the xml from the php file correctly, but the coor

RE: Display Building

2010-03-18 Thread Ralph Ames
>Hi. I already went through that site, but still I dont really >understand how to do what Im trying to accomplish. Do u have any other >method? Not really, but try the documentation, especially the Audience section at the top. http://code.google.com/apis/maps/documentation/ If you don't understa

Re: Display Building

2010-03-18 Thread raygo22
Hi. I already went through that site, but still I dont really understand how to do what Im trying to accomplish. Do u have any other method? On Mar 18, 6:07 pm, Ralph Ames wrote: > Mikes' tutorial will give you some ideas > > http://econym.org.uk/gmap/ > > Ralph > -www.easypagez.com/maps/map_inde

Re: Same code, same markers, different domains...markers appear in completely different places

2010-03-18 Thread Andrew Leach
On Mar 19, 12:22 am, Christoff wrote: > No, both sites (and local) use the same web service to connect to a db > and return the coordinates. They are always returned in the same > format from the AJAX call to the service. So you are saying the data is the same between the two sites; I guess you h

Re: Javascript error when creating lots of GPolylines

2010-03-18 Thread Paulo JF Silva
the javascript error in firefox 3.6 is: a is undefined function wh(){y(fd).GQ();eval(arguments[1])} main.js (line 305) Also, reverting from v=2 to 2.147 seems to eliminate the problem Doesn't work in: 2.173 2.178 2.169 2.167 2.159 2.151 Works: 2.147 2.148 2.149 On Mar 18, 11:19 pm, Paulo JF

Re: Same code, same markers, different domains...markers appear in completely different places

2010-03-18 Thread Christoff
No, both sites (and local) use the same web service to connect to a db and return the coordinates. They are always returned in the same format from the AJAX call to the service. On Mar 17, 12:34 pm, Brian P wrote: > Just a thought--is one site returning a float and the other returning > a string

Re: Web Service: Bounds Question

2010-03-18 Thread Andrew Leach
On Mar 18, 8:51 pm, MG Guy wrote: > > So I guess I'm trying to figure out how the API handles bounds. It > doesn't seem to rule out results outside the bounds. No, and you found that in the documentation. The bounds only makes it more likely that the results will come from within it. Towns still

Javascript error when creating lots of GPolylines

2010-03-18 Thread Paulo JF Silva
I'm getting a very weird and hard problem to debug when I create about 3000~4000 polylines. I'm only parsing my data (that comes from an ajax post) and creating a new GPolyine, not showing them on the map. In Chrome the javascript error is: Uncaught TypeError: Cannot read property 'x' of undefine

Re: map1 not defined

2010-03-18 Thread Andrew Leach
On Mar 18, 11:11 pm, vincent wrote: > Hello > i have got a errorhttp://www.weltmeer.ch/divelog/ > when selecting in the top,right Corner a country > i find the error with the error console from firefox > > but i my opinion a couple of line below it is defined > so i am a little bit confused > It'

Re: map1 not defined

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 4:11 pm, vincent wrote: > Hello > i have got a errorhttp://www.weltmeer.ch/divelog/ > when selecting in the top,right Corner a country > i find the error with the error console from firefox > > but i my opinion a couple of line below it is defined > so i am a little bit confused > > The

Re: markers with html

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 3:17 pm, bj wrote: > i have a database field that stores html links in a column in the > following format > > http://www..com"; target="_blank">xxx > > If i try and bring in this field into my google maps markers the map > does not load. if i replace field3 below with field2 in the

Re: Reverse of GPolygon's getArea()?

2010-03-18 Thread Rossko
> I want to supply a GLatLng and an area, say 10 meters, and get the > vertices for that polygon. Am I missing something simple? Possibly. It's just drawing - wanna draw a circle, a square, a dodecahedron? You'll have to provide the code to do that but it isn't too demanding maths. -- You rece

map1 not defined

2010-03-18 Thread vincent
Hello i have got a error http://www.weltmeer.ch/divelog/ when selecting in the top,right Corner a country i find the error with the error console from firefox but i my opinion a couple of line below it is defined so i am a little bit confused The code should do a select country from the option sh

Reverse of GPolygon's getArea()?

2010-03-18 Thread Ty
Hello, I want to supply a GLatLng and an area, say 10 meters, and get the vertices for that polygon. Am I missing something simple? Thanks, Ty -- 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-

markers with html

2010-03-18 Thread bj
i have a database field that stores html links in a column in the following format http://www..com"; target="_blank">xxx If i try and bring in this field into my google maps markers the map does not load. if i replace field3 below with field2 in the code the ap does not load otherwise the ap

RE: Display Building

2010-03-18 Thread Ralph Ames
Mikes' tutorial will give you some ideas http://econym.org.uk/gmap/ Ralph - www.easypagez.com/maps/map_index.html -- 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 unsu

Web Service: Bounds Question

2010-03-18 Thread MG Guy
I did some searches on bounds and the web service, but didn't see anything, so forgive me this has been covered. In the docs for the new Web Service (http://code.google.com/apis/maps/ documentation/geocoding/index.html#Viewports) it mentions you can give an address and some bounds to get a result

Display Building

2010-03-18 Thread raygo22
Hello. Im making a website where you click a building's name and it will give you the address of the building and some basic info about the building. I want to put google maps or google earth to be able to see the building from a satellite point of view but Im very confused on how to do it. I dont

Map Overlay API

2010-03-18 Thread jason
Hello, I am trying to use the map overlay as used in google analytics accounts. is this available to developers? i have used google maps as a developer and i am fine with that but every time i search "google map overlay" as it is titled in the analytics interface i am redirected to the incorrect t

Re: Load GInfoWindowTab with Ajax

2010-03-18 Thread Carlos Krefft
I was having the same problem... to fix this i used: gmap.updateInfoWindow(Tabs,onServiceTabOpenUpdate); onServiceTabOpenUpdate: function () { gmap.getInfoWindow().selectTab(gmap.getInfoWindow().getTabs().length - 1); } apparently calling: gmap.getInfoWindow().selectTab(gmap.getInfoWi

Re: Create clusters based on geographic area

2010-03-18 Thread JGarrido
Thanks Larry, I'll take a look at that. On Mar 17, 5:07 pm, "geocode...@gmail.com" wrote: > On Mar 17, 1:41 pm, JGarrido wrote: > > > Let me give you use case to better explain what I'm trying to do. > > Let's say I'm attempting to plot out all of the Starbucks locations > > throughout the count

Bdcc Offsettable Marker - fixed up for latest API version

2010-03-18 Thread Bill Chadwick
The code here http://www.bdcc.co.uk/Gmaps/OffsetableMarker.js has been refreshed to work with the latest version of the V2 API. The old code was fragile to API changes because of poorly chosen / weak names for properties on the sub-classed GMarker. Moral is to choose strong names when subclassing.

Run "resize" listener ONLY once its finished being resized?

2010-03-18 Thread youradds
Hi, I'm currently using this code to run an AJAX call when someone resizes the map: GEvent.addListener(map, "resize", function(oldzoom,newzoom) { .. the AJAX code here } This works fine, but there seems to be one downside. It seems that every single "step" of the resize, this listener is call

Re: Getting center long/lat of the current map view?

2010-03-18 Thread youradds
Hi, Thanks for the help guys - I've now managed to fix this issue :) Cheers Andy On Mar 18, 10:17 am, youradds wrote: > Mmm actually, it doesn't. > > The problem happens when I do: > > 1) Move the map, so a marker is on the edge of the map > 2) Click on a marker, which then sets a 2 cookies (w

Re: IP Address limits when parsing xml with php

2010-03-18 Thread Martin
Yes, sorry, all results will be displayed on a Google map as per ts and cs. This is just for the purpose of caching for performance reasons (which I believe is allowed). This is the kind of idiots guide I needed, thanks. To prove how much of an idiot that I am I have just realised that I am in the

Re: IP Address limits when parsing xml with php

2010-03-18 Thread Rossko
> going to cause me a headache. Is there an idiot's guide somewhere that > you can point me to? http://code.google.com/apis/maps/documentation/services.html#Geocoding You haven't mentioned any map ; you might need to check terms of use too. -- You received this message because you are subscribe

Re: IP Address limits when parsing xml with php

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 9:54 am, Martin wrote: > Thanks for your quick answer although if I'm honest I was hoping you > weren't going to say that! > > So can I presume this is a good reason to use the JSON approach? If I > parse this using javascript presumably this will all be parsed client- > side and, there

Re: IP Address limits when parsing xml with php

2010-03-18 Thread Martin
Thanks for your quick answer although if I'm honest I was hoping you weren't going to say that! So can I presume this is a good reason to use the JSON approach? If I parse this using javascript presumably this will all be parsed client- side and, therefore, I won't hit IP limits so quickly. The st

Re: Marker problem/change with latest release ?

2010-03-18 Thread Bill Chadwick
Thanks for sharing that with me. I'll fix the demo page up soon. Bill -- 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 this group, send email to googl

Re: problem witch map.getInfoWindow().maximize() / map undefined

2010-03-18 Thread Rossko
> The map variable is declare in a function call "readMap" with the > "var" expression / all in the of the section. Yes, it was local in scope to the readMap() function. Nothing outside the readMap() function could use the same 'map' variable. The click handler runs outside the readMap() func

Re: Obtain more than one result

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 7:56 am, Samb1985 wrote: > Ok, but where I can see a sample of code for Javascript or Java ? View source in your browser? > > On 17 Mar, 12:36, Marcelo wrote: > > > > > On Mar 17, 10:25 am, Samb1985 wrote: > > > > I would like to use google maps api in a Java web application, and i

Re: Marker problem/change with latest release ?

2010-03-18 Thread Jakob Dam
Hi Bill, I'm using your offsetable marker (thanks for that one by the way) and just looked into the problem. in the code the properties dx and dy define the offset pt.x += this.dx; pt.y += this.dy; However, these properties seem already to be in use. They are overwritten with a function definit

Re: problem witch map.getInfoWindow().maximize() / map undefined

2010-03-18 Thread Or3
Excuse if I don't response well to your question... The map variable is declare in a function call "readMap" with the "var" expression / all in the of the section. I try to declare it global outside the function, but the problem is the same (seem to be worth because all the rest doesn't work any

Re: Marker problem/change with latest release ?

2010-03-18 Thread Bill Chadwick
All works OK with v =2.193 so this is a newish change/bug/feature http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm now set to use 2.193 not 2.x -- 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-...

How do I hide the clusterer function?

2010-03-18 Thread URWA
I have a category function that when a certain category is selected from a drop down box only those points show. I don't know how to hide the clusterer function when a category < 50 points. http://cjisst.org/CJISST_map.asp thank you! -- You received this message because you are subscribed to th

Re: Obtain more than one result

2010-03-18 Thread Samb1985
Ok, but where I can see a sample of code for Javascript or Java ? On 17 Mar, 12:36, Marcelo wrote: > On Mar 17, 10:25 am, Samb1985 wrote: > > > I would like to use google maps api in a Java web application, and i > > need to obtain all the possible result suggested by google for > > ambiguos add

Re: Change the map settings

2010-03-18 Thread Grok Lobster
This line is where the map is centered, map.setCenter(new GLatLng(),15); So, look for an initial setting for those fields which is in the US (approx.35, -100) and change to values for UK. On Mar 18, 5:03 am, kroggy wrote: > Hi, > I advertise properties for sale mainly in the UK, however the serv

Eventhandling with overlapping Elements

2010-03-18 Thread Mene
Hello, I am experiencing wired behaviour when different elements overlapp in one map. I've uploaded a snipped to http://menedev.de/GMapSnippets/overlayEventHandling.html You can click on the map, the polygon and the marker. When you click on the map only the click-handler for the map is invoked. Wh

Re: problem witch map.getInfoWindow().maximize() / map undefined

2010-03-18 Thread Rossko
> But the "map" seem to be "undefined" ; I don't understand because I > declare it before : In what scope is 'map' defined ? http://econym.org.uk/gmap/scope.htm http://lmgtfy.com/?q=javascript+variable+scope -- You received this message because you are subscribed to the Google Groups "Google Ma

Re: query regardng finding latitude and longitude

2010-03-18 Thread Andrew Leach
On Mar 18, 11:31 am, sidhu wrote: > I am using Google api to calculate the latitude and longitude of > address. since list of addresses is quite huge, googleapi make my > process slow as it can accept only one address at a time. Is there any > way to calculate lat&long of the bulk of addresses . f

Re: Problem with Checkbox and Moveend. Marker appears

2010-03-18 Thread geocode...@gmail.com
On Mar 18, 6:25 am, Thomas Hennig wrote: > loadPointsFromXml(); updates the sidebar, which is not in my example. It > show's marker in the sidebar, which are visible on the map and hide marker, > which are unvisible on the map. Maybe you are looking at a different map than I am then. -- Larry

Re: Работа карты

2010-03-18 Thread Andrew Leach
On Mar 18, 1:37 pm, Сергей Корнев <3404...@gmail.com> wrote: > День добрый! > На сайте установлена карта, получил для нее новый API - работает, но > есть еще один домен, который перелинкован на тот же сайт. Проблема > регистрации ключа для второго домена. Постоянно требует регистрацию > ключа, как

Inputfield inside custom tooltip

2010-03-18 Thread Moppedisco
Hi I'm having some problems with adding a inputfield inside my custom tooltip. The inputfield cant be edited for some reason! Even the text inside my div ins't selectable. My tooltip is a div that a turn in to GOverlay object and placed it in a G_MAP_FLOAT_PANE to make it a google map pane. No p

Работа карты

2010-03-18 Thread Сергей Корнев
День добрый! На сайте установлена карта, получил для нее новый API - работает, но есть еще один домен, который перелинкован на тот же сайт. Проблема регистрации ключа для второго домена. Постоянно требует регистрацию ключа, как исправить? -- You received this message because you are subscribed to

Re: Problem with Checkbox and Moveend. Marker appears

2010-03-18 Thread Thomas Hennig
loadPointsFromXml(); updates the sidebar, which is not in my example. It show's marker in the sidebar, which are visible on the map and hide marker, which are unvisible on the map. 2010/3/17 geocode...@gmail.com > On Mar 17, 2:43 am, Thomas Hennig wrote: > > The error is away now. I don't want

Re: problem witch map.getInfoWindow().maximize() / map undefined

2010-03-18 Thread Or3
This is the code i'm talking about : "" It's a link in the infobox of each marker who maximize the content to let see the streetview. But the "map" seem to be "undefined" ; I don't understand because I declare it before : "var map = new GMap2(document.getElementById("map"), {mapTypes: [G_NORMAL_

Re: Google Map not getting loaded

2010-03-18 Thread SK
Hi Larry, The domain name is "wipro.com". I have registered the key for "http:// argos-ecom.wipro.com/". Page URL which displays map is "http://argos-ecom.wipro.com/webapp/wcs/ stores/servlet/AjaxStoreLocatorDisplayView? catalogId=10151&langId=-1&storeId=10104" Thanks, Sheena On Mar 17, 10:25 a

Re: Slow maps in IE8?

2010-03-18 Thread grn
The strange thing is that it works just fine in IE 7 and other browsers. The problem can only be observed in IE 8... The reason for the huge script is the "other" front end: http://app4.landscentret.dk/DBMF/Forms/GoogleMapSearchParams.aspx I am not the coder behind this. I am just trying to pinpo

Re: GunLoadについて

2010-03-18 Thread Andrew Leach
On Mar 18, 11:28 am, あゆ wrote: > いつもお世話になっております. I managed to get this translation from Google Translate with a bit of effort, but its language doesn't seem up to the usual standard: >> Always thank you for your help. When you use the GoogleMaps in Gunload, you can avoid memory leaks, I reveale

Re: IP Address limits when parsing xml with php

2010-03-18 Thread Scott Wilcox
Hi Martin, When you're using PHP to parse the XML, the server is just acting like a client. The servers IP address will be counted against because the request is made from the server. Scott. On 18 Mar 2010, at 11:45, Martin wrote: > My understanding is that, generally speaking, the limit of d

GunLoadについて

2010-03-18 Thread あゆ
いつもお世話になっております. GoogleMaps で Gunloadを使用すると、メモリーリークを回避できることは、判ったのですが、実装しました結果、他の画面へ遷移する際 に、とても表示時間(=メモリクリア時間?)がかかってしまい、使い物にならなくなってしまいました。 メモリーリークを回避しつつ、スピードアップする 手法などありましたらご教授して頂けますと助かります。 ちなみに、 15,000件表示後で、225秒。 10,000件表示で、120秒。 かっかってしまっております。 以上、よろしくお願いいたします。 -- You received this message be

Change the map settings

2010-03-18 Thread kroggy
Hi, I advertise properties for sale mainly in the UK, however the server is held in USA. The problem is when a UK property loads, 'street view' instantly shows the map of the USA? How can I set the initial load to show the UK or just a black screen, this would then look more professional for the si

IP Address limits when parsing xml with php

2010-03-18 Thread Martin
My understanding is that, generally speaking, the limit of daily queries per ip address per day applies to the client rather than the server. However, what I am trying to get my head around is instances when I use php to parse the XML request. What IP Address would show here? Is it the client who

query regardng finding latitude and longitude

2010-03-18 Thread sidhu
I am using Google api to calculate the latitude and longitude of address. since list of addresses is quite huge, googleapi make my process slow as it can accept only one address at a time. Is there any way to calculate lat&long of the bulk of addresses . further is there any limit for googleapi to

Re: Collecting Geocoordinates data by tracing out a path between two points on Google Maps

2010-03-18 Thread Marcelo
On Mar 18, 12:23 pm, amarsh wrote: > Is anyone aware of some application where by you put to pins on a > certain road in Google Map and it generates a set of geo-coordinates > which describe the path between these point? There are loads of them. Here's one: http://maps.forum.nu/gm_plot.html -- M

Re: How to find out if a point-of-interest is included in the given path

2010-03-18 Thread Marcelo
On Mar 18, 12:02 pm, amarsh wrote: > > Note that there are no visuals involved here, i.e I dont want my users > to see a map. Then you may not use the API at all for this. The Terms of Service of the Google Maps API require that you display a map. -- Marcelo - http://maps.forum.nu -- > > Al

Re: Slow maps in IE8?

2010-03-18 Thread Pil (Trustworthy from Experience)
The map is so simple that it should be possible to use about ten lines of own code. Instead you use a huge script together with a - also huge and maybe not very effective - template/framework called MicrosoftAjax. You can try to load the map the default way without any external script, template or

Re: How to find out if a point-of-interest is included in the given path

2010-03-18 Thread amarsh
So this is precisely what I dont know, whether a road runs right past my gate etc. if i "look" at the map visually, I can clearly see if there is a road between my house and the road the vehicle had taken. the issue is, how to do this programatically? clearly Google maps has the data about all road

Collecting Geocoordinates data by tracing out a path between two points on Google Maps

2010-03-18 Thread amarsh
I am writing a GPS based app which will collect coordinates over a trip. For testing, I need to create this set of coordinates manually. Is anyone aware of some application where by you put to pins on a certain road in Google Map and it generates a set of geo-coordinates which describe the path bet

Re: How to find out if a point-of-interest is included in the given path

2010-03-18 Thread Andrew Leach
On Mar 18, 11:02 am, amarsh wrote: > > Also, you may say that I can simply calculate the distance of P from > each point in the Path. Suppose it turns out that the point closet to > P in the Path is 300m away. Now, without looking at any map, how can I > tell if there is no other road between P an

Re: google api asp.net

2010-03-18 Thread tstahlfsu
With ASP.NET you can also build your java classes in the code behind files with ScriptBuilder, then output to the page on Page_Load. -- 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-...@googlegr

Re: Unable to generate Map API Key

2010-03-18 Thread mak...@people-group.com
Thanks. It has been sorted out now. On Mar 18, 2:18 pm, ProbablyMike wrote: > It's working fine for me, but one annoying thing is that when you > click the "Generate API Key" button you have to scroll up the page to > see your key! > > But you could have caught it when they had a problem, if so t

Re: Reset the center point

2010-03-18 Thread tstahlfsu
Arvind, check this out: http://econym.org.uk/gmap/basic14.htm It may be what you are looking for. --Tim -- 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 f

Re: How to find out if a point-of-interest is included in the given path

2010-03-18 Thread amarsh
Great thanks for the prompt reply Marcello, and apologies for the lack of clarity. Let me rephrase the problem. A "point" means geographical coordinate here. - Lets describe a Path as a set of say 50 points (which the GPS has collected over a few minutes in a moving vehicle) - Lets specify a poin

Re: problem witch map.getInfoWindow().maximize() / map undefined

2010-03-18 Thread Rossko
> But when i press on the img, i get a "map undefined"really don't > understand why... That would be the thing to understand then. In what scope is your variable 'map' defined? In what scope is the click handler running? http://econym.org.uk/gmap/scope.htm -- You received this message becau

Slow maps in IE8?

2010-03-18 Thread grn
Very slow map functions only in IE 8? http://app4.landscentret.dk/DBMF/Forms/GoogleMap.aspx?params='HarvestYear=current;Lfe=1;CountryId=DK;ZoomLevel=-1;DefaultMapView=Hybrid;LanguageId=da;' Any hints? Thanks. grn. -- You received this message because you are subscribed to the Google Groups "

Re: Getting center long/lat of the current map view?

2010-03-18 Thread youradds
Mmm actually, it doesn't. The problem happens when I do: 1) Move the map, so a marker is on the edge of the map 2) Click on a marker, which then sets a 2 cookies (which are used later) 3) The markers are all cleared, and when this happens - its runs the following listener: GEvent.addListener(map

Re: Getting center long/lat of the current map view?

2010-03-18 Thread youradds
Think I've answered my own question. For anyone interested, this seems to work just fine: GEvent.addListener(map,"infowindowclose", function() { /*alert("infowindowclose event");*/ jQuery.cookie("current_marke

Re: Marker problem/change with latest release ?

2010-03-18 Thread Bill Chadwick
This code http://www.bdcc.co.uk/OffsetableMarker.js still works Its used on http://www.bdcc.co.uk/mendip.html Difference is that it omits the initial offsetting. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send em

Re: How to find out if a point-of-interest is included in the given path

2010-03-18 Thread Marcelo
On Mar 18, 10:21 am, amarsh wrote: > What is the nest way to find out if the vehicle has passed from > infront of my house. You'll need to define that better. Is "in front" of your house different from "behind" your house or "beside" your house? If not, then you can simply check distance from the

Re: PHP/JSON Reverse Geocoding Help

2010-03-18 Thread Marcelo
On Mar 18, 4:58 am, Steven wrote: > OK... Trying to do some reverse geocoding in PHP and need to grab the > address and postal code from each of the responded I get back.  Sorry > I do not have a live link just yet. Excuses, excuses ... http://groups.google.com/group/Google-Maps-API/web/why-inclu

"Unspecified Error" on line 512 of main.js in IE8

2010-03-18 Thread Yuri Leikind
Hello all, There's a static page with a map and a polygon on it - http://staging.pogioclub.be/wtf.html . This page works perfectly well in Firefox 3.6 (OS X 10.6.2 and XP), Chrome (OS X 10.6.2 and XP), and Safari (OS X 10.6.2). In IE 7 and IE 8 on XP the behavior is rather erratic - sometimes th

Re: Getting center long/lat of the current map view?

2010-03-18 Thread youradds
Hi, Working great now =) The one thing I'm trying to work out, is how I can check when an openInfoWindowHtml is clicked to close it? When that happens, I need to clear the cookie (otherwise it will keep centering to the same point - even once its been closed by the user =)) I had a look around o

Re: GeoCoding Using HttpUrlConnection

2010-03-18 Thread Rossko
> Does this also have constraint about the number of hits,as I don't > need to use the key here. Of course it does, that is required to protect the shared service from abuse. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this gr

Re: Langitude and latitude in a poligone

2010-03-18 Thread Rossko
> May i know how can i find out the list of zipcodes falling in marked area. First, you'd need your own database of zipcodes. These will help - http://groups.google.com/group/google-maps-api/search?q=zipcode+polygons -- You received this message because you are subscribed to the Google Groups "

Re: Reset the center point

2010-03-18 Thread Andrew Leach
On Mar 18, 9:17 am, Arvind Rangan wrote: > Andrew, > > Reading document and executing sometimes does not give you the result, but > with experience you people have will be knowing the mistakes beginners make. > i.e. the reason we keep asking questions like this. There are many, many reasons why s

Re: google api asp.net

2010-03-18 Thread Arvind Rangan
Bruce, Simple thing is as mentioned below go through the ASP/PHP example and try converting into .Net create your classes which would return results in the format what javascript wants. thats all. most of them would be conversion of data into XML. Arvind On Thu, Mar 18, 2010 at 2:57 PM, Probabl

How to find out if a point-of-interest is included in the given path

2010-03-18 Thread amarsh
Folks, I am writing an iPhone app which tracks if a vehicle has passed infront of my house. I can collect the route (a set of locations) from the GPS and I know the location of my house. What is the nest way to find out if the vehicle has passed from infront of my house. Effectively, I need to f

Re: google api asp.net

2010-03-18 Thread ProbablyMike
On Mar 18, 12:54 am, bruce wrote: > how do I develop google api map in asp.net? > > Thanks Exactly the same way as for any other web scripting language. Include the API JavaScript, and then write your own JavaScript to create & manipulate the map. At least that's the way I've done it, to me i

Re: Unable to generate Map API Key

2010-03-18 Thread ProbablyMike
It's working fine for me, but one annoying thing is that when you click the "Generate API Key" button you have to scroll up the page to see your key! But you could have caught it when they had a problem, if so try again. Or try a different browser/computer. -- You received this message because

Re: Getting center long/lat of the current map view?

2010-03-18 Thread Rossko
> ..but I'm strugging with how I actually get the content from the > returned AJAX call? It's not about whether you used named functions or anonymous functions in the callback, you've seized on the wrong thing. You cannot get the content from the AJAX call (in any normal circumstance). If you wa

Re: Reset the center point

2010-03-18 Thread Arvind Rangan
Andrew, Reading document and executing sometimes does not give you the result, but with experience you people have will be knowing the mistakes beginners make. i.e. the reason we keep asking questions like this. Anyway setCenter does not reset the point to center have been trying it. Have not tri

Re: Getting center long/lat of the current map view?

2010-03-18 Thread youradds
Nice - this seems to be working jQuery.ajax({ type:"POST", url: "/test.cgi", async: false, data:"ajax_do=wiki_ajax_map_google&" + "southWest=" + southWest + "&"

Re: map doesn't work at jsp

2010-03-18 Thread ProbablyMike
On Mar 18, 12:56 am, benini wrote: >  Others work well at my local. > >  I cannot find what the matter is now. > >  The WAS(JEUS) can affect to that? > > ( I think the code isn't wrong, because it worked at HTML.) > > What can I check it more? > > Thanks.. Post a link to your working HTML & yo

  1   2   >