[Google Maps API v3] Re: KML InfoWindow

2011-09-06 Thread bsides
A little more illustrated: this map http://maps.google.com/maps/ms?msa=0&msid=218015463448425804848.0004ac394911a08624567 click at Campo dos Sonhos pin, for example. It shows address and stuff besides the title and description. I want to get that info, because the title and description I can

[Google Maps API v3] Re: KML InfoWindow

2011-09-06 Thread bsides
In fact I do have the control about the kml infowindow. What I don't get is the infowindow produced at Google Maps itself, like the one that shows the address and images of a establishment. Check this example: http://code.google.com/intl/pt-BR/apis/maps/documentation/javascript/examples/layer-k

Re: [Google Maps API v3] Can't use mouse to 'drag' map.

2011-09-06 Thread Ralph
>>http://www.boatmap.info Difficult to say why that's happening, there is a lot of javascript on your page. There is also duplicate calls for some scripts. Might be a good idea to get the map working on a page of it's own and then try to integrate it to your main page. Ralph -- You

Re: [Google Maps API v3] Re: Geocoding + Google Docs ???

2011-09-06 Thread wikastudio
Luke, thanks for your reply. That's exactly what I've been trying to do with the code below, a script that I tried to run in the spreadsheet that geocoded the address using the api and returned the coordinates to a new cell in the spreadsheet. After loading the page a couple times the script

[Google Maps API v3] Re: Encoding polylines?

2011-09-06 Thread geocode...@gmail.com
On Sep 6, 3:49 pm, Hadmut wrote: > On 5 Sep., 22:21, "geocode...@gmail.com" wrote: > > > Have you seen > > this:http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ > > This looks like the old algorithm google used some years ago (I guess > it was v2 or even v1). But is this still the sa

[Google Maps API v3] Re: Add Title on Marker from XML file - Google Maps Api Javascript V3

2011-09-06 Thread geocode...@gmail.com
On Sep 6, 3:47 pm, erkin aksoy wrote: > Hi Larry, > > I am write into createMarker function.  But still does not works. Where is the link to the map where you did that and it didn't work? The code below is not complete. Did you modify the createMarker function appropriately? -- Larry > > do

[Google Maps API v3] Re: Encoding polylines?

2011-09-06 Thread Esa
On Sep 7, 1:49 am, Hadmut wrote: > This looks like the old algorithm google used some years ago (I guess > it was v2 or even v1). But is this still the same? I doubt, since to > my knowledge zoom levels are not used anymore. I thought, this old API > was obsoleted and replaced with something ne

[Google Maps API v3] Re: Encoding polylines?

2011-09-06 Thread Hadmut
On 5 Sep., 22:21, "geocode...@gmail.com" wrote: > Have you seen > this:http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ This looks like the old algorithm google used some years ago (I guess it was v2 or even v1). But is this still the same? I doubt, since to my knowledge zoom leve

[Google Maps API v3] Re: Add Title on Marker from XML file - Google Maps Api Javascript V3

2011-09-06 Thread erkin aksoy
Hi Larry, I am write into createMarker function. But still does not works. downloadUrl("vakalar.xml", function(data) { var xmlDoc = xmlParse(data); var records = xmlDoc.getElementsByTagName("marker"); for (var i = 0; i < records.length; i++) { var rec = records[i]; var title = rec.getAttribute(

[Google Maps API v3] Can't use mouse to 'drag' map.

2011-09-06 Thread Tim H
Hi, I have made a map which does everything I need it to, apart from allow me to move it by dragging with the cursor. Could someone look at it and see what I have done wrong; http://www.boatmap.info. Thank you -- You received this message because you are subscribed to the Google Groups "Goog

[Google Maps API v3] Re: Displaying total number as pin text for multiple pins at the same location

2011-09-06 Thread xelawho
isn't this kind of like marker clusterer? http://code.google.com/apis/maps/articles/toomanymarkers.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com

[Google Maps API v3] KML elements are shifted to the right

2011-09-06 Thread jcubic
I have one page that display KML correctly http://www.sharism.org/googlemap and another that display markers shifted to the right http://www.sharism.org/makerlab/#where How can I fix the second instance of Google map KML is taken from http://maps.google.pl/maps/ms?vps=4&ie=UTF8&hl=pl&oe=UTF8&m

[Google Maps API v3] Re: Displaying total number as pin text for multiple pins at the same location

2011-09-06 Thread geocode...@gmail.com
On Sep 6, 12:27 pm, deastr wrote: > Let's say you have multiple pins at the same location or very close. Instead > of displaying several very close pins I want to display a single pin with > pin count. Is this possible? Yes. How many markers? If lots, you will want to do this server side, if no

[Google Maps API v3] Need a Programmer for API v3

2011-09-06 Thread forever2wheels
I am interested in using google maps for a project, looking for someone with detailed knowledge on how to utilize its features. Email me quals, experience, etc. if interested in learning more, thank you. -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

[Google Maps API v3] Re: Question on KML icon/marker offset

2011-09-06 Thread geocode...@gmail.com
On Sep 6, 11:45 am, Rossko wrote: > > Can you change the color of the ballon box close icon ? > > When I change my background text to black, text to white you can't see the > > close button.. > > Guessing that you are using KmlLayer, you don't get any control over > how it chooses to render the in

[Google Maps API v3] Re: 2011/8/24 - New Release

2011-09-06 Thread Null Pointer
This style does not work properly. When the user mouse over a business, the cursor changes from hand to pointer (indicates that its clickable). There needs to be a better way to disable it so the cursor does not change when its moved on the map. Preferably not load the businesses at all. Ideally

[Google Maps API v3] Re: Map showing up in the map_canvas

2011-09-06 Thread sprolese
Rossko- Always something simple. I was looking for something more complex. Many thanks and have a good one. -Eric -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google

Re: [Google Maps API v3] google maps v3 visual distortion in chrome on mac

2011-09-06 Thread Bill Williams
chrome version 13.07 os x 10.6.8 http://www.zodiacinsight.com/main_page.html and also http://www.sposter.com/test_site/main_page.html but it works fine in safari -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view thi

[Google Maps API v3] Re: Map showing up in the map_canvas

2011-09-06 Thread Rossko
> Any insight into what I am doing wrong would be greatly appreciated. > > http://www.science.oregonstate.edu/~sprolese/snowdash/snowdash.html I get an error at otherSelect = document.getElementById("SWEMap"); otherSelect.selectedIndex = 0; You don't seem have an element with id='SWEMap' The

[Google Maps API v3] Re: search 'bus_station' in the example, it doesn't work.

2011-09-06 Thread Rossko
> I change the type of 'store' to 'bus_station' or 'subway_station' but it > doesn't work. Even change to other place or change radius to search > 'bus_station', it doesn't work. Perhaps there are no bus_station within 500m? Perhaps you should try bus station? -- You received this message becaus

[Google Maps API v3] Map showing up in the map_canvas

2011-09-06 Thread sprolese
HI all- I am trying to make a page that displays map data and some charts. I can get the map to load fine in a stand alone page, however, once I add additional components the map does not show up in the map_canvas. Any insight into what I am doing wrong would be greatly appreciated. http://www

[Google Maps API v3] Re: KML InfoWindow

2011-09-06 Thread Rossko
> The thing is, the KML link from Google does not contain those infowindows > informations... That's right. You'd have to write code to add it to the infowindow as it is made. Unfortunately if you use KmlLayer to show your KML on a map, you get no control over the infowindows it makes. What you c

[Google Maps API v3] Re: Question on KML icon/marker offset

2011-09-06 Thread Rossko
> Can you change the color of the ballon box close icon ? > When I change my background text to black, text to white you can't see the > close button.. Guessing that you are using KmlLayer, you don't get any control over how it chooses to render the infowindow (balloon). -- You received this mes

Re: [Google Maps API v3] google key for different domains

2011-09-06 Thread Jeremy Geerdes
You don't need a key to use the Maps API v3. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Sep 6, 2011, at 12:52 PM, Behrouz Bo wrote: > Hi All,

[Google Maps API v3] google key for different domains

2011-09-06 Thread Behrouz Bo
Hi All, I have the same site name eg. abc.com in abc.ca and abc.org, which all point to the same code. Do I need three different google keys? If so how do I do this? Thanks Bruce -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] Re: How do I prevent Places bubble on click?

2011-09-06 Thread Null Pointer
This is very bad news. It kills the phones performance. It is slow to the point of a deal breaker for our android app (which we test on fast phones), we are thinking of switching to java. I assume hiding it with CSS does nothing to improve performance? -- You received this message because you ar

[Google Maps API v3] TrafficLayer stopped working for Poland, France, etc

2011-09-06 Thread Bartosz Kołodziej
About week or two weeks ago (when I last checked) TrafficLayer showed data for Poland, France and almost all Europe. Now TrafficLayer works only for Germany, Czech Republic, UK, Spain, and some other countries in Europe. According to this document http://gmaps-samples.googlecode.com/svn/trunk/map

[Google Maps API v3] search 'bus_station' in the example, it doesn't work.

2011-09-06 Thread TomNet
Hey, I'm trying to run the example: http://code.google.com/apis/maps/documentation/javascript/examples/place-search.html I change the type of 'store' to 'bus_station' or 'subway_station' but it doesn't work. Even change to other place or change radius to search 'bus_station', it doesn't work.

[Google Maps API v3] How do we apply a style only on a specific area of the map

2011-09-06 Thread Benzakour Younes
Hello everybody I was trying to change the style on a specific area on the map but the problem is that it applies for all the map and not only the area that I wanted to apply the style on. So, is it possible to apply the style only on a specific area? -- You received this message because you a

[Google Maps API v3] fullscreen mode

2011-09-06 Thread levan
Hi guys, I'd like to know how to programmatically enable the StreetViewPanorama fullscreen mode in case this is possible. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3

[Google Maps API v3] Re: Question on KML icon/marker offset

2011-09-06 Thread Philly map1221
Thanks.that worked perfect. I do have another issues regarding Ballon Box background style. Can you change the color of the ballon box close icon ? When I change my background text to black, text to white you can't see the close button.. Thanks -- You received this message because you are subs

[Google Maps API v3] Re: Get Directions from Fusion Table InfoWindow

2011-09-06 Thread geocode...@gmail.com
On Sep 6, 7:26 am, Satpack Travel wrote: > Hello. > > I've built a map using Fusion Tables for content and with directions > calculations for double clicked points on the map or based on a text > search query (not a little thanks owed to many of you!): > > http://www.satpacktravel.com/API/api_a2

Re: [Google Maps API v3] Converting KML to PNG for faster overlay loading?

2011-09-06 Thread Jeremy Geerdes
The biggest task is figuring out how to convert between the geographical coordinates (i.e., Lat/Lng pairs) and pixel and tile coordinates. Once you get that, you can run the kml through a little script and automatically build your tiles with ease. The tile numbering scheme has changed since v2,

[Google Maps API v3] Re: Get Directions from Fusion Table InfoWindow

2011-09-06 Thread geocode...@gmail.com
On Sep 6, 7:26 am, Satpack Travel wrote: > Hello. > > I've built a map using Fusion Tables for content and with directions > calculations for double clicked points on the map or based on a text > search query (not a little thanks owed to many of you!): > > http://www.satpacktravel.com/API/api_a2

[Google Maps API v3] Converting KML to PNG for faster overlay loading?

2011-09-06 Thread Robin Bijlani
I am making a map to display climate data. This data comes to me in .KML files, but they contain many tiny polygons covering the United States, so the file takes a long time to load as a KmlLayer, and I need the map to be more responsive. I have tried using Fusion Tables, but the data only sho

[Google Maps API v3] Re: KML InfoWindow

2011-09-06 Thread bsides
The thing is, the KML link from Google does not contain those infowindows informations... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-

[Google Maps API v3] Get Directions from Fusion Table InfoWindow

2011-09-06 Thread Satpack Travel
Hello. I've built a map using Fusion Tables for content and with directions calculations for double clicked points on the map or based on a text search query (not a little thanks owed to many of you!): http://www.satpacktravel.com/API/api_a24.html The problem: I want users to be able to click on

[Google Maps API v3] Re: Gmap3 plugin

2011-09-06 Thread en4ce
--> gmap3 jquery plugin i am just saying that most likely you wont get a good reply here On 5 Sep., 21:17, coolmec wrote: > hello, > > thanks for the replay, but were the gmap3 forum ?? > > thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaSc

[Google Maps API v3] Re: Creating Polygones (from XML files) seems to be broken?

2011-09-06 Thread Pil
By the way: Your xml file covers 4.7 MB. Seems a bit too large. I'd suggest encoding your points. Have a look at this page http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ It's an excellent tool an have also been ported to PHP. -- You received this message because you are subscrib

[Google Maps API v3] Re: Creating Polygones (from XML files) seems to be broken?

2011-09-06 Thread Pil
In addition: This shouldn't work anyway: google.maps.LatLng(points[i].getAttribute("lat"), points[i].getAttribute("lng")); Because the lat and lng attribute values in your xml file are strings, the LatLng object expects numbers. -- You received this message because you are subscribed to the G

[Google Maps API v3] Re: KML InfoWindow

2011-09-06 Thread Rossko
> The thing is, when my client is at Google Maps and he clicks on a marker, it > shows the title he made, the description he made and *some other info*. How > do I get this some other info that google shows in my example? I want that > to appear at the side div as well. Is it possible? Yes, you wr

[Google Maps API v3] Re: Disable infowindow/google markers on standard map

2011-09-06 Thread Rossko
> How can I disable googles infowindows on my basic map I'm using Recent posting on the subject http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/cad183ece2392b53# -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3

[Google Maps API v3] Re: Creating Polygones (from XML files) seems to be broken?

2011-09-06 Thread Pil
1. Have you tried to load the xml file directly in your browser? http://zvme2.jopp-net.de/points.php CAUTION: My browser crashes after about a minute when it tries to load this file. 2. I downloaded your file points.php using wget. I can see the following lines in your script var polygones = x

[Google Maps API v3] Disable infowindow/google markers on standard map

2011-09-06 Thread Peter Cottle
Hi How can I disable googles infowindows on my basic map I'm using here is a link to an example, http://www.sleeping-out.co.za/member_details-MemberID-16031.html If you click the little purple bed marker a infowindow appears this is what I want to disable. Also is it possible to just have my ma

Re : Re: [Google Maps API v3] From flash API to JS API

2011-09-06 Thread sylvain
Thanks, I'll try to do a proto based on flexiframe library. Best regards, Sylvain -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/

[Google Maps API v3] Re: 2011/8/24 - New Release

2011-09-06 Thread DC
Voted! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.co

[Google Maps API v3] Test my KML hosting/ Тестируем мой KML хостинг

2011-09-06 Thread Saint Byte
RU: Привет всем я создал KML хостинг - его вы можете увидеть по адресу http://ural.im Вам надо будет авторизироваться и вы сможете делиться вашими kml файлами с миром. Можно авторизироваться через вконтакт EN: Hi all , i make KML hosting, now all description on russian, but if u want try it u can