[Google Maps API v3] Google Map Title borders are displayed when polygon is rendered on google map.

2011-10-26 Thread GMapHelp
Hello everbody, I am having a problem when plotting polygon on google map api v3. When i plot polygon and increase its zoom level, the google map tile borders are displayed within the area covered by polygon. Any suggestion appreciated? Thanks in advance Regards. Example : http://postimage.or

[Google Maps API v3] Re: Turn clustering on and off

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 9:13 pm, gdp wrote: > Hi > > I am creating clusters on the map like this: > > markerCluster = new MarkerClusterer(map, markers, mcOptions); > > Without 'refreshing' the map markers, is it possible to temporarily > turn off clustering and then turn it back on again? I'm not sure what yo

[Google Maps API v3] Turn clustering on and off

2011-10-26 Thread gdp
Hi I am creating clusters on the map like this: markerCluster = new MarkerClusterer(map, markers, mcOptions); Without 'refreshing' the map markers, is it possible to temporarily turn off clustering and then turn it back on again? Thanks gdp -- You received this message because you are subscr

[Google Maps API v3] Re: Optimised Markers consume the Map mousemove event

2011-10-26 Thread Martin™
Hi Chris. Is there any news on this issue yet? Thanks. Martin. On Oct 17, 4:25 pm, Chris Broadfoot wrote: > Hi Martin, > > This does indeed look like a bug. The only point of contention is whether > the bug lies with optimized markers, or unoptimized markers. In reality, > "clickable" (defaul

[Google Maps API v3] Re: Lat/Lon on Displayed Map

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 7:56 pm, icu222much wrote: > I am wondering if it is possible to display the lat/lon of the four > corners of the Google Map that is currently being displayed? Is it a v3 Google Maps API map? Then yes (get the bounds of the map, that allows you to access the NE corner and the SW corne

[Google Maps API v3] Lat/Lon on Displayed Map

2011-10-26 Thread icu222much
I am wondering if it is possible to display the lat/lon of the four corners of the Google Map that is currently being displayed? -- 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

[Google Maps API v3] Re: Why I cannot post a map from google maps api on google blogger?

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 7:17 pm, Dan_84 wrote: > I thought I should do the questions!  I don't have precise answers for > this questions yet... > > I forgot to aks if it's necessary some kind of URI validation on > w3.org? > > Ok, here is the html: A link to your page on your blog please. > > > > > http:/

[Google Maps API v3] Re: Why I cannot post a map from google maps api on google blogger?

2011-10-26 Thread Dan_84
I thought I should do the questions! I don't have precise answers for this questions yet... I forgot to aks if it's necessary some kind of URI validation on w3.org? Ok, here is the html: http://maps.google.com/maps/api/js? sensor=set_to_true_or_false"> function initialize() { var latlng

[Google Maps API v3] Re: Google Maps throws "Javascript execution timeout exception" in iOS5 Safari Browser

2011-10-26 Thread jufemaiz:joel
We don't have access to your C:\ so we can't see your images. -- 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/-/1QNyECkjrZ0J. To pos

[Google Maps API v3] Re: Computing which tiles are in view within a given bounds.

2011-10-26 Thread Martin™
Hi. This will get the tile that myLatLng is on: var zoom=myMap.getZoom(); var worldPoint=myMap.getProjection().fromLatLngToPoint(myLatLng); var pixelPoint=new google.maps.Point(parseInt(worldPoint.x*Math.pow(2, zoom)), parseInt(worldPoint.y*Math.pow(2, zoom))); var tileX=parseInt(pixelPoint.x/25

[Google Maps API v3] Re: Custom Tile Layer (SVG based) on Alternate Pane...

2011-10-26 Thread Enoch Lau (Google Employee)
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapPanes Description of overlayLayer: This pane contains polylines, polygons, ground overlays and tile layer overlays. *It may not receive DOM events.* (Pane 1). -- You received this message because you are subscribed to t

[Google Maps API v3] Re: Why is there an invisible overlay above markers on Mac Safari?

2011-10-26 Thread Enoch Lau (Google Employee)
Can you post a link please? 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 https://groups.google.com/d/msg/google-maps-js-api-v3/-/7lFKcc7DkXwJ. To post to this group, send email

[Google Maps API v3] Re: Markers randomly appear behind Polylines

2011-10-26 Thread Enoch Lau (Google Employee)
Could you post up a link please? 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 https://groups.google.com/d/msg/google-maps-js-api-v3/-/ioEPeyN9oLIJ. To post to this group, send

[Google Maps API v3] Re: Combine User Location with PHP/MySQL Listings

2011-10-26 Thread xelawho
> Here it is. > > http://hungryvt.com/map_tests/google-php/big_combo.php firebug no show error. javascript happy! -- 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

[Google Maps API v3] Re: Drag and Drop An Image of A Marker Onto A Map (v3)

2011-10-26 Thread Bob Torzynski
I can't tell you how to do drag from outside the marker but this example: gis.zgroks.com/rw2.html, lets the user right click on the map, then click on the marker they created to assign it to a category. Maybe it's too complicated for the users but it is one solution. Saves to a SQL database and cou

[Google Maps API v3] Re: stop auto-zoom for pointers

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 12:47 pm, Vacation Gab wrote: > i have followed some code to allow, pointers to be displayed on a map > from a mysql database but the problem is, without and pointers i > have the map auto set for a zoom of 3 and centered over the united > states... but once there is a pointer on th

[Google Maps API v3] Re: error message in v3 (latest)

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 1:08 pm, overcrowdedplanet wrote: > String is not a > functionhttp://maps.gstatic.com/intl/de_ALL/mapfiles/361c/maps2.api/main.js > Line 420. That looks like the v2 API. This group is for the Google Maps JavaScript API v3. The v2 API group is: http://groups.google.com/group/google-

[Google Maps API v3] Re: Getting a list of cities

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 2:09 pm, Austin Gabel wrote: > I only want to show a list of cities with their State.  I do not want > addresses to be available to the user.  Is this possible? Sure it is possible to show the list. Do you have the data to do that? Showing a list and not having that data available to

[Google Maps API v3] Why is there an invisible overlay above markers on Mac Safari?

2011-10-26 Thread Ken Corbett
Only in Safari on a Mac there is an invisible layer of div elements which is inserted over the top of markers which are added to the overlayImage pane which is preventing elements on this pane from receiving click events. This has been reported as a bug ( http://code.google.com/p/gmaps-api-issu

[Google Maps API v3] stop auto-zoom for pointers

2011-10-26 Thread Vacation Gab
i have followed some code to allow, pointers to be displayed on a map from a mysql database but the problem is, without and pointers i have the map auto set for a zoom of 3 and centered over the united states... but once there is a pointer on the map it automatically zooms in on the pointer way

[Google Maps API v3] Google Maps throws "Javascript execution timeout exception" in iOS5 Safari Browser

2011-10-26 Thread Murali Srinivasan
I'm started seeing this javascript timeout exception in Google Maps after I updated my iPad to recent iOS5 which wasn't happening in iOS4. Maps will render fine in newly opened Safari browser fine and after I refresh it once it will throws Javascript execution timeout exception whenever I tried

[Google Maps API v3] error message in v3 (latest)

2011-10-26 Thread overcrowdedplanet
String is not a function http://maps.gstatic.com/intl/de_ALL/mapfiles/361c/maps2.api/main.js Line 420. My page: http://demo321.ilance-addons.com/rfp.php?id=55725708 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to thi

[Google Maps API v3] Re: google map api v3 reverse geocoding not working ?

2011-10-26 Thread mark
I have eventually got this working, baring in mind that im a complete javascript beginner how does my code look. Are there any errors or anything i should be worried about ? Example link is the same http://rayoflightes.com/gmaps/form1.php var geocoder = new google.maps.Geocoder(); function geo

[Google Maps API v3] Getting a list of cities

2011-10-26 Thread Austin Gabel
I only want to show a list of cities with their State. I do not want addresses to be available to the user. Is this possible? -- 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://g

[Google Maps API v3] Computing which tiles are in view within a given bounds.

2011-10-26 Thread Garthan
I have data which is stored in a format whose file names mirrors the tiles used by google maps I needed to compute the rows and columns of tiles that are in view with a given bounds and zoom level In version 2 of the API I computed them using this function var sw = proj.fromLatLngToPixel(b

[Google Maps API v3] Re: Custom Tile Layer (SVG based) on Alternate Pane...

2011-10-26 Thread Garthan
It sure seems like a bug to me too. Are you suggesting that I put the data as say js files that get loaded and executed on to a canvas? -- 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: Combine User Location with PHP/MySQL Listings

2011-10-26 Thread Steve McIntyre
Success! Thank you all for your help and forcing me to find the solution on my own, especially xelawho. I've put the whole thing into an external JS file. There's still more work to be done, but this was the big stumbling block I'd been banging my head against for the last couple of weeks. Here i

[Google Maps API v3] Re: google map api v3 reverse geocoding not working ?

2011-10-26 Thread mark
Sorry i have posted the wrong code above. Should be //Useful links: // http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker // http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding // http://jqueryui.com/demos/autocomplete/#remote-with-cach

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-26 Thread Am
Thank you for the explanation. How do I write the code? What do I write? Is there a tutorial to walk me through this? I don't know what code needs to be written. Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" g

[Google Maps API v3] Re: Markers randomly appear behind Polylines

2011-10-26 Thread Rossko
What happens if you set your little-square marker options for non- optimized? -- 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

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-26 Thread Rossko
> Does this make sense? Yes, it does. You'll have to write code to make it behave the way you want. Try this in your browser http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=40&lng=-100&radius=1 It's a search that should return no properties. When you

[Google Maps API v3] Re: google map api v3 reverse geocoding not working ?

2011-10-26 Thread Rossko
> Example link =http://www.rayoflightes.com/gmaps/form1.php I get javascript errors, do you not get that? In http://www.rayoflightes.com/gmaps/form2.php, the variable 'myMarker' is ctreated in local scope within your geocoder callback, but you try to use it when defining listeners (a) outside the

[Google Maps API v3] Markers randomly appear behind Polylines

2011-10-26 Thread Tiby Ionescu
Since I updated to Chrome 15 a weird thing is happening: I have a drawing app that has that common little square markers for vertices and midpoints. Now whenever I pan or zoom with markers on, they sometimes get behind the polyline, completely random. They also get back in front if you continue to

[Google Maps API v3] Re: Map centering is off with second map load

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 11:26 am, Chris Oakeson wrote: > I'm using V3 on byucougars.com for giving directions to sporting events, > etc.  Maps popup in a fancybox via an AJAX call.  The first map is centered > correctly, but successive calls are not centering the map correctly.  The > correct center is display

[Google Maps API v3] Re: Why I cannot post a map from google maps api on google blogger?

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 5:38 am, Dan_84 wrote: > Hi everybody, > > Well, here's my question: > > Why I can't post a map from google maps api on google blogger? To answer that we need to see the patient. > > Actually, I'm a begginner in google maps api and I'm making some tests > yet. I'm copying and pasting

[Google Maps API v3] Map centering is off with second map load

2011-10-26 Thread Chris Oakeson
I'm using V3 on byucougars.com for giving directions to sporting events, etc. Maps popup in a fancybox via an AJAX call. The first map is centered correctly, but successive calls are not centering the map correctly. The correct center is displayed in the upper-left corner of the canvas with a

[Google Maps API v3] google map api v3 reverse geocoding not working ?

2011-10-26 Thread mark
I have a form which uses the google maps api to geocode an address and insert the lat / lng into form fields. When they submit this form it takes them to a second form where a marker is placed on the google map and the user then drags this marker onto their roof. At this point using the reverse geo

[Google Maps API v3] Chrome 15 seems slow

2011-10-26 Thread sb
I just noticed that a site I am working on has gone super slow when I am using Google Chrome 15. It was working well 2 days ago with an older version. It works well with Firefox and IE. Is there something wrong with Chrome 15 and Google maps API 3 or is there some change in code I need to make? -

[Google Maps API v3] Why I cannot post a map from google maps api on google blogger?

2011-10-26 Thread Dan_84
Hi everybody, Well, here's my question: Why I can't post a map from google maps api on google blogger? Actually, I'm a begginner in google maps api and I'm making some tests yet. I'm copying and pasting the "hello world" map html from maps api tutorial but when I post it in my blog there's no ma

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-26 Thread Am
Thank you for the input. I don't have 1000 properties, and may never have properties in every country. Other store locators don't have thousands of properties or properties in other countries, but doesn't default to the center of the ocean when you search for a location without properties. With

[Google Maps API v3] Re: Drag and Drop An Image of A Marker Onto A Map (v3)

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 3:20 am, HelloGmaps wrote: > Hi Everyone, > > This may not be possible, but I am trying to find a way of dragging an > image of a marker (from outside a map) onto a map, and when it "drops" it > would create a marker on the map. Have you seen this example: http://www.wolfpil.de/v3/dra

[Google Maps API v3] Drag and Drop An Image of A Marker Onto A Map (v3)

2011-10-26 Thread HelloGmaps
Hi Everyone, This may not be possible, but I am trying to find a way of dragging an image of a marker (from outside a map) onto a map, and when it "drops" it would create a marker on the map. This is the site where we are trying to develop that function: https://streetviolencemap.org/ The curr

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-26 Thread davie strachan
Hi I tried http://www.rentalmatch101.com.php5-20.dfw1-1.websitetestlink.com/phpsqlsearch_genxml.php?lat=40&lng=-100&radius=2500 this produced XML for 20 properties. The last 2 having no proper lat/ lng. I would suggest you ensure that the data in the database is accurate and that there is sufficie

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Rossko
It may well not be the last word, but 'Mr.Google' said 32x32 here http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/875856c4acd875a4/e34fdce09f040633 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Joseph Elfelt
I thought the size limit for KML icons displayed via the API was 64x64. -- 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,

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
I seem to be frustrating you. I apologize, but I do not understand what I am looking at. That is why I'm asking questions, hoping someone can help me work through this so I can understand. I understand if I'm too frustrating to help and will not be offended if you stop helping me. When I add ''

[Google Maps API v3] Re: Combine User Location with PHP/MySQL Listings

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 8:36 am, Steve McIntyre wrote: > Again, I'll askcan it be done in two separate functions? Yes. You can do it in as many functions as you want. Both functions will need to have access to the "map". -- Larry > > On Oct 26, 4:16 am, Rossko wrote: > > > > > > > > > > Both could

[Google Maps API v3] Re: Combine User Location with PHP/MySQL Listings

2011-10-26 Thread Rossko
Yes. -- 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.

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Rossko
I believe kmlLayer is restricted to 32x32 icons. You may not be using kmlLayer, can't guess. Here's a group for general KML discussions http://groups.google.com/group/kml-support Here's the KML tutorial http://code.google.com/apis/kml/documentation/kml_tut.html -- You received this message bec

[Google Maps API v3] Re: Combine User Location with PHP/MySQL Listings

2011-10-26 Thread Steve McIntyre
Again, I'll askcan it be done in two separate functions? On Oct 26, 4:16 am, Rossko wrote: > > Both could be executed with the window.onload command, rather than the > > body tag. > > Why 'both'?  You don't need everything to happen at once.  There is > absolutely nothing stopping you havin

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 8:18 am, Am wrote: > I viewed the example, but it is set up different than my map, so I'm not > sure what I'm supposed to do. I found where this map links their sidebar, > but I don't have similar code, so when I copy their code, it breaks my map. The point of examples is for you to lo

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
I viewed the example, but it is set up different than my map, so I'm not sure what I'm supposed to do. I found where this map links their sidebar, but I don't have similar code, so when I copy their code, it breaks my map. -- You received this message because you are subscribed to the Google Gr

[Google Maps API v3] Re: Search always goes to Pacific Ocean

2011-10-26 Thread Am
Is there anywhere specific in my code I'm supposed to add this? Before or after anything? -- 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-

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
thank you for your help. -- 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/-/LAgt1E6MjpEJ. To post to this group, send email to google

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 7:12 am, Am wrote: > Thanks for the input. When I put the call there, it doesn't list all the > properties, only one of them. Where? > How do I make it list all the properties? What about this didn't you understand? >> If you only want the markers that come in from a given xml >> r

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
Thanks for the input. When I put the call there, it doesn't list all the properties, only one of them. How do I make it list all the properties? -- 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

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 5:43 am, Am wrote: > When I put it in the marker function, the list only displays the last > marker. > > function createMarker(googlemap_ltgooglemap_ln, street) { >      * var sidebarInfo = "";* This clears out the sidebar every time you add a marker, so only the last one will be visib

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Joseph Elfelt
To the best of my knowledge you need to create a separate style in your KML file for each icon size. Each style will point to a different png file. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send emai

[Google Maps API v3] Re: Add Sidebar to v3

2011-10-26 Thread Am
When I put it in the marker function, the list only displays the last marker. function createMarker(googlemap_ltgooglemap_ln, street) { * var sidebarInfo = "";* var html = "" + street + ""; // info window contents sidebarInfo += html; // add this line after the html var

[Google Maps API v3] Re: How to add markers and save it?

2011-10-26 Thread Bob Torzynski
Hi Georgi, There is an example of a map that does that here: http://zgroks.com/wikka/ZgroksMaps with source code. It's based on the tutorials cited in the other responses as well as Google Maps Hacks, Hack #63, http://mappinghacks.com/projects/gmaps/, by Rich Gibson and Schuyler Erle. Uses versi

Re: [Google Maps API v3] Change the cursor to an image?

2011-10-26 Thread Chris Broadfoot
Hi Lecter, The cursor properties are like in CSS - you will need to specify two separated by a comma - first your custom one, then one of the built in ones provided by the browser. Try one of these: draggableCursor:'img/cat.png,default' draggableCursor:'img/cat.png,pointer' draggableCursor:'img/c

[Google Maps API v3] Re: Combine User Location with PHP/MySQL Listings

2011-10-26 Thread Rossko
> Both could be executed with the window.onload command, rather than the > body tag. Why 'both'? You don't need everything to happen at once. There is absolutely nothing stopping you having code that geolocates, plots a map, requests some XML, plots some XML, etc in sequence. -- You received t