[Google Maps API v3] This XML file does not appear to have any style information associated with it. The document tree is shown below.,

2011-05-05 Thread Magnus
Hi, I used the source code from this example: http://code.google.com/apis/maps/documentation/javascript/examples/map-simple-async.html added the CDATA like this to get around an error // ![CDATA[ script.src = http://maps.google.com/maps/api/js?sensor=falsecallback=initialize;; // ]] but

[Google Maps API v3] Re: Google Maps for Java Application in offline version?

2011-05-05 Thread Alexander Maryanovsky
See my GWT maps API: http://www.maryanovsky.com/sasha/maps It compiles to a standalone web application which doesn't require internet access, but you will need to provide your own tiles, in that case. -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Fullscreen map on iphone

2011-05-05 Thread Thoern
I struggle with getting the map into fullscreen without the crome (adress bar) (not to be confused with setting the map to 100% height/width) And in the Safari (5) you push up on the page up and the adressbar removes but as you have a map there it pans the map instead when googlemaps is in the

[Google Maps API v3] Overlapping polygons/rectangles/circles *without* alpha combining

2011-05-05 Thread Rich Christiansen
Hello, all! I'm working on an app that uses circles emanating from points of interest to show coverage for the areas. When two coverage circles overlap, their opacities combine to occlude the underlying map even more. For example, let's say I'm using an opacity of 0.25 to draw red circles.

[Google Maps API v3] Pegman with Panoramio Blue spots

2011-05-05 Thread Syed Aley Ali
How to integrate Pegman with Panoramio blue spots layer? please guide me how to use API on my webpage as below reference link. http://google-latlong.blogspot.com/2010/06/let-pegman-guide-you-to-user-photos.html I need to use this option for UAE. Thanks, Traffic PM -- You received this message

[Google Maps API v3] Iphone Infowindow lag

2011-05-05 Thread narno07
Hello, I am currently developing a website with a declination mobile, I have a problem with the display InfoWindow Indeed on the desktop version no worries, for cons on the mobile version (IOS only) I have a shift of the clickable area it seems, yet I have taken the code for a sample of the API

[Google Maps API v3] Elegant way to detect user interaction

2011-05-05 Thread MarkusT
Hi, I use fitBounds to update the area a map views, based on new data I get by an ajax request, regularly. As soon as a user zooms or drags the map I want to disable the automatic fitBounds functionality. Is there a generic/elegant way of detecting that user interaction caused a change in the

[Google Maps API v3] Re: Fullscreen map on iphone

2011-05-05 Thread Thoern
I found a script that is working, partly.. script type=application/x-javascript if (navigator.userAgent.indexOf('iPhone') != -1) { addEventListener(load, function() { setTimeout(hideURLbar, 0); }, false); } function hideURLbar() { window.scrollTo(0, 1); } /script It will hide the the url part

[Google Maps API v3] Re: problem with custom projection

2011-05-05 Thread Nianwei Liu
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2951 Does not seem to be a high priority though. It may require quite a bit change in the API's canvas based rendering on polys, and not many people complained. On May 4, 12:55 pm, James jame...@gmail.com wrote: Thanks Rossko. I want

[Google Maps API v3] Marker covered by a custom overlay still receives mouseover

2011-05-05 Thread sgiddings
Here's my context - I have a custom information window implemented with a custom overlay (OverlayView). As usual, when the marker is clicked, the custom information window is displayed. At times, it will cover other markers. In addition, I have a custom tooltip on the marker which is triggered

[Google Maps API v3] Re: Pegman with Panoramio Blue spots

2011-05-05 Thread Rossko
I need to use this option for UAE. I don't think UAE has streetview coverage http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.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

[Google Maps API v3] Re: Marker covered by a custom overlay still receives mouseover

2011-05-05 Thread sgiddings
I omitted to mention that I put the custom overlay in the floatPane. -- 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,

[Google Maps API v3] Re: problem with custom projection

2011-05-05 Thread James
Thanks Nianwei. I believe this is a very important feature that Google Map API needs to support. There will be more and more people start using custom projection as it will provide a lot of benefits. -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Time zone for a given geopoint

2011-05-05 Thread Jason
Hi there, I've encountered a small issue in my code - given a users location (latlong) I cannot seem to find an api to plug into which will return the timezone of the user. Does anyone know of any such service (free is better)... Cheers, J -- You received this message because you are

[Google Maps API v3] Getting Started With Custom Tiles

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map typehttp://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes...using

[Google Maps API v3] Getting Started With Custom Tiles

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map typehttp://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes...using

[Google Maps API v3] Getting Started With Custom Tiles

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map typehttp://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes...using

[Google Maps API v3] Getting Started With Custom Tiles

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map typehttp://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes...using

[Google Maps API v3] Getting Started With Custom Tiles

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map typehttp://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes...using

[Google Maps API v3] Custom Tile Overlays

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map typehttp://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes...using

[Google Maps API v3] ASP.NET MVC3 with Google Maps API V3

2011-05-05 Thread Foyzul Karim
Hi. I want to display the google map in one of my child view. I can display the map in my masterpage but i can't display it in my child window. Any helpful code will be highly appreciated. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API

[Google Maps API v3] Getting started with tile overlays.

2011-05-05 Thread Steve Horn
My goal is to create overlays of zip codes/counties/and some other cartography onto a map of the U.S.. I've concluded that my dataset is large enough that I really need to use an overlay map type...using overlay tiles. I have all the cartography for each of the polygons that I want to draw on

[Google Maps API v3] Re: Time zone for a given geopoint

2011-05-05 Thread geocode...@gmail.com
On May 5, 10:57 am, Jason 1jason.whatf...@gmail.com wrote: Hi there, I've encountered a small issue in my code - given a users location (latlong) I cannot seem to find an api to plug into which will return the timezone of the user. Does anyone know of any such service (free is better)...

[Google Maps API v3] Re: This XML file does not appear to have any style information associated with it. The document tree is shown below.,

2011-05-05 Thread Radina
Magnus: Just change extension to .html (should be maps.html) Thanks, Radina On May 5, 2:56 am, Magnus magnus8...@gmail.com wrote: Hi, I used the source code from this example:http://code.google.com/apis/maps/documentation/javascript/examples/ma... added the CDATA like this to get around an

[Google Maps API v3] my 3d demo in javascript

2011-05-05 Thread SaM$oL
check my 3d demo developed in raphael javascript library: www.samsol3diphone.blogspot.com/p/3d-demo-in-javascript.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 API v3] KML overlays.

2011-05-05 Thread sepoto
I have two KML overlays that were working perfectly last night. I woke up this morning and my KML overlays are gone. It is that simple. This is an incredibly infuriating problem. I was on the phone with a client and now I look like a jack ass when I realize my KML's are gone. Anyone know how to

[Google Maps API v3] Screen flickering while zooming in/out on large screen.

2011-05-05 Thread Chris Stewart
I'm working on trying to put a map inside of a WPF control, without using Flash. I have an HTML page which is implementing the Google Maps JS API. This HTML page is then being viewed inside of a WebBrowser control from the WPF library. When I view the app on a large screen (40 TV), during

[Google Maps API v3] Custom Pin with Store Locator

2011-05-05 Thread Michael Kaufman
I'm using the Google Maps Store locator but I want to use a custom image as the pin. Is this possible? If so, how? Here is a sample of my code. function searchLocationsNear(center) { var radius = document.getElementById('radiusSelect').value; var searchUrl =

[Google Maps API v3] Re: distance between points v3

2011-05-05 Thread PeterB
ok thanks for the info. I'm still getting the 'b is undefined' error in different browsers. Will file a potential bug. On May 4, 5:28 pm, Rossko ros...@culzean.clara.co.uk wrote: ormaybe I should upgrade my browser to something that handles html5. That seems to have done the trick, but

[Google Maps API v3] Re: This XML file does not appear to have any style information associated with it. The document tree is shown below.,

2011-05-05 Thread Magnus
Thanks, now it works! -- 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: KML overlays.

2011-05-05 Thread geocode...@gmail.com
On May 5, 11:57 am, sepoto sepich.e...@gmail.com wrote: I have two KML overlays that were working perfectly last night. I woke up this morning and my KML overlays are gone. It is that simple. This is an incredibly infuriating problem. I was on the phone with a client and now I look like a jack

[Google Maps API v3] Re: distance between points v3

2011-05-05 Thread PeterB
http://code.google.com/p/gmaps-api-issues/issues/detail?id=3291 FYI On May 5, 12:38 pm, PeterB petercbl...@gmail.com wrote: ok  thanks for the info. I'm still getting the 'b is undefined' error in different browsers. Will file a potential bug. On May 4, 5:28 pm, Rossko

[Google Maps API v3] Re: Custom Pin with Store Locator

2011-05-05 Thread geocode...@gmail.com
On May 5, 12:32 pm, Michael Kaufman michael.allan.kauf...@gmail.com wrote: I'm using the Google Maps Store locator but I want to use a custom image as the pin. Is this possible? Yes. If so, how? Follow the documentation:

[Google Maps API v3] Re: KML overlays.

2011-05-05 Thread sepoto
www.sepsserver.com/methane There is an overlay1.kml and an offset1.kml in the same directory. The map is methanezone.php. I am removing security for some time so that you can see. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: Convert pixel position to latlng.

2011-05-05 Thread Kesuke
Hate to bump, but someone must have done this as it's been asked here a lot before (just with no clear answer). I'm sure one of us has the maths for this ready to go. On May 2, 4:48 pm, Kesuke nick_dai...@hotmail.com wrote: How do I convert a pixel position to a latlng. I've searched and

[Google Maps API v3] Basic Question about Google API configuration

2011-05-05 Thread Adam Sanderson
I'm trying to create a Google Maps mashup that will take information from an XML file and place it on a map. Basically, it will be showing general locations of our customers along with a comment from them reviewing our service. I've been able to get everything setup and working except when you

[Google Maps API v3] Re: KML overlays.

2011-05-05 Thread geocode...@gmail.com
On May 5, 12:44 pm, geocode...@gmail.com geocode...@gmail.com wrote: On May 5, 11:57 am, sepoto sepich.e...@gmail.com wrote: I have two KML overlays that were working perfectly last night. I woke up this morning and my KML overlays are gone. It is that simple. This is an incredibly

[Google Maps API v3] Re: Basic Question about Google API configuration

2011-05-05 Thread Kesuke
This is the V3 group, is there any reason why you are using the deprecated V2 for this? This question would better be asked in the V2 group else people searching in the V3 group find the answers to V2 questions and get confused (sorry to be pedantic!) - A few points though, you add your

[Google Maps API v3] Re: KML overlays.

2011-05-05 Thread sepoto
They are most certainly there. I can assure you of that. I get a 404 error as well but the files are there. -- 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: KML overlays.

2011-05-05 Thread Joseph Elfelt
404 here too. -- 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: KML overlays.

2011-05-05 Thread sepoto
I logged directly in to my server via putty and browsed to the directory and listed it. The files are in there. -- 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: KML overlays.

2011-05-05 Thread geocode...@gmail.com
On May 5, 3:14 pm, sepoto sepich.e...@gmail.com wrote: They are most certainly there. I can assure you of that. I get a 404 error as well but the files are there. Does your server support kml files? My server (www.geocodezip.com) does not, I have to use files with the extension .xml or it

Re: [Google Maps API v3] Re: KML overlays.

2011-05-05 Thread Gregory Short
Check the permissions on the files? -G On May 5, 2011, at 5:25 PM, sepoto wrote: I logged directly in to my server via putty and browsed to the directory and listed it. The files are in there. -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Re: KML overlays.

2011-05-05 Thread sepoto
Can I just rename a .kml to .xml? -- 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: KML overlays.

2011-05-05 Thread geocode...@gmail.com
On May 5, 3:30 pm, sepoto sepich.e...@gmail.com wrote: Can I just rename a .kml to .xml? yes. -- 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: Custom Pin with Store Locator

2011-05-05 Thread Rossko
     GDownloadUrl(searchUrl, function(data) {        var xml = GXml.parse(data); This is v2 API code. The v2 API group is at http://groups.google.com/group/Google-Maps-API or it might be wiser for a new project to use v3 from the outset, here is the equivalent v3 example

[Google Maps API v3] Re: distance between points v3

2011-05-05 Thread Rossko
http://code.google.com/p/gmaps-api-issues/issues/detail?id=3291 Can't see a bug ; var distance = google.maps.geometry.spherical.computeDistanceBetween(LatLng,initialLocation); fails because initialLocation is undefined (your geolocation code isn't very robust or cross-browser) -- You

[Google Maps API v3] Re: distance between points v3

2011-05-05 Thread PeterB
I stripped it down to the W3C geolocation method on purpose. When I test it with FF4.01 I'm able to get the initial Location just fine. Then it bonks on the computeDistanceBetween method. On May 5, 4:01 pm, Rossko ros...@culzean.clara.co.uk wrote:

[Google Maps API v3] Re: Basic Question about Google API configuration

2011-05-05 Thread Adam Sanderson
Sorry - I only started learning about this API stuff about 2 hours ago so please pardon my lack of expertise. I basically tried looking at demo code and tried to figure out how to make it work from that. If you can recommend a good tutorial to read a guide on this that would appreciated. I was

[Google Maps API v3] Re: Convert pixel position to latlng.

2011-05-05 Thread Kesuke
I *think* i have made a tiny bit of progress but I'm still stuck. It seems that in a mercator projection the longtitude (x axis) scales normally. So because I am trying to get a % pixel position on the map, I can simply say (percentage position * 360) - 180 to get the longtitude. HOWEVER,

[Google Maps API v3] Re: Basic Question about Google API configuration

2011-05-05 Thread Kesuke
No worries Adam, thats the best way to learn and thats good going for your first few hours, I seem to remember it taking me about a day just to get a map to display! I would suggest since you are new to the api to use V3 rather than the older V2. The code is easier to use (in my opinion at least),

[Google Maps API v3] MarkerManager V3 Markers Do Not Load Consistently

2011-05-05 Thread CopperCup
I have been working on an implementation of Maps API v3 and MarkerManager v3. I have approximately 1100 locations around the world that are geocoded in advance and stored in an XML file. See the map here: http://www.nevus.org/nevus-maps_id567.php For some reason, each time the page is loaded it

[Google Maps API v3] Re: MarkerManager V3 Markers Do Not Load Consistently

2011-05-05 Thread Kesuke
Google limit the number of markers visible on a single page to ensure good performance. Over a few hundred markers and even a modern browser starts slowing down, so google seem to have settled on 200 as a practical limit. Could this be the reason why you are getting a random selection of markers?

Re: [Google Maps API v3] Re: MarkerManager V3 Markers Do Not Load Consistently

2011-05-05 Thread Luke Mahé
This is incorrect - we do not limit the number of markers that you can add to a map. -- Luke On Thu, May 5, 2011 at 5:22 PM, Kesuke nick_dai...@hotmail.com wrote: Google limit the number of markers visible on a single page to ensure good performance. Over a few hundred markers and even a

[Google Maps API v3] Add overlay from an Access database

2011-05-05 Thread Alan Wheeler
Given up with Fusion tables and decided to go back to MS Access. Cant figure out how to connect to an Access datasource containing lat long data. Can anyone direct me to a website that uses access as a datasource so i can see an example of how its done? thanks Alan -- You received this

[Google Maps API v3] Re: geocoder.geocode is not working from v2 to v3

2011-05-05 Thread Edmund Situmorang
Can anyone help me? On May 3, 1:32 am, Edmund Situmorang edmundsitumor...@gmail.com wrote: The v2 code is working just fine on my current website sgvconsortium(DOOOT)ORG under directory tab...and the v3 is test tab..not working. Please help and take a look.  Thanks Larry. -- You received

[Google Maps API v3] Drag and Drop for Boundary Box Creating

2011-05-05 Thread Chris
On the Google Maps API2, I saw that there is such a library which allows you to Drag and Drop zoom. There is even something similar in labs at the moment, but I can't find anything in the API documentation for creating a draggable box over a map. Is this possible API3? This is an example of what

[Google Maps API v3] Re: Drag and Drop for Boundary Box Creating

2011-05-05 Thread Esa
There is KeyDragZoom for v3 in utility library http://google-maps-utility-library-v3.googlecode.com/svn/tags/keydragzoom/2.0.5/ -- 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: Getting started with tile overlays.

2011-05-05 Thread Martin™
Have you looked at Fusion Tables? It provides an easy way to create a custom tile layer - your tiles all rendered by Google: http://www.google.com/fusiontables/public/tour/index.html Martin. On May 5, 7:27 pm, Steve Horn smh...@gmail.com wrote: My goal is to create overlays of zip

[Google Maps API v3] Terms of Service question

2011-05-05 Thread John Sydoruk
Hello, I was wondering if someone could tell me if the following idea would violate the terms of service. I have done a lot of reading on this and I am still unsure :( If it does violate the terms of service, I assume I would have to purchase a Maps API