[Google Maps API v3] Re: Google Maps API v3, Custom points not plotting— in Chrome Only

2011-03-15 Thread ian ward
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/7ceb8b6557653e83/18195a05f8f7e503?lnk=raot see this thread On Mar 10, 10:40 am, Brett wrote: > http://stage.clevelandstreetdistrict.com/map > > If you go to this site in Chrome (or Safari) I get a Uncaught Error: > INDEX_S

[Google Maps API v3] Re: Adding additional information to already marked Places

2011-03-15 Thread enygmatic
Thanks for the info, Chris. This query (feature request of sorts) came up when I was trying to geocode ATM addresses using the geocoding API, and found that for the same street address as the ATM I got different coordinates from the web service from one's marked on Google Maps as an ATM place. Is t

[Google Maps API v3] Re: embedding a My Maps map in a page

2011-03-15 Thread Todd Moyer
Thank you Larry! Adding a KML layer is part of what I was looking for. So far I've been able to: 1. Add a KML My Maps layer to a map 2. Add a KML Picasa layer to a map Very cool! Whenever new content is added to either of these sources my map show the latest from both. I'm still wondering if th

[Google Maps API v3] Re: Insufficient Geo Codes!! Please help

2011-03-15 Thread TTA
Hi Chris, This is a problem with most of the data. For an instance could you please search "Gold Coast" and "Augustine Heights" http://maps.google.com/maps/api/geocode/xml?sensor=false&address=Augustine%20Heights http://maps.google.com/maps/api/geocode/xml?sensor=false&address=Gold%20Coast --

[Google Maps API v3] Custom map marker for KML

2011-03-15 Thread lightyorui...@ktard.co.cc
Hey, Is there a way for me to display the KML data from foursquare(http://foursquare.com/feeds) but using a different map marker? Been on it for hours but can't solve it. Appreciate some help here. Thanks! -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] KML + GeoLocation?

2011-03-15 Thread bowtie
Long time reader, first time poster- looking forward to the discussion! I am an Urban Planning student with a CSS background, so naturally I found my way over to the Google Maps. Since I am a rockstar with GIS, I am looking forward to making some pretty cool maps to demonstrate the possibilities.

[Google Maps API v3] Re: Smooth scrolling in Street View?

2011-03-15 Thread roschler
Hello Chris, Thanks. Just created the feature request and started a new Google Groups thread to announce it. I'm duplicating the link here for the convenience of anyone driving by: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3149 Sincerely, Robert On Mar 16, 12:08 am, Chris Bro

[Google Maps API v3] Feature Request: simplified Augmented Reality support in Street View

2011-03-15 Thread roschler
Hello all. I just created a new feature request in the Google Maps Wiki asking for a new interface to make overlaying custom graphics at varying camera orientations possible with Google Street View: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3149 If implemented, this could open t

Re: [Google Maps API v3] help migrating v2 to v3 with multiple infowindows (not closing)

2011-03-15 Thread Chris Broadfoot
Share one InfoWindow between all markers, and call setContent to change the contents of the InfoWindow according to which marker was clicked. -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

Re: [Google Maps API v3] Smooth scrolling in Street View?

2011-03-15 Thread Chris Broadfoot
> > Is there a way to get this done? Perhaps a way to pre-load the image > data for a radius centered around a given geographical area? If so, > would it be possible to cache the data for future sessions in critical > venues, like when giving a demonstration at a show? > If you know the pano ids

[Google Maps API v3] help migrating v2 to v3 with multiple infowindows (not closing)

2011-03-15 Thread Richard Thoms
I'm trying to move from API v2 to v3 but have problems with multiple infowindows. I place multiple markers on the map, each with a unique infowindow. In v2 when I click a marker other infowindows close. In v3 the infowindows all stay open. examples can be found at: http://racingwhere.com/mapte

Re: [Google Maps API v3] Insufficient Geo Codes!! Please help

2011-03-15 Thread Chris Broadfoot
Is this the only problematic query? On Wed, Mar 16, 2011 at 2:00 AM, TTA wrote: > Hi All, > > Searching text "London" in http://maps.google.com/ gives mentioned > below results(around 5) > > London, United Kingdom > Los Angeles, CA, United States > London, Ontario, Canada > Londonderry, United K

Re: [Google Maps API v3] How many maps on a page?

2011-03-15 Thread Chris Broadfoot
Since they don't need to be interactive, use the Static Maps API: http://code.google.com/apis/maps/documentation/staticmaps/ -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

Re: [Google Maps API v3] Adding additional information to already marked Places

2011-03-15 Thread Chris Broadfoot
Unfortunately not at present. If you'd like better Places integration with the Maps API, please file a feature request: http://code.google.com/p/gmaps-api-issues Chris -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaSc

Re: [Google Maps API v3] optimizing calls to map api

2011-03-15 Thread Chris Broadfoot
We allow caching for performance reasons. Check the terms of service for more detail: See 10.3: http://code.google.com/apis/maps/terms.html -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] Re: My Maps!!!

2011-03-15 Thread geocode...@gmail.com
On Mar 15, 7:51 pm, Todd Moyer wrote: > To add to the chatter... > > I've been going over the v3 API for the past hour and a half, and I > have yet to find any mention of My Maps. I'd love to see a clear > indication of how to: > > 1. Access My Map content, display it. See your previous post: htt

[Google Maps API v3] Re: embedding a My Maps map in a page

2011-03-15 Thread geocode...@gmail.com
On Mar 15, 7:41 pm, Todd Moyer wrote: > I know a "My Map" can be embedded in a web page (using simple iframe), > but I don't know about using the API to fetch and display a My Map. > > I'd like to know the answer to this as well. Click on "View in Google Earth" (KML) or "RSS" (GeoRSS), use the UR

[Google Maps API v3] Re: ProjectedOverlay and webkit / HTML 5 animation???

2011-03-15 Thread C4R
Ok...got a version of the and thing working together. http://snowangelandotter.com/loop3.html Not very clean...but working. now to get it working on a map! Dave. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post t

[Google Maps API v3] My Maps!!!

2011-03-15 Thread Todd Moyer
To add to the chatter... I've been going over the v3 API for the past hour and a half, and I have yet to find any mention of My Maps. I'd love to see a clear indication of how to: 1. Access My Map content, display it. 2. Retrieve a list of My Maps for a user account 3. Modify My Map content - a

[Google Maps API v3] Re: embedding a My Maps map in a page

2011-03-15 Thread Todd Moyer
I know a "My Map" can be embedded in a web page (using simple iframe), but I don't know about using the API to fetch and display a My Map. I'd like to know the answer to this as well. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] Re: API for export of My Maps GPX

2011-03-15 Thread Todd Moyer
I'd like an answer to this question 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-js-

[Google Maps API v3] optimizing calls to map api

2011-03-15 Thread batfink
I am new google maps and javascript and here's my question: I have a set of lat and lang from third party source and use reverse geocoding on google maps javascript api to display map and markers based on user. But I want to minimize calls and reduce traffic to google maps api. For example, if I f

[Google Maps API v3] Re: Map does not show up on internet explorer

2011-03-15 Thread geocode...@gmail.com
On Mar 15, 2:15 pm, blonker wrote: > map div is getting its size from the style sheet I think not. See Andrew's reply. -- Larry > Thanks for the reply! > > On Mar 15, 9:08 pm, "geocode...@gmail.com" > wrote: > > > > > On Mar 15, 10:29 am, blonker wrote: > > > > Hello people, > > > I am wor

[Google Maps API v3] IE9 Support / v3 code samples involving dragging not working in IE9?

2011-03-15 Thread adamkempa
Hi all, With the official release today, we're working through some IE9-specific bugs in our Maps application, and we're seeing some weirdness. Running IE9 (v9.0.8112.16421) on Windows 7 Professional (64bit), the following google-hosted v3 code examples work without issue: Marker Animations:

[Google Maps API v3] Re: Map does not show up on internet explorer

2011-03-15 Thread blonker
map div is getting its size from the style sheet Thanks for the reply! On Mar 15, 9:08 pm, "geocode...@gmail.com" wrote: > On Mar 15, 10:29 am, blonker wrote: > > > Hello people, > > I am working on a project with url:http://ngpollingstations.appspot.com/ > > I am relatively new to Google Maps >

[Google Maps API v3] Adding additional information to already marked Places

2011-03-15 Thread enygmatic
Hi, Is there a way to access Geocodes (or attach a InfoWindow) to places already marked on Google Maps using the API? For example, attaching an crowdsourced status like "OUT OF ORDER" in an InfoWindow to ATM locations already marked on Google Maps ?? Regards, Elroy -- You received this message b

[Google Maps API v3] How many maps on a page?

2011-03-15 Thread Yves
If I was to show a list of locations each with its own tiny map beside, how many maps could I possibly place on one web page? What constraints about page load speed, browser hanging, network load or Google server load (ban etc.) would I need to pay attention to? Is it even recommended to have more

Re: [Google Maps API v3] Map does not show up on internet explorer

2011-03-15 Thread Andrew Leach
On 15 March 2011 17:29, blonker wrote: > Hello people, > I am working on a project with url: http://ngpollingstations.appspot.com/ > I am relatively new to Google Maps > For some reason which i am yet to understand, the map shows on Google > Chrome and Firefox but does not show up on Internet Expl

[Google Maps API v3] Re: DirectionsRenderer - centers map

2011-03-15 Thread Rossko
> Each time google maps centers on the last route of the > directionsRenderer. Is it possible to center the map on a specific > spot afterwards? You could take a different approach, centre it first and prevent the directionsRenderer changing it by using the preserveViewport option http://code.goog

[Google Maps API v3] Re: Map does not show up on internet explorer

2011-03-15 Thread geocode...@gmail.com
On Mar 15, 10:29 am, blonker wrote: > Hello people, > I am working on a project with url:http://ngpollingstations.appspot.com/ > I am relatively new to Google Maps > For some reason which i am yet to understand, the map shows on Google > Chrome and Firefox but does not show up on Internet Explorer

[Google Maps API v3] Re: How to make address bar invisible in panorama street view?

2011-03-15 Thread Rossko
> I have panorama street view map,  I need the address bar to be invisible > since it is approximate. Any help will be appreciated! Try the docs http://code.google.com/apis/maps/documentation/javascript/services.html#StreetViewControls You'll be interested in the addressControl -- You received t

[Google Maps API v3] DirectionsRenderer - centers map

2011-03-15 Thread Marieke Hollevoet
Hello I've created multiple routes, by calling the DirectionsRenderer multiple times. Each time google maps centers on the last route of the directionsRenderer. Is it possible to center the map on a specific spot afterwards? I've tried this with the center_changed event, but for some reason I get

[Google Maps API v3] Map does not show up on internet explorer

2011-03-15 Thread blonker
Hello people, I am working on a project with url: http://ngpollingstations.appspot.com/ I am relatively new to Google Maps For some reason which i am yet to understand, the map shows on Google Chrome and Firefox but does not show up on Internet Explorer (i use version 7). I have tried a couple of

[Google Maps API v3] Re: Put focus on new window created from marker click

2011-03-15 Thread Radina
Dear Clair: Sorry for not replying earlier. Usually, when experiencing cross-browser compatibility issues, the first step is to validate html http://validator.w3.org/ Adding the following line should fix this problem on Windows IE (even if you comment out window.focus line). But it will not fix p

Re: [Google Maps API v3] Re: KmlLayer - How to test if KML file was read OK?

2011-03-15 Thread Nathan Raley
I haven't come across any within the Maps API. That doesn't mean you couldn't use another language to achieve the same results, but you would still be limited to checking if the file exists or something along those lines, not how successful Google was at retrieving the file, although I haven't had

[Google Maps API v3] How to make address bar invisible in panorama street view?

2011-03-15 Thread Lily
I have panorama street view map, I need the address bar to be invisible since it is approximate. Any help will be appreciated! function initialize() { var fenway = new google.maps.LatLng(42.345573,-71.098326); var mapOptions = { center: fenway, zoom: 14, mapTypeId: goo

[Google Maps API v3] Re: KmlLayer - How to test if KML file was read OK?

2011-03-15 Thread NevadaKML
I'll be interested to see the posts to this problem. I've had similar problems, and it goes further even than a bad URL: 1) If there is an issue with the host site (i.e., if it isn't properly set up to serve these kinds of files) 2) If there is an issue with the XML/KML (i.e., if the file can be

Re: [Google Maps API v3] failed to give x,y to street view sample code. Help!!

2011-03-15 Thread Lily
Thank you very much, Andrew. you are right. I just switched x,y and got it! I appreciate your great help! -- 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.c

[Google Maps API v3] Re: OverviewMapControl and Defaulting it to Max

2011-03-15 Thread en4ce
nice, thanks On 14 Mrz., 15:43, Esa wrote: > > I haven't found a option to start with a maximum display, but that is a > > minor problem for my users, that want to work with the overview: only click > > on the arrow in the right-bottom corner. > > Try: > >   overviewMapControlOptions: {opened: tr

Re: [Google Maps API v3] failed to give x,y to street view sample code. Help!!

2011-03-15 Thread Andrew Leach
On 15 March 2011 14:24, Lily wrote: > Hello everyone! I am new to Google Map API. I need to pass x, y coordinates > to the code below, first I tried to gave static value (-95.367055,29.759896) > (in houston)  to replace  42.345573,-71.098326 below, both maps do > not display. This code should appl

[Google Maps API v3] Insufficient Geo Codes!! Please help

2011-03-15 Thread TTA
Hi All, Searching text "London" in http://maps.google.com/ gives mentioned below results(around 5) London, United Kingdom Los Angeles, CA, United States London, Ontario, Canada Londonderry, United Kingdom London, KY, United States Where as requesting for Geo Codes using webservice http://maps.go

[Google Maps API v3] Re: OverviewMapControl and Defaulting it to Max

2011-03-15 Thread Ice
Thank you that works great -- 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-js-api-v3+unsubsc

[Google Maps API v3] failed to give x,y to street view sample code. Help!!

2011-03-15 Thread Lily
Hello everyone! I am new to Google Map API. I need to pass x, y coordinates to the code below, first I tried to gave static value (-95.367055,29.759896) (in houston) to replace 42.345573,-71.098326 below, both maps do not display. This code should apply to anywhere any Lat and Lng, correct? I

[Google Maps API v3] Re: Geocoding confirmation

2011-03-15 Thread geocode...@gmail.com
On Mar 14, 5:28 pm, caffeinated wrote: > I was only intending on using the geocode service once. The idea > would be that it would find the address, plot a marker on a map, > and then the user could correct the position of the marker and then > the new position of the marker would be saved into th

Re: [Google Maps API v3] Re: add "new functions" googlemaps.com

2011-03-15 Thread Barry Hunter
No you can't just 'enable' them with a few lines of code. They will need to be implemented yourself. (some, like 'dragzoom' is based on the open source implementation (although its for v2 IIRC) - so could be added reasonably easily. ) On 15 March 2011 13:46, Thoern wrote: > Anyone?? > > What I

[Google Maps API v3] Re: add "new functions" googlemaps.com

2011-03-15 Thread Thoern
Anyone?? What I meen is these functions? https://lh3.googleusercontent.com/_wIuTN5ILEP4/TX9tlIerKzI/BzU/9MjCNR7jjeU/functions.JPG -- 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 goo

[Google Maps API v3] How to resize the window for safari on iPhoen.

2011-03-15 Thread Fujio Kojima
Hi, I'm making a website and using Google map API, but I have a problem. http://pickupsocial.appspot.com/ When I look it on PC, I have no problem but when I look it with safari on iPhone, when I touch a icon the info window is too small and there are enough space. How can I resize the info windo

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-15 Thread geocode...@gmail.com
On Mar 15, 5:17 am, Markus wrote: > Same Problem, private Data. The free terms of use requires a public map. So if you are using the free API, you can't use that argument. -- Larry > > On 15 Mrz., 12:49, Rossko wrote: > > > > > > > > > > 2. I Could not Post the complete Code. There are priv

[Google Maps API v3] The search box does not allows to add marker

2011-03-15 Thread thebit
Hello, after solving the addMarker problem, I ve another problem. This time I uploaded the script :) You can view it at the following link: http://thebit.altervista.org/maps/testAddMarker3.php The problem is that after to have searched an address it is not possible to add a Marker. Why? I have al

[Google Maps API v3] Re: API auxilliary JS files - cacheability

2011-03-15 Thread Chad Killingsworth
On Tuesday, March 15, 2011 7:19:43 AM UTC-5, en4ce wrote: > > maybe check the bowser with your server like in php > ($_SERVER['HTTP_USER_AGENT']) and place different parameters to the > map js script depending on the browser, its not the best way but > something that can work with enough testing

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-15 Thread Chad Killingsworth
On Tuesday, March 15, 2011 7:17:59 AM UTC-5, Markus wrote: > > Same Problem, private Data. > Same problem here - a link to code exhibiting the problem is required. Often times the process of simplifying your code down to a test case leads to the answer on it's own. Chad Killingsworth -- You

[Google Maps API v3] Re: KmlLayer - How to test if KML file was read OK?

2011-03-15 Thread Joseph Elfelt
Thanks Larry. -- 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-js-api-v3+unsubscr...@googlegr

[Google Maps API v3] Re: API auxilliary JS files - cacheability

2011-03-15 Thread en4ce
maybe check the bowser with your server like in php ($_SERVER['HTTP_USER_AGENT']) and place different parameters to the map js script depending on the browser, its not the best way but something that can work with enough testing On 15 Mrz., 02:24, Esa wrote: > I got your idea bratliff. > > Howeve

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-15 Thread Markus
Same Problem, private Data. On 15 Mrz., 12:49, Rossko wrote: > > 2. I Could not Post the complete Code. There are private Data > > included. And if I would replace the Data it would cost lots of time > > (ajax, Database etc.). > > No-one wants you to post code.  A link to the patient is needed.

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-15 Thread Rossko
> 2. I Could not Post the complete Code. There are private Data > included. And if I would replace the Data it would cost lots of time > (ajax, Database etc.). No-one wants you to post code. A link to the patient is needed. -- You received this message because you are subscribed to the Google G

[Google Maps API v3] Approximate point on the road using Directions service

2011-03-15 Thread Algirdas Gurevicius
I'm trying to get driving directions from point A to point B, where both points are lat/long coordinates. The problem is that point B is not exactly on the road, thus Directions service returns ZERO_RESULTS. I tried to use Geocoding service to get approximate coordinates, but Directions service

[Google Maps API v3] Re: Map is drawn in wrong place on iPad

2011-03-15 Thread RzR
Same problem here. If you have a couple frames, just like this: http://code.google.com/apis/maps/docuemntation/javascript/examples/map-simple.html";> This should show a page with the leftmost 200 pixels empty, and the simple map example on the right. However, the map floats over the oth

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-15 Thread Markus
1. It is about V3 2. I Could not Post the complete Code. There are private Data included. And if I would replace the Data it would cost lots of time (ajax, Database etc.). On 15 Mrz., 10:27, Rossko wrote: > > If I use the normal marker Image it works. But if I use a custom image > > the Marker

[Google Maps API v3] Re: Missing Marker on high Zoom level

2011-03-15 Thread Rossko
> If I use the normal marker Image it works. But if I use a custom image > the Marker is not displayed on a high zoomlevel. The image path is > correct. Any Idea? Start here, 'READ THIS FIRST' - http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- You received this message

[Google Maps API v3] Re: IE8 center map on top-left corner of map

2011-03-15 Thread Rossko
> The site shows correct in FF and Chrome. In IE8,  the location specified in > the center property of the MapOptions, is shown in the top-left corner. > How can I fix this? Give the map div, and its parents, some kind of height properties. View source of http://code.google.com/intl/nl-NL/apis/map

[Google Maps API v3] IE8 center map on top-left corner of map

2011-03-15 Thread marcod
Hello, If i use the example as shown in : http://code.google.com/intl/nl-NL/apis/maps/documentation/javascript/tutorial.html#MapOptions The site shows correct in FF and Chrome. In IE8, the location specified in the center property of the MapOptions, is shown in the top-left corner. How can I fi

[Google Maps API v3] Missing Marker on high Zoom level

2011-03-15 Thread Markus
I'am Creating a Simple map with several Markers. But if the Zoomlevel is to high the markers are not displayed. If I use the normal marker Image it works. But if I use a custom image the Marker is not displayed on a high zoomlevel. The image path is correct. Any Idea? the Code Snippet: Works: pu