Re: Multiple Tabs in Infowindow

2009-01-27 Thread Matt
Did you ever figure out how to do this? On Jan 8, 11:50 am, Kimble wrote: > Yes, that will work for my purposes. Ideally, I would like it to work > similar to Google Maps where a thumb andStreet Viewlink are provided > in the infowindow (whenStreet Viewis available) and when you click > theStree

Re: IE Error Message: markers collection is null or not an object

2009-01-27 Thread marcelo
If you look at your datafile directly, http://map.deed.state.mn.us/cgi-bin/mapserv.exe?map=D:/ms4w/apps/google/wfcenters.map&mode=nquery you'll notice that there is a comma after the last object. IE doesn't like that. -- Marcelo - http://maps.forum.nu -- On Jan 28, 6:09 am, ML wrote: > Hi list

Re: Failed to obtain directions

2009-01-27 Thread guptaatu...@gmail.com
If u have exact address then always google map display other wise it give error. your exact address format like house no , streetname , city, state zipcode i have use this in many websites. Atul --~--~-~--~~~---~--~~ You received this message because you are sub

Re: Custom GControl and allowSetVisibility

2009-01-27 Thread pamela fox
Hi Jeremy- Thanks for the post. We looked into it, and realized that we should fix our code to not assume that allowSetVisibility is defined - instead of making developers define it. I've filed a bug internally; feel free to file externally if you're keen to track its progress. - pamela On Tue,

Pinch Zoom Out Does Not Work on iPod Touch

2009-01-27 Thread mapcoder817
I could have sworn this was working yesterday, but now Pinch Zoom Out is not working on my iPod Touch with the Google Maps API. Pinch Zoom In still works great as does single-finger scrolling, but when I try to zoom out, my map zooms in instead. Here is my URL: http://www.homedatasheet.com/clic

IE Error Message: markers collection is null or not an object

2009-01-27 Thread ML
Hi list: I put together a Google Maps API interface at http://map.deed.state.mn.us/apps/google/wfcenters.html . It worked well in Firefox but in IE 6, I got an error message saying Line: 49 Char:11 Error: 'centers_collection.centers[..] is null or not an object Code:0 The locations of these mar

PHP/MYSQL with SIDEBAR?

2009-01-27 Thread mfdesigns
http://www.texasrv.com/mapdemo2.php I need some advice. I was able to grab some code, and tried to compile them together. Apparently, it didnt work out they way I would like it too. Basically, it can pull from the database, show on the sidebar, click on the link, and popup a info window. BUT ...

unable to delete markers from the markermanager

2009-01-27 Thread trj
I have been scratching my head on this one for a couple of hours. I have this little piece of code: alert(markerManager.getMarkerCount(1)); //executes perfectly and displays 14 Then at the next line the entire thing just stops executing for some reason. markerManager.removeMarker(markerArray[ma

Re: Map, Sidebar won't refresh in IE

2009-01-27 Thread marcelo
Your HTML is not valid. Form is outside the , DOCTYPE declaration is in the middle of the page, etc... -- Marcelo - http://maps.forum.nu -- On Jan 28, 5:17 am, Dan wrote: > I've got a form for a user to submit address and other info. OnSubmit > I've got it refreshing the map and sidebar with t

Map, Sidebar won't refresh in IE

2009-01-27 Thread Dan
I've got a form for a user to submit address and other info. OnSubmit I've got it refreshing the map and sidebar with the new data in FF, Chrome and Safari. But not IE7. No error messages, the map and sidebar just don't update. Here's a link Feel free to enter test data. http://datacenter.cour

Syntax Changes for v144a

2009-01-27 Thread Econym [Maps API Guru]
Note: API v2.144 is not yet live. It's possible that the code may be changed before it goes live. It's not a good idea to use pre-release versions for live sites. New Classes GLargeMapControl3D GSmallZoomControl3D New Properties GStreetviewClient.ReturnValues GStreetviewPanorama.ErrorV

GGeoXml.getTileLayerOverlay() Deprecated

2009-01-27 Thread pamela fox
GGeoXml.getTileLayerOverlay() is deprecated as of version 2.141, due to the fact that our rendering system has changed and it no longer makes sense to return a TileLayerOverlay. We do not expect this to significantly affect developer's code, since this function was never guaranteed to return an o

Re: failed to geocoded. Received status 602

2009-01-27 Thread geocode...@gmail.com
On Jan 27, 4:56 pm, momo72 wrote: > Hello, > I have a problem. I want to geocode 4,000 adresses on a database, but > i have this message " failed to geocoded. Received status 602 602 is unknown address. http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode.G_GEO_UN

Re: failed to geocoded. Received status 602

2009-01-27 Thread momo72
This is my code: http://"; . MAPS_HOST . "/maps/geo?output=csv&key=" . KEY; // Iterate through the rows, geocoding each address while ($row = @mysql_fetch_assoc($result)) { $geocode_pending = true; while ($geocode_pending) { $address = $row["suppliers_address"]; $city = $row["sup

failed to geocoded. Received status 602

2009-01-27 Thread momo72
Hello, I have a problem. I want to geocode 4,000 adresses on a database, but i have this message " failed to geocoded. Received status 602 " my page is on http://www.towtab.com/locatorStore.php. Before putting my code on this page i test it on a little database of 5 adresses and there is

Re: Directions with Custom Start/End Icons

2009-01-27 Thread ashore
I'm well aware of that. It's embedded in a largish system and not readily extracted for demonstration But someone might ... as I'd asked. Thanks. AS On Jan 27, 3:05 pm, Rossko wrote: > > I'll appreciate a URL to a site that has that working.  Thanks, folks. > > As you know, many in the group

initialized event

2009-01-27 Thread Fat Man
I'm trying to use the initialized event to know when a user has moved the panorama in a streetview but it doesn't seem to be working. The event fires when the streetview is initially created, but if I click the arrows to move the view along the street, the event doesn't fire. What I am trying to

Re: can you sell googe maps to clients?

2009-01-27 Thread igloo
There is nothing stopping you charging for setting up a web site. It is the final web site using the Maps API that has to comply with the TOS - http://code.google.com/apis/maps/terms.html - free access etc. --~--~-~--~~~---~--~~ You received this message because yo

Re: Serialize GoogleStreetviewData result

2009-01-27 Thread RodgerWilko!
Hey, If anyone is interested, there's a good article and parser for JSON and use in .Net here. Helped me solve it! http://msdn.microsoft.com/en-us/library/bb299886.aspx#intro_to_json_topic4 Cheers, On Jan 27, 4:40 pm, "RodgerWilko!" wrote: > Hi, > > I'm writing a .Net wrapper around the goog

Re: Interactive Filters on embedded maps

2009-01-27 Thread Region 3 DFG
how does it send it to them? to load kml into maps you need to have the kml sit in a publicly accessible static space. lately i have been setting up some maps that load a kml file on the url http://pages.region3dfg.org/r3starter1_6.html?kml=http://ftp.dfg.ca.gov/Public/R3_BDR/gis_exports/dfg_lan

Re: Interactive Filters on embedded maps

2009-01-27 Thread Grok Lobster
http://econym.org.uk/gmap/ Probably the most popular tutorial. On Jan 27, 1:57 pm, Mike M wrote: > Howdy, > I'm pretty familiar with both kml and html, and have created a web > site that pull coordinates from a database according to the user's > request.  However, this was all done through Goog

api key error

2009-01-27 Thread Raymundo
My api key looks good, the problem I think is that my website has a different address from the main URL when you are editing. Will this cause the api not to work? How do you go around it because you can only add file or content to the website using their form Trellis, I believe is the web app.

Interactive Filters on embedded maps

2009-01-27 Thread Mike M
Howdy, I'm pretty familiar with both kml and html, and have created a web site that pull coordinates from a database according to the user's request. However, this was all done through Google Earth (and jsp). I would like to modify my application to use an embedded google map instead. I've seen

Re: Google Maps API for Mobile Devices

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 7:26 pm, "gor...@gpagan.co.uk" wrote: > > Am I missing something obvious here or is there a major problem that I > should be aware of? You should be aware that Google Maps for Mobile is not a website, it's an application in its own right. Consequently it can do a lot more than a websi

Re: can you sell googe maps to clients?

2009-01-27 Thread Rossko
> I keep being asked off clients if i will submit and keep google maps > up to date. This is probably a question for http://www.google.com/support/forum/p/maps?hl=en This group is about javascript programming cheers, Ross K --~--~-~--~~~---~--~~ You received

Re: Calculate distance and time

2009-01-27 Thread Rossko
> I wish to find a script or a function that for two postal code > calculate distance and time.. If you use the web interface to this group, there is a useful 'search' box in the top-right. These might give some starter ideas - http://groups.google.com/group/Google-Maps-API/search?group=Googl

Calculate distance and time

2009-01-27 Thread pit
Helloo I try to calculate distance and time between a location and all location in a region. It is necessary to calculate the optimal distance for a route. I tried alot with geocode but seems that more than one value i dont get. I wish to find a script or a function that for two postal code calcu

can you sell googe maps to clients?

2009-01-27 Thread monkey magic the seo man
Hi all I keep being asked off clients if i will submit and keep google maps up to date. can I charge the clients a small fee for setting up and looking after reviews etc and images? please help I dont want to charge and be band off useing maps cheers Phill --~--~-~--~~---

Re: Directions with Custom Start/End Icons

2009-01-27 Thread Rossko
> I'll appreciate a URL to a site that has that working.  Thanks, folks. As you know, many in the group appreciate a URL to site exhibiting the problem ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Map

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Rossko
> The fact that it works in FF is where I get lost? It doesn't work very well in FF2 though ? Unless it's just me, in fact it never completes as it doesn't seem to load your mapbuild.js. Have you looked into the effects of including (whether escaped or not) in your document.writeln strings?

Re: curved lines for ship routes

2009-01-27 Thread Fromzon
hi guys, i'm just letting you know that i'm definetely going to show the map soon, but at this moment i can't because i'm working off line it will be online this weekend or next week, i'll let you know --~--~-~--~~~---~--~~ You received this message because you are

Re: How to add radar option in a map?

2009-01-27 Thread STV
Hi, Actually I need to display weather in my map. The example link is given bellow. http://www.dyasdesigns.com/geoxml/myweather.htm In this example, There is an option called "Nexrad Radar". This is what exactly I need to do. Thank you very much for your reply On Jan 27, 1:10 pm, Region 3 DF

Directions with Custom Start/End Icons

2009-01-27 Thread ashore
I've used Mike's G_START_ICON and G_END_ICON posting information, but it ain't working for me. I'm sure I've located the calls incorrectly. (Or else Google's revised them - they're undocumented, I understand.) I'll appreciate a URL to a site that has that working. Thanks, folks. AS --~--~

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
OK I will just keep plugging away, I have used staticmaps in another page which shows fine in FF and not in IE.. different problem, but still messed up! I am really frustrated with IE at the moment as all of the scripts have been based on the examples supplied on the GoogleMaps API documentation p

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
OK I thought I was missing something, in the original scripts which fails just as spectacularly it is globally scoped.. I just threw this one together to show the result. So I am afraid it is not that.. I will keep pressing buttons until something comes out.. On Jan 27, 3:05 pm, Rossko wrote:

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Rossko
> If you have any code to share to show how I can predeclare the page > object it would be greatfully received. Goodness, this is standar javascript scope stuff. Yes, FF handles undeclared variables differently to IE. I do not know it if it will address your problem entirely but it might at least

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread marcelo
On Jan 27, 8:52 pm, Chris_H wrote: > I am not sure you are right? If I remove the calls to GoogleMaps then > the rest of the document loads fine? Only when I try to load the Map > does it fall over? > The first link you gave me about tags in document.write did say the > best defense is to escape

Re: Zoom problem (route is going hide)

2009-01-27 Thread Rossko
You forgot the parseFloat in this line var latlng = new GLatLng(array_lat[i],array_lon[i]); used in defining the polyline, and another similar line as well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
Probably where I am needing to go? The script fails with the page partially loaded and the url shows http://www.shieldadvanced.ca/ ... Firefox shows the url as being http://www.shieldadvanced.ca/formtest.php! The fact that it works in FF is where I get lost? if the object is undeclared as you men

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
I am not sure you are right? If I remove the calls to GoogleMaps then the rest of the document loads fine? Only when I try to load the Map does it fall over? The first link you gave me about tags in document.write did say the best defense is to escape all end tags?? On Jan 27, 2:20 pm, marcelo

Re: GPS coordinates to google maps

2009-01-27 Thread Rossko
> > Howevever path seems to be displaced. Just because something coming out of a GPS looks like a lat & long, doesn't mean its entirely to the same coordinate or base reference system as Google. This thread might be of interest .. http://groups.google.com/group/Google-Maps-API/browse_thread/th

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Rossko
For info, the example messes up in grand style and crashes IE6 too. I note that in your preview() function, popup = window.open('... creates the new window as an undeclared javascript object. This will cause diferent behaviour in different browsers. When preview() has finished, I wonder what

Re: integrate My Google Map on My Sites page

2009-01-27 Thread Region 3 DFG
google has not added that ability to sites yet so everyone is using a gadget to pull in maps search the sites help group there are posts there On Jan 26, 10:03 am, Barry Hunter wrote: > You dont appear to actully be talking about the Google Maps API? > If so > try:http://groups.google.com/gro

Google Maps API for Mobile Devices

2009-01-27 Thread gor...@gpagan.co.uk
Using Google Maps API and Visual Studio 8 I have been able to create Web Apps which cover the JavaScript snippets in a tutorial section. This looks rather good and I am excited about the potential. Having set up my test website I then use IE Windows IE7 on my PC to check that the stuff has gone in

Re: Adding a custom search form to local search api

2009-01-27 Thread marcelo
On Jan 27, 7:18 pm, "D.A.MacHutta" wrote: > http://mylocallookup.com/test.php > > I could really use the help here. thanks. Where is your map? -- Marcelo - http://maps.forum.nu -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: GPS coordinates to google maps

2009-01-27 Thread Region 3 DFG
http://www.gpsvisualizer.com/ is a handy site for getting your data onto a google map, you can even save the map code maybe that will help you debug the problem point appears to be in slovenia? On Jan 27, 7:17 am, kriko wrote: > Hello! > > I've recorded a short journey on my GPS device and ma

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread marcelo
You don't have to escape everything. Only the

Re: Can I use one API to multiple domains?

2009-01-27 Thread Region 3 DFG
heres what i do i call this .js file which has all my keys in it http://pages.region3dfg.org/r3-keys.js here is an example http://pages.region3dfg.org/r3starter1_1.html On Jan 27, 5:18 am, marcelo wrote: > On Jan 27, 1:30 pm, Gyöngy Dániel wrote: > > > Is there's a way not to create 4 differ

Re: How to add radar option in a map?

2009-01-27 Thread Region 3 DFG
whats a radar option? do you have an example website you have seen and liked? On Jan 27, 8:46 am, STV wrote: > Hi, > > I am trying to add radar option in my map. But I did not get any > sample code for that. Anybody has sample code for adding radar option > in map. Please reply to me. > > Thanks

Re: anyone have a tab system that works?

2009-01-27 Thread Region 3 DFG
cause i want to move my maps out of GME, which has tabs built in, and into a maps api rooted application On Jan 27, 10:03 am, marcelo wrote: > On Jan 27, 7:00 pm, Region 3 DFG wrote: > > > does anyone have a tabs > > system that they are using which is simple yet can pull in content > > from

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
Tried that Here is the code running on the site at the moment with the formtest.php function preview(form) { popup = window.open(' ','MapPreview','height=600,width=600,scrollbars=1,resize=1'); if(window.focus) { popup.focus() } popup.document.writeln('http://www.w3.org/TR

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread marcelo
The API never gets loaded in the popup, and you should be able to see that because when you close the popup window you get "GUnload() is not defined." See this: http://www.faqts.com/knowledge_base/view.phtml/aid/841 -- Marcelo - http://maps.forum.nu -- On Jan 27, 7:26 pm, Chris_H wrote: > Just

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
Just as an update I did try to get the passing of the page name to the popup to work again but it doesn't! Do not know how I got it to work before? Chris... On Jan 27, 1:12 pm, Chris_H wrote: > Not sure if anyone understood the last post so here is the url > again.http://www.shieldadvanced.ca

Adding a custom search form to local search api

2009-01-27 Thread D.A.MacHutta
I'm using a basic local search api and i'm trying to add a custom search form to it. i've tried everything i could think of and nothing works. here's the link to the page i'm trying it on. http://mylocallookup.com/test.php I could really use the help here. thanks. --~--~-~--~~--

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
Not sure if anyone understood the last post so here is the url again. http://www.shieldadvanced.ca/formtest.php On Jan 27, 12:41 pm, Chris_H wrote: > The page is formtest.php? > > Somehow got removed from post or I forgot it! > > On Jan 27, 12:31 pm, marcelo wrote: > > > On Jan 27, 6:28 pm, Ch

Re: Import shapes to PG

2009-01-27 Thread Neil.Young
Just to let you know: I could solve this problem and could apply this - http://www.cartoweb.org/downloads/vertexsimplification/documentation.html - to my data. The result is fine and much less complex, than before. ...although this is certainly NOT a PostgreSQL group... Neil.Young schrieb: > H

Re: Specify a timeout for loading a GMap2

2009-01-27 Thread Mike Williams
Wasn't it geocode...@gmail.com who wrote: > >On Jan 27, 7:14 am, Olly Lylo wrote: >> Hi there, >> >> Is it possible to use the API to specify a timeout when rendering a >> GMap2 such that if the map isn't rendered in this time, a Javascript >> function is called which renders a custom time out me

Re: anyone have a tab system that works?

2009-01-27 Thread marcelo
On Jan 27, 7:00 pm, Region 3 DFG wrote: > does anyone have a tabs > system that they are using which is simple yet can pull in content > from external pages, on the same domain, without using iframe? What's this got to do with the Google Maps API? -- Marcelo - http://maps.forum.nu -- --~--~---

anyone have a tab system that works?

2009-01-27 Thread Region 3 DFG
i was building an application in the Google Mashup editor and really liked the tabs. but GME is being discontinued. does anyone have a tabs system that they are using which is simple yet can pull in content from external pages, on the same domain, without using iframe? tabber worked well out of t

Re: setToFront() method for GMarker

2009-01-27 Thread Mike Williams
You can removeOverlay() the marker, change a global variable that is read by your zindexprocess function to control its output, and addOverlay() it back. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~-~--~~~---~--~~ You rece

Re: Height of GMapTypeControl is too large in my map

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 5:41 pm, MRW_DGASS_Carto wrote: > In my blog http://mrwdgasscarto.blogspot.com/ , why is the height > of the GMapTypeControl too large ? > > I'm using the simple following code: It's CSS which is the problem, not Javascript: (line 184) .post div { line-height:1.6em; margin:0pt 0pt

RE: Unverified Listing

2009-01-27 Thread Ralph Ames
Maybe you are looking for this http://www.google.com/support/forum/p/maps?hl=en Ralph --~--~-~--~~~---~--~~ 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-API@g

Re: Efficient server side proximity for rough heat map

2009-01-27 Thread marcelo
On Jan 27, 6:38 pm, jameslove wrote: > Is there another server side method that might be employed? Is there > anything from the Google API which would calculate the proximity of > markers? I'm not sure I understand what you're trying to do, but where do the markers come from? From a database? If

Height of GMapTypeControl is too large in my map

2009-01-27 Thread MRW_DGASS_Carto
Hello, In my blog http://mrwdgasscarto.blogspot.com/ , why is the height of the GMapTypeControl too large ? THANKS for helping me ! I'm using the simple following code:

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
The page is formtest.php? Somehow got removed from post or I forgot it! On Jan 27, 12:31 pm, marcelo wrote: > On Jan 27, 6:28 pm, Chris_H wrote: > > >http://www.shieldadvanced.ca/formtest > > 404. :-( > > -- > Marcelo -http://maps.forum.nu > -- --~--~-~--~~~---~--~

Efficient server side proximity for rough heat map

2009-01-27 Thread jameslove
Hi, I'd like to calculate the rough proximity of markers on the server side in order to alter the colour of markers which are clustered. For scalability I'm thinking that a rough "as the crow" flies calculation would be the most scalable. I can only think of a brute force method where I compare ea

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread marcelo
On Jan 27, 6:28 pm, Chris_H wrote: > http://www.shieldadvanced.ca/formtest 404. :-( -- Marcelo - http://maps.forum.nu -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this gro

Zoom problem (route is going hide)

2009-01-27 Thread Jirka80s
Hi there! I´m new here and i´m comming with zoom problem. I have application based on google maps (inline routes), when i click to larger zoom my route is going hide. What is wrong? How i make route overlay agein after zoom? My application is here: http://trasy.nabruslich.cz/index.php?&lokalita=4

Unverified Listing

2009-01-27 Thread ni...@theoriginaltour.com
Hello, I just registered my business address with google maps. I was sent a pin which I have entered and the listing is active. However, having looked on Google Maps I noticed a second Unverified listing live on Google Maps for my business address. The details are incorrect and I want it to be re

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
OK I built a smaller example which provides the same results http://www.shieldadvanced.ca/formtest On Jan 27, 11:56 am, marcelo wrote: > On Jan 27, 5:32 pm, Chris_H wrote: > > > I would add a link to the url but its on an internal server, > > Then put it somewhere public or contact your Googl

Re: IE7 Freezes when calling GoogleAPI

2009-01-27 Thread marcelo
On Jan 27, 5:32 pm, Chris_H wrote: > I would add a link to the url but its on an internal server, Then put it somewhere public or contact your Google Premier representative for assistance. http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines -- Marcelo - http://maps.f

How to add radar option in a map?

2009-01-27 Thread STV
Hi, I am trying to add radar option in my map. But I did not get any sample code for that. Anybody has sample code for adding radar option in map. Please reply to me. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

IE7 Freezes when calling GoogleAPI

2009-01-27 Thread Chris_H
I am having issues with a call to the Google API which causes IE7 to lock up totally yet the code works perfectly on Firefox. I have tracked down the issue but have no idea how to fix it. I am using a popup window to display the map alongside other form data. I build the popup using the followi

Re: Zoom Constraint Question

2009-01-27 Thread Dommer
Larry, Thanks for your help - you don't need to be so snippy. Dom On Jan 26, 5:10 pm, "geocode...@gmail.com" wrote: > On Jan 26, 3:06 pm, Dommer wrote: > > > So, I have a map: > > >http://freeforthepicking.com/Indextest.html > > > And I have a KML displayed on the map.  As you can see, indivi

Re: World Time Zones Overlay

2009-01-27 Thread marcelo
Have a look: http://maps.forum.nu/gm_timezones.html -- Marcelo - http://maps.forum.nu -- On Jan 26, 2:36 pm, Conor wrote: > hi everybody > > Does anybody have a world time zones overlay , similar to > thishttp://www.worldtimezone.com/ that they can point me to? > > Thanks > Conor --~--~-

Re: Clustering markers of different categories and icons?

2009-01-27 Thread seb
You can use http://mapeed.com, it's an server clustering solution. Client side is fine if you have a little amount of markers, otherwise, server side is the solution. On Jan 23, 9:11 am, photoman wrote: > wow, marcelo, your samples are great. How to do that? > > PS: Besides the cluster markers

Re: setToFront() method for GMarker

2009-01-27 Thread Alexandr Kovalev
thank you for such a quick response as far as i understood zIndexProcess function is called only once - right after the marker was addOverlay()ed. In my case it's essential to modify z-index value of marker when mouse is over the correspondent DOM Element (in my case it's just the list item cont

Re: Specify a timeout for loading a GMap2

2009-01-27 Thread geocode...@gmail.com
On Jan 27, 7:14 am, Olly Lylo wrote: > Hi there, > > Is it possible to use the API to specify a timeout when rendering a > GMap2 such that if the map isn't rendered in this time, a Javascript > function is called which renders a custom time out message? That is not part of the API. But there is

Re: How to get the Location Name for location Based Services

2009-01-27 Thread a...@gtrack.co.uk
http://code.google.com/apis/maps/documentation/examples/geocoding-reverse.html or http://code.google.com/apis/maps/documentation/services.html#ReverseGeocoding After you have passed the lat+lng to the geocoder, geocoder.getLocations(latlng, showAddress); You can use ... place.address to get

GPS coordinates to google maps

2009-01-27 Thread kriko
Hello! I've recorded a short journey on my GPS device and made a servlet that should draw coordinates onto google maps. Howevever path seems to be displaced. Sample coordinates from GPS: lat=45.545605&lon=13.645014 lat=45.545605&lon=13.64544 Also if I post those coordinates to e.g. FireEagle g

Specify a timeout for loading a GMap2

2009-01-27 Thread Olly Lylo
Hi there, Is it possible to use the API to specify a timeout when rendering a GMap2 such that if the map isn't rendered in this time, a Javascript function is called which renders a custom time out message? Thanks in advance. --~--~-~--~~~---~--~~ You received th

Re: World Time Zones Overlay

2009-01-27 Thread String
I'm working on one which I expect to have ready within about a week. If you drop me an e-mail then to remind me,I'll be happy to point you in the right direction. String On Jan 26, 5:07 pm, Andy R wrote: > One source in SHP format is here:http://efele.net/maps/tz/world/ > It's big, but you can

Re: How to get the Location Name for location Based Services

2009-01-27 Thread Rossko
If you have a lat + long, finding out a Location name (or address) for it is called Reverse Geocoding. There's quite a lot on information available about this, and different services wiith more or less coverage and detail in different places. cheers, Ross K --~--~-~--~~~

How to get the Location Name for location Based Services

2009-01-27 Thread yogesh
Sir , I am developing a Location Based Services Application but not able to find out Location Name from latitude and Longitude, How should I get out of it? Should I use the Location String send by BTS ? If yes , How should I get that Location String? or Is there any other way to find out Location

Re: Google Map Code Problem

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 2:22 pm, "Terrance Byrd" wrote: > What is "API" Application Programming Interface. You should unsubscribe from this group http://groups.google.com/group/Google-Maps-API/subscribe and subscribe instead to http://www.google.com/support/forum/p/maps?hl=en Andrew --~--~-~--~~

RE: Google Map Code Problem

2009-01-27 Thread Terrance Byrd
What is "API" Terry -Original Message- From: Google-Maps-API@googlegroups.com [mailto:google-maps-...@googlegroups.com] On Behalf Of warden [Andrew Leach - Maps API Guru] Sent: Tuesday, January 27, 2009 9:08 AM To: Google Maps API Subject: Re: Google Map Code Problem On Jan 27, 1:49 pm,

Re: Polyline for a single street

2009-01-27 Thread Jared Fine
I did not. Thank you for the links. On Jan 26, 8:28 pm, "geocode...@gmail.com" wrote: > On Jan 26, 12:54 pm, Jared Fine wrote:> I'm new to the > Google Maps API and was hoping someone here could help > > me. I've read through the majority of the documentation and various > > tutorials. I've b

Re: Google Map Code Problem

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 1:49 pm, "Terrance Byrd" wrote: > The only correct marker location is at the west end of Research Drive > Jeffersonville Indiana 47130. The Louisville locations have been closed for > 5 to 6 years. Their closure is the reason I opened my business. Please > remove the Louisville loca

Re: how to make graphs using google api

2009-01-27 Thread Andy R
http://code.google.com/intl/en/apis/chart/ On 27 Jan., 14:21, mona wrote: > i wan't to make a particular type of graph using google api but my > problem is i don't know the graph type i m having a image of that > graph  i have uploaded the image in files named as maheep 012609.GIF > can anybody

RE: Google Map Code Problem

2009-01-27 Thread Terrance Byrd
The only correct marker location is at the west end of Research Drive Jeffersonville Indiana 47130. The Louisville locations have been closed for 5 to 6 years. Their closure is the reason I opened my business. Please remove the Louisville locations from GOOGLE. Terry 812-280-8403 -Origina

Re: how to make graphs using google api

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 1:21 pm, mona wrote: > i wan't to make a particular type of graph using google api but my > problem is i don't know the graph type i m having a image of that > graph i have uploaded the image in files named as maheep 012609.GIF > can anybody tell me how to make these graphs and which

RE: Google Map Code Problem

2009-01-27 Thread Terrance Byrd
What are you talking about? Can you call me 812-280-8403 Terry -Original Message- From: Google-Maps-API@googlegroups.com [mailto:google-maps-...@googlegroups.com] On Behalf Of Adam Sent: Monday, January 26, 2009 5:37 AM To: Google Maps API Subject: Re: Google Map Code Problem > Yes. T

how to make graphs using google api

2009-01-27 Thread mona
i wan't to make a particular type of graph using google api but my problem is i don't know the graph type i m having a image of that graph i have uploaded the image in files named as maheep 012609.GIF can anybody tell me how to make these graphs and which type of graphs is this --~--~-~-

Re: Can I use one API to multiple domains?

2009-01-27 Thread marcelo
On Jan 27, 1:30 pm, Gyöngy Dániel wrote: > Is there's a way not to create 4 different API accounts for each > domain, but to use one for all 4? -- Marcelo - http://maps.forum.nu -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Can I use one API to multiple domains?

2009-01-27 Thread Gyöngy Dániel
Greetings! I'm having 4 different domain names pointing to the same site, and on the site there's an embedded GMap which is generated dinamically from a database. Is there's a way not to create 4 different API accounts for each domain, but to use one for all 4? Thanks, Daniel --~--~-~-

Re: Toll roads in reverse geocoding???

2009-01-27 Thread Rossko
> Thanx andrew. yes, i know that the direction details are included in > the direction details but was wondering that why does the same toll > information not available in the reverese geocoding response... Why would it be? I guess the intended use of reverse geocoding is to produce an address f

Re: Toll roads in reverse geocoding???

2009-01-27 Thread shah
Thanks for the replies. Yes , i do agree that if i want to know the toll information, i should go for directions. But based on the reverse geocoding result, i am running a report where for each point , i am showing whether its on toll road or not. For now, I am using Google's reverse geo-coding a

Re: setToFront() method for GMarker

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 11:30 am, Alexandr Kovalev wrote: > Hello! > > Is there any possible way to modify value of z-index property of > Gmarker? http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions {zIndexProcess:myfunction} -- myfunction() should return the required zindex of the m

Re: Toll roads in reverse geocoding???

2009-01-27 Thread warden [Andrew Leach - Maps API Guru]
On Jan 27, 11:26 am, shah wrote: > Thanx andrew. yes, i know that the direction details are included in > the direction details but was wondering that why does the same toll > information not available in the reverese geocoding response. Why should it be? Reverse geocoding simply gives an addres

Re: Google Maps and Blog

2009-01-27 Thread vincent
@Rossko you are right Geocoding is the key! have a nice day vincent --~--~-~--~~~---~--~~ 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-API@googlegroups.com To uns

  1   2   >