[Google Maps API v3] Re: GeoRSS as a KML- change Icons

2011-05-04 Thread geocode...@gmail.com
On May 4, 3:27 pm, COemergency GIS wrote: > Thank you for the lead. I haven't been able to figure out how to use the > tag using the layers method call we used... > > var map = new google.maps.Map(mapDiv, options); > > var layers = [{ >     type: 'KmlLayer', >     id: > 'https://picasaweb.google.

[Google Maps API v3] Re: distance between points v3

2011-05-04 Thread Rossko
> ormaybe I should upgrade my browser to something that handles > html5. That seems to have done the trick, but it might be nice to know > that the geometry library seems to fail on FF<4 Different browsers handle things like passing undefined variables or strings-instead-of-numbers differently

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

2011-05-04 Thread Rossko
> Thanks for the ideas you guys are spot on to the issue- I'll see if this fix > works... Doubt it ; if you don't in some way change the URL you are using to address the source file, you will get the cached version however many times you remove/replace on map. The usual technique takes the form o

Re: [Google Maps API v3] Re: distance between points v3

2011-05-04 Thread Ben Appleton
The geometry library is just JavaScript, no HTML5. If you find a bug please file it and we'll fix it. Thanks Ben On May 5, 2011 9:32 AM, "PeterB" wrote: > ormaybe I should upgrade my browser to something that handles > html5. That seems to have done the trick, but it might be nice to know > t

[Google Maps API v3] Re: distance between points v3

2011-05-04 Thread PeterB
ormaybe I should upgrade my browser to something that handles html5. That seems to have done the trick, but it might be nice to know that the geometry library seems to fail on FF<4 On May 4, 4:06 pm, PeterB wrote: > Hey, > > I've been trying to use the geometry library, but for some reason th

[Google Maps API v3] Re: distance between points v3

2011-05-04 Thread PeterB
Hey, I've been trying to use the geometry library, but for some reason the code is choking when I call the method 'computeDistanceBetween'. I get a 'b is undefined' error emanating from the geometry library. That is...most of the time I get that error. Some of the time I actually am getting workin

[Google Maps API v3] Re: GeoRSS as a KML- change Icons

2011-05-04 Thread COemergency GIS
Thank you for the lead. I haven't been able to figure out how to use the tag using the layers method call we used... var map = new google.maps.Map(mapDiv, options); var layers = [{ type: 'KmlLayer', id: 'https://picasaweb.google.com/data/feed/base/user/coemergency.gis/albumid/55974551

[Google Maps API v3] Re: Fillet a polygon so that it has rounded corners.

2011-05-04 Thread geocode...@gmail.com
On May 4, 1:54 pm, sepoto wrote: > Is it possible to fillet a polygon so the corners are rounded? Yes an no. Each "side" of a polygon will be a straight line between two coordinates. You can add as many "sides" as you like at the corners so they appear rounded. There is no facility to do that

[Google Maps API v3] Fillet a polygon so that it has rounded corners.

2011-05-04 Thread sepoto
Is it possible to fillet a polygon so the corners are rounded? Thank you -- 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 grou

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

2011-05-04 Thread COemergency GIS
After running the exercise I found the fusion table seemed to update the most frequently. Unfortunately the Google My Map seemed to have the longest caching and it happens to be the thing we change the most. Is there any documentation where Google defines how long the caching is for different k

Re: [Google Maps API v3] Give Marker a Custome ID

2011-05-04 Thread محمد رضوان انصارى
Okay :), thankyou all for your support Thanks & Regards, Mohammad Rizwan Ansari محمد رضوان انصارى On Mon, May 2, 2011 at 8:12 PM, Rossko wrote: > But be careful about accidentally using some property name that might be > already in use by the API, like .x or even .id > Best to use names with mo

[Google Maps API v3] Re: Rendering a map with MCV objects on a mobile phone

2011-05-04 Thread Nianwei Liu
It's just not very easy to trap on the marker precisely on a phone compare to using a mouse on desktop. Set max-scale to 1, and practice a few times, you should see it working. On May 4, 7:55 am, Jason <1jason.whatf...@gmail.com> wrote: > Hi there, > > I'm attempting to replicate the functionalit

[Google Maps API v3] Re: How to?

2011-05-04 Thread Rossko
> because how can I get the limits of the map if the hotels are beind > added and added, then how can I know what are the limit in the map and > the correct zoom? The classic 'store locator' article shows you how to do it using a 'bounds' object http://code.google.com/apis/maps/articles/phpsqlsear

[Google Maps API v3] How to?

2011-05-04 Thread rashid herrera
hello. I have a map for hotels populated from a database (lat and long), but I need that when Somebody select a city the map goes to that city and populate all the hotels in that city, and when no city is selected, then show all the hotels in all the places, and that´s the problem because how can

[Google Maps API v3] Re: problem with custom projection

2011-05-04 Thread James
Thanks Rossko. I want to know if any efforts taken to fix the problems. Or at least it's been taken into some accounts already. -- 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-map

[Google Maps API v3] Re: Unable to load maps

2011-05-04 Thread Rossko
>          This is correct file attached The map code still has the same issue, you specify no centre. -- 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.

[Google Maps API v3] Re: problem with custom projection

2011-05-04 Thread Rossko
> I implemented the UTM projection and it seems to work for markers and > tiles,  but does not seem to work properly with rendering polygons and > polylines. That's what the man told you "you may run into problems for polygon and polylines " -- You received this message because you are subscribe

[Google Maps API v3] Re: infoWindows stop displaying after page is scrolled in Mobile Safari.

2011-05-04 Thread Alix Bergeret
Hi again, No reaction? Are we saying we cannot use the Google Maps on iOS, unless it is in full screen mode? This seems a bit strange... Please let us know if we are missing something :) Alix -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScrip

[Google Maps API v3] Re: How I can know when a marker is closed?

2011-05-04 Thread thebit
Hello, thank for your help! I found the error: I typed google.maps.event.addListener(marker, 'closeclick', function() instead of google.maps.event.addListener(infowindow, 'closeclick', function() Now, it works!!! -- You received this message because you are subscribed to the Google Groups "Goog

[Google Maps API v3] Re: Geocode and KML Layer

2011-05-04 Thread geocode...@gmail.com
On May 3, 7:35 pm, Pinball wrote: > Hi Larry, that is pretty similar do what I am trying to do. I'll take > a look through the code, and see if I can work out what it is I am > doing wrong. If you are using KmlLayer, that won't work. You need to get access to the polygons. -- Larry > > Tha

[Google Maps API v3] Re: Geocode and KML Layer

2011-05-04 Thread Pinball
Hi Larry, that is pretty similar do what I am trying to do. I'll take a look through the code, and see if I can work out what it is I am doing wrong. Thanks for the link. On May 4, 7:44 am, "geocode...@gmail.com" wrote: > On May 3, 3:30 am, Pinball wrote: > > > > > > > > > > > Hi, > > > I am wo

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

2011-05-04 Thread DreamFalcon
same problem here On Apr 22, 7:52 pm, mediaXpert wrote: > I would like to see a way to turn off continuous zoom for markers, perhaps > for the marker overlay or for a custom OverlayView in which I could add my > markers. > > It is very disconcerting to see a bunch of icons zoom in large and then

[Google Maps API v3] Re: StreetView and custom MapType.

2011-05-04 Thread giscoda
Hi Charles, I am experiencing exactly the same problem in 3.4. Did you find a solution other than rolling back to 3.3? Thanx -- 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-a

Re: [Google Maps API v3] Re: Restrict searches to one country

2011-05-04 Thread Hari K T
Yes I thumbs up and Thank you . -- 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+un

[Google Maps API v3] Using Google Maps API in commercial products

2011-05-04 Thread iUridium
Hi guys, I just have one very specific case for which I cannot find any deterministic claims whether it fits to free Google Maps license usage or not. Google maps will be placed on web in form of simple PHP application which will have input interfaces (geo location of objects) and as result prese

[Google Maps API v3] Re: problem with custom projection

2011-05-04 Thread James
I implemented the UTM projection and it seems to work for markers and tiles, but does not seem to work properly with rendering polygons and polylines. please see the screenshot which shows the problems: 1) the four markes supoosed to be the four votices of the polygon trying to render, but

[Google Maps API v3] Re: javascript function help

2011-05-04 Thread en4ce
this works for me: On 4 Mai, 15:03, Andrew Leach wrote: > On 4 May 2011 13:16, Keith Brown wrote: > > > my map is giving a weird error I don't understand.  Firebug is saying: > > identifier starts immediately after numeric literal > > optionAUpdate(tU34697, 85A5CC, 0) > > I get a different erro

Re: [Google Maps API v3] javascript function help

2011-05-04 Thread Andrew Leach
On 4 May 2011 13:16, Keith Brown wrote: > my map is giving a weird error I don't understand.  Firebug is saying: > identifier starts immediately after numeric literal > optionAUpdate(tU34697, 85A5CC, 0) I get a different error, but I think you're missing some quotes. tU34697 should be a string, s

[Google Maps API v3] javascript function help

2011-05-04 Thread Keith Brown
my map is giving a weird error I don't understand. Firebug is saying: identifier starts immediately after numeric literal optionAUpdate(tU34697, 85A5CC, 0) What does that mean? My map is here . When map loads, click on one of th

[Google Maps API v3] Rendering a map with MCV objects on a mobile phone

2011-05-04 Thread Jason
Hi there, I'm attempting to replicate the functionality of the following example ( http://code.google.com/apis/maps/articles/mvcfun/step6.html) for use in a mobile phone, however it just doesn't work. The circular shape doesn't render and none of the markers can be clicked / dragged. Is there a

Re: [Google Maps API v3] Re: Problem with map visualisation

2011-05-04 Thread Andr1y
I have fixed all problems. Thanks to all. -- 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

[Google Maps API v3] Re: Unable to load maps

2011-05-04 Thread Rossko
> Hello group, >               Iam unable to load the maps. > Iam getting following error: I don't get an error, but the map is grey because no centre has been specified. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

Re: [Google Maps API v3] Re: Problem with map visualisation

2011-05-04 Thread Andrew Leach
On 4 May 2011 10:33, Andr1y wrote: > Thanks, Rossko > I have renamed my css file and first problem disappeared. That's why reason > was in css file. I'm trying to find and fix this reason. Normally it's because img has a background-color. -- You received this message because you are subscribed

[Google Maps API v3] Re: Problem with map visualisation

2011-05-04 Thread Andr1y
Thanks, Rossko I have renamed my css file and first problem disappeared. That's why reason was in css file. I'm trying to find and fix this reason. -- 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: GeoRSS as a KML- change Icons

2011-05-04 Thread Rossko
> that if you are just using the GeoRSS feed you can't distinguish > icons. Yes, GeoRSS contains no styling information > I also read if you consume it as a KML you can alter the icons. Does > someone have an example of how the coding works for looking at a feed, > using one or two different icon

[Google Maps API v3] Re: Need help displaying the pins (markers) from two DB tables.

2011-05-04 Thread Rossko
> How can I make it so the pin works? You appear to using V2 API, this is the V3 group. V2 group - http://groups.google.com/group/google-maps-api Both of your XML parsing routines begin by clearing the map, so only the last set of data will show. -- You received this message because you are su

[Google Maps API v3] Re: Problem with map visualisation

2011-05-04 Thread Rossko
> 1) First problem is connected to visualization of the map. My problem you > can see on the picture(problem with transparency): Maybe that is your CSS , can't tell from a picture > 2) Second problem manifests itself after after circling pressing  Hide map\ > Show Map. Not all area is filled by t

[Google Maps API v3] Problem with map visualisation

2011-05-04 Thread Andr1y
Hi everyone I'm trying to load map not on initialize but after user click to appropriate link. Algorithm: after user clicking on the link "Show Map" script add new "div" block and creates a new google map. After user clicking on the 'Hide map" appropriate "div" block is destroyed. And I have t

[Google Maps API v3] Re: Google Maps for Java Application in offline version?

2011-05-04 Thread davie
Hi An offline map is not allowed under TOS except where it is under development.(Clause 9.1.1) http://code.google.com/apis/maps/terms.html I don't know if a university assignment can be classed as under development Regards Davie On May 2, 12:16 pm, kortin wrote: > Also please excuse me for mayb