[Google Maps API v3] Απ: Re: google map apis v3

2011-06-20 Thread mlv
after a lot of search we found out the problem, i honestly dont know why this happened bu we believe that google changed something,we are using asp.net we used to have the div witth the map under the body->form->. now we moved the map div under the body and above the form, removed the position:

[Google Maps API v3] Re: google map apis v3

2011-06-20 Thread geocode...@gmail.com
On Jun 20, 10:29 pm, mlv wrote: > hi i have a strange problem i amusing google maps java api v3 in one of my > sites which suddenly stopped working yesterday. i dont think there is > anything wrong witht he code because it was working the days before, > moreover i tried using older backups which w

Re: [Google Maps API v3] not all markers are dispayed

2011-06-20 Thread Chris Broadfoot
geocoder.geocode( { 'address': address}, function(results, status) { if(status == google.maps.GeocoderStatus.OK) { ... } else { // alert("Geocode was not successful for the following reason: " + status); } }); I'm guessin

[Google Maps API v3] google map apis v3

2011-06-20 Thread mlv
hi i have a strange problem i amusing google maps java api v3 in one of my sites which suddenly stopped working yesterday. i dont think there is anything wrong witht he code because it was working the days before, moreover i tried using older backups which were working 100% and they dont now. w

Re: [Google Maps API v3] Re: Places Autocomplete

2011-06-20 Thread Chris Broadfoot
We're looking into it at the moment - what in particular would you like to style, and how? -- http://twitter.com/broady On Tue, Jun 21, 2011 at 2:41 AM, Manuel de la Higuera wrote: > Shall I expect to have any chance of styling these Autocomplete > results in the future with no scraping? > --

Re: [Google Maps API v3] use of moz-transform on float pane

2011-06-20 Thread Chris Broadfoot
This is a known issue, unfortunately all you can do is put the video outside the map panes, and urge Firefox to fix the bug. -- http://twitter.com/broady On Tue, Jun 21, 2011 at 9:36 AM, Luke wrote: > I am wondering if anyone else has run into the problem that all > released versions of firef

[Google Maps API v3] Re: Get streetView options?

2011-06-20 Thread geocode...@gmail.com
On Jun 17, 3:10 am, Sammy wrote: > Hi all > When I create a streeview programatically, I can retrieve properties > with map.getStreetView(). > Now when the user creates a streetview using the map interface, What do you mean "using the map interface"? Do you mean using Google Maps? > I can't get

[Google Maps API v3] Re: Stop directionsRenderer from zooming

2011-06-20 Thread geocode...@gmail.com
On Jun 20, 11:26 am, Mackenzie Kieran wrote: > I'm having trouble figuring out how to stop the directionsRenderer from > zooming  my map in on  a rendered route if the distance is only one block > (or less). > I'd like to view these short trips from a higher zoom (18 or so). > any help would be ap

[Google Maps API v3] Re: Force roads to appear at certain zoom level

2011-06-20 Thread geocode...@gmail.com
On Jun 20, 4:51 pm, Bass Sears wrote: > Is there a way to make roads appear at an early zoom level (i.e. > zoomed farther out) than they would normally? > > I have some rather large trails that you have to be zoomed out quite a > bit to see the whole trail, and at that zoom level they appear to >

[Google Maps API v3] Force roads to appear at certain zoom level

2011-06-20 Thread Bass Sears
Is there a way to make roads appear at an early zoom level (i.e. zoomed farther out) than they would normally? I have some rather large trails that you have to be zoomed out quite a bit to see the whole trail, and at that zoom level they appear to start and end in the middle of nowhere because the

Re: [Google Maps API v3] setPosition (many, many times) on a marker using gmap-v3 makes Google Chrome crash.

2011-06-20 Thread Chris Broadfoot
I can't reproduce this. I actually left it on overnight and it's still going. -- http://twitter.com/broady On Mon, Jun 20, 2011 at 9:44 PM, Jens Lykke Brandt < jenslykkebra...@gmail.com> wrote: > Hi there, > > Example: http://ingenadgang.dk/chrome/test.htm > > It works in all other browsers -

[Google Maps API v3] use of moz-transform on float pane

2011-06-20 Thread Luke
I am wondering if anyone else has run into the problem that all released versions of firefox seem to be fairly buggy? I am looking for work around or perhaps the maps team could allow an option to "force" the use of standard offsets, which is how i believe it treats IE. I am using custom overlays

[Google Maps API v3] Loop KML Overlay

2011-06-20 Thread Chris Wilson
Hey, Been looking around for a couple of hours, i'm trying to find a way to loop my kml data overlay I'm pulling data from the NWS (radar loops) and it plays once, then stopsCant seem to find any information on controls...I'd like to get it to indefinitely loop. function initialize()

[Google Maps API v3] Re: Map not showing in Opera

2011-06-20 Thread en4ce
works for me, no js errors either On 20 Jun., 17:22, Edward wrote: > This map is visible in all browsers except Opera: > > http://www.thetube.se/hem/replokaler/ > > Having a hard time figuring out why, I'd really appreciate some help > on this! > > Thanks, > Edward -- You received this message

[Google Maps API v3] Re: not all markers are dispayed

2011-06-20 Thread Rossko
> Did I miss any restriction or did I do sth. wrong? Yes and yes Similar threads - http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ed1c35a3f7f1a330/933d757f7f7b7b81 http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/884bc24c850917c4/a500b2499535a467

[Google Maps API v3] not all markers are dispayed

2011-06-20 Thread TBA TBA Badminton
I am using Google Maps JavaScript API V3 with this setup: http://maps.google.com/maps/api/js?v=3&sensor=false®ion=DE";> and geocoder with approx. 50 lookups. These are hard-coded in JavaScript section of this example page (see source): http://www.bv-rheinland.de/karteneu.html Problem

[Google Maps API v3] Send-to gps,email etc

2011-06-20 Thread Xander S.
Dear googlemappers, I'd like to implement Send-to gps,email etc. Just like the www.google.com/maps website has got. The only difference is that I'd like to put the "send to" button inside the infoWindow. Ive been working with API v2 and couldn't find anything in the documentation, so I looked into

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

2011-06-20 Thread culov
Here's my site: http://www.foodtrucksmap.com/la/ It works perfectly fine in IE8/9, but something about creating an info box makes DOM go to hell in IE. An interesting hint is that when I activate firebug lite after the entire page has become gray, IE redraws the content and I can see everything

[Google Maps API v3] Stop directionsRenderer from zooming

2011-06-20 Thread Mackenzie Kieran
I'm having trouble figuring out how to stop the directionsRenderer from zooming my map in on a rendered route if the distance is only one block (or less). I'd like to view these short trips from a higher zoom (18 or so). any help would be appreciated! -- You received this message because you

[Google Maps API v3] Re: php/sql select all

2011-06-20 Thread davie
Hi Your first url only has 3 parameters your second has 4 The SQL query requires 4 that is how the first one does not work. As the others said this is not a Mysql group but a tip Try your SQL queries with phpmyadmin to ensure you get the required results. Once you have done this you can incorporate

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

2011-06-20 Thread geocode...@gmail.com
On Jun 20, 9:33 am, "P. Gehle" wrote: > Hi, > > I using inforbubble for an new project and it works great except I > getting bad looking error messages: > > Message:  ‘null’ is null or not an object > Row: 1096 > Character: 3 > Code: 0 > URI:http://.com/js/infobubble.js > > Did I forgot someth

[Google Maps API v3] Re: Why?

2011-06-20 Thread geocode...@gmail.com
On Jun 20, 11:00 am, Abhishek Bhattacharya wrote: > This's my very first code for the "Hello World of Google Maps" tutorial. I would suggest reading this (from the v2 posting guidelines, but...): http://www.catb.org/~esr/faqs/smart-questions.html#bespecific > > I've been trying to find errors in

[Google Maps API v3] Why?

2011-06-20 Thread Abhishek Bhattacharya
This's my very first code for the "Hello World of Google Maps" tutorial. I've been trying to find errors in this since a long time, but have failed; and am stuck at the very first stage just due to this. Can anyone make out the fault. I guess, the fault's in the "function initialize()". http:/

[Google Maps API v3] Remove autocomplete from a text box

2011-06-20 Thread Joe Maravillas
Hello, I didn't find this in searching through the autocomplete topics. Is there a programmatic way to remove autocomplete from a text box? I'm trying to handle case where a form changes based on selections in a dropdown and autocomplete is not necessary for some selections. Thanks! Joe -- Y

[Google Maps API v3] Re: Places Autocomplete

2011-06-20 Thread Manuel de la Higuera
Thank you for your reply Chris! Shall I expect to have any chance of styling these Autocomplete results in the future with no scraping? M. On 20 jun, 08:38, Chris Broadfoot wrote: > This is a Place Search, not an Autocomplete query. They're completely > different. > > There is no way currently t

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

2011-06-20 Thread P. Gehle
Hi, I using inforbubble for an new project and it works great except I getting bad looking error messages: Message: ‘null’ is null or not an object Row: 1096 Character: 3 Code: 0 URI: http://.com/js/infobubble.js Did I forgot something? How to fix this error messages? Thanx Peter -- You r

[Google Maps API v3] Map not showing in Opera

2011-06-20 Thread Edward
This map is visible in all browsers except Opera: http://www.thetube.se/hem/replokaler/ Having a hard time figuring out why, I'd really appreciate some help on this! Thanks, Edward -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gro

[Google Maps API v3] Re: php/sql select all

2011-06-20 Thread mwcog mwcog
Thanks for the suggestion. Didn't realize i was asking a non-maps api question. Sorry, learning as I go! Off to find a sql group. On Jun 20, 11:52 am, Andrew Leach wrote: > On 20 June 2011 16:48,mwcogmwcog wrote: > > > I mean all rows regardless of what the value of Juris is (someone choose to

[Google Maps API v3] Re: Changing default location when no nearby stores

2011-06-20 Thread tarscott
thanks, Martin! will give it a try. -- 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/-/n2U8SyD8l0gJ. To post to this group, send e

[Google Maps API v3] Re: KML files

2011-06-20 Thread geocode...@gmail.com
On Jun 20, 1:32 am, Pollik wrote: > I want to be able to embed interactive maps in my blog (either Wordpress or > Blogger).  The problem I meet is that only simple maps can be embedded using > the stock embed code.  My maps are created using KMLs (from a GPS) and with > the track points stripped o

[Google Maps API v3] Re: KML files

2011-06-20 Thread Joseph Elfelt
How about posting an example of a KML file that you would like to display with the API? -- 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

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

2011-06-20 Thread Rossko
> I'm trying to find a function that gets a search term as text, sends > it to google maps to search, and returns the coordinates of the What kind of search term do you have in mind? Geographic feature, postal addresses, business names, political entities, historical events, population density .

[Google Maps API v3] Re: Why press extra button to get things done

2011-06-20 Thread Rossko
> If I press the button “Preview” before, and then the “Calculate Vol” > runs ok. Why it is so? It might be because you are breaking the elevation services rate-of- request limits. Or perhaps you aren't taking account of the asynchronous nature of the service, and are trying to use results before

[Google Maps API v3] Re: php/sql select all

2011-06-20 Thread Rossko
> Any other suggestions. Sure. Ask your question in a MySQL group. See your other thread http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/e5ed8e27e1de50cd (multiple posts do make it difficult for yourself) If you don't want to use a WHERE clause, don't use a WHERE claus

[Google Maps API v3] Re: php/sql select all

2011-06-20 Thread mwcog mwcog
Thanks for you're reply! However, i still don't get any records when I type something like http://www.anacostia.net/maps/anacostia_xml_domnew.php?lat=39&lng=-77&radius=255 but http://www.anacostia.net/maps/anacostia_xml_domnew.php?lat=39&lng=-77&radius=255&Juris=PG works fine. Any other su

Re: [Google Maps API v3] php/sql select all

2011-06-20 Thread Andrew Leach
On 20 June 2011 16:48, mwcog mwcog wrote: > I mean all rows regardless of what the value of Juris is (someone choose to > show all Juris).   So I need to write some sort of if/then statement to call > the WHERE Juris ="%S'? As others have said, you are asking about SQL, not the Maps API. This is

Re: [Google Maps API v3] php/sql select all

2011-06-20 Thread mwcog mwcog
I mean all rows regardless of what the value of Juris is (someone choose to show all Juris). So I need to write some sort of if/then statement to call the WHERE Juris ="%S'? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

[Google Maps API v3] Re: Using markerclusterer and markermanager

2011-06-20 Thread Sgara
Thank you, I have managed it just using that 2 methods with the zoom_change event of the map. On 17 Giu, 13:27, en4ce wrote: > there are methods within marker cluter to remove or add markers, just > call the right function in the right spot > > btw "i dont publish is because this and that" wont g

[Google Maps API v3] Why press extra button to get things done

2011-06-20 Thread mariovi
Good morning, I have in one button called (Preview) this code (it just request some elevations): function muestrav() { var whitney = new google.maps.LatLng(36.578581, -118.291994); var lonepine = new google.maps.LatLng(36.606111, -118.062778); var pathh = [ whitney, lonepine]; var pathRequest = {

[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?

2011-06-20 Thread Gary B
I've done something similar to keep just one infoWindow open. I initialize a var like this var currentInfoWindow = null; then on every marker click event I do something like this: var infowindow = new google.maps.InfoWindow({ content: "your content here" }); google.maps.event.addListener(mark

[Google Maps API v3] Re: Turn Off Continuous Zoom

2011-06-20 Thread gandrea
I see that a version of markercluster make maps looks better . I think is this http://code.google.com/p/google-maps-utility-library-v3/source/browse/tags/markerclusterer/1.0/src/markerclusterer.js?r=109 . I'm not sure is this , the js that i've download is from an example from web . If you z

[Google Maps API v3] setPosition (many, many times) on a marker using gmap-v3 makes Google Chrome crash.

2011-06-20 Thread Jens Lykke Brandt
Hi there, Example: http://ingenadgang.dk/chrome/test.htm It works in all other browsers - not in Google Chrome (12.0.742.100 and 14.0.794.0 (Canary)): Here the Marker moves for about two minutes or so - then Chrome crashes ("Aw, snap"). I've posted the issue at the chrome-bugtracker as well: h

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

2011-06-20 Thread LutraMan
Hi, I'm trying to find a function that gets a search term as text, sends it to google maps to search, and returns the coordinates of the found location. I'm not locked on js, or any API version (actually I would prefer python if anyone knows how) and I'll appreciate any answer, even if it's just a

[Google Maps API v3] KML files

2011-06-20 Thread Pollik
I want to be able to embed interactive maps in my blog (either Wordpress or Blogger). The problem I meet is that only simple maps can be embedded using the stock embed code. My maps are created using KMLs (from a GPS) and with the track points stripped out, but these are still not able to be e

[Google Maps API v3] Vs: Projection to Elliptic mercator

2011-06-20 Thread Tomi
Did you find any solutions yet? There seems to be some available in the net, but not really any offcial looking ones that are directly applicable. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the w

[Google Maps API v3] Re: Issues with Places API

2011-06-20 Thread startled hippo
Thank you for your respose. I tried with a type code and it seems to be working. Seems like a bug in the documentation then? Where can I find the codes for categories? Or a I missing something again? I read http://code.google.com/apis/maps/documentation/places/#PlaceSearchRequests , which doe

[Google Maps API v3] Re: Ang.: map.setHeading

2011-06-20 Thread Rossko
> I'm a bit disappointed having no answers on this. Ask for your money back? > Is there no Google > employee who can give a clarification on how to use the setHeading()-method Mostly the group is used by fellow developers, Google employees do look in from tme to time. > and under what circumsta

Re: [Google Maps API v3] Ang.: map.setHeading

2011-06-20 Thread Chris Broadfoot
Perhaps because you didn't link to your map: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e The reference documentation for setHeading says: Sets the compass heading for aerial imagery measured in degrees from cardinal direction North. Aerial imagery ap

[Google Maps API v3] Ang.: map.setHeading

2011-06-20 Thread gullet
I'm a bit disappointed having no answers on this. Is there no Google employee who can give a clarification on how to use the setHeading()-method and under what circumstances it is available. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Goog

Re: [Google Maps API v3] Irregularly Misaligning Overlayviews

2011-06-20 Thread Chris Broadfoot
Probably some sort of rounding error. Try rounding/flooring the point returned by fromLatLngToDivPixel. -- http://twitter.com/broady On Mon, Jun 20, 2011 at 5:39 PM, Reggie Wlodarczyk wrote: > How come the red bars in this map: > http://www.maastrichtbereikbaar.nl/auto.html are showing at irre

Re: [Google Maps API v3] Re: Long click event?

2011-06-20 Thread Chris Broadfoot
Something like this? Did you try to implement this? It wasn't terribly difficult. http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjZsAIM -- http://twitter.com/broady On Mon, Jun 20, 2011 at 8:07 PM, Anna PS wrote: > Thanks, but this doesn't work for me: it fires on single click

[Google Maps API v3] Re: Long click event?

2011-06-20 Thread Anna PS
Thanks, but this doesn't work for me: it fires on single clicks and simply waits for 500ms before firing doSomethingUseful. I really need a 'taphold' event: i.e. only fires if the user clicks the map *and deliberately holds* it for 500ms. That way, you can be certain the user hasn't just touched

[Google Maps API v3] Re: Safari TypeError when showing a specific hidden KML layer

2011-06-20 Thread Rossko
> My map implementation is > athttp://foothill-web-gis.googlecode.com/svn/trunk/webgis/fhwebmapdemo There's no doctype. map = new fhWebMap('fh... Your 'map' object is undeclared, this can cause different behaviour in different browsers I get your error in FF2/win too I'd guess your act

[Google Maps API v3] Re: Select All by php/sql from database

2011-06-20 Thread Rossko
> Now if I use the following address it works > fine.anacostia_xml_domnew.php?lat=39&lng=-77&radius=1&Juris=PG > what should i replace PG with to show all records? It's not a maps question, I would suggest a php/MySQL tutorial. You could for example write some php to test for the value of

[Google Maps API v3] Re: Plz Help

2011-06-20 Thread Rossko
>     What's that about? -- 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

[Google Maps API v3] Irregularly Misaligning Overlayviews

2011-06-20 Thread Reggie Wlodarczyk
How come the red bars in this map: http://www.maastrichtbereikbaar.nl/auto.html are showing at irregular positions? When I first implemented this it worked perfectly, since a month or they started misaligning. They seem to shift around when zooming as well. The blue P icon markers each contain

[Google Maps API v3] Map Maker Community edits not saved on the google maps api server

2011-06-20 Thread rohit.manohar
Okay, Google maps API server is still not updated. We have voted for some feature changes using mapmaker community edits and these changes have reflected on the maps.google.com homepage. Please look at this map : http://maps.google.com/?q=vanxim+goa You may zoom in there and notice the feature nam

[Google Maps API v3] Re: Adding copyright on top of map - How?

2011-06-20 Thread fickleegg
Thanks, i can see how to define the text etc i would need to add but how would i add this to the map? I don't know what to write as it wouldn't need to respond to a click or anything like that -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript