[Google Maps API v3] Re: What is the proper method to store or reference multiple marker data

2011-08-22 Thread Rossko
> Could anyone suggest a particular posting I should read or perhaps > have a better idea what key words I should use to find this answer > myself? Taking the risk of being exposed as somehow obsessed with post count, I searched for 'marker custom ID' and saw a few posts that I think are relevant.

[Google Maps API v3] Re: Hide/show infoboxes?

2011-08-22 Thread Rossko
> var name = []; 'name' is perhaps risky, does it still fail using 'banana'? Will it work if declared using var name = new Array() ? -- 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: PHP Won't output XML at least I think that's the problem....

2011-08-21 Thread Rossko
> require("phpsqlajax_dbinfo.php5"); If there is whitespace in that file outside of its markers, it will get output to the browser. If anything gets output to the browser before header("Content-type: text/xml"); it will fail. Anything ; any whitespace or error or warning message. It is ver

[Google Maps API v3] Re: Labels too small in Android

2011-08-21 Thread Rossko
> Hi, I have an app that uses google maps v3 api, it was working fine, but > recently it seems the labels in Android phones (NX One) seems really small > and are difficult to read. Sounds like a variation of this earlier thread http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thr

[Google Maps API v3] Re: Query Limit Problem/Question

2011-08-19 Thread Rossko
> Is there a call that can be made to get your current query limit? Nope. > If > not, does the 2500 calls allowed happen in a sliding window? Are > there > hourly limits to prevent flooding? Not an hourly limit exactly, but there are rate limits to prevent abuse. Exactly what they are isn't dis

[Google Maps API v3] Re: resource interpreted as image but transferred as text/html while showing map

2011-08-18 Thread Rossko
> When the button is clicked now, I am getting this error message, and the > image is not loaded anyway. "resource interpreted as image but transferred > as text/html while showing map" You could look at similar threads in this group http://groups.google.com/group/google-maps-js-api-v3/search?grou

[Google Maps API v3] Re: Making Routes For Multiple Destinations With All Have The Same Origin

2011-08-16 Thread Rossko
> Is it possible to make routes for multiple destinations and each of the > destination is coming from the same origin?  For example, Sure, but there are limits ; search this group for "multiple directions" > A --> B > A --> C > A --> D Consider reducing traffic by requesting A-B-A-C

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-14 Thread Rossko
> I'm trying to pinpoint location of 61A de bauvoir road,London,n1 5au the > '61A' is not being included in the result.. Do you know the actual location of 61A? It may be above, behind, inside 61 and so not available to streetview anyway? -- You received this message because you are subscribed

[Google Maps API v3] Re: Is it possile to geocode only the center/middle of a street

2011-08-13 Thread Rossko
> but I need a way to only > geocode as if there was no street number provided You will need to find some other geocoding service. The Google service does the best it can to geocode to one particular address. Or you will need to develop your own algorithm that strips off frontdoor numbers to le

[Google Maps API v3] Re: Encoded polylines with levels

2011-08-12 Thread Rossko
> In v2, GPolylines had an array of levels in addition to the array of > points, so that some points would only by displayed at some zoom > levels. Does this feature still exists in  v3? Not needed. Recent thread, found by searching this group for 'encoded levels' http://groups.google.com/group/go

[Google Maps API v3] Re: does the directions renderer only accept one argument?

2011-08-12 Thread Rossko
If you want to set options without destroying previous options, you might try the setOptions method provided http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRenderer -- You received this message because you are subscribed to the Google Groups "Google Maps JavaS

[Google Maps API v3] Re: Adding random marker, ensuring it does not fall upon water body

2011-08-11 Thread Rossko
> I'm wondering if anyone know whether it is possible to add a marker > randomly, making sure it doesn't appear on any unrealistic point such > as a body of water? Recent thread on the topic http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/6d40dd6fbf94d55f/d6ce47ecc74dd298

[Google Maps API v3] Re: Dynamically adding a marker along a specific radius within a specific radial

2011-08-11 Thread Rossko
> I'm wondering if anyone can shed some light on how I might do the > following...I would like to add a random marker at some distance away > from another marker, but only within a specific radial (or degree > range, if that makes any sense). Thedre are usefdul algorithms on this page http://www.m

[Google Maps API v3] Re: Working KML example - Can I work on a local KML file

2011-08-11 Thread Rossko
> New link to maphttp://cs1.ucc.ie/~nmh2/uccMap.html > Making the kml file xml helps - however for some reason the marker > that should be over UCC is in the artic ... > I've tried reversing the lat long values. Look again now. When you use KmlLayer your KML is cached at Google, including any err

[Google Maps API v3] Re: Advice regarding autozoom to fit 2 markers

2011-08-11 Thread Rossko
> Thanks for your reply but I don't quite follow, I haven't omitted any > letters from my variable which I previously defined, the above code > was 'var latlng = new google.maps.LatLng(lat1,long1)'. Compare and contrast with var bounds = new google.map.LatLngBounds(); map / maps ?? -- Yo

[Google Maps API v3] Re: html handling geoxml feed

2011-08-11 Thread Rossko
> how can i do this, > > 'You could just have the code fill in the columns as it goes, without > needing to know the total number expected.' Column pointer = 1 loop over column data do whatever with data into column indicated by pointer increment pointer if pointer > max (say four)

[Google Maps API v3] Re: Custom directions rendering

2011-08-11 Thread Rossko
> Well I looked at the currently documented api for the DirectionsStep > object ... and this does not appear to provide the necessary data. > For example, it does not provide a latlngBounds object which could be > conceivably used to request a static map. > It does not provide either a method to re

[Google Maps API v3] Re: Advice regarding autozoom to fit 2 markers

2011-08-11 Thread Rossko
> please help me! Help others to help you, provide a live link to your webpage so that it can be debugged easily. You are already setting the centre with an averaging method, so we might expect that not to change much when using a bounds method. Your markers appear to be half a world apart, so we

[Google Maps API v3] Re: Is it possible to get public transit directions via the API?

2011-08-11 Thread Rossko
http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=public+transit&qt_g=Search+this+group -- 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: Missing points on Google Map show up on custom map

2011-08-10 Thread Rossko
> http://sa.rochester.edu/thetachi/anthroLibMap/test-map.php Unfortunately I still get a markerless map and a $ error, http://sa.wdev.rochester.edu/thetachi/anthroLibMap/jquery-1.6.2.min.js cannot be found by my browser - I get a DNS error rather than a 404 Looking at http://maps.google.com/maps

[Google Maps API v3] Re: Missing points on Google Map show up on custom map

2011-08-09 Thread Rossko
> http://sa.rochester.edu/thetachi/anthroLibMap/map.php I get a zero-sized map, so I can't see any markers at all. This uses API v2, the forum for that is here - http://groups.google.com/group/Google-Maps-API I get important looking javascript errors "$ is not defined" Looks like your jquery is

[Google Maps API v3] Re: Remove map type controls(Satellite/Map/Terrain)

2011-08-09 Thread Rossko
forum for maps.google.com http://www.google.com/support/forum/p/maps?hl=en If you want an 'inactive' map, have you looked at Static Maps? http://code.google.com/apis/maps/documentation/staticmaps/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Maps API v3 in Wordpress?

2011-08-09 Thread Rossko
> Just seems like it would work right > there in Wordpress. It might, if you get the HTML to obey the rules. You have a tag presumably put there by Wordpress and a tag presumably edited in. Only one of those tags triggers the Map rendering code. Only one is allowed, so browsers have to guess wh

[Google Maps API v3] Re: Marker Label

2011-08-08 Thread Rossko
> What is the easiest way to label markers using the javascript api? You could try MarkerWithLabel or StyledMarker http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

[Google Maps API v3] Re: Incomplete Documentation!

2011-08-07 Thread Rossko
> When I'm newcomer   to a technology/product I usually start with the minimum > code/configuration and then add up  to it and watch the effect of every step > that I make. So I call the map constructor witch has only one required > parameter - mapDiv:Node. But nothing meaningful happens - just som

[Google Maps API v3] Re: Overlaying Route Resizes the Viewport

2011-08-05 Thread Rossko
> I have created a map of the UK at zoom level 6 that fits my content page. I > have overlayed a route on it which is defined by start and end coords. When > the route is drawn, it resizes the map to a much smaller level. Is there any > way I can make it keep the zoom level of the original map? Pr

[Google Maps API v3] Re: From Info Windows to a Database

2011-08-05 Thread Rossko
> i am in dire need of help. Start here http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- 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@googlegr

[Google Maps API v3] Re: Utterly confused and frustrated...

2011-08-05 Thread Rossko
> I've gone into google's map maker and started to build > some of our campus buildings yadda yadda yadda, they show up if you search > the college on google maps - but when I pull the same location in via the > maps api - none of the buildings I've made show up rendering what I'm doing, > pointles

[Google Maps API v3] Re: Google Map for my website HELP

2011-08-04 Thread Rossko
> I've been reading and reading and I still cannot find EXACTLY How to > post or embed a GOOGLE MAP on my website. I thought all I had to do > was Copy/Paste the html code into my website but all I see is the text/ > link on my website: ''VIEW LARGER MAP". I do not see the Actual map on > my websit

[Google Maps API v3] Re: search the best (optimized) place

2011-08-04 Thread Rossko
> Can anyone please help me in this Not really. We have no idea even how you are "creating a route". Guessing that you might be using the Directions service, you probably aren't taking account of its asynchronous nature. If you fire off multiple requests the results may not come back in the same

[Google Maps API v3] Re: Can I access Street view images

2011-08-03 Thread Rossko
> you can do something like: > > this works for me Only until you are found out. Check the terms of use for Google's content http://code.google.com/apis/maps/terms.html 10.1.1. General Restrictions. (a) No Access to Maps API(s) except through the Service. You must not access or use the Maps API(s

[Google Maps API v3] Re: Merge my db with establishment types request

2011-08-03 Thread Rossko
> That's what I'm thinking but wouldn't that mean that I would have to have > stored the establishment type against each entry on my db Well, yes. How were you expecting the client-side javascript to be able to distinguish between them? Once you've stored the type, you might as well search it at

[Google Maps API v3] Re: Problem with Adding & Removing KMLs as Map Overlay

2011-08-03 Thread Rossko
> I am trying to add two KML file as overlay to my map but I have > problem with removing them. Comes up quite often http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=kml+checkbox You need to keep individual references to KmlLayers you create, 'myMap' will n

[Google Maps API v3] Re: Lots of markers

2011-08-03 Thread Rossko
> Hello, just after some general advice really; I need to create a page where > the user can see the nearest, say, 10 markers to their position. My SQL > Server contains around 700 of these points, which I need to somehow load for > use within Javascript. Some ideas here http://code.google.com/api

[Google Maps API v3] Re: Problem with KML(*.kmz) Scale level

2011-08-03 Thread Rossko
> I tried to change the Layer Output Scale into very large scales when I > using the Layer to KML tool, but nothing changed! and the kmz file > change the scale which I do not want to do it! No idea what "Layer Output Scale" is. Guessing that you are using KmlLayer, you should look into the option

[Google Maps API v3] Re: API unable to load PNG image in KMZ file

2011-08-02 Thread Rossko
> Okay. I have fixed my PHP, silly error. But now I get no GET error in > console, and the PNG image still does not load. Works in maps.google.com, sometimes it takes time for changes to get through the caching. -- You received this message because you are subscribed to the Google Groups "Googl

[Google Maps API v3] Re: How can i get all the lat,longs between two points (lat,longs) along a road network in Google Maps API?

2011-08-02 Thread Rossko
>    Is there a way to get all the lat,longs between TWO points (lat,longs) > along a road network in Google Maps API? It would take a very long time ; there are an infinite number of points along any line. You can get points at intervals along a line. Or you can get places around a line, starte

[Google Maps API v3] Bad requests on custom tile overlays

2011-08-01 Thread Rossko
> KML Filehttp://1537news.com/share/Ward5TheftPM.kml It's bad form to hijack completely unrelated threads, your KML issue has nothing to do with custom tile overlays. Better to start a new thread of your own, for effective responses. There's an unencoded ampersand in your KML -- You received th

[Google Maps API v3] Re: Save new position of the dragged marker

2011-07-31 Thread Rossko
> Has anyone gotten this to work or is it something I'm missing? It works. Can't say if you are missing something, or adding something unwanted, as we can't see what you are doing. http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- You received this message because you a

[Google Maps API v3] Re: Place AutoComplete Passing Results

2011-07-31 Thread Rossko
> later on I try to pass  but I get this error when using FireBug in FF > to debug: > > document.getElementById("street") is null The Places service is asynchronous. "later on" is prrobably not later on at all, but long before the results have actually returned from Places and used to populate th

[Google Maps API v3] Re: Geocoder fail

2011-07-30 Thread Rossko
> I was testing the geocoder and no matter what I type I can't get it to come > back with the MEN Arena, Manchester, UK but if I put the same thing in the > search on google maps it comes back with Manchester Evening News Arena, > Manchester as expected. It's a business/facility. The geocoder sea

[Google Maps API v3] Re: Reverse Geocoding does not works if I return the result in a function

2011-07-30 Thread Rossko
> Now I know where is the problem, can you give me a little example of > code to store geocode's result in a variable (such as userPosition) ? It's a useless undertaking ; the rest of your code will not know when the variable has been populated in the callback function. Do whatever you want to do

[Google Maps API v3] Re: Reverse Geocoding does not works if I return the result in a function

2011-07-30 Thread Rossko
> It seems this function was called after the rest of all the code. > Why? Because it is asynchronous. geocoder.geocode( {'address': address}, function( ... ) { ... } only sends a request to Google. The callback function is NOT run at this time. The browser then carries on and executes the cod

[Google Maps API v3] Re: Direction Service Request problem

2011-07-29 Thread Rossko
> Can anyone tell me any idea to solve this problem? You might implement a queue. Send a request for the first item in the queue. When the response comes, process it. Remove the completed item from the queue. Look to see if there is a next request in the queue, and send that. Beware of the terms

[Google Maps API v3] Re: Display all the lats and longs in my mysql tables.

2011-07-29 Thread Rossko
> I would be very thankful if someone help me solve my problem . which is I > have website to display all retailer's in one map. > providing the google map api with each retailer longitude and latitude . how > to do that ? http://code.google.com/apis/maps/articles/phpsqlajax_v3.html -- You recei

[Google Maps API v3] Re: can i change the thickness of the border on a google.maps.Circle

2011-07-29 Thread Rossko
> subject pretty well says it all. > I would like to change the thickness of the google.maps.Circle border You could always try the documentation http://code.google.com/apis/maps/documentation/javascript/overlays.html#Circles strokeWeight option looks promising http://code.google.com/apis/maps/doc

[Google Maps API v3] Re: their different between the google maps and the api i got why?

2011-07-29 Thread Rossko
>  i didn't found any details their .. why ??? See other postings in this group for this area http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=israel&qt_g=Search+this+group -- You received this message because you are subscribed to the Google Groups "Goo

[Google Maps API v3] Re: Only return certain places results based on internal database

2011-07-28 Thread Rossko
> I can > store just the company name in the database, and then filter out the results > Google returns in the specific location  against my DB of names.  It will > kick out the ones not included in the filter, and only show the businesses > in the filter. Yes. That's not a maps issue, not even a

[Google Maps API v3] Re: Making Javascript Geocoding requests from the server-side

2011-07-28 Thread Rossko
>    - The javascript API V3 geocoding service says that the javascript >    geocoding service requests are "rate-limited" .. Are they rate-limited >    per (client / client session) per client IP address >    - Can I make requests to the Javascript Geocoding service from my server, Why wouldn't

[Google Maps API v3] Re: Only return certain places results based on internal database

2011-07-28 Thread Rossko
> it would help if I had a small city > wide project.  I am talking nationwide search results.   Not sure what you mean there, you can't get nationwide results from the Places API. Anywaya, it's not a maps question. The format of results is described in the docs, you are going to have to process

[Google Maps API v3] Re: Only return certain places results based on internal database

2011-07-27 Thread Rossko
> Because some businesses are national chains they have thousands of physical > stores across the USA. If a user searches for coffee in San Francisco i want > to limit the place search results to just the businesses that match a name > from my db. So, you want to filter search results against a

[Google Maps API v3] Re: Reverse Geocoding does not works if I return the result in a function

2011-07-27 Thread Rossko
> Please, can you help me? geocoder.geocode({'latLng': latLng}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { do your jquery stuff here } else { alert("Geocoder failed due to: " + status); } } -- You received this message b

[Google Maps API v3] Re: Can not display Google Earth Kml file on Google Map

2011-07-27 Thread Rossko
>    http://113.160.17.10/test/polyline.kml(Work just well on Google Earth) It's 9Mb There are limits on file size http://code.google.com/apis/kml/documentation/mapsSupport.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

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

2011-07-26 Thread Rossko
> Better: (for those who's pages have to be reloaded (F5) to repair the > main.js unexpected error Better still, fix the error instead of trying to hide it. Can't advise further, your page is no longer available. -- You received this message because you are subscribed to the Google Groups "Goo

[Google Maps API v3] Re: Can Google map api provide an URL for a given lat,lng of source location and destination location ?

2011-07-26 Thread Rossko
If you want to use a Map API, but don't want to use the javascript or static APIs, I think that only leaves the Flash API http://code.google.com/apis/maps/documentation/flash/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To p

[Google Maps API v3] Re: Create custom overlay image

2011-07-25 Thread Rossko
> there ought to be a way to drag an overlay on to a map and then just resize > and move it until it fits perfectly and then it tell you the lat lng of the > top left bottom right. ideally. Bit like this? http://maps.huge.info/goverlay.htm -- You received this message because you are subscribed

[Google Maps API v3] Re: Google Maps KmlLayer Service choking (error 500) on server output

2011-07-25 Thread Rossko
Have you looked at other threads about KML and 500 error? http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/7f524b61448e1077 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send ema

[Google Maps API v3] Re: mapss.Marker icon sprite css class

2011-07-24 Thread Rossko
> I was wondering if it would be possible to use a sprite image from css > to save http requests on maps api v3 ? No, but you can use sprites http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/85581465a15b025d/b42ef00eace12cbb -- You received this message because you are s

[Google Maps API v3] Re: R: Re: R: Re: nearby cities

2011-07-23 Thread Rossko
> It 'can be done using only the API V3? No. The Google Places API http://code.google.com/apis/maps/documentation/places/ is the nearest tool for finding 'things within a radius', but its more about businesses and facilities than 'cities'. This old post might help http://groups.google.com/group/g

[Google Maps API v3] Re: Longitude and Latitude Javascript Question

2011-07-22 Thread Rossko
> I tried some more things as you all suggested and nothing. :( The one we can see is still trying to get the .value of a Won't work. Not a maps problem. You have invalid multiple sections too -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: marker animation stop when new begins

2011-07-22 Thread Rossko
> If any one good give me some pointers that can be implemented into the > above code > i would be grateful. You probably want to: Find out how to un-animate your marker Write your code to remember the current animated marker. When triggered, first check if a marker is currently animated, and if s

[Google Maps API v3] Re: Longitude and Latitude Javascript Question

2011-07-22 Thread Rossko
>             var latitude = > parseFloat(document.getElementById('ctl00_ContentPlaceHolder1_lblLatitude')­.value); Your element is a , I don't think they have 'value' property. example suggestion from googling http://www.vbforums.com/showthread.php?t=339864 -- You received this message because

[Google Maps API v3] Re: R: Re: nearby cities

2011-07-22 Thread Rossko
> view the city closest to the one selected within 10km. Ah okay, that is not what the autocomplete example does. It shows things spelled a bit like the text entered so far, doesn't relate to distance from any starting point. If you want to find things within a distance of some point, you could

[Google Maps API v3] Re: Determine if a point is in the sea

2011-07-22 Thread Rossko
I don't mean to discourage you from making an enhancement request, but a) it might not be as easy as you think since I doubt the geocoder database even holds the necessary information at present b) definition of "sea" needs careful thought and won't suit everybody. e.g. inland seas and lakes, rive

[Google Maps API v3] Re: Determine if a point is in the sea

2011-07-22 Thread Rossko
> Sounds like a "work-around" really. It is. Some landmass is below sea level, some folk would include e.g. the Great Lakes as "sea" and some wouldn't, etc. etc. It's up to you engineer something different if you want it. Example, maintain a database of polygons of world landmass and point-in-p

[Google Maps API v3] Re: Print google map together with marker!

2011-07-22 Thread Rossko
> window.print() works well. ... > Appreciate if you could give me some suggestion. Thanks a lot! Okay, you're happy with print. What do you want a suggestion for, copying the map to save? Not allowed. -- You received this message because you are subscribed to the Google Groups "Google Maps J

[Google Maps API v3] Re: Determine if a point is in the sea

2011-07-22 Thread Rossko
> Is there a way to determine if a given lat/lng is in the sea ? Search in the v2 group, where it has cropped up a few times. The Elevation service has become available since many of the discussions. http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=test+water http://g

[Google Maps API v3] Re: google Earth API Plugin 6.0.3.2197 License ?

2011-07-21 Thread Rossko
> We would like to know if Google google Earth API Plugin  6.0.3.2197 requires > licese for official use in the offices or it is a free. Google google Earth API Plugin support group - http://groups.google.com/group/google-earth-browser-plugin/topics Terms of use http://code.google.com/apis/maps/t

[Google Maps API v3] Re: Roteirização

2011-07-21 Thread Rossko
> Existe alguma forma de trocarmos esses icones por icones proprios? Custom markers for Directions http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/8d2ec845bc8aa600/ae0a2737bcd6eff1 -- You received this message because you are subscribed to the Google Groups "Google Map

[Google Maps API v3] Re: nearby cities

2011-07-21 Thread Rossko
> I built a form with autocomplete but I can not see the nearby cities that > included. Can you help me? What are you expecting to happen? -- 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 goo

[Google Maps API v3] Re: InfoWindow problem: bad/wrong visualization

2011-07-21 Thread Rossko
> here's the link

[Google Maps API v3] Re: Kml - Polygon boundary, id and description

2011-07-21 Thread Rossko
> but it is there right now Not for me > Ah, is there a way to validate my kml for the api? More than one http://www.google.com/search?q=kml+validator although these only validate the KML. They will not tell you if there are any KML features included that aren't implemented in Maps (not every

[Google Maps API v3] Re: mapping a different planet

2011-07-21 Thread Rossko
> My question is: how is one supposed to do this? I.e. how to "wipe" the > whole earth, how to slice the image into tiles accordingly, how to > code in the changes properly? Have a look through some of these http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=

[Google Maps API v3] Re: Terms of services - Using Google Maps on mobile phones

2011-07-20 Thread Rossko
> The terms of services say that I must include a live Google Map wherever I'm > using the information that I get with the API... but I can't show a Google > Map in a text message. That seems clear enough > Is that ok to just add: "(c) Information provided by Google Maps" at the end > of the mess

[Google Maps API v3] Re: Kml - Polygon boundary, id and description

2011-07-20 Thread Rossko
Duplicate id attributes are invalid in any kind of XML, you can't complain if your invalid file doesn't render the way you expect it to. The fact that some renderers are less picky than others doesn't make it any less invalid. id attributes beginning with numbers are invalid too, by the way. All

[Google Maps API v3] Re: Having trouble using KML overlays for states and countries

2011-07-20 Thread Rossko
> but nothing happens when I link up the KML file into my map Can't see your KML, can't see your map http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- 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: Problem with Polygons while migrating from 3.3 to 3.5

2011-07-20 Thread Rossko
> Is the path option of PolygonOptions a part of the public API? I don't see > it in the API reference. Well, 'paths' strictly speaking http://code.google.com/apis/maps/documentation/javascript/reference.html#PolygonOptions It is there in the english language version, you may be getting redirected

[Google Maps API v3] Re: Kml - Polygon boundary, id and description

2011-07-20 Thread Rossko
> add that there are some repeated id's, and of course i do it on > purpose). Why? Duplicate id attributes are invalid in any kind of XML, you can't complain if your invalid file doesn't render the way you expect it to. -- You received this message because you are subscribed to the Google Group

[Google Maps API v3] Re: KML with Checkboxes... DESPERATE!!!!!

2011-07-20 Thread Rossko
> The adress > is:http://jaume.comule.com/es/encuentra_tu_distribuidor_ausa/index.html Check the javascript error report in your browser, I get "missing } after function body" which shouldn't be too hard to find -- You received this message because you are subscribed to the Google Groups "

[Google Maps API v3] Re: Inconsistency between directionService and directions webservice

2011-07-20 Thread Rossko
> Well, DirectionsRenderer.setDirection() seems to be the only > function there is to render the result, right? Yes, the only dedicated function at least. You can write your own renderer - its just placing markers, drawing a line, add text paragraphs etc. If you said why you need the data server

[Google Maps API v3] Re: Inconsistency between directionService and directions webservice

2011-07-20 Thread Rossko
> Well, DirectionsRenderer.setDirection() seems to be the only > function there is to render the result, right? Yes, the only dedicated function at least. You can write your own renderer - its just placing markers, drawing a line, add text paragraphs etc. If you said why you need the data server

[Google Maps API v3] Re: Why the distance value of Maps Api is different of the maps.google ?

2011-07-19 Thread Rossko
> in Maps v3 API computeDistanceBetween(), you got > 155566.80511451405...but.. That's a straight line > in maps.google:http://bit.ly/rjFyxL, you got: 187 km !!! That's a distance by road -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] Re: Scrolling/Dragging restriction ability?

2011-07-19 Thread Rossko
> Does anyone know another forum I could post this question? You don't even have to post, just search http://stackoverflow.com/questions/3818016/google-maps-v3-limit-viewable-area-and-zoom-level -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript

[Google Maps API v3] Re: Inconsistency between directionService and directions webservice

2011-07-19 Thread Rossko
> Comparing both results shows that the overview_path field is missing > on the webservice result and the path field on each step is missing. > > Any clue on what to do about it? Yes, for use with the Directions renderer use the API interface it is designed to work with, not the http service that

[Google Maps API v3] Re: Reverse Geocoding does not works if I return the result in a function

2011-07-19 Thread Rossko
> I have a lot of data (markers) to geocode from coordinates to address > and I'm looking for a dynamic way to do that. Have a read of http://code.google.com/apis/maps/articles/geocodestrat.html before you decide how to go about that. -- You received this message because you are subscribed to th

[Google Maps API v3] Re: 3 of the same photo appearing when using geoxml3?

2011-07-18 Thread Rossko
> quick version, i added photos to a map using picasa. i then downlaoded the > kml of that map in picasa and renamed it as a .xml extension but for some > reason 3 photos appear of the same? Picasa has put each of your photos in its own in the KML. All placemarks are placed on the map. I gues

[Google Maps API v3] Re: how can i overlay multiple images into the same map?

2011-07-18 Thread Rossko
> i have one overlay in one part of the map but then i want to load another in > an different part of the same map? I see several icon images on your map already. Would you not just add more placemarks to your KML? -- You received this message because you are subscribed to the Google Groups "G

[Google Maps API v3] Re: Polyline not showing/working in Internet Explorer

2011-07-18 Thread Rossko
Never mind the , what is a doing in the middle of a table fragment?! Guess - there are two but only one has the onload -- 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] Re: Marker Problem

2011-07-17 Thread Rossko
> The problem is, that always the same information is put into the list. That would suggest that 'marker' isn't what you think it is when your click listener is executed. It doesn't matter if you want to have an infowindow or not, the techniques used to get individual infowindow contents wil also

[Google Maps API v3] Re: Multiple Maps on One Page

2011-07-16 Thread Rossko
> This may be a syntax thing, Firebug tells me there is a missing closing curly bracket. I don't know exactly where, it's difficult to spot the way your code is laid out. Using indents may make it easier for you to find. More seriously, you have two functions called initializeMap() ; definitely

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Rossko
> Thanks Rossko for the answer, however...some how it works in IE. Then it's time to follow the posting guidelines, start your own new thread since it has nothing to do with this one, and also give a link to your map that is having problems. -- You received this message because

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-16 Thread Rossko
> Anyone knows what could be the possible problem? Yes. It's nothing to do with problems the OP is having here. It's because downloadUrl() is asynchronous in nature. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

[Google Maps API v3] Re: Markers on Map not clickable (> v3.3)

2011-07-15 Thread Rossko
Have a try with the new marker optimized option set false http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions -- 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 t

[Google Maps API v3] Re: Converting from API v2 to API v3 and MarkerClusterer (v3)

2011-07-15 Thread Rossko
> http://www.springfieldmnchamber.org/pages/springfieldmnmap Find out how to see the javascript errors your browser reports ; I get missing } after property list at this line map.addControl(new GLargeMapControl()); and sure enough the preceding line is missing a curly bracket amnongst oth

[Google Maps API v3] Re: I am getting an error in the markermanager.js at line 764 saying "minX is null or not an object

2011-07-15 Thread Rossko
Won't go wrong in my old FF browser, but it might have something to do with (re)creating new MarkerManager objects in the same variable for each geocode results set. Maybe make only one and re-use. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Earth on Google Map API V3

2011-07-15 Thread Rossko
Have you seen http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/docs/reference.html -- 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

Re: Отг: Re: [Google Maps API v3] Kml overlay on java api. New points not plotted?

2011-07-14 Thread Rossko
> Here it is:http://garnet2k.dyndns.org:8080/map.html You are not defining any centre for the map when you initialize it -- 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] Re: Polyline in a Loop

2011-07-14 Thread Rossko
> while ( != null)  { I think the problem is that you misunderstand how php works. php scripts generally run to completion, "printing" a page of HTML. When the php script ends, the finished page of HTML is sent to the browser. So, for while ( != null) php will "print" the current value of the va

[Google Maps API v3] Re: Google Maps polygon convex or not ?

2011-07-14 Thread Rossko
> Is there anyway in Google Maps  through which I can know whether > the polygon created is convex ? No, but you can write code to use well-known algorithms http://www.google.com/search?q=algorithm+to+test+convex+polygon > If it is a convex polygon how can I > know whether a point is within the p

[Google Maps API v3] Re: KMZ File Issue

2011-07-14 Thread Rossko
> So I can load my KMZ files into Google Maps no problem by searching > for it. > > http://www.eggtv.tv/magic.kmz I can't; maps.google.com says "file not found" -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gr

<    2   3   4   5   6   7   8   9   10   11   >