[Google Maps API v3] Streetview max and min vertical looking angle

2011-04-20 Thread tswadmin
I have noticed that the max and min vertical angle you can look at are different in the google streetview vs. the API v3 viewer. Specifically in googlemap streetview you can look perfectly vertical (90 degrees up and down so you can look at nadir and zenith) while in API v3 viewer the vertical

[Google Maps API v3] Re: Help needed with InfoBox mousover/mouseout

2011-04-20 Thread Gary Little
In your mouseover listener, you're going to have to change the content of the InfoBox based on which marker is being moused over. Use the setContent function of the InfoBox class. Gary On Apr 20, 7:11 am, pontusw wrote: > Hi, I'm new to the Google Maps Api and Javascript is not my preferred codi

[Google Maps API v3] Re: Force User to Zoom in Further Before Setting Marker

2011-04-20 Thread dstruble
nice, got the first part to work! Thanks! -- 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-j

[Google Maps API v3] Re: Can we add marker in google Map using XY co ordinates

2011-04-20 Thread Martin™
You can read about coordinates here: http://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes And post #5 in this thread explains a bit about the options to convert between different coordinate systems: https://groups.google.com/group/google-maps-js-api-v3/browse_fr

Re: [Google Maps API v3] Re: Thousands of polygons...

2011-04-20 Thread Ben Appleton
Hi Deane, Last week we released an optimization to polyline/polygon rendering. You should now be able to render thousands of polys totaling hundreds of thousands of vertices. I'm curious if this is enough for you to move off of Flash? Thanks Ben On Apr 21, 2011 8:15 AM, "DeaneVenske" wrote: > Hi

[Google Maps API v3] Re: Calculating a tiles Begin and End lat long points from a single LatLong data

2011-04-20 Thread Martin™
Hi there. Here's some links that should help: https://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/f5b71d9eff13925e/72a23e2ea4002d51?hl=en&lnk=gst&q=martin+world+coordinates#72a23e2ea4002d51 https://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/7a327ad1fb4428

[Google Maps API v3] Re: Thousands of polygons...

2011-04-20 Thread DeaneVenske
Hi Silverio, We had the same problem with highly complex polygons (and lots of them) with the need for interactivity of these polygons. We ended up using the google maps flash API. The issue is not performance of backends/the api. It boils down to graphics. Flash has hardware acceleration and it u

[Google Maps API v3] Re: Changing the size of the popup ballon

2011-04-20 Thread geocode...@gmail.com
On Apr 20, 1:57 pm, Iratus wrote: > So i can change the size of the pop up balloons of a kmz file ??? Or i have > to introduce again the information through the javascript ??? Because If i > have to introduce everything again is too much work ! One of your kmz files unzipped: http://www.geoco

[Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-20 Thread Iratus
So i can change the size of the pop up balloons of a kmz file ??? Or i have to introduce again the information through the javascript ??? Because If i have to introduce everything again is too much work ! Thanks -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-20 Thread Iratus
-- 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...@googlegroups.com. For

[Google Maps API v3] Re: Failing to Update Infowindow ... Sometimes

2011-04-20 Thread KirbyJames
After a re-boot the infowindow will display correctly once for each marker. After this they just display "Dummy"? Kirby -- 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@

[Google Maps API v3] user added data - MySql and Google Spreadsheets

2011-04-20 Thread dabernathy89
I am building map for a client, and it allows user added data. Right now I am storing that data in a database on my server. I relied largely on these Google tutorials: Using PHP/MySQL with Google Maps >From Info Windows to a Database

[Google Maps API v3] Zoom_changed - infoWindow

2011-04-20 Thread Brendon
Hi, I've spent some time googling and posted to this discussion but can't quite get this to work the way I want to. I simply want to be able click on a marker, an infowindow open and if I zoom the marker and (open) infowindow not only stay in view but hold position on the map (much like how v2 w

[Google Maps API v3] Re: Odp: Enable/disable button for scroll wheel

2011-04-20 Thread JKurtock
Just use the setOptions method of the map object to reload all the options, including the new scrollwheel option. http://code.google.com/intl/en/apis/maps/documentation/javascript/reference.html#Map On Apr 20, 4:54 am, mateusz wrote: > Sorry, I mean without reloading map to default init() setting

[Google Maps API v3] Re: Changing the size of the popup ballon

2011-04-20 Thread geocode...@gmail.com
On Apr 20, 11:13 am, Iratus wrote: > Ok i can do this but what about the text ??? > > I mean if you push the Summit  marker (green one) the text is so big that > doesn't fit either in the window. The version of your kml that I am looking at has: width="850" heigh="700" heigh is not a valid attri

[Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-20 Thread Iratus
Ok i can do this but what about the text ??? I mean if you push the Summit marker (green one) the text is so big that doesn't fit either in the window. Is this thing is going to work only if I change the image size ??? Is there any way of changing the pop up balloons size ?? Thanks again --

[Google Maps API v3] Re: Force User to Zoom in Further Before Setting Marker

2011-04-20 Thread michaeld42
You can set the zoom on the map when it's initialized. You can set a click listener on the map and set the behavior depending on the zoom level. You can read all about these in the documentation. On Apr 19, 7:21 pm, dstruble wrote: > FYI - I'm not looking for working code, just a little guidance

[Google Maps API v3] Failing to Update Infowindow ... Sometimes

2011-04-20 Thread KirbyJames
Hi, I've produced a script * http://www.lkjh.org/javascript/example1/photonotes.html which * first reads an XML file containing the location of a number of markers to plot on a map (successfully) * displays the markers (successfully) * then when a marker is clicked loads an infowindow

[Google Maps API v3] Calculating a tiles Begin and End lat long points from a single LatLong data

2011-04-20 Thread igaln
Hello, I have a project using areal imaging with GPS, I also have altitude, direction data for each image. Can someone direct me in calculating edges for each tiles begin and end lat long points for tiling? Thank you --igal -- You received this message because you are subscribed to the Google G

[Google Maps API v3] Quick Help! Google API need to refresh data from Google element inputs

2011-04-20 Thread Victoria
I have a Google API map that is looking at three different input "layers" 1. a Google My Map http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=204936080450554398720.0004a14848bb9ada9a035&z=11 2. a Picasa GeoRSS stream https://picasaweb.google.com/data/feed/base/user/coemergency.gis/albumid/5

Re: [Google Maps API v3] using new features of GoogleMaps on API

2011-04-20 Thread Barry Hunter
Will need to code it yourself in Javascript. In brief: add a center_changed listener, have the code check the state of the shift key - it pressed display that lat/long somewhere. On 20 April 2011 17:27, Rafael Ferreira wrote: > good afternoon > > I would like to know how to use Google Maps API

[Google Maps API v3] Changing icons with one click

2011-04-20 Thread Lennart K
Hi again, The question this time is: Is there a possibility to change the icons on the map with one click? I have selected a set of data (recoveries of ringed birds). Selections are made onone page (http://www.skof.se/fbo/arkiv/Aterfynd/fynduttag.php) and shown on another (http://www.skof.se/fbo/ar

[Google Maps API v3] using new features of GoogleMaps on API

2011-04-20 Thread Rafael Ferreira
good afternoon I would like to know how to use Google Maps API to display the latitude and longitude with the SHIFT key on the keyboard in javascript. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

Re: [Google Maps API v3] Re: Script Errors In Maps Script; Before That Nothing Defined; I'm Doing Something Wrong, But What?

2011-04-20 Thread Brandon McCaig
On Tue, Apr 19, 2011 at 9:14 PM, Rossko wrote: >> I'm just beginning to evaluate Google Maps for address >> validation/verification purposes > > It's not the right tool for that job.  'Berlin' will give you > results but is not an address. Yeah, it won't be perfect, but it should be better than n

[Google Maps API v3] Re: Create your own infoWindows?

2011-04-20 Thread Mike
I'm not sure this response is relevant to this thread. Did it get misfiled, or am I missing something? On Apr 19, 5:02 pm, Esa wrote: > I quess, you didn't try > Googlehttp://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/in... -- You received this message because you are subscrib

[Google Maps API v3] Re: How do i create an infowindow with 2 or 3 tabs?

2011-04-20 Thread Chandra Miller
I have been wondering the same exact thing Ravi. Thank you for your post and both replys. -- 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 unsubscri

[Google Maps API v3] Help needed with InfoBox mousover/mouseout

2011-04-20 Thread pontusw
Hi, I'm new to the Google Maps Api and Javascript is not my preferred coding language so this might seem obvious to some people (at least I hope so!). Hopefully someone can help me. I'm createing a map with custom infoboxes based on http://google-maps-utility-library-v3.googlecode.com/svn/tags/

[Google Maps API v3] Re: How to implment this comlicated markers filter ?

2011-04-20 Thread geocode...@gmail.com
On Apr 20, 6:08 am, "geocode...@gmail.com" wrote: > On Apr 20, 5:58 am, Mesh3L wrote: > > > Thank you Larry. > > I have already built the map based on that example. I have a database > and > > all the markers > > on the map and i have also implimented the filter > > in the original post: > > htt

[Google Maps API v3] Enable/disable button for scroll wheel

2011-04-20 Thread mateusz
Hey. I'm wondering how to make a button which will enable or disable scroll wheel. I'm using the newest API version (v3). Could it work without reloading page? I have a button: and script only for changing Button label: $(document).ready(function() { $("#scrollButton").click(function()

[Google Maps API v3] Odp: Enable/disable button for scroll wheel

2011-04-20 Thread mateusz
Sorry, I mean without reloading map to default init() settings. Now it looks like that: (scrollButtonOption is global) $(document).ready(function() { $("#scrollButton").click(function() { if (this.value == "Yes") { this.value = "No"; scrollButtonOption = null; init(); } else if (this.valu

[Google Maps API v3] Re: How to implment this comlicated markers filter ?

2011-04-20 Thread geocode...@gmail.com
On Apr 20, 5:58 am, Mesh3L wrote: > Thank you Larry. > I have already built the map based on that example. I have a database > and > all the markers on the map and i have also implimented the filter > in the original post: http://www.geocodezip.com/v3_MW_example_categories.html > > But i still

Re: [Google Maps API v3] API in C# form

2011-04-20 Thread Nathan Raley
Have you tried generating a simple, basic map before adding a more complex example? I am currently running the API within some C# applications without any issues, so I know it works. You might want to try breaking it down to something more simple. Also, did you copy the source for that site verb

[Google Maps API v3] Re: How to implment this comlicated markers filter ?

2011-04-20 Thread Mesh3L
Thank you Larry. I have already built the map based on that example. I have a database and all the markers on the map and i have also implimented the filter in the original post : http://www.geocodezip.com/v3_MW_example_categories.html But i still need the mentioned functionality. -- You recei

[Google Maps API v3] Re: Changing the size of the popup ballon

2011-04-20 Thread geocode...@gmail.com
On Apr 20, 3:54 am, Iratus wrote: > Hello > > I managed to upload my work > > There are still some problems as the buttons under the map don't > work at the moment. > > The problem as i stated before is that the balloons when you push a > market are sometimes too small for the text and the photo.

[Google Maps API v3] Re: jQuery does not works in Infowindow

2011-04-20 Thread thebit
Thank you very much: now I have understand. I will try to do that in this way. On 18 Apr, 13:18, Keith Brown wrote: > Your jQuery is not working because the elements do not exist in the > DOM when you are running the jQuery code.  Move your jQuery code out > of the $(document).ready(function(){})

Aw: Re: [Google Maps API v3] Aw: Re: Changing the size of the popup ballon

2011-04-20 Thread Iratus
Hello I managed to upload my work There are still some problems as the buttons under the map don't work at the moment. The problem as i stated before is that the balloons when you push a market are sometimes too small for the text and the photo. Any ideas ??? *http://www.home.hs-karlsruhe.

[Google Maps API v3] Re: Force User to Zoom in Further Before Setting Marker

2011-04-20 Thread en4ce
zoomlevel and marker: get the zoom level with map.getZoom(); in your addLatLng(event) function and add or dont add a marker depending on your zoomlevel "I'd also like to change the mouse icon when they are zoomed out too far so" you can do it this way: add an listner to the the map that read ou

[Google Maps API v3] 回复:Re: DirectionsRenderer.setDirections does nothing with a DirectionsResult I've pulled out of my database

2011-04-20 Thread gully
Thx all. I am using this method in my app. And found the serialized data is much big than original json data from google DirectionsService. (usually 50x bigger). and I changed code to use google.maps.geometry.encoding.encodePath/decodePath for the array of LatLng, it works and 5~8x bigger tha

Re: [Google Maps API v3] Re: How do i create an infowindow with 2 or 3 tabs?

2011-04-20 Thread Andrew Leach
On 20 April 2011 09:55, Ravi wrote: > > Can you tell me briefly? http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/ Documentation is available. The utility library's urls are standard and can be shortened as here. -- You received this message because you are subscribed

[Google Maps API v3] Re: How do i create an infowindow with 2 or 3 tabs?

2011-04-20 Thread Ravi
Okay, I feel i can use it, is this separate function(infobubble) to create multiple tabs inside an infowindow? Like we are using GInfoWindowTab in google maps api V2. Can you tell me briefly? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

[Google Maps API v3] Re: Getting the map resolution

2011-04-20 Thread Rossko
>  I am not sure if my understanding of resolution is correct If you don't know what it is, why do you want it? There may be another way to achieve whatever it is you are trying to do. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Re: How do i create an infowindow with 2 or 3 tabs?

2011-04-20 Thread Rossko
> But i feel it is difficult to create an infowindow with 2 or 3 tabs in > google maps api v3. Because there is no separate function for this. You could use the infobubble add-on , which supports tabs http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html

Re: [Google Maps API v3] Dynamically load kml files from directory and add toggle feature

2011-04-20 Thread Pier Francesco sciuto
take a look at http://sciuto.yolasite.com/dwnld_1_v3.php probably third example ( old style ) can be the solution PIF 2011/4/19 Staffan Nilsson > I need a function to do this: > > 1. Load all available kml-files in the directory onto a Google Map > (houses.kml, roads.kml, etc) > 2. Create a m

[Google Maps API v3] How do i create an infowindow with 2 or 3 tabs?

2011-04-20 Thread Ravi
There is a function to create for infowindow with 2 or 3 tabs in google maps api v2. But i feel it is difficult to create an infowindow with 2 or 3 tabs in google maps api v3. Because there is no separate function for this. Can you help in this? -- You received this message because you are subs