[Google Maps API v3] Re: unique infowindow for markers

2011-06-16 Thread Rossko
> By the way, I found a solution on this > website:http://you.arenot.me/2010/06/29/google-maps-api-v3-0-multiple-markers... > > but I can't figure out what the 'this.html' is inside the > infowindow.setContent(this.html), in the suggested solution of the > website Read on down your reference page

[Google Maps API v3] Re: Should be simple... markers not appearing.

2011-06-16 Thread Rossko
> the location is set, but you need a array to store the marker I'm not sure what difference that would make?? Me, I'm wondering if 'map' is in scope at the time of the click event, I think not. Oh, if only we could see the webpage so we could debug in context instead of guessing. -- You recei

[Google Maps API v3] Re: Test for Point in KLM Layer Polygon

2011-06-16 Thread Rossko
> I've managed to show this polygon on a map using a KML Layer but I > can't figure out how to actually get a reference to the polygon itself to > then test. You cannot, from KmlLayer (which renders KML into tiles at Google's servers) You might use a client side parser like GeoXml3, but there is

[Google Maps API v3] Re: Static Tooltip Linked To Marker

2011-06-16 Thread Rossko
> Any advice? Fix the errors. If you'd like help with that, share a link to the webpage showing the problem. -- 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@googlegroup

[Google Maps API v3] Re: Store Route in PostGis

2011-06-16 Thread Rossko
> How can I get a route from google maps Here's the documentation http://code.google.com/apis/maps/documentation/directions/ > and store it in the Postgis? but see the note "Note: the Directions API may only be used in conjunction with displaying results on a Google map; using Directions data wi

[Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-16 Thread Rossko
> // here is something wrong?! >     function nosaveData() { I don't think so ; you should look into 'click through' and to how prevent a click action dropping through to the map. Bear in mind the onclick action of your element has nothing to do with infowindow. Just guessing though, as can't s

[Google Maps API v3] Re: Custom Info Window

2011-06-16 Thread Rossko
> Strange that through the > Google API you are stuck with the speech bubble appearance, the old way had > much more flexibility, aesthetically at least. But you're not stuck with it. There's an almost infinite choice of what you want to render instead and how, but it is up to the developer to do

[Google Maps API v3] Re: Static Tooltip Linked To Marker

2011-06-16 Thread Rossko
> Anyone have any ideas about this? Really need help please. Have you looked here? http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries InfoBox -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this g

[Google Maps API v3] Re: Google Maps v3 only displaying about 1 map tile and leaving the rest of the map canvas gray

2011-06-16 Thread Rossko
> Link to the live page with firebughttp://5.latest.foodtrucksmap.appspot.com > > I've spent an entire week trying to figure this out and haven't made > any progress. I'm not suprised, I can't figure out how the page works at all. Something to do with truxmap.nocache.js perhaps, but that is unread

[Google Maps API v3] Re: Remove Controls for Satellite/Map/Terrain

2011-06-16 Thread Rossko
> How can I remove that control? Have you tried the documentation? http://code.google.com/apis/maps/documentation/javascript/controls.html and http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: Multiples Map Types

2011-06-15 Thread Rossko
> check it:www.oblivionmap.net/api3/latta_CHECK2.html Have you tried fixing the javascript error? var mapTypes = ['Normal','Game'] ... layer2.setMap(map); layer2.setMap(mapTypes); I'm not sure what you're trying to do; but you cannot use setMap method of your 'layer2' with an array

[Google Maps API v3] Re: Custom Info Window

2011-06-15 Thread Rossko
> Is there some new functionality for displaying a custom info window (with > complete styling control) in v3 that replaces the old method? This old thread (found by searching this group for "Custom Info Window") looks useful http://groups.google.com/group/google-maps-js-api-v3/browse_thread/threa

[Google Maps API v3] Re: How to use MarkerManager with downloadurl and xml

2011-06-15 Thread Rossko
> Does anyone have advice on how to correctly > implement markermanager on my page:   > http://www.greenandtheblue.com/weather/markers_xml_13jun11.html I reckon a good start would be to examine any javasacript errors reported, and deal with those. If you haven't got one, get some kind of script d

[Google Maps API v3] Re: Simple add waypoint to directions

2011-06-15 Thread Rossko
> I had tried that method but as I was using a form to post to get mapping > directions the +to: etc just gave errors. You probaly need to URL encode stuff, the + in particular I'd guess > I just did not understand the APIv3 method of getting directions, It's completely unrelated to what you are

[Google Maps API v3] Re: Is this truly a v3, no key, api?

2011-06-15 Thread Rossko
> http://maps.google.com/maps/geo?q=%s&output=%s&key=%s > > Is the key required, or does the above URI fall under the new V3, key-less, > functionality? Here is the documentation for the v2 Geocoder sevice http://code.google.com/apis/maps/documentation/geocoding/v2/index.html#GeocodingRequests A

[Google Maps API v3] Re: Style Colours

2011-06-14 Thread Rossko
> I still maintain that there are better ways to implement this. The obvious > limitation of this approach is, as I said, that where a programmer is given > a palette to use by a designer, it prevents the programmer from achieving an > exact colour for a feature without manually playing around with

[Google Maps API v3] Re: fitBounds does something strange

2011-06-14 Thread Rossko
> Well, the thing is - if you zoom one level in - you still have all the > markers on the map. Aha, I don't see that at all - I can't see the odd "i" marker in China when zoom in one. I expect it all looks rather different depending on screensize?? >(or is the api adding some 100px on left and r

[Google Maps API v3] Re: Rookie Migrating to V3

2011-06-14 Thread Rossko
> Firefox is telling me this: > > Error: document.getElementById("latbox") is null It speaks the truth In your HTML http://groups.google.com/group/google-maps-js-api-v3?hl=en.

[Google Maps API v3] Re: fitBounds does something strange

2011-06-14 Thread Rossko
> As you can see:http://labs.compojoom.com/index.php/hotspots#!1when > the map loads everything seems fine. > If you click on the first category icon(a big i) a toolbar on the > right with all hotspots will open, the markers are loaded again and > this time fitBounds centers the map so that a 150px

[Google Maps API v3] Re: Simple add waypoint to directions

2011-06-14 Thread Rossko
> I had tried the paramaters with no luck but now you have shown me the > right forum, I have posted in there. It might be more useful to share the attempt that didn't work, as by asking "how do I .." you'll just get pointed to the how-to info again, that you already know apparently This works ht

[Google Maps API v3] Re: calling function in Info window

2011-06-14 Thread Rossko
> place is in scope, That's not what "it gives the error that place is undefined object" says. Functions run from onclick run in global scope, standard javascript stuff. If only we could see your map in action, ah well. -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Re: Rookie Migrating to V3

2011-06-14 Thread Rossko
Partly, it is not clear what you want now. Your v2 map doesn't work outside of IE - are you looking for a fix for that, or don't care anymore? Your v3 map is still unknown to us, but presumably when you're ready it'll be shared and we can hopefully point at the problem(s) -- You received this me

[Google Maps API v3] Re: calling function in Info window

2011-06-14 Thread Rossko
> how to call addPlace in html content by passing a parameter used in > javascript Make sure that any variables used, like 'place', are in scope at the time of the click -- 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] Re: Dealing with markers.

2011-06-14 Thread Rossko
> I get a nice information window when I hover but I want it to be visible all > the time. Then make it so. http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows Nothing in your code snippet makes any infowindows at all. The 'title' option gives a marker a 'tooltip'

[Google Maps API v3] Re: How to access uds.js securely

2011-06-14 Thread Rossko
> Thanks.  I'm sure its in the docs somewhere but I'm just learning the > maps api now. It's not a part of Maps docs http://code.google.com/apis/websearch/docs/ "Instead of loading the Web Search API from http://www.google.com/uds, load the common loader from https://www.google.com/jsapi"; re

[Google Maps API v3] Re: Turn off auto-zoom for KMLs

2011-06-14 Thread Rossko
> How can I remove this "auto-zoom" functionality and set the map so > that when a KML is turned on the map does not change zoom extent? You could try the documentation http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers see options preserveViewport -- You received

[Google Maps API v3] Re: Simple add waypoint to directions

2011-06-14 Thread Rossko
> I apolgise if this is not the right forum but I am using v3 to display a map > on a website. mm, but your directions form doesn't use v3 API at all. It's just a hotlink to maps.google.com (in its co.uk disguise) Forum for maps.google.com http://www.google.com/support/forum/p/maps?hl=en There i

[Google Maps API v3] Re: Name in search result and on google map not matching

2011-06-14 Thread Rossko
Sounds like a question for http://www.google.com/support/forum/p/maps?hl=en -- 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 gr

[Google Maps API v3] Re: Problems with Map rendering in IE7

2011-06-13 Thread Rossko
> on a live server as its an internal page at my company. Then you'll have a Premier licence which comes with support from Google ... -- 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-m

[Google Maps API v3] Re: JQuery, Ajax Problem Gif Animation

2011-06-13 Thread Rossko
> please help me how to enable gif animation inside marker, Make sure you set the 'optimized' marker option to false http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions If you want more specific help, you'll probably have to give a clue and show us your page --

[Google Maps API v3] Re: Maps Api v3 works but markers disappear in joomla possible js conflict?

2011-06-12 Thread Rossko
> In normal html it is working as expected with markers and info windows. see here http://vippartyzone.com/dev/google-test8.html Doesn't work for me due to bad HTML

[Google Maps API v3] Re: fitBounds does something strange

2011-06-11 Thread Rossko
> http://labs.compojoom.com/index.php/hotspots You're still giving strings in Hotspots.parseHotspots var position = new google.maps.LatLng(hotspot.latitude, hotspot.longitude); You've got more than one data item like this id=111 latitude=123.00 longitude=12.34 This is not on plan

[Google Maps API v3] Re: fitBounds does something strange

2011-06-11 Thread Rossko
> Here are few screenshots:http://compojoom.com/images/maps/map_markers.PNG Looks remarkbly like this map did http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/5d70e7a01e94ca2a/867b56fbae09fbc8 Looks like bad coordinates, one of the markers being north of the north pole or

[Google Maps API v3] Re: Message: Invalid argument. Line: 27 Char: 56 URI: http://maps.gstatic.com/intl/nl_nl/mapfiles/api-3/5/6a/main.js

2011-06-11 Thread Rossko
> I removed the adsense code from the page and now the error is gone. Some background here http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/97f518a2bd7d080e/dcd3362c6aa1d4b9 You have a bunch of things run on $(document).ready, such as map building, map parameter populatin

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

2011-06-11 Thread Rossko
> Hi ,  news on this ? There is a related issue / enhancement request http://code.google.com/p/gmaps-api-issues/issues/detail?id=3033 currently marked "won't fix" A new request has been opened at http://code.google.com/p/gmaps-api-issues/issues/detail?id=3397 to which you could add your 'star' (v

[Google Maps API v3] Re: Store locator

2011-06-10 Thread Rossko
> You think only if I keep my > own db it would possible? It depends what you want in your results and where you are operating ; if you are trying to show stores that stock your product for example, you'll need your own datasource. If you want to know the half-dozen nearest coffee shops, that is o

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-10 Thread Rossko
> service.getDetails seems to be use for a unique request, so i can't > use it for my whole first search (looking for store in a radius) Yes, that is what the documentation says. > have > I need to put it after the search method. Yes, because you need the unique key that comes in the search resu

[Google Maps API v3] Re: Beginner looking for guidance

2011-06-10 Thread Rossko
> Thanks for the suggestions - I've looked into using the places API via the > web service and it finds local results fine, but when extended by making the > radius several hundered miles it doesn't return enough results. Enough for what? You could just ask Asda where their stores are? -- You r

[Google Maps API v3] Re: Store locator

2011-06-09 Thread Rossko
> to query a store locator service to find out which store (may be by > name - ex. > Shaws) is closest to one of the nodes. I'm not sure how you might do that unless you know where "Shaws" is. It's easy enough once you store the locations of the places you are interested in. > I think it should b

[Google Maps API v3] Re: any feature to categorize markers at different region-levels which unfold on drill-down

2011-06-09 Thread Rossko
> Is any customization possible to provide me the required output? Sure, modify the clusterer script to cluster on your chosen criteria instead of on-screen distance; I guess that would be zoom level and some property/properties of markers that you assign or find out - "country" etc. -- You rece

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-09 Thread Rossko
+" "+place.formatted_address); > > > >           infowindow.open(map, this); > > > > > On Jun 8, 11:58 am, Alex wrote: > > > > > > Yes, the problem came from the string. > > > > > Using the results[0].geometry.location object,

[Google Maps API v3] Re: IE8 bug: An Unspecified error in main.js

2011-06-09 Thread Rossko
> Please help investigate it. How? We cannot see what you are doing. Sounds like a timing race condition. -- 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.

[Google Maps API v3] Re: script with gwt?

2011-06-09 Thread Rossko
> I wish to leverage the existing google maps v3 javascript and want it to > work on the gwt u.i. There were some tips in reply to your previous post http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/78858a16946d6d79/b706c7750b5a5ad0 Can you say what was lacking, so that a

[Google Maps API v3] Re: Reverse geocoding - getting street, city, country and zip code

2011-06-08 Thread Rossko
> So I moved my marker to Islington and the response from google > geocoder contains Islington as the locality. Greater London is set as > the administrative_area_level_2. You might not like the way it works, but that sounds correct to me. A peculiarity of London's administrative and postal offic

[Google Maps API v3] Re: Zoom Extents of Markers : Google Map API v3

2011-06-08 Thread Rossko
> At present i have the following code which is successful in displaying the > map and its markers but i can not get the map to zoom to the extents, at > present it is set to specified zoom level. I can't see anywhere in your code where you have even tried to achieve that? Have a look at some of t

[Google Maps API v3] Re: Reverse geocoding - getting street, city, country and zip code

2011-06-08 Thread Rossko
> Now when I go over London, England I get really confusing results. > Instead of the city being London, the geocoder tells me that it is > either great london, lambeth or another boroughs of london. > > There is one area of 1-2 square km that is mapped to London, > everything else is not london fo

[Google Maps API v3] Re: 2 maps

2011-06-08 Thread Rossko
> Actually I am trying to show two google at a time on different tabs. It is > not rendering showing the half map. One of many similar postings - http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/b15d7e78c5ba0fd0/4b71c2aa6aac90d8 -- You received this message because you a

[Google Maps API v3] Re: Traffic Map for France available?

2011-06-08 Thread Rossko
> France traffic was available with the V2 API, and now this option is > not available (just see Italy, England,... traffic) , it is normal? Recent postings http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/b574fbe69d51ae74/099bcdfa8446e86b http://groups.google.com/group/g

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-07 Thread Rossko
> I updated the code with changes you requested. Now all the script > looks running well, but still no marker on the map. In your new callback - var locationArea = results[0].geometry.location.lat()+", "+results you make a string, then var storeArea = new google.maps.LatLng(locationArea); L

[Google Maps API v3] Re: Multiple Geocoding - Places and Markers

2011-06-07 Thread Rossko
> I wanna mix the geocode function used to find a place (here : Paris > France, but it'll be generated dynamically by the user in the final > website) with the place marker function. That's fine, that's what geocoding is for. > In the example above, i tried to match the "Nike" places (stores for

[Google Maps API v3] Re: rectangles by area in square meters

2011-06-07 Thread Rossko
> I have data about  areas in square meters. I want to show this data on the > map as moveable rectangles (all four edges  in the same length) . Isn't that a square? > Which is the best way to do that ? It's schoolbook geometry. For a given area, find the square root, that gives the length of y

[Google Maps API v3] Re: Hello World doesn't work

2011-06-07 Thread Rossko
> Well, I did notice the ? before, and I know it must be > { and not ?. Okay, I needn't have wasted your time telling you that, as you already knew. At least now we all know the problem has nothing to do with the Maps API > I wonder if it's the new PHP editor I installed yesterday that does > th

[Google Maps API v3] Re: zoom factor that all markers are visible

2011-06-07 Thread Rossko
> i have got a problem. With the following code i put serval Markers on the > map. Then i tried to > fit the map that all markers are shown in the window. > > i tried this with the fitBounds() method. But it don´t work? Because you are geocoding your markers, it doesn't happen in that order. Geoco

[Google Maps API v3] Re: how to do routing in the gmaps API?

2011-06-07 Thread Rossko
> I intend to make applications likehttp://gothere.sg/maps > if I can use the Gmaps API to make it? Yes, you can use the Google Maps API to help you make the maps part. Start here - http://code.google.com/apis/maps/documentation/javascript/ It can also help you with driving directions. You'll nee

[Google Maps API v3] Re: Mouse Event Listeners Not Working Anymore...

2011-06-06 Thread Rossko
> I have had a map page up on my site for some time now with mouse move > and right-click event listenets. Recent API releases have changed marker rendering, it would appear this can change mouseover functionality, see http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/6ac3b

[Google Maps API v3] Re: Hello World doesn't work

2011-06-06 Thread Rossko
> I tried to do the same on my server, so I created a test file with > exactly the same HTML code, but the map doesn't even show up: > > http://www.bananatrips.cl/teste.php Well it's not exactly the same. Use 'view source' in your browser, I can see function initialize() ? var myLatlng

[Google Maps API v3] Re: slow in internet explorer

2011-06-06 Thread Rossko
> Unfortunately we kind of want the crowded look, so > that it looks obvious people are using the system. Up to you, of course. Search this group for approaches to "hundreds of markers" -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3

[Google Maps API v3] Re: Missing diacritical mark when hover on marker

2011-06-06 Thread Rossko
> I have to believe this has been discussed before but my searching did > not turn up anything on point. Perhaps you're being too specific about maps? Look up limited character sets is tooltip (a browser restriction) -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: mapTypeControl color change

2011-06-05 Thread Rossko
> In Google Maps JavaScript API V3... > how do you change the default blue color of the mapTypeControl? You don't, you make your own custom control to mimic it that you can style however you wish. See http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/94a6069e02cf3eef/83617

[Google Maps API v3] Re: don't show map

2011-06-05 Thread Rossko
> What is the problem on > promocation.nexgenz.com? I guess we are talking about the map at http://promocation.nexgenz.com/map.php linked to by the revealed by the 'View Map' button? I get a grey map with a little strip at the bottom ; looks like you are centering your map to the north of the Nort

[Google Maps API v3] Re: Can get directions to work with HTML5 geolocation..

2011-06-03 Thread Rossko
>     function calcRoute() { >       var start = coords; As said, nothing calls this. When you fix that, the next problem is what the value of the undeclared variable 'coords' might be. There is another 'coords' elsewhere, but as neither is declared anywhere browsers have to guess whether or not y

[Google Maps API v3] Re: Get at Google Maps from a Chrome extension?

2011-06-03 Thread Rossko
> For my extension I want to get at the Map object(s) for any page with one or > maps on it I'm reading that as "I want my extension to 'hijack' maps on arbritary webpages" I don't think Chris' method will work as it relies on the webpage/ script permitting access -- You received this message be

[Google Maps API v3] Re: Getting InfoWindow content on closeclick

2011-06-03 Thread Rossko
> My problem is i cant get the html of the infowindow as it currently > stands when i hit the close button. Why not do it the conventional way, give your form and/or elelements some ID and read the user-set values by script. I'm not at all sure the infowindow object content would be expected to re

[Google Maps API v3] Re: Can anyone teach me how to use "types[]" and "address_components[]"?

2011-06-03 Thread Rossko
> How can I share my link if I'm working on a localhost? You can't, obviously, but that makes it difficult for you to get help. Consider putting your example on some free hosting > My main problem is extracting the City & Country from > a search result. Unfortunately, I'm not familiar working > w

[Google Maps API v3] Re: Clickable Polylines

2011-06-02 Thread Rossko
> http://bfwebdev.nmsu.edu/ADV_ASP_BJM/polylinemap3.html I get a script error, don't you? " poly is not defined " in google.maps.event.addListener(poly,'click', ... Did you mean google.maps.event.addListener(flightPath,'click', ... as you called your polyline 'flightPath' ? The next proble

[Google Maps API v3] Re: Find path array index when click Polyline

2011-06-02 Thread Rossko
> In other words, lat/long 43.1/-114.1 could be crossed more than once on my > trail, is there a way to tell whether it's the first or second of that > lat/long pair that my user is clicking on? How would the user themselves know which one of the umm same point they meant? You need to think on th

[Google Maps API v3] Re: Could someone kindly tell me why polygon fails to load properly when I turn featureType: road visibility off?

2011-06-02 Thread Rossko
> The following URL is the actual problem page - it uses the code attached but > it is "embedded" in other HTML as it stored as CMS > content.http://trainsf4.imeche.org/ I don't see the js error or the poly problem in FF2, but ... There is whitespace before your DOCTYPE declaration, which can co

[Google Maps API v3] Re: GeoLocation - how it works? There is a GPS location?

2011-06-02 Thread Rossko
>  i'm having problem when dealing with the google map API key, when i was > developing the application, the map can't show on the emulator screen, but i > can go to any website. But when i use the debug-mode key, it works. i tried > many time by using the wizard of "export signed application packa

[Google Maps API v3] Re: Why won't this kml marker show up

2011-06-02 Thread Rossko
> test.kml is a single point marker which opens fine in Google Earth to give > the correct location of my house. Unless your KML is at a public URL, you can't show it with KmlLayer. http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers Google's servers have to able to g

[Google Maps API v3] Re: slow in internet explorer

2011-06-02 Thread Rossko
That's the nature of IE, its not very good at rendering hundreds of objects. It's not much of a user experience seeing hundreds of overlapping blobs anyway, pretty meaningless. Have you looked to see what Clusterer does? Visual tidy up, and speed increase due to reduction in visible markers. --

[Google Maps API v3] Re: Posibility to draw polylines and markes on same map ?

2011-06-01 Thread Rossko
> Once map is drawn i want to draw polylines on a large area and when > user click on the polyline it will show the summary info > (Summarylevel) > > Once user zoom-in to detail level indidual markes will show the > details of data (Detail level) > > Is this possible using google maps api ? Yes.

[Google Maps API v3] Re: KML Polyline Doesn't Line Up

2011-06-01 Thread Rossko
> what's the specific problem with the first set of coordinates please? You have to be sure to get longitude and latitude the right way round, as in the KML standard. Your first example is a long way distant from the second example. http://code.google.com/apis/kml/documentation/kmlreference.html#

[Google Maps API v3] Re: how to do routing in the gmaps API?

2011-06-01 Thread Rossko
> I intend to create a bus lane, whether it can display multiple bus lines? Do you mean - "I want to draw bus routes on a map" This may help http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=bus+route "I want Google to show me bus routes" I don't think you

[Google Maps API v3] Re: Google maps API Licensing - OpenStreetMaps

2011-06-01 Thread Rossko
> In this case do we still have to buy the Google Maps Primer License..? Depends how you are using the API, the terms still apply to that, and to any services you use like geocoding -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: How to locate a marker in a markers array?

2011-06-01 Thread Rossko
>   marker.id = id; But take care if assigning your own properties to a marker object and using one- or two-character property names. There is a risk of clashing with a name that Google API may use, now or in the future, with unexpected results. May be best to use something less likely to be used

[Google Maps API v3] Re: Map won't center

2011-05-31 Thread Rossko
> I't seems that the map won't center in any coordinates i try to give. You are adding a KmlLayer to your map. By default, this will recentre the map around your KML. See the docs http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers and use the 'preserveViewport' opti

[Google Maps API v3] Re: toggle KML with checkboxes

2011-05-31 Thread Rossko
There are quite a few discussions about this already http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=toggle+kml -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, sen

[Google Maps API v3] Re: Directions with many paths

2011-05-31 Thread Rossko
> I'm developing an application thats need show in Google Maps many > paths. For example: I person needs delivery 20 itens in a day, the > system have to show the order of delivery in Google Maps. Be careful of the terms of use http://code.google.com/apis/maps/terms.html 10.2(c)(iii) requires you

[Google Maps API v3] Re: How to detect if there is a streetview?

2011-05-31 Thread Rossko
> How can I detect > using code if there is streetview or not? See the docs http://code.google.com/apis/maps/documentation/javascript/services.html#StreetViewService getPanoramaByLocation() -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] Re: How to delete markers before painting new ones on idle event

2011-05-31 Thread Rossko
> Is checking new markers against old ones in the array less "expensive" > than deleting all the markers and redrawing them? Depends. There's more than one way of keeping arrays, e.g. keyed by some ID avoids a lot of searching. Maybe you should just try the simple way, if it is good enough for y

[Google Maps API v3] Re: How to delete markers before painting new ones on idle event

2011-05-31 Thread Rossko
> I know I have to delete all the markers from the map before the new > markers are painted and I know I should probably be using > marker.setMap(null);. > I just don't know how and where to fit it in my code: You can't, unless you somehow remember which markers you put on the map in order to remo

[Google Maps API v3] Re: XML Parsing Error

2011-05-30 Thread Rossko
> on others it fails giving an XML Parsing Error - Not a maps issue, you might find better guidance in php tutorialsetc. > echo $num_rows; ... > header("Content-type: text/xml"); Don't echo before the intended header > function convertArrayKeysToUtf8(array $result) { ... >     return $converted

[Google Maps API v3] Re: Populate map with markers

2011-05-29 Thread Rossko
> the site it`s what I want but it`s a problem because is not only javascript > , it`s php and mysql, can you give me the javascript code with the database > connection and the other stuff. javascript runs in a browser environment on a client, it doesn't 'do' server-side functions like database in

[Google Maps API v3] Re: Populate map with markers

2011-05-28 Thread Rossko
> and where can I found something I need? Your need (so far as we are told) "would like to populate my map with markers that I store in mySQL database" This article in the section you were pointed to http://code.google.com/apis/maps/articles/phpsqlajax_v3.html is described as "Shows how to use PH

[Google Maps API v3] Re: setMap(map) - does it require any event to work

2011-05-28 Thread Rossko
> // Global variables > var map; Okay > function onSuccess(position) ... >         var map = new google.maps.Map(... Here you create a new 'map' in local scope to onSuccess() which won't be available to other functions -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Re: Add an image item to an XML file and show it on Google Maps

2011-05-27 Thread Rossko
> I'm trying to add a category "image" to an XML file with markers that > are rendered on a Google Map with a sidebar. This is a v2 API example but shows the technique you need http://econym.org.uk/gmap/example_map6b.htm -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Re: what is the quota limit for directions services calls

2011-05-27 Thread Rossko
Did you read this part? > Note: the Directions API may only be used in conjunction with displaying > results on a Google map; using Directions data without displaying a map for > which directions data was requested is prohibited. -- You received this message because you are subscribed to the Goo

[Google Maps API v3] Re: replacing default red-dot.png in maps API when markerclusterer after zooming into single marker!!??

2011-05-27 Thread Rossko
> I have assigned an icon of my choice, but the markerclusterer is probably > overwriting those icons. Only if you've made it do that. Here's an example that shows un-clustered markers with custom icons http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/advance

[Google Maps API v3] Re: Only want ONE PLACEMARK to be able to be added!

2011-05-27 Thread Rossko
> var marker; Okay, 'marker' is null > function initialize() { ... >         while (marker.lng() == null)  //this should test if a marker 'marker' is still null. It doesn't have a .lng() method, so there is an error. I think you should check how javascript while-loops work. http://www.w3schools

[Google Maps API v3] Re: replacing default red-dot.png in maps API when markerclusterer after zooming into single marker!!??

2011-05-27 Thread Rossko
> I am using MarkerClustrer. After sufficiently zooming in on markers, they > are separating out, but the image is default red-dot.png that google > provides. What icon do you assign to the markers that you create, before you hand them to the clusterer to manage for you? -- You received this mes

[Google Maps API v3] Re: Only want ONE PLACEMARK to be able to be added!

2011-05-27 Thread Rossko
> I'm trying to use the code on this Samples page, but I only want to allow > ONE MARKER to be created, NOT multiple Perhaps if you change your code so it didn't create a new marker at each click ? > ... I even tried declaring > variable outside of function initialize(), and that changes the erro

Re: Re : Re: [Google Maps API v3] Re: KML Layers - Stack Order Wierdness.

2011-05-26 Thread Rossko
> have exactly the same issue. I would like a kml to display first lines, > markers, and after groundoverlays. If you find any way to do so (even with > more than one kml) I would be very happy if you were able to let us know! > Thanks! > Cyril Look up a few posts for the answer " Toggling a layer

[Google Maps API v3] Re: GGeoXML Google Maps Problem

2011-05-26 Thread Rossko
> > Sorry I didn't realize that GGeoXML was no longer in Version 3, however I> > > > have tried it with 2 and 3 without any luck. Seems a bit muddled here, you are NOT loading v3 ofthe Maps API,

[Google Maps API v3] Re: Need help with google map.

2011-05-26 Thread Rossko
> Thanks J. What I am trying to do is plot an arbitrary map, of a made up > place. You can use the API with your own custom map http://code.google.com/apis/maps/documentation/javascript/maptypes.html#CustomMapTypes you can arbritarily assign 'real world' coordinates, or you can use some custom coo

[Google Maps API v3] Re: Map doesn't interact on Opera and Firefox

2011-05-26 Thread Rossko
> address:http://89.202.129.148/GENSO/ "FW-1 at tpzfw-02: Failed to connect to the WWW server." -- 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 uns

[Google Maps API v3] Re: geocoding encoded polyline query limit after 200

2011-05-25 Thread Rossko
Google services are rate-limited as well as quota limited. > Can any one help? or best practice regarding how to go about doing > something like this? If you need to make more calls than the free service allows, you'll need to buy a Premier licence. With no idea why you would want to get hundred

[Google Maps API v3] Re: GGeoXML Google Maps Problem

2011-05-25 Thread Rossko
>      Hi I'm having an issue using GGeoXML in my Google Map. There is no GGeoXml in the v3 Maps API, the subject of this group. The v2 API has a group at - http://groups.google.com/group/Google-Maps-API >     I'm currently getting the kml file from a Google My Map I had made. When > I use this w

[Google Maps API v3] Re: MarkerImage and canvas

2011-05-25 Thread Rossko
> http://dreamfalcon.com/mapstesting/icon-complex_no_canvas.html I can confirm your observation in FF2 as well, using scaledSize in a MarkerImage appears to force unoptimized rendering (no Canvas) Might be a limitation or an oversight ; suggest logging an issue This one is possibly linked http://c

[Google Maps API v3] Re: Map doesn't interact on Opera and Firefox

2011-05-25 Thread Rossko
> The interface is on:http://172.26.20.20/GENSO/ Bounces "The connection to the server was reset while the page was loading" Internal private address? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Re: KMLLayer.tilesloaded?

2011-05-25 Thread Rossko
> I wonder if there is some way of checking or if there is some event > one can use to se wether kml layer has been loaded? You could search previous posts, example http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/7b5c5c7161ddceba/1c297818895ec3f7 -- You received this me

<    4   5   6   7   8   9   10   11   12   13   >