[Google Maps API v3] Re: IE 7 makes the entire page (map + other content) a gray box when a marker is clicked

2011-06-22 Thread Ivan
It's very curious that the gray box is the size of the entire window (the map plus everything else) rather than the size of the map. I still haven't been able to work out a solution. On Jun 20, 11:50 am, culov wrote: > Here's my site:  http://www.foodtrucksmap.com/la/ > > It works perfectly fi

Re: [Google Maps API v3] Re: Street View issue with Firefox 5

2011-06-22 Thread Luke Mahé
Thanks for reporting this. We will be disable WebGL in FF5 soon. -- Luke On Thu, Jun 23, 2011 at 2:30 PM, Mike Robbins wrote: > I thinkit has to do with webGL. disable webGL in ff5 and streetview > works, enable webGL and not so much. The little I know is that V3 api > will use webGL if availab

[Google Maps API v3] Re: Street View issue with Firefox 5

2011-06-22 Thread Mike Robbins
I thinkit has to do with webGL. disable webGL in ff5 and streetview works, enable webGL and not so much. The little I know is that V3 api will use webGL if available. and so, would it then follow that cross domain restrictions would apply on images used for textures? On Jun 23, 12:00 am, Mike Robb

[Google Maps API v3] Re: Shadow on InfoWindow/Image

2011-06-22 Thread geocode...@gmail.com
On Jun 22, 8:43 pm, Navindian wrote: > PFA Image. I am using Javascript API v3. When I put Infowindow object on top > of the map. It is showing the shadow as attached in the image. Is there > anyway to remove the shadow on the map? Did you try searching? http://groups.google.com/group/google-maps

[Google Maps API v3] Re: Street View issue with Firefox 5

2011-06-22 Thread Mike Robbins
not for me, the map works but not the streetview -- 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/-/cS7UcXcqGxMJ. To post to this gro

Re: [Google Maps API v3] Re: GLog.write or equivalent in V3

2011-06-22 Thread James McGill
Consider developing in Chrome with the Chrome developer tools. I find them much more responsive. Regards, James On Tue, Jun 21, 2011 at 5:46 PM, RoyHB wrote: > Thanks Larry - back to the buggy world of Firebug for me > > Roy > > -- > You received this message because you are subscribed to the Go

Re: [Google Maps API v3] Accessing innerHTML of a div in a custom control

2011-06-22 Thread Luke Mahé
Can you include a link to show what you have tried so far? Thanks -- Luke On Thu, Jun 23, 2011 at 9:58 AM, RoyHB wrote: > New to V3 and I'm having some difficulty getting my head around the data > model. > > The innerHTML of a custom control looks like: > > > some content > >

[Google Maps API v3] Re: Street View issue with Firefox 5

2011-06-22 Thread Grok Lobster
Works for me with this map. http://greg-koppel.site88.net/maps/SBStyleMap.html On Jun 22, 8:10 am, msikma wrote: > Could you link to your bug report to Mozilla? Would be useful to see what > they have to say. I'm including the API > throughhttp://maps.google.com/maps/api/js?sensor=falsewhich at

[Google Maps API v3] Re: Infowindow and Flash content problems when using Firefox 4

2011-06-22 Thread Alpaca
Problems appear to still exist in FF5 (I read elsewhere that it had been fixed in FF5). On Apr 25, 2:52 pm, epschmidt wrote: > I can confirm that embedded Flash content is not working in > infowindow's inFirefox4 for OSX either. This includes iframeYouTube > embeds. I haven't found a workaround b

[Google Maps API v3] Accessing innerHTML of a div in a custom control

2011-06-22 Thread RoyHB
New to V3 and I'm having some difficulty getting my head around the data model. The innerHTML of a custom control looks like: some content some other content i.e. there is a within another within the innerHTML of a custom control. I want to modify the innerHTML of

Re: [Google Maps API v3] latest v3 SSL API only seems to support satellite zooms up to 17

2011-06-22 Thread Luke Mahé
Can you please include a link to your example? -- Luke On Thu, Jun 23, 2011 at 9:00 AM, Matt Savacool wrote: > I'm not seeing the satellite images for mapTypeId of HYBRID or SATELLITE if > I use a zoom of 18 or greater... But a zoom of 17 and under works fine if I > use the v3 SSL API. All zoom

[Google Maps API v3] latest v3 SSL API only seems to support satellite zooms up to 17

2011-06-22 Thread Matt Savacool
I'm not seeing the satellite images for mapTypeId of HYBRID or SATELLITE if I use a zoom of 18 or greater... But a zoom of 17 and under works fine if I use the v3 SSL API. All zooms work fine using the http API. Is this by design? -- You received this message because you are subscribed to the

[Google Maps API v3] Using SSL version of API doesn't display satellite images

2011-06-22 Thread Matt Savacool
The "SSL" version of the api is not displaying the map images. Note that I'm trying to display the 45 degree satellite view. I'm wondering if it has something to do w/ a certificate error on m

Re: [Google Maps API v3] Re: "same content" for images?

2011-06-22 Thread Enoch Lau
Hi Andy Thanks for reporting this - we'll be taking a look at this internally. Might I confirm with you which versionof the API are you using? (3.3, 3.4 or 3.5?) Enoch -- You received this message because you a

[Google Maps API v3] Beginner requires help!

2011-06-22 Thread Jackrim1
Hello I'm beginning to teach myself JavaScript and basic HTML, but I've been given a project by my boss which I know is fairly simple but I don't think I can do it in time. Can anyone give me guidance on what I need please? My site requires the following: 2 basic pages. 1 main page optimised fo

[Google Maps API v3] No direction found on map.

2011-06-22 Thread antoine wilhelm
Hi ! I have a problem due to the function *load* of google. *direct = new google.maps.Directions(map2D, null); direct.load( address, {getSteps: true, getPolyline: true});* The function find always the direction on my computer but when I try on another one, it doesn't find anything. I have seen

[Google Maps API v3] Overlapping markers on your Google Map? Meet OverlappingMarkerSpiderfier

2011-06-22 Thread jawj
Thought people here might find this tiny library useful. It makes overlapping map markers in the v3 API behave like they do in Google Earth, springing apart when clicked, so the user can choose one. More details here: http://blog.mackerron.com/2011/06/overlapping-marker-spiderfier/ Note that thi

[Google Maps API v3] Re: "Uncaught TypeError: Cannot read property 'scale' of null" after dragging the map

2011-06-22 Thread geocode...@gmail.com
On Jun 22, 10:12 am, Ross Allen wrote: > After dragging the map a few times on airbnb.com/search you can no longer > click markers or drag the map again in Chrome. The zoom control on the left > still works, and after changing the zoom once with that control the rest of > the map works again too.

[Google Maps API v3] Re: How to dynamic load markers?

2011-06-22 Thread Rossko
> How to dynamicly load markers (download coordinates from server) after a > drag event? Use this groups web interface, and you can use the 'search' feature http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d753334247680039/2fb2d8454e583ccb -- You received this message be

[Google Maps API v3] Re: Marker clusters

2011-06-22 Thread Arjen
Thanks! Maybe this is starting point: http://blog.kodai.lt/2011/01/11/google_map_clustering/ -- 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-

[Google Maps API v3] How to dynamic load markers?

2011-06-22 Thread Arjen
Dear, How to dynamicly load markers (download coordinates from server) after a drag event? Does someone has an example to share? I'm using MAPs API v3, JS, C#, JSON. Thank you very much, Arjen -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

[Google Maps API v3] Re: linking to the "Get directions"

2011-06-22 Thread geocode...@gmail.com
On Jun 22, 6:45 am, edward wrote: > Hi > > I have used the "Get directions" functionality - and its great. here > -http://www.brig.ee-web.co.uk/index.php?option=com_content&view=articl... > > However, I now have to add a "Print facility" and it was decided the > quickest thing might be to link fr

[Google Maps API v3] Re: Marker clusters

2011-06-22 Thread geocode...@gmail.com
On Jun 22, 1:03 pm, Arjen wrote: > Dear, > > The marker cluster examples (Maps v3) seem to download all markers > first and then make clusters depending on zoom level. > > What if you don't want to publish your complete database with markers? > Can clustering be done server side? Yes. http://grou

[Google Maps API v3] Re: How to create a historical map layers?

2011-06-22 Thread Rossko
> Such as Google Earth three-click and there is already above the image, it > will create kmz. But I do not see Google Map. :( You want to show KML in an API map? http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers Even simpler, just paste the web URL to your KML or

[Google Maps API v3] "Uncaught TypeError: Cannot read property 'scale' of null" after dragging the map

2011-06-22 Thread Ross Allen
After dragging the map a few times on airbnb.com/search you can no longer click markers or drag the map again in Chrome. The zoom control on the left still works, and after changing the zoom once with that control the rest of the map works again too. Occasionally the exception "Uncaught TypeErr

[Google Maps API v3] Re: Center and zoom map based on markers

2011-06-22 Thread EmmaS
My favorite way to achieve this is to include my markers as a KML overlay. From http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers: "By default, when displaying a KmlLayer, the map is zoomed and positioned to show the entirety of the layer's contents." ES On Jun 21

[Google Maps API v3] Re: Add A Marker

2011-06-22 Thread EmmaS
Don't know if this will be helpful to you, but one thing you can do is build your markers in Google Maps, export them as KML and include that as a KML overlay in your API. To export your My Places map to KML, click 'View in Google Earth' and you will download a KML file. Depending on what kind of d

Re: [Google Maps API v3] Re: Street View issue with Firefox 5

2011-06-22 Thread msikma
Could you link to your bug report to Mozilla? Would be useful to see what they have to say. I'm including the API through http://maps.google.com/maps/api/js?sensor=false which at this moment loads version 3.5.7 of the API: still no luck. Haven't figured out a workaround yet. -- You received t

[Google Maps API v3] linking to the "Get directions"

2011-06-22 Thread edward
Hi I have used the "Get directions" functionality - and its great. here - http://www.brig.ee-web.co.uk/index.php?option=com_content&view=article&id=7&Itemid=11 However, I now have to add a "Print facility" and it was decided the quickest thing might be to link from the site straight through to th

[Google Maps API v3] Marker clusters

2011-06-22 Thread Arjen
Dear, The marker cluster examples (Maps v3) seem to download all markers first and then make clusters depending on zoom level. What if you don't want to publish your complete database with markers? Can clustering be done server side? Thanks, Arjen -- You received this message because you are s

Re: [Google Maps API v3] Re: Why?

2011-06-22 Thread Michael Geary
Barry pointed you toward information about the semicolons, which are a matter of JavaScript syntax not directly related to the Maps API. As you get more familiar with JavaScript, this stuff will get easier. But the difference I noticed was something else - in the code you posted, I didn't see anyw

[Google Maps API v3] Re: Problem mit addListener bei Markern

2011-06-22 Thread en4ce
alter! erstens: lese die TOS des forums zweitens: poste einfach einen link (falls du keinen webspace hast -- >dropbox und gut is) thrid: SPEAK ENGLISH ! On 22 Jun., 18:01, "geocode...@gmail.com" wrote: > Please read Pil's post again. Particularly this part: > > > > This is no invitiation to post

[Google Maps API v3] Re: Problem mit addListener bei Markern

2011-06-22 Thread geocode...@gmail.com
Please read Pil's post again. Particularly this part: > > This is no invitiation to post the whole code but a hint to read the > > posting guide lines and post a link. -- Larry On Jun 22, 8:53 am, Johannes <3nj0...@googlemail.com> wrote: > Hi Pil, > thanks for reply! > > The Code which i use to

[Google Maps API v3] Re: Problem mit addListener bei Markern

2011-06-22 Thread Johannes
Hi Pil, thanks for reply! The Code which i use to initialize: var map; var markersArray = []; function initialize() { var haightAshbury = new google.maps.LatLng(51.151786,9.115039); var mapOptions = { zoom: 8, center: haightAshbury, mapTypeId: google.maps.MapTypeId.ROADMAP };

[Google Maps API v3] Re: Why?

2011-06-22 Thread en4ce
And these are examples of where you should not put a semicolon: if( x < 5 ) { x++; }; this is correct but just by the way On 22 Jun., 16:14, Barry Hunter wrote: > On Wed, Jun 22, 2011 at 7:38 AM, Abhishek Bhattacharya > > wrote: > > Thanks a lot, Mike. > > I was unaware of the "diff" and "cm

[Google Maps API v3] Re: Shadow on InfoWindow/Image

2011-06-22 Thread Rossko
> The issue is both the infowindow and image is showing the shadow. please let > me know whether we should remove shadow from html or css properties or > Infowindow object. Who knows? What is 'infowindowobj'? What HTML do you have with a shadow in it, that you are thinking about removing? Is th

Re: [Google Maps API v3] Add A Marker

2011-06-22 Thread Barry Hunter
No this isnt exposed as a reusable component. Will have to build similar functionality yourself. But all the basic functions are in the API, so its not that complicated to make. (dragable markers, editable lines etc) (I pretty sure people have build compoents to make editable lines even easier,

Re: [Google Maps API v3] Re: Why?

2011-06-22 Thread Barry Hunter
On Wed, Jun 22, 2011 at 7:38 AM, Abhishek Bhattacharya wrote: > Thanks a lot, Mike. > I was unaware of the "diff" and "cmp"! > But, one question, > after we've defined the "LatLng" coordinates, there's a "semi-colon" in the > original code, but, it works without the code. Not really a maps questi

Re: [Google Maps API v3] Re: Trying to find a function that returns coordinates

2011-06-22 Thread Nathan Raley
No problem. For looking up a station you simply need to use the GeoCoding services. This is really simple and an explanation of the services and how to use them located here: http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding That will return a lat/lon for the loca

Re: [Google Maps API v3] Re: How to create a historical map layers?

2011-06-22 Thread Barry Hunter
(personal opinion) ... you've already admitted you have tried to follow some information, but failed. How would people know that their writings are going to be any more help? Say what guides you looked at. At what stage you ran into issue. You've also said you are not very experienced ... which a

[Google Maps API v3] Re: GMaps API V3 not loading kml when a parameter is included in the url of the kml

2011-06-22 Thread Paulweb
Ah fixed it, thanks alot Rossco for putting us on the right track. Just needed to add the following line to the php code that writes out the kml file: header('Content-type: application/vnd.google-earth.kml+xml'); Cheers On Jun 22, 1:35 pm, Paulweb wrote: > OK thanks but if I add the follow

[Google Maps API v3] Re: GMaps API V3 not loading kml when a parameter is included in the url of the kml

2011-06-22 Thread Paulweb
OK thanks but if I add the following line to .htaccess AddType application/vnd.google-earth.kmz .kmz then I can no longer parse the kml file for php. I need the file contents to be parsed for php and then output as kml is that possible? On Jun 22, 9:11 am, Rossko wrote: > > So it seems t

[Google Maps API v3] Re: Problem mit addListener bei Markern

2011-06-22 Thread Pil
On Jun 22, 1:41 pm, Johannes <3nj0...@googlemail.com> wrote: > Wo könnte das Problem liegen? In your code which we can see only partially. Where is marker defined? What does the function addMarker() do and where is it? Is map a global or a local variable? What are the chars after the last brac

[Google Maps API v3] Re: How to create a historical map layers?

2011-06-22 Thread Arisztokrata
no one has ever tried to create such a map? :( -- 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/-/n2QcpMFClG8J. To post to this group

[Google Maps API v3] Shadow on InfoWindow/Image

2011-06-22 Thread Navindian
I am creating a table and adding an image.The table is added to Infowindowobj. infowindowobj.setcontent(table); The issue is both the infowindow and image is showing the shadow. please let me know whether we should remove shadow from html or css properties or Infowindow object. thanks nav i

[Google Maps API v3] Re: infobubble.js generates each time ‘null’ is null or not an object

2011-06-22 Thread P. Gehle
I just tried it and it works. Hmmm On 22 Jun., 10:54, Pil wrote: > On Jun 22, 9:18 am, "P. Gehle" wrote: > > > After you started the search of ServicePoints you the the Map with the > >infobubble. > > I searched for 'London' in Great Britain and got this page result > > Warning: mysql_fetch_arra

[Google Maps API v3] Problem mit addListener bei Markern

2011-06-22 Thread Johannes
Hallo, ich habe das Problem, dass der Aufruf des Click-Ereignisses der Marker nicht funktioniert. Meine Code sieht folgendermaßen aus: "function initialize() { var haightAshbury = new google.maps.LatLng(51.151786,9.115039); var mapOptions = { zoom: 8, center: haightAshbury, mapTyp

Re: [Google Maps API v3] Re: "same content" for images?

2011-06-22 Thread Andy Newby
Hi, Yeah, I'm aware of using different URL's to help speed the pages up (I do that myself on sites)... but as you say, the image is IDENTICAL, and the URL just differs with stuff like this in it: http://mt0.googleapis.com/vt?lyrs=m@156&src=apiv3&hl=en-GB&x=66&y=43&z=7&apistyle=s.t%3A33|s.e%3Al|p.

Re: [Google Maps API v3] Re: "same content" for images?

2011-06-22 Thread Andrew Leach
On 22 June 2011 11:05, Pil wrote: > > The browsers do fetch only a few images simultaneously from one URL. > To bypass these browser restrictions the map tiles are loaded from > different URLs. Browsers open a limited number of connections to a particular server, eg mt0.google.com, mt1.google.com

[Google Maps API v3] Re: "same content" for images?

2011-06-22 Thread Pil
On Jun 22, 11:47 am, Andy Newby wrote: > ... is there any way to stop this? If Google would stop this your maps would be loading slower. The browsers do fetch only a few images simultaneously from one URL. To bypass these browser restrictions the map tiles are loaded from different URLs. It'

[Google Maps API v3] "same content" for images?

2011-06-22 Thread Andy Newby
Hi, I'm trying to speed up my pages, and for some reason I keep getting this coming up: The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 49.2KiB. - http://mt0.googleapis.com/vt?ly

[Google Maps API v3] Issue 1702 - Wrong LatLng on mobile devices

2011-06-22 Thread A. Steffens
Hi, i'm referring to an existing issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1702 Example: http://www.as-labs.com/gmbubg.html API Version 3 On my mobile device (iPad 4.3.3), i can reproduce this issue. I've have developed an application, which uses the click event on the m

[Google Maps API v3] Re: infobubble.js generates each time ‘null’ is null or not an object

2011-06-22 Thread Pil
On Jun 22, 9:18 am, "P. Gehle" wrote: > After you started the search of ServicePoints you the the Map with the > infobubble. I searched for 'London' in Great Britain and got this page result Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/proj

[Google Maps API v3] Re: Get "map control styles"

2011-06-22 Thread Paul Smith
Go and look at the control-custom.html code sample. Does the "user created button" look professional to you when compared to the standard controls? And no, I don't want to be creating new button styles every time someone at Google decides that the standard formats should change. Nor do I wa

[Google Maps API v3] Re: GMaps API V3 not loading kml when a parameter is included in the url of the kml

2011-06-22 Thread Rossko
> So it seems that maybe my GMaps isn't recognising any files as .kml > files unless .kml is the last 4 characters of the url passed to it. > Why could this be happening? "Feeds should not be served with the "text/html" media type " http://code.google.com/apis/kml/documentation/kml_tut.html#kml_s

[Google Maps API v3] Re: infobubble.js generates each time ‘null’ is null or not an object

2011-06-22 Thread P. Gehle
Ok The Link to the main page is: http://alturl.com/tmjx4 After you started the search of ServicePoints you the the Map with the infobubble. On 20 Jun., 21:40, "geocode...@gmail.com" wrote: > On Jun 20, 9:33 am, "P. Gehle" wrote: > > > Hi, > > > I using inforbubble for an new project and it work

[Google Maps API v3] Re: Pakistan - Vehical ROUTES

2011-06-22 Thread Sanaullah Kiyani
you want requirement specification like . database.. languages how it will work .. these thing or any other thing ? On Jun 22, 11:50 am, Abhishek Bhattacharya wrote: > You'd need to provide, what we call, "specifics"! > Thanks, > > Abhishek -- You received this message because you are subscri

[Google Maps API v3] Re: GMaps API V3 not loading kml when a parameter is included in the url of the kml

2011-06-22 Thread Paulweb
It also doesn't work if I change the extension away from .kml - to say .php, even if it contains valid kml So it seems that maybe my GMaps isn't recognising any files as .kml files unless .kml is the last 4 characters of the url passed to it. Why could this be happening? On Jun 22, 7:58 am, Pau

[Google Maps API v3] Re: Trying to find a function that returns coordinates

2011-06-22 Thread LutraMan
Yes, this is exactly that! but as I sad, I'm very new to using APIs. I know it's rood to ask for a step by step guidance, but I never used APIs before. Can you show me the code I need to use? And if there is something else I need to do before using APIs? On Jun 21, 6:45 pm, Nathan Raley wrote: >