Re: Refresh TileLayer after an interval

2008-10-27 Thread pamela (Google Employee)
Hi Thanh- There is no refresh function for TileLayers or TileLayerOverlay. Please star this issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=503 As a workaround, I've heard people use both the techniques of resizing the map by a tiny amount, and just switching the map types back

can i use google map offline?

2008-10-27 Thread Cat Lee
dear Sir / madam, I am a webmaster of a bank. we buy google map service to show our branch location. For security reasons, we cannot access internet from internal connection except our group website. when open the branches google map which has embedded in our group website, the flash shows error

Marker DataGrid

2008-10-27 Thread Seis Pesos
Hi pamela (pammyla?), I saw Marker DataGrid demo. So, can we accumulate user input datas from Flash to MySQL through php? like following JS Map? http://japonyol.net/gm/guestmap.php (Input form in InfoWindow) Or, Is this difficult like a chinese language?

Re: TileLayerOverlay: Loading when zooming

2008-10-27 Thread pamela (Google Employee)
Hey Matt- It seems that we don't have good detection for multiple fast zooms. I'm not sure how many non-developers (users) zoom very quickly multiple times, but if you think there are many who do, please file an issue in the Issue Tracker for canceling tiles from a previous zoom request if a new

Re: Dissolve effect on zoom

2008-10-27 Thread pamela (Google Employee)
Hi alammi- The only zoom options now are to enable or disable continuous zoom. You can file feature requests in the issue tracker: http://code.google.com/p/gmaps-api-issues/ - pamela On Thu, Oct 23, 2008 at 8:06 AM, alammi [EMAIL PROTECTED] wrote: Hello! Is there any option, which allow

Re: Hi, bug when i try to instanciate CopyrightCollection

2008-10-27 Thread pamela (Google Employee)
Hi Fabien- I see, I've replicated the issue. I've been able to instantiate a CopyrightCollection fine from within a TileLayer. It may be that there's an issue with calling it before the map is initialized. Here's what I'd suggest: 1) Report the bug in the issue tracker. 2) Try to not instantiate

Re: GoogleMaps for Flash + SWFAddress = ?

2008-10-27 Thread pamela (Google Employee)
Hi alammi- If the entire SWF reloads, then are you sure this is related to the Maps API? If you remove the Map component, does it still reload? I haven't used SWFAddress myself; perhaps someone else has. - pamela On Thu, Oct 23, 2008 at 8:40 AM, alammi [EMAIL PROTECTED] wrote: So i've tried

Re: Penguin Working in Flex Builder

2008-10-27 Thread DanFS
replace the 'my key' in param name=flashVars value=my key and flashVars=key=my key with your google map key from http://code.google.com/apis/maps/signup.html ?? -DanFS On Oct 26, 4:20 pm, bizpo [EMAIL PROTECTED] wrote: I was not able to convert the Penguin Directions demo to Adobe SC4 so I

Re: Penguin Working in Flex Builder

2008-10-27 Thread DanFS
the 'debugmode' watermark will always show when you are running it localy. On Oct 27, 10:11 am, DanFS [EMAIL PROTECTED] wrote: replace the 'my key' in  param name=flashVars value=my key and flashVars=key=my key with your google map key fromhttp://code.google.com/apis/maps/signup.html??

Re: Loading map without an mx:Application container

2008-10-27 Thread pamela (Google Employee)
Hi Dominique- Do you call setSize on the Map somehow? Can you check the NET requests to see if tiles are requested? - pamela On Tue, Oct 21, 2008 at 10:04 PM, dominique [EMAIL PROTECTED] wrote: Hi Pamela, Thanks for the reply. When I use the non-Flex SWC the SWF returns to a more

Re: the poly drawer sample - area calculator?

2008-10-27 Thread pamela (Google Employee)
Hi EJ- The general technique for converting JS code to AS3 code is: 1) If it extends a class (like GPolygon), just convert it to a static function that takes in a poly as an argument. That'll be easier to port. 2) Paste it into your AS3 code. 3) Remove all the G prefixes before Maps API classes.

When will be called mapevent_maploaded from map?

2008-10-27 Thread Masashi.K
Hi . I want to use the mapevent_maploaded event. However, it is not called from the map. Do you know anything about solution of the problem ? [TEST CODE] -- ?xml version=1.0

Creating markers error

2008-10-27 Thread LionArt
Hello, I started using Google Maps API but when I create a marker using this syntax : var position : LatLng = new LatLng ( marker.lat, marker.lng ); var drawnMarker : Marker = new Marker( position ); I get a debug error TypeError: Error #1009: Impossible to access null object at

Re: Display the distance

2008-10-27 Thread Will
Thanks Pamela, Thats helped a lot :D Cheers, Will On Oct 25, 6:04 pm, pamela (Google Employee) [EMAIL PROTECTED] wrote: Hi Will- If you want the distance of the Driving Directions route, just use the distance property:http://code.google.com/apis/maps/documentation/flash/reference.html#D...

Re: Initialization failed: please check the API key,

2008-10-27 Thread Elton Bicalho
The key are generate per site. For example: If you generate the key for site http://127.0.0.1/xyxyx then when you try to use in another machine the http://yourmachine/xyxyxy then this error will be raised. 2008/10/27 JoseCarlos [EMAIL PROTECTED] Hi, I'm getting an error from the google

Initialization failed: please check the API key,

2008-10-27 Thread JoseCarlos
Hi, I'm getting an error from the google maps api, it reads: Initialization failed: please check the API key, swf location, version and network availability I'm testing locally with a developer key, the problem is that I'm testing the same application in other computer that are next to me and

Re: Penguin Working in Flex Builder

2008-10-27 Thread bizpo
I did have it set up this way - I just didn't want to put my API key in the question. It still doesn't work. It shows the layout but I can't enter the from/to (these text boxes are not editable) and the Run button is not activated. Any suggestions? Thank you! On Oct 27, 3:11 am, DanFS [EMAIL

caching IOErrorEvent on contentHTML infowindow

2008-10-27 Thread Gavri Guy
hi I'm building an application that put markers on the map each marker when clicked - shows an html content inside the infoWindow. some of this content comtains img tags. the problem i have is that if flash have a problem uploading the image i get this message: Error #2044: Unhanded

Re: Display the distance

2008-10-27 Thread Will
I've come across one more problem, sorry to keep asking questions! I've got everything working, it displays the distance, but the problem is, once I compile the SWF, I can't import it back into flash, it's just a blank page when I import it. Is there a way to import it properly? or is it not

Security Sandbox Error in Flex 3

2008-10-27 Thread RyanMac
On the website it states that running Google Maps over SSL may cause a innocuous unsecure content message or two. When I run it in Flex though, I get a catastrophic Sandbox error and the whole map crashes. I guess my question is, is it possible (AT ALL) to use (non-premiere) Google Maps over

Re: Penguin Working in Flex Builder

2008-10-27 Thread bizpo
More information: I run the .swf file on the hosting server and it runs perfectly. When I view it on my web page - it cannot be interacted with - text boxes and button grayed out. Thanks On Oct 27, 3:11 am, DanFS [EMAIL PROTECTED] wrote: replace the 'my key' in  param name=flashVars value=my

Toggling Marker Categories - Missing HTML File?

2008-10-27 Thread bizpo
I downloaded the source for the Toggling Marker Categories demo. When I complied it in FlexBuilder - it said it was missing the MarkerCategoriesDemo.html file. Can someone send that to me? Thanks --~--~-~--~~~---~--~~ You received this message because you are

Re: newbee google maps api

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 11:25 am, Gazz1982 [EMAIL PROTECTED] wrote: Thankyou for the links, I can get other peoples kml files to display but when i direct it to my server it will not display. my test app is athttp://62.72.32.113/bm-od/kml_test.htmlIs this an issue with my server? I am using ubuntu, how do

Re: newbee google maps api

2008-10-27 Thread Barry Hunter
On Mon, Oct 27, 2008 at 11:53 AM, warden [Andrew Leach - Maps API Guru] [EMAIL PROTECTED] wrote: On Oct 27, 11:25 am, Gazz1982 [EMAIL PROTECTED] wrote: Thankyou for the links, I can get other peoples kml files to display but when i direct it to my server it will not display. my test app is

help how to allow anyone introduce markers

2008-10-27 Thread iSus
Hi, i need to know how to allow ayone introduce markers in my map. And this markers must be saved for next visitors. Sorry for my english and thanks for reading. If you know the answer please contact me. Bye. --~--~-~--~~~---~--~~ You received this message

Re: IE6 UTF error while Firefox is fine

2008-10-27 Thread Max Bell
Thanks for the ideas, but 1. Doesn't help 2. Doesn't help fixed GLoad name by the way And still page loads ok when view in Cyrillic windows - so i guess its some IE6 charset bug. Any other ideas? On 27 окт, 15:01, warden [Andrew Leach - Maps API Guru] [EMAIL PROTECTED] wrote: On Oct 27,

Re: Mapping all 3000 US counties

2008-10-27 Thread bratliff
On Oct 27, 9:53 am, William [EMAIL PROTECTED] wrote: On Oct 27, 1:44 am, bratliff [EMAIL PROTECTED] wrote: Michigan Wisconsin counties should stop at the shoreline of Great Lakes. yep I should fix that. Also it would be good if I got some Canadian data and put that in the same map. And

Re: help how to allow anyone introduce markers

2008-10-27 Thread Esa
On Oct 27, 2:17 pm, iSus [EMAIL PROTECTED] wrote: Hi, i need to know how to allow ayone introduce markers in my map. And this markers must be saved for next visitors. You cannot save anything but cookies by JavaScript. So usually that kind of feature means that you have to have server space

Re: Blog post: Geocoding... in Reverse!

2008-10-27 Thread Max Bell
Great news. Just yesterday I started thinking about it and I'm surprised that GMaps didn't have that yet Way to go --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Maps API group. To post to this group, send

Re: help how to allow anyone introduce markers

2008-10-27 Thread mayank desai
may be help full you http://econym.org.uk/gmap On Mon, Oct 27, 2008 at 6:26 PM, Esa [EMAIL PROTECTED] wrote: On Oct 27, 2:17 pm, iSus [EMAIL PROTECTED] wrote: Hi, i need to know how to allow ayone introduce markers in my map. And this markers must be saved for next visitors. You

Re: newbee google maps api

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 4:25 am, Gazz1982 [EMAIL PROTECTED] wrote: Thankyou for the links, I can get other peoples kml files to display but when i direct it to my server it will not display. my test app is athttp://62.72.32.113/bm-od/kml_test.htmlIs this an issue with my server? I am using ubuntu, how do

Re: IE6 UTF error while Firefox is fine

2008-10-27 Thread Max Bell
I've made a static html page in ANSI format and it works fine both in IE6 and Firefox http://motomap.aramaki.ru/test.html interesting that in FF license text at the map bottom is shown ok while in IE6 text is unreadable because of unicode charset. I guess I should convert something into or

Re: Mapping all 3000 US counties

2008-10-27 Thread bratliff
On Oct 27, 12:44 pm, bratliff [EMAIL PROTECTED] wrote: I have shapefiles for Canada Mexico but no demographics. Are you planning to let developers access your maptileserver ? The ability to submit color parameters obtain unique key without cross domain access limitations could be

Re: Snap To Street From XML

2008-10-27 Thread Rossko
If I put dirn.loadFromWaypoints(points[i], {getPolyline:true}); inside the loop for each point read, then the GEvent.addListener(dirn,load, function()) won't work... Why would you do that? As the dirn.loadFromWaypoints() wants to use the array points[], why wouldn't you put it just AFTER

Re: api key for html pages in windows apps

2008-10-27 Thread boomerbubba
Also, Google would not be unhappy if you licensed the API Premier service, which starts at $10K/yr. On Oct 27, 6:45 am, Barry Hunter [EMAIL PROTECTED] wrote: Google is but one licensee of the data. They have a licence to provide maps on websites. Desktop applications are a different market,

Cannot get GLatLngBounds(); working

2008-10-27 Thread James
My code is not working and I can't figure out why... Maybe some kind person here can give me some insight. Here is my code: var geocoder ; var icon ; var gicon ; var map ; var mArray = Array(); function load() { map = new GMap2(document.getElementById(map)); var start = new

Re: Looking for a trail/canoe routes display solution.

2008-10-27 Thread Bill G
Solution found! Thanks to all the developers that contacted me. --~--~-~--~~~---~--~~ 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

Re: Problem with GEvent and GOverlay

2008-10-27 Thread Stefan Sturm
Hello Marcelo, thanks for your help :-) I made a simple example: You can find it here: http://tests.tripplanner.de/ It shows only one marker and on a click on it it shows the infowindow. The click the infowindow to see, that the map click event triggers before the div click event... This

Re: Bug with map.getBounds()

2008-10-27 Thread bratliff
On Oct 26, 8:17 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I just googled the solution for this issue, firstly i should not switch the lat or lng What can i do is check if the map crossed the IDL, if true, check if the marker either in range 41.1328125 to 180 or in range -180

Re: using Google Maps with fictive data?

2008-10-27 Thread boomerbubba
Cool map of Middle Earth. I note that the Ordinance Survey even claims copyright over that! Didn't realize that their reach extended that far :-) On Oct 27, 5:38 am, mapperzUK [EMAIL PROTECTED] wrote: Middle Earth http://www.middle-earth-map.com/ Mapperzhttp://mapperz.blogspot.com/ On

Re: Coast profile

2008-10-27 Thread Michele Mader
I need the Italy and Mediterranean sea coasts. Can you help me finding those third parties? Thank you in advance. On Oct 24, 3:12 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Oct 24, 1:46 am, Michele Mader [EMAIL PROTECTED] wrote: Is it possible to have the coast profile expressed as

Re: Licensing

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 1:37 pm, boomerbubba [EMAIL PROTECTED] wrote: IMHO, you are interpreting the example inhttp://groups.google.com/group/Google-Maps-API?hl=en too liberally. Did you check http://code.google.com/apis/maps/faq.html#tos_password? If the purpose of the password protected map is to

Fighting with a Polygon...

2008-10-27 Thread Joice
Hello all, I have created a Postgres/Postgis database where I store the limits of my home town neighbourhoods. A simple register looks like this: gis=# SELECT astext(limites) as limite FROM bairros WHERE nome='TESTE'; limite

Re: Fighting with a Polygon...

2008-10-27 Thread maps.huge.info [Maps API Guru]
I suggest you read the posting guidelines, which direct you to post a link to your map, not all the code. The first half of your post is really not necessary, but without a link, you're not likely to get a reasonable response. -John Coryat http://maps.huge.info http://www.usnaviguide.com

Calling GMarker Callback function

2008-10-27 Thread Raphael
Hi I'm defining a Callbackfunction when creating my Gmarkers: var marker = new MyMarker(new GPoint(row.longitude,row.latitude), markerOptions); GEvent.addListener(marker, click, onClick); The markers are then all being stored in an array, so that I can draw the points to the map and have a list

Re: HTMLfile: unspecified error in line 1080

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 2:05 pm, arachnid [EMAIL PROTECTED] wrote: I load a KML file in my website (http://afrika.delosgaia.nl/okavango_delta.htm) and with IE 7 I get the error HTMLfile: unspecified error in line 1080. It seesm to be in the document.namespace. The script is loading at the end of the

Re: Coast profile

2008-10-27 Thread mapperzUK
http://www.mapability.com/index1.html?httpwww.mapability.com/info/vmap1_index.html (click downloads) 67,68,83,84,85,86,102,103,104,105,106 for the Mediterranean (it will be more detailed than Google Maps Map Types.) Other Sources:

Re: Calling GMarker Callback function

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 2:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You could try following the posting guidelines and posting a link to your map:http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... Or... have a look at http://econym.org.uk/gmap/ (The Basics: Parts 1 and 2)

Re: Fighting with a Polygon...

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 7:02 am, Joice [EMAIL PROTECTED] wrote: Hello all, I have created a Postgres/Postgis database where I store the limits of my home town neighbourhoods. A simple register looks like this: gis=# SELECT astext(limites) as limite FROM bairros WHERE nome='TESTE'; limite

Re: DC Metro mapplet abruptly stopped working -- has something changed?

2008-10-27 Thread Tom Lee
Thanks for the smart suggestions, William and Mike. It certainly does look like the XML-fetching routine is to blame. I changed the URL as per William's suggestion, but without luck. While I was at it I double- checked the MIME type under which the XML file was being served, but everything

HTMLfile: unspecified error in line 1080

2008-10-27 Thread arachnid
I load a KML file in my website ( http://afrika.delosgaia.nl/okavango_delta.htm) and with IE 7 I get the error HTMLfile: unspecified error in line 1080. It seesm to be in the document.namespace. The script is loading at the end of the body before the google-analytics script Sometimes the KML file

Re: Calling GMarker Callback function

2008-10-27 Thread Raphael
thanks. The example helped alot ... I was actually pretty close. @larray: Sorry, no link available yet. On 27 Okt., 15:37, warden [Andrew Leach - Maps API Guru] [EMAIL PROTECTED] wrote: On Oct 27, 2:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You could try following the posting

openinfowindowhtml / closeinfowindow

2008-10-27 Thread patfee
Hi, how can i prevent that the moveend event (GEvent.addListener(map, moveend, test);) is triggered when there is a openinfowindowhtml open? thanks Patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Re: openinfowindowhtml / closeinfowindow

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 8:09 am, patfee [EMAIL PROTECTED] wrote: Hi, how can i prevent that the moveend event (GEvent.addListener(map, moveend, test);) is triggered when there is a openinfowindowhtml open? Do you want to prevent the map from moving when the infowindow opens or prevent the event from

Re: Panoramio turned on without button

2008-10-27 Thread Valery
Is there any way to customize this new (great!) layers? For example specify maximum number of Panoramio photos per visible map area? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Maps API group. To post to

Link in Infowindow

2008-10-27 Thread Lucy
Currently I am working Gmap on Ruby on Rails. But I don't know how to put link on InfoWindowHTML except for using XML? Can somebody tell me how? Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Maps

Re: How to convert 13° 1'56.07N, 77°35'26.86E for google api

2008-10-27 Thread arun chakrapanirao
Thanks all for helping I did find another site which does the conversion to decimal I have added that to my website now and I am able to see the map Thanks again One more Q is there any way i can put the zoom in option within the map, Please do let me know thanks Arun 2008/10/27 mapperzUK

Re: Driving Directions (Multiple Stops)

2008-10-27 Thread [EMAIL PROTECTED]
Andrew, Thank you very much for your response. I had tried doing A to B to C before, but I had left out the colons. Now that I added the colons, it worked perfectly. I appreciate the help. Mike On Oct 25, 9:24 am, warden [Andrew Leach - Maps API Guru] [EMAIL PROTECTED] wrote: On Oct 25,

Re: Licensing

2008-10-27 Thread boomerbubba
Yes, I have stared at that language often. I find it to be poorly worded and ambiguous, more confusing than enlightening. What the heck is administration supposed to mean? Ultimately that FAQ entry refers the user back to the TOS itself. I certainly do not think administration of the web site

Map comes up with wrong address. How do I change the coordinates?

2008-10-27 Thread [EMAIL PROTECTED]
Hi all, Two things I need a little help with. 1: When I add my address on my website, 185 RT-36, West Long Branch, Monmouth, New Jersey 07764, it comes up as Rt. 36 West Long Branch, NJ http://www.systek.com/visitors.html (you can see it right there, on the first map). Is there a way to force

Re: Licensing

2008-10-27 Thread urlee net
Hello, I am starting a very new service: www.urlee.net www.urlee.net www.urlee.net And with Urlee.net you could create: www.yourname.urlee.net www.yourname.urlee.net www.yourname.urlee.net And it is for free, it is a FREE REDIRECTION SERVICE! Like CJB, you could change verylong.url

Re: Driving Directions (Multiple Stops)

2008-10-27 Thread urlee net
Hello, I am starting a very new service: www.urlee.net www.urlee.net www.urlee.net And with Urlee.net you could create: www.yourname.urlee.net www.yourname.urlee.net www.yourname.urlee.net And it is for free, it is a FREE REDIRECTION SERVICE! Like CJB, you could change verylong.url

Re: Wrong map center display in IE7

2008-10-27 Thread MikeP
Yes I should post a link to the problem page, but its an internal site so I can't do that. Also, it is dealing with using Google Maps within WebSphere Portal, so I don't really have a public portal site where I could post something. Anyway, I was able to resolve this issue. I found that the

Re: Licensing

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 3:45 pm, boomerbubba [EMAIL PROTECTED] wrote: Yes, I have stared at that language often.  I find it to be poorly worded and ambiguous, more confusing than enlightening.  What the heck is administration supposed to mean? I don't think it matters. Take out the bit in parenthesis,

API Key Validation Question

2008-10-27 Thread jdale978
I am using the same set of maps on two domains; one testing and the other production. I have the map loading script in an external js file and it is working correctly. I also have keys for both domains. My question is this: can I validate the key from an external js file so I can have the same

Re: API Key Validation Question

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 3:59 pm, jdale978 [EMAIL PROTECTED] wrote: My question is this: can I validate the key from an external js file so I can have the same html file on both domains, which will then reference different identically named js files with the correct key for each domain? See Michael

Re: Map comes up with wrong address. How do I change the coordinates?

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 3:36 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So two things, I just want the map to say the actual address instead of the street name and also I would like to be able to move the pointer to the right place (i have the coordinates). You're using a Google service which creates

Re: API Key Validation Question

2008-10-27 Thread marcelo
See how the keys are loaded from external files in any of the maps on my site. -- Marcelo - http://maps.forum.nu -- On Oct 27, 4:59 pm, jdale978 [EMAIL PROTECTED] wrote: I am using the same set of maps on two domains; one testing and the other production. I have the map loading script in an

Re: Link in Infowindow

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 3:31 pm, Lucy [EMAIL PROTECTED] wrote: Currently I am working Gmap on Ruby on Rails. But I don't know how to put link on InfoWindowHTML except for using XML? Can somebody tell me how? Just add the a../a tags into the HTML within the infoWindow. You need to be careful about

Re: Link in Infowindow

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 8:31 am, Lucy [EMAIL PROTECTED] wrote: Currently I am working Gmap on Ruby on Rails. But I don't know how to put link on InfoWindowHTML except for using XML? Can somebody tell me how? See Mike Williams' tutorial: Part 6 Images and Links in info windows

Re: Wrong map center display in IE7

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 8:54 am, MikeP [EMAIL PROTECTED] wrote: Yes I should post a link to the problem page, but its an internal site so I can't do that.  Also, it is dealing with using Google Maps within WebSphere Portal, so I don't really have a public portal site where I could post something. Sounds

Re: Fighting with a Polygon...

2008-10-27 Thread Joice
Thanks Larry, John, I understand the guidelines. Problem is I don't have a postgresql install on my host provider, so all my tests are local. Sorry! Larry, I believe I understand what you mean. I get a string from my poli_xml.php, and I need only an array of GLatLng. I am wondering (and

GAdsManager works only locally

2008-10-27 Thread Eric
Hello, Using GAdsManager on my Google Maps pages, locally thet works correctly (i have the brown icons on some places) , but when i access to the same page on the internet, he does not work. I don't have those litlle brow icons. Does GAdsManager works only using a specific configuration or

Re: Fighting with a Polygon...

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 4:25 pm, Joice [EMAIL PROTECTED] wrote: I will keep studying. If you guys have any other idea, they will be welcome! http://www.w3schools.com/jsref/jsref_eval.asp Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Google Maps API - GeoCoder Plugin for Wordpress

2008-10-27 Thread Karl
I finally broke down and created the plugin that I was hoping someone would eventually. A plugin for Wordpress that will create two new custom-fields for a post based on a given address: lat lng With the coordinates you can pretty much program anything else through the Google Maps API. (I'll

Re: Panoramio turned on without button

2008-10-27 Thread Mike Williams
The only thing that I can see in the client source code that looks like it might be intended for customisation is the new GLayer.setParameter(a,b) method. But I can't get it to work. The new constant G_LAYER_PARAM_COLOR might possibly identify a settable GLayer parameter. Why don't you

RE: DC Metro mapplet abruptly stopped working -- has something changed?

2008-10-27 Thread Michael Geary
You hit the nail on the head. It's a bug in _IG_FetchXmlContent; the fix is supposed to go live early this week. Related thread: http://groups.google.com/group/Google-Gadgets-API/msg/7baebef0ca0d8e4b -Mike From: William http://dcist.com/map/stations.xml mapplet.xml has the url as

Re: Licensing

2008-10-27 Thread boomerbubba
I'm all for common sense, but I am also for clarity. It is very frustrating that Google's legal terms are restrictive on their face, but then some things are tolerated with a wink. Someone here remarked recently that Google's legal folks seem to want restrictions and the technical folks want

Re: Panoramio turned on without button

2008-10-27 Thread Valery
Thank you, Mike. I'll try to play with GLayer.setParameter(a,b) function. On Oct 27, 6:42 pm, Mike Williams [EMAIL PROTECTED] wrote: The only thing that I can see in the client source code that looks like it might be intended for customisation is the new     GLayer.setParameter(a,b) method.

Re: Map comes up with wrong address. How do I change the coordinates?

2008-10-27 Thread [EMAIL PROTECTED]
Thanks Larry - How can I add in the correct address? Do I need to create my own map for doing that?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Maps API group. To post to this group, send email to

Re: IE6 UTF error while Firefox is fine

2008-10-27 Thread warden [Andrew Leach - Maps API Guru]
On Oct 27, 1:10 pm, Max Bell [EMAIL PROTECTED] wrote: I guess I should convert something into or from UTF but what? As well as hl=ru in the API string to output Russian, you need oe=windows-1251 to ensure that it is handled correctly. It's difficult handling Cyrillic when my IE is set up for

Re: Map comes up with wrong address. How do I change the coordinates?

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 9:52 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks Larry - How can I add in the correct address? Do I need to create my own map for doing that?? If you want full control, you need to do something like the simple map that I posted the link to. Although this map might work

Re: maps.google.com no longer has different imagery

2008-10-27 Thread Jeff Taylor
Did you submit the map inaccuracy suggestions to Tele Atlas online? If not, the best way to submit them is by using the Map Insight tool: http://mapinsight.teleatlas.com/mapfeedback/index.php If you've already submitted the map feedback via their website, then you've done everything correctly.

Re: API Key Validation Question

2008-10-27 Thread jdale978
Many Thanks!!! That worked perfectly! On Oct 27, 12:05 pm, marcelo [EMAIL PROTECTED] wrote: See how the keys are loaded from external files in any of the maps on my site. -- Marcelo -http://maps.forum.nu -- On Oct 27, 4:59 pm, jdale978 [EMAIL PROTECTED] wrote: I am using the same set

Re: Pictures on Google Maps

2008-10-27 Thread Mike Williams
If you mean a picture in a Panoramio GLayer, then you can click on the picture, to access the Panoramio page. Some photographers supply the date in the Photo Details: Extra Information section. If you mean a picture in a StreetView, then I think not. -- http://econym.org.uk/gmap The

Re: help how to allow anyone introduce markers

2008-10-27 Thread Mike Williams
Does this help? http://econym.org.uk/gmap/store.htm -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Maps API group. To post to

GE Polygon Mouseover Event

2008-10-27 Thread Sunny
Hi, Can someone tell me, How to add click event on polygon Placemark in GE. I am using this line to append polygon to GE. ge.getFeatures().appendChild(polygonPlacemark); Now, I want to add a click event, How should I do? Also, I would like to change the opacity on Mouseover, Is this possible?

Re: All tiles not loading in Safari

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 10:48 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My map works in IE and FF, but in Safari there are problems: half of the tiles on the map will not load.  However, if you go to another website and then back to the map, the map loads fine.  Here's my map:

Re: Blog post: Geocoding... in Reverse!

2008-10-27 Thread Al Caughey
It is *not* fun to parse out the details... Marcelo has put together a detailed review of the problem. (I encourage you to please star the issue :-) http://code.google.com/p/gmaps-api-issues/issues/detail?id=606 On Mon, Oct 27, 2008 at 2:30 AM, pamela (Google Employee) [EMAIL PROTECTED] wrote:

Re: Wrong map center display in IE7

2008-10-27 Thread pamela (Google Employee)
General comment: If you are an Enterprise API customer, it's fine to use the Google Maps API forum to ask questions, but you should follow the same posting guidelines as everyone else that posts (such as providing a link). The developers here would like to help you, but only if you help them help

All tiles not loading in Safari

2008-10-27 Thread [EMAIL PROTECTED]
My map works in IE and FF, but in Safari there are problems: half of the tiles on the map will not load. However, if you go to another website and then back to the map, the map loads fine. Here's my map: http://tiger.towson.edu/users/preese2/campusmap/towsontest.html There was a thread

Re: Saving an Edited Polygon

2008-10-27 Thread Aditya
ok i get the point by point editing... another question, is it possible to offset all the points at once? like making the whole polygon draggable? On Oct 10, 11:54 am, chrismarx [EMAIL PROTECTED] wrote: or see the fully worked out examples with the new geometrycontrols

Re: API Key Validation Question

2008-10-27 Thread jdale978
Hi Andrew, I'd like to get your solution working. It would require fewer attached files and seems more elegant. Here's the code I can't seem to get working. Can you make any suggestions? Thanks!!! script type=text/javascript document.write( 'script src=http://maps.google.com/maps?

Stolen Web Site Code...

2008-10-27 Thread janek
Someone is using my Google API code on my former domain. How can i block? can i remove key from my account? Where i can send information about abuse? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Maps API

Re: getDistance between 2 addresses without loading up a map page (i.e. from a PHP script)

2008-10-27 Thread Leonardo Almeida
Let me see if I get (I read your post really fast). You just need to get the distante and the time without drawing the map. you can do this in this manner (if you want I can send you an HTML file that shows what I'm using): function initialize() { if (GBrowserIsCompatible()) {

The Google Maps API server rejected your request

2008-10-27 Thread sharon
I'm getting this error so often, on so many webpages On three different machines, using combination of Vista and XP Dell and Acer laptops, and Acer Desktop. i can't even upload a video to youtube due to this error. I have deleted cookies. Using latest firefox version,also get the same error with

Re: API Key Validation Question

2008-10-27 Thread [EMAIL PROTECTED]
On Oct 27, 11:50 am, jdale978 [EMAIL PROTECTED] wrote: Hi Andrew, I'd like to get your solution working. It would require fewer attached files and seems more elegant. Here's the code I can't seem to get working. Can you make  any suggestions? I would suggest following the suggested posting

Re: The Google Maps API server rejected your request

2008-10-27 Thread sharon
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/e9e58a7d5209c2c1 On Oct 27, 7:27 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Oct 27, 12:14 pm, sharon [EMAIL PROTECTED] wrote: I'm getting this error so often, on so many webpages On three different machines,

Re: HTMLfile: unspecified error in line 1080

2008-10-27 Thread arachnid
Hi Andrew Must be a pretty old laptop screen you are using with a low resolution. The pages are made for min 1280x1024 but 1024 x 768 is also possible. Scroll down with the vertical scrollbar or mouse wheel and you will see the map. I have found my problem, xmlns:v=urn:schemas-microsoft-com:vml

Control Zoom in Map

2008-10-27 Thread admin
Hello, Thanks for taking a look at my post. I have a map created: http://homepage.mac.com/stephenjames716/Sites/ogh/directions.html What I would like is to be able to have the default view show the entire state of New York when the page is loaded. I have taken a look through these discussions

  1   2   >