unsubscribe On Fri, Jan 22, 2010 at 3:03 PM, <[email protected]<google-maps-api%[email protected]> > wrote:
> Today's Topic Summary > > Group: http://groups.google.com/group/google-maps-api/topics > > - custom map as check box option <#12657a351cec8310_group_thread_0> [2 > Updates] > - Map wil not drag <#12657a351cec8310_group_thread_1> [8 Updates] > - Guyicon always below the zoom > control<#12657a351cec8310_group_thread_2>[2 Updates] > - specifying geocode address types <#12657a351cec8310_group_thread_3>[1 > Update] > - V3 API Geocoder - Displayed Address Results Not Always in > Order<#12657a351cec8310_group_thread_4>[3 Updates] > - soory.google.com <#12657a351cec8310_group_thread_5> [2 Updates] > - generate KML file from database > table.field<#12657a351cec8310_group_thread_6>[2 Updates] > - API - GOOGLE MAPS TRANSIT <#12657a351cec8310_group_thread_7> [1 > Update] > - find distance to the nearest tube in london from > pincode<#12657a351cec8310_group_thread_8>[2 Updates] > - GGeoXml custom icon for only Points<#12657a351cec8310_group_thread_9>[1 > Update] > - Multiple locations on a single map<#12657a351cec8310_group_thread_10>[1 > Update] > > Topic: custom map as check box > option<http://groups.google.com/group/google-maps-api/t/2f61f7a76f8e353d> > > Met_Apps <[email protected]> Jan 22 11:23AM -0800 > ^<#12657a351cec8310_digest_top> > > I am trying to add a custom map as described in mapwiki <http:// > mapki.com/wiki/Add_Your_Own_Custom_Map>. > The difference is that I want to have the map layer turned on using a > check box rather than a standard button on the upper-right hand of the > map. > Can someone please give me some tips for achieving this? > Thanks. > Met_apps > > > > > "[email protected]" <[email protected]> Jan 22 11:59AM -0800 > ^<#12657a351cec8310_digest_top> > > > check box rather than a standard button on the upper-right hand of > the > > map. > > Can someone please give me some tips for achieving this? > > Call map.setType(...) when the box is checked or unchecked with the > appropriate map type? > > > > http://code.google.com/apis/maps/documentation/reference.html#GMap2.setMapType > > -- Larry > > > > > Topic: Map wil not > drag<http://groups.google.com/group/google-maps-api/t/fecfbd5596351108> > > Safeberths <[email protected]> Jan 22 10:52AM -0800 > ^<#12657a351cec8310_digest_top> > > http://www.safeberths.com/index.php > > If you visit my map (above url) and click on a marker it will open an > infowindow with a smaller map. This smaller map cannot be dragged to > navigate around map. > > Can anyone let me know how to fix this? > > Cheers > > > > > Marcelo <[email protected]> Jan 22 11:12AM -0800 > ^<#12657a351cec8310_digest_top> > > > http://www.safeberths.com/index.php > > Not responding: > ------------------------------------- > The webpage at http://www.safeberths.com/index.php might be > temporarily down or it may have moved permanently to a new web > address. > ------------------------------------- > > -- > Marcelo - http://maps.forum.nu > -- > > > > > > > > Safeberths <[email protected]> Jan 22 11:21AM -0800 > ^<#12657a351cec8310_digest_top> > > http://www.safeberths.com/ > > Could you try again as seems OK from my end?? > > Thanks > > > > > > "[email protected]" <[email protected]> Jan 22 11:27AM -0800 > ^<#12657a351cec8310_digest_top> > > > http://www.safeberths.com/ > > I get javascript errors on that page in IE6, and I can drag it. > What browser and operating system are you having problems with? > > -- Larry > > > > > > > Safeberths <[email protected]> Jan 22 11:41AM -0800 > ^<#12657a351cec8310_digest_top> > > I've viewing it in FF & Safari. > The large map on the main page isn't the problem, it is the smaller > maps in the infowindows. > > On Jan 22, 7:27 pm, "[email protected]" <[email protected]> > wrote: > > > > > "[email protected]" <[email protected]> Jan 22 11:49AM -0800 > ^<#12657a351cec8310_digest_top> > > > I've viewing it in FF & Safari. > > The large map on the main page isn't the problem, it is the smaller > > maps in the infowindows. > > The map in the infoWindow drags for me as well (in IE6). I'll check > FF also. > > -- Larry > > > > > > Rossko <[email protected]> Jan 22 11:53AM -0800 > ^<#12657a351cec8310_digest_top> > > > http://www.safeberths.com/ > > Confirmed the 'minimap' drags okay in IE6 but not in FF2. There are > script errors, but don't appear related? > > I don't think document.getElementById has two parameters > new GMap(document.getElementById("detailmap",mapzoom)); > but GMap is obsolete, try GMap2 > > > > > Marcelo <[email protected]> Jan 22 11:57AM -0800 > ^<#12657a351cec8310_digest_top> > > > http://www.safeberths.com/ > > > Could you try again as seems OK from my end?? > > I still cannot load the page, but have a look at this one: > http://maps.forum.nu/gm_minimap_in_infowindow.html > > -- > Marcelo - http://maps.forum.nu > -- > > > > > > > > > Topic: Guyicon always below the zoom > control<http://groups.google.com/group/google-maps-api/t/886f75e87327dd8f> > > karmabhoomi <[email protected]> Jan 22 08:05AM -0800 > ^<#12657a351cec8310_digest_top> > > I want to show a guyicon always in the bottom to the control (top- > left). My issue i can display the guyicon below the control by using > Bounds (norteast,southwest) but as i move map the guyicon also moves > which is not i want. > > Also when i zoom in & out the icon also moves out of the map view. > > I tried to use control but i cannot add guyicon (or image). > > Please let me know if somebody already have done a workaround > > > > > Rossko <[email protected]> Jan 22 11:39AM -0800 > ^<#12657a351cec8310_digest_top> > > > left). My issue i can display the guyicon below the control by using > > Bounds (norteast,southwest) but as i move map the guyicon also moves > > which is not i want. > > Have a lok at > > http://tech.reumer.net/google-maps/demo-google-maps/streetview-button.html > > > > Topic: specifying geocode address > types<http://groups.google.com/group/google-maps-api/t/ff795bb0996556ca> > > julian <[email protected]> Jan 22 11:08AM -0800 > ^<#12657a351cec8310_digest_top> > > Mike, > > Many thanks for the correction, Its been a long time since i lived in > the UK and I did not know that it has changed. This explains my issue > > Julian > > > > > Topic: V3 API Geocoder - Displayed Address Results Not Always in > Order<http://groups.google.com/group/google-maps-api/t/c79dae9d844ddb75> > > Bnet <[email protected]> Jan 22 09:34AM -0800 > ^<#12657a351cec8310_digest_top> > > I'm looping through an XML file, geocoding lat/lng and displaying in a > div, however, the addresses are returned so fast the order in which > they are displayed varies. Seems okay in Firefox, however, Android and > Chrome are shuffling the order of the resulting addresses. > > var geocoder = ""; > geocoder = new google.maps.Geocoder(); > if (geocoder) { > geocoder.geocode({'latLng': latlng}, function(results, status) { > var address= results[0].formatted_address; > > var stoplink = document.createElement("stoplink"); > stoplink.innerHTML = address; > ocationList.appendChild(stoplink); > > }); > } > > > <div id="locationList"></div> > > > > > Rossko <[email protected]> Jan 22 09:58AM -0800 > ^<#12657a351cec8310_digest_top> > > Group for V3 questions - > http://groups.google.com/group/google-maps-js-api-v3 > > > I'm looping through an XML file, geocoding lat/lng.. > > In general, that is a bad idea. > > > > > Esa <[email protected]> Jan 22 10:53AM -0800 > ^<#12657a351cec8310_digest_top> > > That is a general ajax question. > > No-one knows the order responses when you send a bunch of http > requests. > > > > Topic: > soory.google.com<http://groups.google.com/group/google-maps-api/t/5c8ac98964b53d2e> > > Rossko <[email protected]> Jan 22 08:56AM -0800 > ^<#12657a351cec8310_digest_top> > > > Is it because I make too much request that I get data from > > sorry.google.com? > > I don't know. No-one else has complained about it, but I shouldn't > think anyone else is simultaneously loading 70 KML files using > GGeoXml. > What "data" do you get? Do you think it might be map tiles that are > the problem really? > If your 70 KML each contain one placemark, you are probably re- > centering the map 70 times and so fetching a new set of map tiles 70 > times ... > If your KML each contain one placemark, the recentering will try to > zoom in very close ; perhaps there really are no tiles at that zoom > level for that point, in which case a 'sorry' tile is exactly what > should happen. > > > Can I use GGeoXML with setTimeout to resolve the problem > > I don't know, what happens if you try it? > > > > > Tremblay <[email protected]> Jan 22 10:13AM -0800 > ^<#12657a351cec8310_digest_top> > > >I don't know, what happens if you try it? > I just tried the previous code in my map. I don't get anymore data > from sorry.google.com...it's longer to show the informations, but at > least it does what it has to do. > > It makes timeout between GGeoXML load and it makes me think that the > problem is solved... > > > > > Topic: generate KML file from database > table.field<http://groups.google.com/group/google-maps-api/t/8e255a228d732af7> > > "Lucas S. Mancini" <[email protected]> Jan 22 09:41AM -0800 > ^<#12657a351cec8310_digest_top> > > I fokls.. > I have a question about using geoxml file. > generate KML file from database table.field, How to do it that? > > I have stored the contet of file in a variable and i want to to pass > to a function to generate de layers. > > Any suggestion ? > > > > > Rossko <[email protected]> Jan 22 10:06AM -0800 > ^<#12657a351cec8310_digest_top> > > > I have a question about using geoxml file. > > generate KML file from database table.field, How to do it that? > > First decide what programming language you are going to use. Then > find out how to make that language output XML - KML is just a > specialized variety of XML. > Not a maps API question. > > > I have stored the contet of file in a variable and i want to to pass > > to a function to generate de layers. > > No idea what that means. What file, where? Is it something to do > with the KML file that you are trying to find out how to make? What > variable, where? What layers, where? > > > > Topic: API - GOOGLE MAPS > TRANSIT<http://groups.google.com/group/google-maps-api/t/28a253845d5168da> > > Julio Santana <[email protected]> Jan 22 10:05AM -0800 > ^<#12657a351cec8310_digest_top> > > Hello Fernando, > > I am the city of Rio de Janeiro and have already made contact with > various public agencies and privatodos (Fetranspor, New Buses, CET- > RIO, Ombudsman Office of the Municipal Transportation, the State > Department of Transportation among others), but unfortunately did not > get even a response (even if it were negative, and return). > > I believe that as always, portandores disabilities continue to be > considered subject to the background by some authorities, despite good > initiatives such as laws that support the issue of accessibility (No- > DECREE 5296 OF 2 DECEMBER 2004) . > > After all, I want to register my THANKS to YOU for the "northings" > software and said that the project will continue in its initial goal, > though we can not count on this feature. > > Success in their accomplishments. > > > > ======================================================================================= > Olá Fernando, > > Sou da Cidade do Rio de Janeiro e já fiz contato com vários órgãos > públicos e privatodos (Fetranspor, Rio Ônibus, CET-RIO, Ouvidoria da > Secretaria Municipal de Transporte, Secretaria Estadual de Transportes > entre outros), mas infelizmente, não obtive nem sequer uma resposta > (ainda que negativa fosse, como retorno). > > Creio que como sempre, os portandores de necessidades especiais > continuam sendo considerados assunto de segundo plano por parte de > algumas autoridades, isto apesar de boas inciativas como as > legislativas que apoiam a questão da acessabilidade (DECRETO No- > 5.296, DE 2 DE DEZEMBRO DE 2004). > > Apesar de tudo, quero registrar meu AGRADECIMENTO a VOCÊ pelo > "norteamento" fornecido e dizer que o projeto continuará dentro de seu > objetivo inicial, ainda que não possamos contar com esse recurso. > > Sucesso em suas realizações. > > Julio Santana > > > > > > ================================================================================ > > Hello Julio, > > There is also API for public transportation on Google Maps. > > > The service of "getting" public transport is only > available for these cities in Brazil > http://maps.google.com.br/intl/pt-BR/landing/transit/ > # dmy > and Goiania, too. > The data contained in the maps are provided by Transit Agencies > the city through the GTFS > http://code.google.com/intl/pt-BR/transit/spec/transit_feed_specifica > ... > After the submission of data to Google's servers they are inserted > the maps. > > > In most cities in the world where there are already services, > Agencies available in the http://www.gtfs-data-exchange.com/ GTFS > - Perhaps because they know what is public and what is private - so > developers to create other applications. > In Brazil, not heard on whether to publish such data, > actually are. It would be a fight to lawyers or even to > Prosecutors. The google only complies with the rules, ie no > have power to release the data, leaving it to the agency released by > well or by virtue of justice. > > > In your case, to complete your application there would be 3 options: > The APIs that do not exist; > The GTFS that the agencies do not release; > Or do you even do with the Municipal Transport > the city set up to review the data, or help them make and win > a dindin. > > > Hope I have clarified something. > If you can translate for me. My english is terrible for writing > > Good luck. > > Fernando > > > ================================================================================ > > > > > Topic: find distance to the nearest tube in london from > pincode<http://groups.google.com/group/google-maps-api/t/628eb8551f99888a> > > rahul <[email protected]> Jan 22 09:46AM -0800 > ^<#12657a351cec8310_digest_top> > > I am sorry.I mean postcode. Is it possible to find the distance to the > nearest tube in london > using postcode? > > > > > > Rossko <[email protected]> Jan 22 10:02AM -0800 > ^<#12657a351cec8310_digest_top> > > > I am sorry.I mean postcode. Is it possible to find the distance to > the > > nearest tube in london > > using postcode? > > Yes. But ... why don't you take a peek at the thread with the > identical question, and see if there are any hints there? > > > > http://groups.google.com/group/google-maps-api/browse_thread/thread/2e76d80b7ee9b21f# > > > > Topic: GGeoXml custom icon for only > Points<http://groups.google.com/group/google-maps-api/t/24c883e63543b412> > > Lance Dyas <[email protected]> Jan 22 11:11AM -0600 > ^<#12657a351cec8310_digest_top> > > That would be GGeoXml built in stuff removing and adding the markers > you apparently didnt use the first recommendation and just change the > KML > > (you might find the code fighting you less if you use a third party > parser > like Mikes EGeoXml or my GeoXml). > > > > > > Topic: Multiple locations on a single > map<http://groups.google.com/group/google-maps-api/t/6b82fd574707de34> > > Marcelo <[email protected]> Jan 22 08:54AM -0800 > ^<#12657a351cec8310_digest_top> > > > We've been having some domain issues, so that's more than likely why > > you didn't see any map. > > > Attached is the (very basic) code that I am currently using. > > No, thanks! > You had done the right thing by posting a link. Just make sure it > works. :-) > > Please read and follow the group's posting guidelines: > > > http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines > > > http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical > > -- > 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 group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
