[Google Maps API v3] Google Maps online editing or drawing tools

2011-11-18 Thread Map smurfs Earth
Hi all, Anyone know how to do Google Maps *online editing or drawing tools*, there is an platform interface to let user create/edit/remove marker, line, polygon, circle and will let user key in some information (name, desc, etc) and save into fusion table or *database *(eg mysql). Any

[Google Maps API v3] Re: Problem with calls to places

2011-11-18 Thread Rossko
I read the documentation you suggested, and I think I am ok.  I only need to retreive the place locations on a month or so.  I am guessing that there is no more than 200 places in total. So you just want to scrape and save Google's data for a given area? -- You received this message because

[Google Maps API v3] Which one is cheaper: Premier License or excess map loads?

2011-11-18 Thread Jonas Kaufmann
Hello, We are planning a redesign of our main page for the 2012 season, and a big part of this will be map based. The maps will be shown on our public website via the Google Maps v3 API. With the introduction of the usage limits for Google Maps in 2012, we will certainly hit the limits for free

[Google Maps API v3] KML layer sometimes displaying; sometimes not

2011-11-18 Thread Edward Sargisson
Hi, I'm developing a database driven KML file which is loaded into the KMLLayer. Sometimes the layer displays and sometimes it doesn't. Research showed that the content type might be important so that is set to application/vnd.google-earth.kml+xml. The KML file works in Google Earth and appears

[Google Maps API v3] Re: Google Maps online editing or drawing tools

2011-11-18 Thread Rossko
Any reference sample, API for this, desperate need it. From a very quick search http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/3d5072c41f4f502c http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ad48099728b10a67 -- You received this message

[Google Maps API v3] Google Maps API 3 - Nav Label

2011-11-18 Thread Kelley
Hello, with version 2.0 it was possible to show a Navigation Label, which faded away after a while and which showed the current position in terms of country, region, city, suburb etc. (e.g. USA - Virginia - Harrisonburg). I like this feature tremendously, as it provides a fast overview of my

[Google Maps API v3] Re: Google Maps API 3 - Nav Label

2011-11-18 Thread Pil
It's always a good idea to provide an example so that everyone knows what you're talking about - when you don't know the particular term. Maybe you meean GNavLabelControl as - for example - shown here http://koti.mbnet.fi/ojalesa/googlepages/navlabel.htm And these are a few similar inquiries

[Google Maps API v3] Re: KML layer sometimes displaying; sometimes not

2011-11-18 Thread Pil
Without a link to your map - which should be open for the public anyway - it remains guesswork. Check pitfall #2 in this example of Mike Williams v2 tutorial. http://econym.org.uk/gmap/kml.htm or search the group's archive for bogus parameter or something similar. On Nov 18, 8:02 am, Edward

[Google Maps API v3] Dragging map with custom event

2011-11-18 Thread 4dllmg
Is it possible to simulate map dragging when holding the right click and moving the mouse? I have tried to simulate this behavior with the code above, but dragging is jumpy: var drag={}; function rightclickdown(event){ if(!

[Google Maps API v3] Re: KML layer sometimes displaying; sometimes not

2011-11-18 Thread Rossko
It sort of appears that Google is caching the KML That's what KmlLayer does, there are ways around that if you search this group. and won't display until it has actually cached the KML. If you mean it takes some time for your KML to be read, because it is slow to generate or the uplink is

[Google Maps API v3] Re: Dragging map with custom event

2011-11-18 Thread Pil
Why do want to 'simulate' a functionality that is already provided by the Maps API? Would be a good idea to describe what you want to achieve - but without posting code. On Nov 18, 1:41 pm, 4dllmg adelol...@gmail.com wrote: Is it possible to simulate map dragging when holding the right click

[Google Maps API v3] Re: Finding driving routes

2011-11-18 Thread natrox
I have tryed to change the value of start so it uses geolocation but i can`t figure out how to do it right. On 17 Nov, 20:51, Rossko ros...@culzean.clara.co.uk wrote: I find my position on the map automatically via geolocation, but can`t figure how i can get the end dropdownlist to work

[Google Maps API v3] Re: Finding driving routes

2011-11-18 Thread Rossko
 I have tryed to change the value of start so it uses geolocation but i can`t figure out how to do it right. What did you try? Bear in mind the original code was written for string values var start = document.getElementById(start).value; var end = document.getElementById(end).value;

[Google Maps API v3] Re: V3 MarkerManager

2011-11-18 Thread AF
The html is local to only my machine. -- 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/-/fwj5M9saZvsJ. To post to this group, send

[Google Maps API v3] Re: V3 MarkerManager

2011-11-18 Thread geocode...@gmail.com
On Nov 18, 9:09 am, AF afils...@serif.com wrote: The html is local to only my machine. Perhaps you could break down and help us to help you by putting it on a public web server? -- Larry -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API

[Google Maps API v3] Re: V3 MarkerManager

2011-11-18 Thread AF
Hi Larry, Got an error when I origanally posted this: I have solved the problem, it boiled down to my marker manager options, if you pass a maxZoom greater than 23 ( in my case I was passing 25 ) it all goes pear shaped. so I thought I would post it again, thanks. -- You received this

[Google Maps API v3] Am I hitting limits or is my code flaky?

2011-11-18 Thread Mike Dolbow
All: I've got a few pages that I've developed in the past that don't get a lot of hit counts, maybe 100 a day at peak, 5-10 a day most of the time. When developing, I haven't had too many problems using the geocoder and reverse geocoder - an occasional timeout, but that's about it. Here's an

[Google Maps API v3] Re: KML layer sometimes displaying; sometimes not

2011-11-18 Thread Mike Dolbow
I use the 'metadata_changed' event on the KMLLayer inside a listener so I can tie the document load-up to the KML load. That way if the KML gets hung up, the document shows a throbber and I know I have to either wait or re-load. -- You received this message because you are subscribed to the

[Google Maps API v3] Re: V3 MarkerManager

2011-11-18 Thread geocode...@gmail.com
On Nov 18, 9:24 am, AF afils...@serif.com wrote: Hi Larry, Got an error when I origanally posted this: I have solved the problem, it boiled down to my marker manager options, if you pass a maxZoom greater than 23 ( in my case I was passing 25 ) it all goes pear shaped. so I thought I

[Google Maps API v3] Re: Am I hitting limits or is my code flaky?

2011-11-18 Thread Marcelo
On Nov 18, 10:36 am, Mike Dolbow mike.dol...@state.mn.us wrote:    1. Do you get any errors? Try an initial text geocode, then dragging or    clicking to move the marker. It seems like the second one fails more    frequently. No, I dragged the marker to about 10 different locations and no

[Google Maps API v3] Re: Which one is cheaper: Premier License or excess map loads?

2011-11-18 Thread John Coryat
Your math may be a bit fuzzy. The limit is for 25,000 per DAY. If your activity is mostly during the week, and you don't have a lot on weekends, then you'll lose free map loads for every day that the number of loads is under 25,000. If every day, regardless of the day of the week, your site

[Google Maps API v3] Center map on marker

2011-11-18 Thread ghego1
Following the samples provided I've realized a simple map that shows a marker at a given location, and I've set the marker to be draggable, now I would like to have the map always centered according to the position of the marker it it is moved, does anyone knows how to do it? Thank you! --

[Google Maps API v3] Re: Mileage By State

2011-11-18 Thread Peter demaria
Marcelo, Not sure if you received my previous response (I'm new to google groups).. the implementation you created was just about perfect.. The only difference being that I would query for States instead of counties, and I really don't even need to render a map (though it is a nice touch). The

[Google Maps API v3] Initiate polygon drawing from custom button

2011-11-18 Thread Adrien
I love the new polygon drawing options and have been playing with them for a couple of days. On the official documentation I see that it is possible to initiate the drawing of a polygon by clicking on a button external to the map. Does anybody know how to do this?

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-18 Thread Pablik
Hello, is there a way to disable map panning when polyline handle is being dragged to the edge of the map? This is quite a problem for me because I reload overlays on the map when it is idle - when polyline handle approaches edge, then map is panned, when panning stops, onIdle event is

[Google Maps API v3] How To - Jump map to new coordinates ??

2011-11-18 Thread Hilmon
Hi, I've been searching the web all day looking for a way to pass new coordinates to the map. I have a page which requires access to multiple locations and I would like the user to be able to click a link on the page which will cause the map to go to the coordinates passed thru the link

Re: [Google Maps API v3] Re: Mileage By State

2011-11-18 Thread Andrew Leach
On 18 November 2011 14:58, Peter demaria peter.dema...@bluetonemedia.com wrote: I really don't even need to render a map (though it is a nice touch). Um... See 10.1.1(g) http://code.google.com/apis/maps/terms.html -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: How To - Jump map to new coordinates ??

2011-11-18 Thread geocode...@gmail.com
On Nov 18, 11:27 am, Hilmon paul.hil...@gmail.com wrote: Hi, I've been searching the web all day looking for a way to pass new coordinates to the map. I have a page which requires access to multiple locations and I would like the user to be able to click a link on the page which will cause

[Google Maps API v3] Geometry library not working in IE [8]

2011-11-18 Thread Kasper
I'm using the geometry library on my website, but for some reason it's destroying the Google Maps maps... In IE8 the webpage stops loading because it gets the following error: Bericht: 'elementType' is leeg of geen object Regel: 27 Teken: 68 Code: 0 URI:

[Google Maps API v3] Re: Geometry library not working in IE [8]

2011-11-18 Thread Kasper
Note, you can view the page here: http://bit.ly/w2eGDR -- 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/-/EHtNptj6u3sJ. To post to

[Google Maps API v3] Re: Geometry library not working in IE [8]

2011-11-18 Thread geocode...@gmail.com
On Nov 18, 12:01 pm, Kasper kaspervandel...@gmail.com wrote: Note, you can view the page here:http://bit.ly/w2eGDR looks to me like you are including the API twice, once with the library once without: script type=text/javascript src=http://maps.googleapis.com/maps/ api/js?sensor=false/script

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-18 Thread Enoch Lau (Google Employee)
Set 'draggable': false in MapOptionshttp://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions . Enoch -- 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

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-18 Thread Pablik
I need the map to be draggable. Your solution would only help me if there was some event (similar to dragstart on Marker) which would be triggered when user starts to drag the polyline handle. On this event I would set draggable to false, and when the editing is finished I would set draggable

[Google Maps API v3] Re: Place details problem

2011-11-18 Thread gpa
I''m guessing this was the wrong group for this problem... Sorry. But other are having this issue: http://groups.google.com/group/google-places-api/browse_thread/thread/d9e773d94adabaaf On Nov 18, 1:52 pm, gpa gustavo.ambro...@gmail.com wrote: One more detail I found: if I add

[Google Maps API v3] Re: Center map on marker

2011-11-18 Thread xelawho
I would like to have the map always centered according to the position of the marker it it is moved, does anyone knows how to do it? it's pretty much how you describe - get the new position of the marker, set the map center at that position. See the docs for details. -- You received this

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-18 Thread Enoch Lau (Google Employee)
That's true. Feel free to file a feature request on the issue trackerhttp://code.google.com/p/gmaps-api-issues/issues/listif such an event would be useful to you, and outline your use case. Enoch -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Waypoints in request of directionsService.route

2011-11-18 Thread Aste (Alyson)
Waypoints in request of directionsService.route When I make the request to generate the route with waypoints, must go from the point 0 to point 0 in other words Start: 0 End: 0 wapoints: 2,3,1,4 route: 0,2,3,1,4,0 When the Google Maps generates the route, it goes from point A to E, but the

[Google Maps API v3] places autocomplete

2011-11-18 Thread Lukas Mairl
Hi, im using the autocomplete example to do a places saerch. when i resize the browser window the results (pac-container) is misaligned. is there a way to fix this? thanks pete -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To

[Google Maps API v3] Directions in Infowindow not lat/lng

2011-11-18 Thread Jim O
When I make a KML file and then point Google Maps to it, like: http://maps.google.com/maps?q=http://techearth.net/gis/kml/listings.kml ...and the user clicks a marker, Maps adds a Directions link. However, when the user clicks this link, the A and B boxes appear with one of the boxes filled in