[Google Maps API v3] How can i periodically load the XML file into the map page

2010-11-22 Thread Chathura Gunasekara
My xml file updates with the changes to the data base how can I update the map when the xml changes. I am following the articles http://code.google.com/apis/maps/articles/phpsqlajax_v3.html can any one please help me . -- You received this message because you are subscribed to the Google Groups

Re: [Google Maps API v3] Access/Extract information through Markers

2010-11-22 Thread Chris Broadfoot
A *mass query* of such data is not available through Google APIs. However, please review Places API and see if it suits your requirements: http://code.google.com/apis/maps/documentation/places/ Regards Chris On Tue, Nov 23, 2010 at 3:42 PM, Alekhya Datta wrote: > Dear Sir/Madam, > > I want to a

[Google Maps API v3] Re: Extract all addresses\ LatLng in the polygon

2010-11-22 Thread Alekhya Datta
Dear Sir, I want to access/extract all the possible markers of any particular City/Location in India by using any Google Maps APIs (Public/Premier). Please let me know whether it is possible or not. If possible please ensure me some guidelines. For example: City Name: Xyz Now what I intend to do

[Google Maps API v3] Access/Extract information through Markers

2010-11-22 Thread Alekhya Datta
Dear Sir/Madam, I want to access/extract all the possible markers of any particular City/Location in India by using any Google Maps APIs (Public/Premier). Please let me know whether it is possible or not. If possible please ensure me some guidelines. For example: City Name: Xyz Now what I intend

Re: [Google Maps API v3] Elevation service

2010-11-22 Thread Chris Broadfoot
Could you not calculate the total distance from the input path, rather than the output "path" (really just a list of points, not a path as such) from the service? The result from the service is not intended for use as a path. On Tue, Nov 23, 2010 at 12:55 AM, RedHog wrote: > Hi! > > I was just

[Google Maps API v3] Re: symbolising fusion tables

2010-11-22 Thread Will Cadell
i do think it would be fun to have an additional query parameter which could take in symbology info, though... -- 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...@googlegrou

[Google Maps API v3] Re: symbolising fusion tables

2010-11-22 Thread Will Cadell
I believe the answer is that i need a color column to be defined and i make a map visualization in the fusion table dialog... -- 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-ap

[Google Maps API v3] symbolising fusion tables

2010-11-22 Thread Will Cadell
hi there, I am pulling a bunch of polygons from a fusion table. I don't see a convenient way of pulling data and symbolizing within my js... any thoughts? for instance, i would like to paint my polygon blue or green depending on the value of a field (but that value might change). I guess i could

[Google Maps API v3] Re: KML doesn't display

2010-11-22 Thread geocode...@gmail.com
On Nov 22, 11:32 am, CroNiX wrote: > This:http://www.koolbusiness.com/kml > is not a kml file. It looks sort of like kml to me: http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.koolbusiness.com%2Fkml Doesn't validate though. While that doesn't mean it won't work, it doesn't work on

[Google Maps API v3] Any official implementation of search feature?

2010-11-22 Thread Onur Güzel
Hi guys, I'm looking for a way of getting search results on-the-fly with auto- suggest/completion feature just like search input box on maps.google.com. I'll provide some directions to our company based on where customer are staying at, they'll enter their current location, and i'd like to serve s

[Google Maps API v3] Re: Elevation service

2010-11-22 Thread Rossko
The Issue Tracker is also intended for enhancement requests. http://code.google.com/p/gmaps-api-issues/issues/list If you create a request, and report it here, you may be able to gain support for it by other people "starring" it. -- You received this message because you are subscribed to the G

[Google Maps API v3] Re: Issue with Maps staying displayed when being called by AJAX (in FF/IE 8)

2010-11-22 Thread Rossko
> Currently, the two divs neccessary are added to the DOM... but the > actual maps aren't persistent.. they load, and then flash away.. what > gives, it's a horrible tease? I don't see that at all in FF2, I just get no maps. The two divs are loaded ... by AJAX, i.e. asynchronously. Meantime - befo

[Google Maps API v3] Elevation service

2010-11-22 Thread RedHog
Hi! I was just playing around with the elevation service API and noticed a rather important "misfeature": If you use getElevationAlongPath, the corners of the path are not included in the output. The output latLng:s seems to evenly spaced along the length of the path (measured in actual distance)

[Google Maps API v3] Re: KML doesn't display

2010-11-22 Thread CroNiX
This: http://www.koolbusiness.com/kml is not a kml file. On Nov 22, 10:41 am, Niklasro wrote: > Hello > My KML markers don't display. Could you help troubleshooting where the > failure is? The address to the map ishttp://www.koolbusiness.com > Thanks in advance > Niklas R -- You received this m

[Google Maps API v3] KML doesn't display

2010-11-22 Thread Niklasro
Hello My KML markers don't display. Could you help troubleshooting where the failure is? The address to the map is http://www.koolbusiness.com Thanks in advance Niklas R -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

[Google Maps API v3] Streetview "nearest"?

2010-11-22 Thread john middendorf
Hello- I was wondering if there was any documentation on determining Google's definition of nearest in the Streetview getNearestParorama method. I have some points that are not on roads, but I would like to get the nearest panorama regardless of distance (in actuality they are lot centerpoints,

[Google Maps API v3] Re: Problem with Loading PolyLine From XML by Function

2010-11-22 Thread geocode...@gmail.com
On Nov 22, 9:51 am, Behseini wrote: > Hi Guys, > I am trying to draw some PolyLine using an XML file.I tried to modify > the Mike's tutorial to rettrive my data from the XML file by a > function like this: > Please read the posting guidelines and post a link to your map that shows the problem, no

[Google Maps API v3] Problem with Loading PolyLine From XML by Function

2010-11-22 Thread Behseini
Hi Guys, I am trying to draw some PolyLine using an XML file.I tried to modify the Mike's tutorial to rettrive my data from the XML file by a function like this: function addLines() { GDownloadUrl("line.xml", function(point, responseCode) { var xml = GXml.parse(point); var lines = xmlDoc.

Re: [Google Maps API v3] Re: Issue with Maps staying displayed when being called by AJAX (in FF/IE 8)

2010-11-22 Thread Andrew Leach
On 22 November 2010 15:16, SteveYoungGoogle wrote: > The requested URL /www.budsarcheryshop.com/dev2 was not found on this > server. http://www.budsarcheryshop.com/dev2/ does work. There are some screwy things going on in the group interface if urls don't include "http" -- You received this mes

[Google Maps API v3] Re: Issue with Maps staying displayed when being called by AJAX (in FF/IE 8)

2010-11-22 Thread SteveYoungGoogle
The requested URL /www.budsarcheryshop.com/dev2 was not found on this server. On Nov 21, 2:16 am, odubhthaigh wrote: > Anyone? > > On Nov 19, 5:23 pm, odubhthaigh wrote: > > > Yeah.. I was screwing around with it trying to figure it out.. sorry > > > >.> > > > On Nov 19, 5:22 pm, Rossko wrote:

[Google Maps API v3] Re: dynamic path in v3

2010-11-22 Thread geocode...@gmail.com
On Nov 22, 7:01 am, Pil wrote: > If I understand you right then you want to access the return values of > DirectionsRenderer. But these return values aren't accessible while > most of the return values of DirectionsService are. So if you want > access these values you'd have to extract them from D

[Google Maps API v3] Re: dynamic path in v3

2010-11-22 Thread Pil
If I understand you right then you want to access the return values of DirectionsRenderer. But these return values aren't accessible while most of the return values of DirectionsService are. So if you want access these values you'd have to extract them from DirectionsService. Doing that unfortunat

[Google Maps API v3] Re: Google Maps Terms of Use - Problem

2010-11-22 Thread Lucian Depold
thank you -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups

[Google Maps API v3] Re: Internet Explorer doesn't download "http://maps.google.com/maps/api/js?sensor=false"

2010-11-22 Thread Sebastián Caggiano
Hi!, thanks for your responses, however it's still not working. Joaoffr, what configurations did you desactivate about security?. Could you be more specific?, I don´t know what else to do!. thanks!. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Re: Multiple maps with clickevents

2010-11-22 Thread Rossko
> I'm probable missing something very elementary here, but I cannot > figure out how to know the id of the canvas that triggered the > clickevent. Seems like event only has latlng, nothing else? As you have a unique listener for each map, if listener N is fired the user must have clicked on map N

[Google Maps API v3] Re: Extract all addresses\ LatLng in the polygon

2010-11-22 Thread Rossko
> I would like to know whether it is possible to extract all > addresses/LatLng in the polygon (for India) by using Google API > Premier. Nope. Please read the preceeding answers. There are an infinite number of lat/long in any polygon, so you can't get those in a single lifetime. You can calcul

Re: [Google Maps API v3] info creation menus with v3

2010-11-22 Thread Pier Francesco sciuto
thanks for your support the problem concern kml loading but I think to have found the solution at http://www.wolfpil.de/v3/kml-shapes.html PIF 2010/11/22 Chris Broadfoot > As Rossko said, downloading zip files of code is a big ask. > > On to your question of v2 to v3 migration: > > Have you se

[Google Maps API v3] Re: Add Polylines inside a loop?

2010-11-22 Thread Canam Group
Larry, Thanks for the link! Rossko, My point was that with the Google Maps API v2, my code was working. The way Polylines are added to the map must have changed in v3... this is what I was trying to understand. -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Re: Extract all addresses\ LatLng in the polygon

2010-11-22 Thread Alekhya Datta
Dear Sir, I would like to know whether it is possible to extract all addresses/LatLng in the polygon (for India) by using Google API Premier. Please let me know, if possible. Thank you Regards, Alekhya Datta. -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: Marker Cluster (Info box on single location)

2010-11-22 Thread Armenfrast
Right - it seems that you often answer to this kind of question :) Knowing what to look for, I have now found some hints and suggestions concerning this issue, and I am confident that i will be able to solve it this evening (Paris hour) Thanks On 22 nov, 12:03, "geocode...@gmail.com" wrote: > O

Re: [Google Maps API v3] info creation menus with v3

2010-11-22 Thread Chris Broadfoot
As Rossko said, downloading zip files of code is a big ask. On to your question of v2 to v3 migration: Have you seen the I/O talk? http://www.youtube.com/watch?v=o-AskKI_10Y Some of the information may be incomplete because the talk was given in May this year. Chris On Mon, Nov 22, 2010 at 11:

[Google Maps API v3] Re: info creation menus with v3

2010-11-22 Thread Rossko
> If you follow the link youhttp://sciuto.yolasite.com/can find not a page > but many pages (download 1, 2, 3, 4, 5)  where i have put some mushup zipped > ready to be downloaded . > these are all in V2 version and I' like to migrate them in V3 > but I am finding some difficulties. So, show us

Re: [Google Maps API v3] info creation menus with v3

2010-11-22 Thread Pier Francesco sciuto
If you follow the link you http://sciuto.yolasite.com/ can find not a page but many pages (download 1, 2, 3, 4, 5) where i have put some mushup zipped ready to be downloaded . these are all in V2 version and I' like to migrate them in V3 but I am finding some difficulties. PIF 2010/11/22 Chri

Re: [Google Maps API v3] How to Freeze Zooming

2010-11-22 Thread Chris Broadfoot
Use map.setOptions to re-set options after map initialization. Also, you may want to consider: - setting disableDoubleClickZoom to false in MapOptions. - removing the navigation control, which has the ability to change zoom level. Cheers Chris On Sat, Nov 20, 2010 at 9:57 AM, Behseini wrote: >

Re: [Google Maps API v3] info creation menus with v3

2010-11-22 Thread Chris Broadfoot
Hi Pier, I don't see any map on that page. Are you sure you have provided the right link? Chris On Fri, Nov 19, 2010 at 3:35 AM, Pier Francesco sciuto wrote: > I am trying to create with api v3 dynamic menus, as I have already created > for v2, but I have some difficulties > my work is visible

[Google Maps API v3] dynamic path in v3

2010-11-22 Thread cobalt
hi I have a map which generates a route, the exact origin and destination points and between which the route using a dynamic draggable allows me to add waypoints (white ticks) and edit the points of passage. My question is whether these white stamps I can pull or what the value of the array are the

Re: [Google Maps API v3] Server Side Processing

2010-11-22 Thread Chris Broadfoot
What kind of overlay? I'm not sure what you mean by 'hiding the javascript from the user'. If you mean the code used to generate your overlay, and not the map JS itself, then take a look at GroundOverlay. http://code.google.com/apis/maps/documentation/javascript/reference.html#GroundOverlay Chee

Re: [Google Maps API v3] tilesloaded event for streetview?

2010-11-22 Thread Chris Broadfoot
Not at present. The closest thing is 'pano_changed' event. If you'd like, please file a feature request under v3 on our issue tracker: http://code.google.com/p/gmaps-api-issues/ Cheers Chris On Fri, Nov 19, 2010 at 9:59 PM, MDCore wrote: > The maps.Map class has a tilesloaded event, but I can

[Google Maps API v3] Re: How to download streets name from google map

2010-11-22 Thread geocode...@gmail.com
On Nov 22, 5:22 am, Danny wrote: > Hi list, at once im new comer at this group..nice to meet you all. > i currently develop an application that used google map js api, but i would > like to get > streets name around the world and saving on my server, is there any way to > solve this...?? Not usin

[Google Maps API v3] Re: Marker Cluster (Info box on single location)

2010-11-22 Thread geocode...@gmail.com
On Nov 21, 6:46 pm, Armenfrast wrote: > uhm > > it looks that I have the same problem with v3. And therefore the same solution works (a createMarker function that gives function closure on each marker's variables)... -- Larry > > On 22 nov, 00:20, "geocode...@gmail.com" wrote: > > > > > > >

[Google Maps API v3] Multiple maps with clickevents

2010-11-22 Thread Wouter
Hi, In my form-generator i want to use google maps so users can fill in locations. I would like my generator to be able to support an unlimited number of maps. The form-template generates an inputfield (hidden) and a canvas-div for each map. My idea is to use javascript to copy the latlang from a

[Google Maps API v3] How to download streets name from google map

2010-11-22 Thread Danny
Hi list, at once im new comer at this group..nice to meet you all. i currently develop an application that used google map js api, but i would like to get streets name around the world and saving on my server, is there any way to solve this...?? Big thanks -- You received this message because yo

[Google Maps API v3] Re: Server Side Processing

2010-11-22 Thread Rossko
> Is it possible to compile map overlays completely on the server so > hiding the javascript from the user. Sure, but you can't use Google Maps to do that. You'd need to write your own Static Maps service of a kind, and you may or may not need to obtain or licence any background map imagery you wa

[Google Maps API v3] Server Side Processing

2010-11-22 Thread pds
Is it possible to compile map overlays completely on the server so hiding the javascript from the user. Thanks Peter -- 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...@go

[Google Maps API v3] Re: Highlight country on google maps

2010-11-22 Thread sgiddings
I indeed looked at the site diva-gis. However, at least as France was concerned, the data was far from being accurate enough. On Nov 21, 7:16 pm, "geocode...@gmail.com" wrote: > On Nov 21, 12:51 pm, Victor Angelier wrote: > > > No thanks, that isn't helping because the files doesn't contain any