Escape and /or Replace Apostrophe

2010-04-05 Thread ABSIOL
This seems to a fairly common issue. I have read every thread containing the word apostrophe and found no solution. This is the link to my page http://boracayguide.siteprevue.net/MapTest.asp And this is the code used to create the array: <% while not rsLocations.EOF %> mArray.push('<%= rsLocati

Tool bar

2010-04-05 Thread Venkatesh Ragi
How to create a tool bar that contains zoom-in, zoom-out, left, right, up, down buttons for the google maps using API -- 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 un

addOverlay, Polyline, IE, Optimisation - Last minute bug/performance issue

2010-04-05 Thread Mark W
I have come across a last minute bug/performance issue in IE when adding Polylines with addOverlay. Due to the requirement of the solution, I need to cut up a polyline once it comes back from the Directions object. Cutting up is fine, I get the Routes, get the PolyIndex and step through the LatLngs

Re: API map v3 error & controls not showing

2010-04-05 Thread Rob
Thanks, I changed to $(window).load(function() { initialize(); }); and seems to be working fine so far, On Apr 6, 10:01 am, Andrew Leach wrote: > On Apr 5, 10:48 pm, Rob wrote: > > > Hi, > > > I get the following error on my V3 maps: > > Version 3 queries should go to the Version 3

Re: location finder

2010-04-05 Thread Martin
I'd create a hidden form with say three fields: In function checkclick(), after calling function fc(), populate the hidden form fields with lat, lng and name and then call the form's submit() method to send the data to your server: document.forms.myForm.lat.value=po

Re: location finder

2010-04-05 Thread brian
here is the page that is working BUT not the writing the data to a file on the server. http://aprsnow.no-ip.info/postest.php you can view the source from the page of course. As I writing this script on the server I would like to use php to write the file. How do I mix/add php statements in th

Debug stray infowindow

2010-04-05 Thread Martin
Hi. Can someone help me work out why i have a stray infowindow on this map: http://developer.martinpearman.co.uk/www.auto-stop.cz/20100405/index.php Click the pink marker lower right of map, the infowindow opens - 6 members located here. Click 'Fit map to member locations' and the ma

Re: how to use google map api v3

2010-04-05 Thread geocode...@gmail.com
On Apr 5, 9:31 pm, xiangyang xue wrote: > i was using google map api v2,now i want to use google map api v3,but there > some errors when i use it ,how conversion v2 to v3? V3 queries should go to the V3 group: http://groups.google.com/group/google-maps-js-api-v3/ -- Larry -- You received thi

how to use google map api v3

2010-04-05 Thread xiangyang xue
i was using google map api v2,now i want to use google map api v3,but there some errors when i use it ,how conversion v2 to v3? -- 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.

ArcGIS Explorer to KML

2010-04-05 Thread Montana DNRC
I have developed an add-in for ArcGIS Explorer that will export a kml overlay for Google Earth. AGX will need to be in 2D mode and WGS84 coordinate system. Add in can be downloaded at the website below. The add-in is called AGX2KML. The resulting "files" folder that contains the jpg file, and k

Re: zindex problem

2010-04-05 Thread Rossko
> var marker = new GMarker(point,customIcons["Dynamic"]); > I had tried adding the zindex as a third parameter, but to no avail. The reference documentation for GMarker http://code.google.com/apis/maps/documentation/reference.html#GMarker tells you that the supported version only accepts two param

Re: hello

2010-04-05 Thread Rossko
> I have to make site like thishttp://www.ijustmadelove.com/with google map > for comments please it's urgent reply me what API they have used. Let me > know =) For the quickest answer, look for yourself. Use 'view source' in your browser to see if there is a line like http://maps.google.com/maps/

Re: traffic overlay for France

2010-04-05 Thread Rossko
> But, on Google Map :http://maps.google.fr/ > There is the traffic, thus I thought that I will find it on the API. See also http://groups.google.com/group/google-maps-api/browse_thread/thread/289101948b8a340c/906d5904204cb0a4 and http://www.v-trafic.com/ -- You received this message because you

Re: Lots of markers in Static Maps API

2010-04-05 Thread Rossko
> I'd like to create static map using Google API with up to 2000 markers > (in two different color groups if possible). Problem is that URL is > limited to 2048 characters. How do I do that? You could write to Microsoft, Mozilla, Cisco, etc etc and ask if they would change the limitations on URL l

Re: API map v3 error & controls not showing

2010-04-05 Thread Andrew Leach
On Apr 5, 10:48 pm, Rob wrote: > Hi, > > I get the following error on my V3 maps: Version 3 queries should go to the Version 3 Group, ideally. http://groups.google.com/group/google-maps-js-api-v3/ However, this may be of interest: http://api.jquery.com/ready/ .ready is not the right event to us

API map v3 error & controls not showing

2010-04-05 Thread Rob
Hi, I get the following error on my V3 maps: Message: Unspecified error. Line: 33 Char: 37 Code: 0 URI: http://maps.gstatic.com/intl/en_nz/mapfiles/api-3/0/35/main.js The page all seems to work fine - except the controls for zooming and switching between map type do not appear. This error is in

Lots of markers in Static Maps API

2010-04-05 Thread Marcin Polkowski
Howdy, I'd like to create static map using Google API with up to 2000 markers (in two different color groups if possible). Problem is that URL is limited to 2048 characters. How do I do that? Normally I create KML with my points and load it to maps - is it possible with static maps? Regards, Mar

Re: reset center/zoom level of map

2010-04-05 Thread geocode...@gmail.com
On Apr 5, 11:09 am, uafairbanks wrote: > OK -- For others who may have this same question: > > I reset my map center by moving the map where I wanted it at the zoom > level that worked best. Then I zoomed in and chose the closet town, > state and found out the long/lat for that location. That is w

Re: traffic overlay for France

2010-04-05 Thread Fabrice4821
Yes, that I know. But, on Google Map : http://maps.google.fr/ There is the traffic, thus I thought that I will find it on the API. -- 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-...@googlegrou

Re: reset center/zoom level of map

2010-04-05 Thread uafairbanks
OK -- For others who may have this same question: I reset my map center by moving the map where I wanted it at the zoom level that worked best. Then I zoomed in and chose the closet town, state and found out the long/lat for that location. That is what I used and then slightly adjusted from there.

Re: reset center/zoom level of map

2010-04-05 Thread geocode...@gmail.com
On Apr 5, 10:36 am, uafairbanks wrote: > So, if I don't want to go this route -- is there another way to just > revise the center point? > Currently set at: > map.setCenter(new GLatLng(62.349609,-156.972656),1); Is there something wrong with just changing the numbers? -- Larry > > Thank you a

hello

2010-04-05 Thread Pratik Sangale
Hi every body, I have to make site like this http://www.ijustmadelove.com/ with google map for comments please it's urgent reply me what API they have used. Let me know =) -- Best Regards Pratik Sangale -- You received this message because you are subscribed to the Google Groups "Google Map

Re: reset center/zoom level of map

2010-04-05 Thread uafairbanks
So, if I don't want to go this route -- is there another way to just revise the center point? Currently set at: map.setCenter(new GLatLng(62.349609,-156.972656),1); Thank you again, Gretchen On Apr 2, 2:15 pm, "geocode...@gmail.com" wrote: > On Apr 2, 3:28 pm, uafairbanks wrote: > > > Would thi

Re: if else statement query field

2010-04-05 Thread Andrew
Got it. var feature = fset.features[0]; var attrs = feature.attributes; var CountyNm = attrs.COUNTY_NAM; if(CountyNm == "WINNEBAGO"){ var infoWindowOptions = { content: "No data" }} else{ On Apr 5

Re: Sidebar Kinks

2010-04-05 Thread ABSIOL
Thanks Rossko... adding the event listener did the trick :) It's always nice to get a second pair of eyes to catch something you've overlooked. On Apr 4, 10:08 pm, Rossko wrote: > > Everything is working as expected... I just can't get the > > GEvent.trigger to open the info window. > > It trig

zindex problem

2010-04-05 Thread zend
Hi, I am facing a problem regarding the overlapping of markers. Following is my code: if (GBrowserIsCompatible()) { var gmarkers = []; var htmls = []; var customIcons = []; var i = 0; function generateBalloon(point, name, address, state, country,bannertype

Re: How to get icons

2010-04-05 Thread xmalcolm
I have now found a solution - thanks anyway. On Apr 5, 12:27 pm, Andrew Leach wrote: > On Apr 5, 11:27 am, xmalcolm wrote: > > > > > How can I post a link to my map. I have not published my website and > > its currently running on my 'LocalHost' server. > > Post a link to your map by publishing

Re: if else statement query field

2010-04-05 Thread Andrew
Hi it looks to be working fine now. I had to change the uiuc to illinois in the urls in the code. I have included where I think the if else statement should be in the code. Thanks for your help. On Apr 1, 3:20 pm, Rossko wrote: > > The else clause is working fine. It is giving me the correct coun

Re: Binding markers to roads only

2010-04-05 Thread Rossko
> Hello everyone, I was wondering if there's a way to, when a new marker > is added, it will bind itself to the nearest road, this is, if you > click on the top of a buildind, the marker will move itself to the > nearest road. Magic phrase "snap to" http://groups.google.com/group/google-maps-api/s

Re: Binding markers to roads only

2010-04-05 Thread geocode...@gmail.com
On Apr 5, 5:42 am, Tiago Alves wrote: > Hello everyone, I was wondering if there's a way to, when a new marker > is added, it will bind itself to the nearest road, this is, if you > click on the top of a buildind, the marker will move itself to the > nearest road. There isn't any built in API fun

Binding markers to roads only

2010-04-05 Thread Tiago Alves
Hello everyone, I was wondering if there's a way to, when a new marker is added, it will bind itself to the nearest road, this is, if you click on the top of a buildind, the marker will move itself to the nearest road. Thanks! -- You received this message because you are subscribed to the Google

Re: Javascript Gxml

2010-04-05 Thread Arvind Rangan
Tried context type to what you mentioned but the values are being shown same , after parsing we get the message mentioned earlier after parsing as objectXMDocumentL and by using getElementsByTagName it shows objectHTMLCollection and length as zero. Arvind On Mon, Apr 5, 2010 at 5:09 PM, Andrew Lea

Re: Javascript Gxml

2010-04-05 Thread Andrew Leach
On Apr 5, 12:32 pm, Arvind Rangan wrote: > Hi, > > This is more related to why am i not getting the answer. > > using v2 of api. ? where am i going wrong. You're going wrong by not posting a link, for a start. Your XML is not being parsed, so markers.length is zero. Quite *why* it's not being pa

Javascript Gxml

2010-04-05 Thread Arvind Rangan
Hi, This is more related to why am i not getting the answer. Parsing XML using GDownloadUrl("test.aspx?r=1", function(data) { alert(data); // get the complete data including the xml var xml = GXml.parse(data); alert(xml)

Re: Start map-App. by giving saddr and daddr

2010-04-05 Thread Andrew Leach
On Apr 5, 12:16 pm, christian wrote: > Hi, > > I've made a little iPhone-App and I want to start the map-App to > navigate to a specific target. The code in my App contains: > > http://maps.google.com/maps?saddr=current+Location&daddr=Poststrasse, > +Radolfzell,+Germany" You're not actually using

Re: How to get icons

2010-04-05 Thread Andrew Leach
On Apr 5, 11:27 am, xmalcolm wrote: > > How can I post a link to my map. I have not published my website and > its currently running on my 'LocalHost' server. Post a link to your map by publishing it. Ralph (a member here) runs http://www.easypagez.com/ which provides free hosting with databases

Re: google map api giving error

2010-04-05 Thread Andrew Leach
On Apr 5, 9:38 am, killerhunter006 wrote: > > the page url ishttp://properbounce.in/demo/excel/nous-joindre.html Interesting that you do actually get a map. Investigate the "sensor" parameter when you load the API. You should only have one, and it should not be true_or_false. You are getting the

Start map-App. by giving saddr and daddr

2010-04-05 Thread christian
Hi, I've made a little iPhone-App and I want to start the map-App to navigate to a specific target. The code in my App contains: http://maps.google.com/maps?saddr=current+Location&daddr=Poststrasse, +Radolfzell,+Germany" When the map-App starts, I see the daddr-Target, my own position (blue poin

Re: How to get icons

2010-04-05 Thread xmalcolm
Hi Larry, How can I post a link to my map. I have not published my website and its currently running on my 'LocalHost' server. Regards, Xav On Mar 31, 8:35 pm, "geocode...@gmail.com" wrote: > On Mar 31, 12:17 pm, xmalcolm wrote: > > > Hi Larry, > > > Thanks for your input. I'll try and get it

Re: Google Maps Licensing and Pricing

2010-04-05 Thread alawibh
Thanks a lot for fast reply.. How do I get the response?! here or on my email @ gmail?! Also, I want direct contact with them through my official email in my company. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send

Re: Google Maps Licensing and Pricing

2010-04-05 Thread pamela (Google Employee)
Sometimes, email responses get caught in spam filters. I'll forward this to the enterprise team and have them look into your request. - pamela On Mon, Apr 5, 2010 at 7:02 PM, alawibh wrote: > Hi, > > Honestly, I don't know if this post is in the write place or NOT, > perhaps NO, but actually I

Google Maps Licensing and Pricing

2010-04-05 Thread alawibh
Hi, Honestly, I don't know if this post is in the write place or NOT, perhaps NO, but actually I have no choice. In my company, we want to purchase a license for Google Maps, and passed through these steps: 1. I had filled this online form many times: http://www.google.com/support/enterprise/bin

google map api giving error

2010-04-05 Thread killerhunter006
Hi, My google map api is giving a error (This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/.) before opening the page.. though after clicking on the ok button the map is working well... I have tried generating new keys still this er

Re: Error when javascript compression enabled

2010-04-05 Thread Andrew Leach
On Apr 4, 9:32 pm, "Peter N. Jones" wrote: > > I am assuming that the plug-in is attempting to "double compress" the > Google Maps javascript? When I turn the plug-in off, everything works > just fine. > > Website:http://indigenouspeoplesissues.com Presumably you're not compressing everything now

Re: traffic overlay for France

2010-04-05 Thread Andrew Leach
On Apr 3, 8:24 pm, Fabrice4821 wrote: > Now, Google map display the traffic for France. > How to display it on my map ? http://code.google.com/apis/maps/documentation/services.html#Traffic_Overlays Note that French traffic data appears not to be available via the API. Use the example at http://

Error when javascript compression enabled

2010-04-05 Thread Peter N. Jones
Hello, I hope this is an appropriate question for this group. I have tried to search everywhere, but no luck. I run a site in Joomla 1.5.13 and have been using the Google Maps API for some time. Recently, I was looking into speeding up my site by enabling a plug-in that will compress CSS and JS f