[Google Maps API v3] Re: Map Simply Not Showing Up

2011-02-10 Thread Tiny Giant Studios
Hey Chris, thanks for pointing that out - my init event was hidden by an incorrect PHP function that only call it on a certain page. Anyh, I fixed everything and it's working now - thanks loads! On Feb 10, 1:31 am, Chris Broadfoot c...@google.com wrote: On Thu, Feb 10, 2011 at 10:26 AM, Tiny

[Google Maps API v3] Re: google.maps.geometry

2011-02-10 Thread Carlos
Thanks Chris, I don't know why but in the spanish documentation this topic doesn't appear as the reference to these new libraries. Even when I made click to your link it redirects me to the spanish reference again. Obiously the spanish docs come behind the english ones. Thanks for you help. On

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread Klokan Petr Pridal
WebGL is really impressive technology for online mapping applications. We were playing with WebGL as part of our RD activities and the result is now released as an open-source project: WebGL Earth: Free and open-source 3D virtual globe for web and mobile devices http://www.webglearth.com/

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread archinform
Hi Radiante, WebGL would indeed allow an easy and fast implementation of Google Earth in your webbrowser. Together with Websockets (a new standard for a persistent connection between client server) it is possible right now to develop a real good 3D solution of gmaps/earth. And I'm pretty sure,

[Google Maps API v3] Adapt for Phones

2011-02-10 Thread Thoern
Hi How would you guys adapt something like this for a Android or Iphone? http://chalmersmotorklubb.se/google/MinGoogleKarta.htm I have seen this emulator for example, http://iphonetester.com/ but I guess it does not take into considderation the graphic rendering performance of the phone, only the

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread Thoern
Hi Radiante I have no info about Chrome, but you should try out firefox v4.0 (beta) It uses GPU hardware acceleration for graphics rendering, I found a huge performance increase from IE7 when rendering large groups of markers. Chers//Martin -- You received this message because you are subscribed

[Google Maps API v3] Re: Custom overlay and Closure Compiler

2011-02-10 Thread sgiddings
Great ! It works ! What a great way to start the day, thanks to the both of you. Simon On Feb 10, 2:57 am, Nianwei Liu nian...@gmail.com wrote: There are several projects in the utility library that use closure compiler advanced mode, you can check source code to get more

[Google Maps API v3] Re: map resizes but does not center after resize...

2011-02-10 Thread Grezvany13
Live example: http://johan.notitia.nl/dnd.html Problem is at all browsers (make sure you have console enabled) On Feb 9, 3:12 pm, Chris Broadfoot c...@google.com wrote: On Wed, Feb 9, 2011 at 8:16 PM, Grezvany13 johan.noti...@gmail.com wrote: Which information did you miss? A link to a

[Google Maps API v3] Re: Inserting an Overlay between Map Types

2011-02-10 Thread Pablo Gallardo
The difference is that the black line is a Polyline, while the rgb lines are MapTypes with colored tile borders (actually they are not lines, but rectangles). The problem is that Polylines/Overlays and Map Types are at different levels (Overlays are always above Map Types), so I’m not able to play

[Google Maps API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Ing. Stefano
Hi Rossko, are you working in google developers team? On 9 Feb, 20:51, Rossko ros...@culzean.clara.co.uk wrote: Could you help me? What kind of work does function eC? What is for argument d? Don't know.  What is YOUR code doing at the time? Start here, READ THIS

[Google Maps API v3] Re: Opening the map focussing on a country using the country code

2011-02-10 Thread Gerrit de Bolster
If I do this in my case the map is focussed on the city of Bern in Switzerland! Gerrit. On 9 feb, 15:10, Chris Broadfoot c...@google.com wrote: Just geocoding the two letter country code seems to work: Web services call to demonstrate

Re: [Google Maps API v3] Re: Inserting an Overlay between Map Types

2011-02-10 Thread Paulo Fernandes
I don't have any example about that, but try to search at Larry's website http://www.geocodezip.com Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Thu, Feb 10, 2011 at 8:05 AM, Pablo Gallardo pmgalla...@gmail.comwrote:

Re: [Google Maps API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Chris Broadfoot
On Thu, Feb 10, 2011 at 9:07 PM, Ing. Stefano ing.stefano.magr...@gmail.com wrote: Hi Rossko, are you working in google developers team? No, he doesn't, but his response is absolutely correct. Please post a link so we can help you out. Chris -- http://twitter.com/broady -- You received

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread archinform
Hi Petr, just noticed your post. Congratulation, very nice showcase for WebGL with mapping applications! Sascha On 10 Feb., 09:46, Klokan Petr Pridal klo...@gmail.com wrote: WebGL is really impressive technology for online mapping applications. We were playing with WebGL as part of our RD

Re: [Google Maps API v3] Latest Gmap has conflict with Markermanager and JQuery

2011-02-10 Thread Paulo Fernandes
READ FIRST THE POSTING GUIDELINES http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e?hl=en http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e?hl=en Paulo Fernandes http://www.google.com/profiles/paulofernandesjr

Re: [Google Maps API v3] Re: Opening the map focussing on a country using the country code

2011-02-10 Thread Chris Broadfoot
On Thu, Feb 10, 2011 at 9:31 PM, Gerrit de Bolster cbst...@home.nl wrote: If I do this in my case the map is focussed on the city of Bern in Switzerland! That's because you're choosing the first result. You should look for a result with type country. -- http://twitter.com/broady -- You

[Google Maps API v3] Re: google.maps.geometry

2011-02-10 Thread Nianwei Liu
Chirs, Speaking of loading libraries, have you guys consider on-demand load options? Although there is only one lib right now, but if eventually this list grows, and an app needs use multiple of them, loading them upfront may cause necessary initialization delays, because those libs may not

[Google Maps API v3] Re: workaround to disable marker scaling in StreetView

2011-02-10 Thread Martin
Hi evil853. Thanks for the idea. I've just tried it - adding or removing the style element within a StreetView 'visible_changed' event listener and it works perfectly. A possible optimisation to your code, avoiding looping through all the document's style elements to find the one to remove:

[Google Maps API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Ing. Stefano
Ok Chris, I completely agree with your and Rossko's point of view. But, as I wrote, it's not so easy to reproduce the problem, also for me. It seems random and sometimes I spent much time to get it. My site is in italian, and to get the problem I have to create a lot of perimeters (i.e. polygons)

[Google Maps API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Rossko
To know something about eC function and its argument d could help me to find a way to reproduce exactly the problem, simplifying your debugging work. It would be different in every version of the API. We don't know what version you are using. Use a debugger that allows you to see the stack of

[Google Maps API v3] Re: google.maps.geometry

2011-02-10 Thread Esa
On Feb 10, 1:04 pm, Nianwei Liu nian...@gmail.com wrote:   Speaking of loading libraries, have you guys consider on-demand load options? I second Nianwei's idea of controlling the library loading by JS. That would make progressive enhancement design much easier. Although there is only one

[Google Maps API v3] Re: question about moving maps and info windows.

2011-02-10 Thread Esa
I get that error too with FF3.6 on OS X. It seems to be related to setOpacity() method. Probably 'this.div_' is not created yet at the moment when setOpacity() is called. John Coryat would give you the best answer but meanwhile I would try using percentOpacity option of the ProjectedOverlay()

[Google Maps API v3] looking for coordinates of train stations

2011-02-10 Thread Daniele Baroncelli
is there a way to retrieve the long and lat coordinates of all Italian train stations? Daniele -- 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

[Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-10 Thread pi5701
there are some styling issues in german language: if you select satellite view, 'Beschriftung'-checkbox is added at bottom that exceeds the width of the dropdown and becomes 'beschriftun' only. looks like this on http://code.google.com/intl/en-EN/apis/maps/documentation/javascript/:

[Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-10 Thread pi5701
also would like to show labels on satellite view on start -- 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 API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Rossko
The error is in statement var d=a.e[cc](a.b,[b]);, that is undefined is null or is not an object. That doesn't help you much. You need to go further back, to see what line of your code or what event called that. No-one else can do this for you, your page remains a secret. -- You received

[Google Maps API v3] Re: looking for coordinates of train stations

2011-02-10 Thread Esa
GPS Waypoints have some 775 entries. http://www.gps-waypoints.net/gps/ Italy Traffic related Railroad station/stop Many of the entries are duplicates. Download in CSV format and you can process the file as a spreadsheet. I have not read their terms. Maybe you should. -- You received this

[Google Maps API v3] Re: 2011/2/8 - New Release (Maps API 3.4)

2011-02-10 Thread Matt
Thank you Luke! I shouldn't have bothered the API group with this, but I'm glad I did :) On Feb 9, 4:19 pm, Luke Mahé lu...@google.com wrote: Hi Matt, The problem is that you have some global CSS that is effecting how the checkbox is displaying. In style.css line 434: input, textarea {

[Google Maps API v3] Re: Adapt for Phones

2011-02-10 Thread Esa
You can find good reading about the subject in Articles section of the documentation. http://code.google.com/apis/maps/documentation/javascript/articles.html -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post to this group,

[Google Maps API v3] Re: Error in markermanager.js V3

2011-02-10 Thread Nico Oudshoorn
I dont know what you mean. First, the same procedure works fine in V2. You can check that by leaving out V3 from the page address. If I insert map: map in createvindmarker then all the 8 markers appear on the map and you still got the same error. But in that case I don't even need

[Google Maps API v3] Distance Measurement Tool

2011-02-10 Thread kjh21
I would like to incorporate into my own Maps v3 application (with some modifications) the Distance Measurement Tool the appears in the map on maps.google.com. I'd like to keep the on-map control/behavior but redo altogether the accompanying control and presentation that appears on the sidebar.

[Google Maps API v3] Plotting geotagged photos on Google Maps

2011-02-10 Thread chris corlett
Hi Everyone, Not sure if this is the best place to post this, but it would not let me join the Google Earth or KML forums for some reason. Anyway, I am creating an application that will parse out the geotag information from photographs taken on smartphones and then locate whereabouts the

[Google Maps API v3] v=3 toggle markers on click

2011-02-10 Thread Danny
Hello, I have the following page lookingsharp.co.uk/love/ and I have built the google map based on the tutorial for php and mysql inclusion. var customIcons = { 1: { icon: 'http://labs.google.com/ridefinder/images/mm_20_red.png', shadow:

[Google Maps API v3] Re: WebGL for Google Maps API v3

2011-02-10 Thread Nianwei Liu
Petr Pridal, Very nice. Great work! On Feb 10, 3:46 am, Klokan Petr Pridal klo...@gmail.com wrote: WebGL is really impressive technology for online mapping applications. We were playing with WebGL as part of our RD activities and the result is now released as an open-source project:

[Google Maps API v3] Re: Plotting multiple polygons from one large group of coordinates

2011-02-10 Thread Albert Sun
Are you sure your KML file only has one long string of lat/lng coordinates for each County? What I'd expect to see is something like the following, where each Polygon is separately defined. MultiGeometryPolygonouterBoundaryIsLinearRingcoordinatesLAT LNG PAIRS OF COORDINATES

[Google Maps API v3] Re: Plotting multiple polygons from one large group of coordinates

2011-02-10 Thread Eric
Indeed. I was just about to come here to delete my original question, but you beat me to it :). Turns out the importing of the kml to the database only imported one row per county, when in fact there could be several. So after investigating the kml rather than the database, I actually came to

[Google Maps API v3] Re: Inserting an Overlay between Map Types

2011-02-10 Thread Pablo Gallardo
Great resource! :) Thanks for the link, I think it will be very useful for this and other issues. I’ll let you know if I get something about the thread topic. On Feb 10, 11:33 am, Paulo Fernandes paulofernande...@gmail.com wrote: I don't have any example about that, but try to search at Larry's

Re: [Google Maps API v3] Re: v3.4 update

2011-02-10 Thread Hugo Happel
Thanks Radina and Larry for your responses, and nevermind that last question, I posted that too quickly. I found the way how to use utf8 encoding to get past those international characters. Thanks anyway, you put me on the right track in the first place. Appreciate it. Ciao, Hugo On Thu, Feb

[Google Maps API v3] .com pointing to .net

2011-02-10 Thread i...@landmarkfinehomes.net
HI - we have the api code in iProperties in our www.landmarkfinehomes.netand it works for that. We have the www.landmarkfinehomes.com pointing to the .net as that is their primary domain. The API code doesnt work there! How do we code it in the .com or in the program on the.net to allow for

[Google Maps API v3] Bug(s) under mobile Safari

2011-02-10 Thread kilkul
Hi, I just discovered some bugs under mobile Safari (more precisely, using an iPhone 3GS). First of all, if you set your map to be un-draggable (so draggable: false), it will still move AFTER you release it (the fade movement effect isn't affected by the map's undragability). Secondly (and I

[Google Maps API v3] Re: Bug(s) under mobile Safari

2011-02-10 Thread kilkul
Oh, and one more problem I forgot about: the map's panTo() method isn't quite panning the map on mobile Safari. It just changes its center, without any smooth animation - even for minor movements inside the visible area. On Feb 10, 4:25 pm, kilkul kil...@gmail.com wrote: Hi, I just discovered

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-10 Thread Brian
The entire map is 8,000+ miles of ATV trails covering the state of Utah and would be on the order of 50MB to 100MB (as a zipped KMZ). That's why I'm only dynamically serving up what the visitor is currently looking at (with the options they currently have selected to be included in the view).

[Google Maps API v3] Re: .com pointing to .net

2011-02-10 Thread Martin Matysiak
Do you mean the interactive map (http://www.landmarkfinehomes.net/index.php/explore-your-community)? It works on the .com as well as the .net domain (Firefox 3 Chromium 9 at Ubuntu 10.10). I wouldn't see any reason that this should not work. Did you try to empty your cache? Maybe there is

[Google Maps API v3] Re: Anyone got a KML Network Link to refresh on Google Maps?

2011-02-10 Thread chat2joe
Really? :-/ I checked with Google's KML documentation before getting stuck into this project and it is shown there as a supported feature; http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html Can anyone direct me where to go now instead? I've markers in a database which I want to

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-10 Thread Chad Killingsworth
Trying this morning in IE9, Firefox 3.6 and Chrome 10 I couldn't get a single instance of a tile problem. I tried normal tricks such as rapidly changing zoom levels and they still all showed up. Chad Killingsworth -- You received this message because you are subscribed to the Google Groups

Re: [Google Maps API v3] Re: Anyone got a KML Network Link to refresh on Google Maps?

2011-02-10 Thread Nathan Raley
Guess you could alternatively force the servers to load a new kml file for this by tagging some additional parameters to the end of it, but streamlining this could be a bit tricky. Not sure what Google's stance on doing this every 10 seconds would be though. On Thu, Feb 10, 2011 at 10:57 AM,

[Google Maps API v3] Re: Anyone got a KML Network Link to refresh on Google Maps?

2011-02-10 Thread Rossko
Really? :-/ I checked with Google's KML documentation before getting stuck into this project and it is shown there as a supported feature;http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html Those notes apply to google.maps.com. So far as we can tell, v2 GGeoXml follows them

[Google Maps API v3] Re: .com pointing to .net

2011-02-10 Thread Rossko
The API code doesnt work there!  How do we code it in the .com or in the program on the.net to allow for this? Seems to work for me. If you mean you get a key error, search this group for keys in multiple domains -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: Error in markermanager.js V3

2011-02-10 Thread Rossko
With markermanager you first collect all the markers and with refresh you put them on the map. First, you initialize your MarkerManager object. That takes time, it may not be ready by the time you try to add markers to it. See the suggestion to wait for its 'loaded' event here -

Re: [Google Maps API v3] Re: Alternative to KmlLayer

2011-02-10 Thread James McGill
I'm also unable to reproduce. Is it possible that there's something funny happening between the Google tile servers and your local network? I would still suggest not varying your KML by zoom level at least. Divide the world into a grid and generate one KML file per region and for all zoom levels.

[Google Maps API v3] Re: Alternative to KmlLayer

2011-02-10 Thread Brian
I've had people as far as 300 miles from me check it out with the same results. This is what I'm seeing: http://www.freeatvmaps.com/error1.png http://www.freeatvmaps.com/error2.png Using this page: http://www.freeatvmaps.com/atv-trails/straight-canyon-crawford-pass-loop/polydebug/ I'm going to

[Google Maps API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread geocode...@gmail.com
On Feb 10, 10:30 am, Ing. Stefano ing.stefano.magr...@gmail.com wrote: Try this: Read this: READ THIS FIRST: Posting Guidelines http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e (but you didn't read it the last time it was suggested...) If you are patient, you'll get the

[Google Maps API v3] Re: looking for coordinates of train stations

2011-02-10 Thread Daniele Baroncelli
Many thanks for the reply but unfortunately the data is not very accurate there are many duplicates (about half) and many missing Italian train stations are over 2000 any other suggestion? Daniele On Feb 10, 2:41 pm, Esa esa.ilm...@gmail.com wrote: GPS Waypoints have some 775

[Google Maps API v3] Click or dragg event into DirectionsRenderer

2011-02-10 Thread nennete
Hi, I'm new on this forum. My problem is, i want to add a listener in the polyline recieved from directions_changed event. When a user dragg a route point using DirectionsRenderer class, i want to get the LatLng value. Is it possible? how? another way? Thanks you!

[Google Maps API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Ing. Stefano
I apologise. Try this: http://www.cercaprivati.com/12345.htm If you are patient, you'll get the error after clicking and clicking on triangles (zooming in and out and moving the map helps). With IE8 it happens more frequently, but it happens with Firebug and Chrome console, too. I think the

[Google Maps API v3] Re: looking for coordinates of train stations

2011-02-10 Thread davie
Try Geonames http://download.geonames.org/export/dump/ download IT.zip open in Excel annd filter column H on RSTN Regards Davie On Feb 10, 6:49 pm, Daniele Baroncelli daniele.baronce...@gmail.com wrote: Many thanks for the reply but unfortunately the data is not very accurate there are many

[Google Maps API v3] gclientgeocoder getlocations

2011-02-10 Thread yoyo
Hi All, I am working on a project where I extract addresses from our SQL Server databases and need to use markers to display them on a google map... I do not have the latitude and longitude of the addresses and I was thinking of using the GClientGeoCoder GetLocations() method.. but cant find a

[Google Maps API v3] Re: How to use encoded polylines returned by the Google Maps Web Service

2011-02-10 Thread Josh
Thanks Esa! setPath() works beautifully just like so: decodedSets=google.maps.geometry.encoding.decodePath(stuffToBeDecoded); polyLine.setPath(decodedSets); I also concatenated several decoded results into an array and that still works fine in setPath(). On Feb 9, 5:33 pm, Esa

[Google Maps API v3] Re: gclientgeocoder getlocations

2011-02-10 Thread geocode...@gmail.com
On Feb 10, 12:08 pm, yoyo q00100...@live.com wrote: Hi All, I am working on a project where I extract addresses from our SQL Server databases and need to use markers to display them on a google map... I do not have the latitude and longitude of the addresses and I was thinking of using the

[Google Maps API v3] Re: Distance Measurement Tool

2011-02-10 Thread Esa
There is a ruler tool in the Demo Gallery http://code.google.com/apis/maps/documentation/javascript/demogallery.html?searchquery=ruler -- 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 API v3] Re: Polygons: get random error in google minified code

2011-02-10 Thread Rossko
Try this:http://www.cercaprivati.com/12345.htm I can reproduce your error (which has something to do with mouseup) in FF2, and also a similar error to do with mousemove. Guessing, but maybe this area of code is handling events on polys, or maybe it runs when paths are changed. I think the

[Google Maps API v3] Formatting the new AdSense unit

2011-02-10 Thread gavinharriss
Is there a way to format the styling of the new AdSense untis for Google Maps? http://code.google.com/apis/maps/documentation/javascript/advertising.html I've not been able to change the colors / styling from the default ones when I had a play. Anyone know how to do this? Cheers, Gavin -- You

Re: [Google Maps API v3] Uncaught TypeError: Cannot read property '__e3_' of null in chrome - ff/opera/safari is ok

2011-02-10 Thread Chris Broadfoot
Actual page for anyone else debugging: http://www.youspots.com/api_v2.php?lang=en34fjsdnms2342beirdb=id=1130723808 On this line: mc = new MarkerClusterer(map, markersFromDb, mcOptions); map is null. Why are you doing this inside a timeout set for 1500ms? This looks like a bad timing issue.

[Google Maps API v3] Re: Is it possible to use an excel file to populate a google map api v3?

2011-02-10 Thread Sir Loin of Beef
Are you able to post any example code? I'm trying to do a same, I have a google spreadsheet of lat/long data and wish to plot these points on a google map. The google mapping wizard doesn't seem to work anymore. On Jan 14, 7:43 pm, @neavilag (Norman) neavi...@gmail.com wrote: Hi as Larry says. I

Re: [Google Maps API v3] Formatting the new AdSense unit

2011-02-10 Thread Luke Mahé
Styling is currently not available. Please file a feature request if it is something that you would like to be added. Thanks -- Luke On Fri, Feb 11, 2011 at 11:46 AM, gavinharriss m...@gavinharriss.comwrote: Is there a way to format the styling of the new AdSense untis for Google Maps?

Re: [Google Maps API v3] Re: Is it possible to use an excel file to populate a google map api v3?

2011-02-10 Thread James McGill
I suggest using Fusion Tables. This will allow you to import a spreadsheet and display it on a Maps API map. www.google.com/fusiontables On Fri, Feb 11, 2011 at 12:02 PM, Sir Loin of Beef saus...@gmail.com wrote: Are you able to post any example code? I'm trying to do a same, I have a google