Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
GPolygon has arrived.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Williams  
View profile  
 More options Nov 20 2006, 3:55 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Mon, 20 Nov 2006 08:55:37 +0000
Local: Mon, Nov 20 2006 3:55 am
Subject: GPolygon has arrived.
In API v2.69 in Firefox.

The first four parameters control the border and are exactly the same as
for GPolyline, i.e.
        Array of GLatLngs
        Colour
        Weight
        Opacity
Then the next two parameters control the fill
        Fill colour in the format "#RRGGBB"
        Fill opacity, a number between 0 and 1.

If the Boundary Weight is zero or absent, then the boundary drawing
routine is not called.

If the Fill Colour is absent, then the fill drawing routine is not
called.

If either Opacity value is zero or absent, then a corresponding default
value is used.

The shape need not be closed.

If the boundary crosses itself, then the interior region is not filled.

It doesn't seem to work in MSIE6, and even GPolylines don't seem to work
in MSIE6 with v2.69. MSIE6 doesn't like the API line
        if(h.lat&&h.lng)
where h is one of the GLatLng()s in the input array, so h.lat is a
reference to the GLatLng.lat() method. MSIE complains that
        h.lat is null or not an object
I guess it's not an object, it's a method "function(){return this.Ph}.

--
The Blackpool Community Church Javascript Team
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dfd  
View profile  
 More options Nov 20 2006, 8:56 am
From: "dfd" <frank.durstew...@online.de>
Date: Mon, 20 Nov 2006 05:56:52 -0800
Local: Mon, Nov 20 2006 8:56 am
Subject: Re: GPolygon has arrived.
Works for me in FF 2.0, Opera 9.1 and MSIE 6, all on win2k.
If the boundary crosses itself, the inner region is filled.

frank aka dfd


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dfd  
View profile  
 More options Nov 20 2006, 9:00 am
From: "dfd" <frank.durstew...@online.de>
Date: Mon, 20 Nov 2006 06:00:14 -0800
Local: Mon, Nov 20 2006 9:00 am
Subject: Re: GPolygon has arrived.
Strange, with the IE-Tab-Extension in FF2 it doesn't do... With IE it
does.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ScienceMan  
View profile  
 More options Nov 21 2006, 11:38 am
From: "ScienceMan" <Alan.S...@sbcglobal.net>
Date: Tue, 21 Nov 2006 08:38:05 -0800
Local: Tues, Nov 21 2006 11:38 am
Subject: Re: GPolygon has arrived.

Mike Williams wrote:
> In API v2.69 in Firefox.

...

"Arrived" as in you have noticed it in this version of the API, or is
there further info. to this announcement?  Is the Google team or
another party (you?) responsible for this addition?  Where can we look
for more?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jacob  
View profile  
 More options Nov 21 2006, 12:14 pm
From: "Jacob" <jacob.reim...@gmail.com>
Date: Tue, 21 Nov 2006 17:14:18 -0000
Local: Tues, Nov 21 2006 12:14 pm
Subject: Re: GPolygon has arrived.
Google is not doing a great job of updating the documentation for the
API, so Mike's heads up on new developments in the API is a great
source of news, but you will have to do some work yourself to find out
how it works. Even when v 2.69 becomes current it will take some time
before it gets referenced in the documentation and most certainly
longer before all methods and possibilities are documented.

If you want to read more about changes to the API read Mike's changelog
at www.mapki.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Nov 21 2006, 2:11 pm
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Tue, 21 Nov 2006 19:11:08 +0000
Local: Tues, Nov 21 2006 2:11 pm
Subject: Re: GPolygon has arrived.
Wasn't it ScienceMan who wrote:

>"Arrived" as in you have noticed it in this version of the API, or is
>there further info. to this announcement?  Is the Google team or
>another party (you?) responsible for this addition?  Where can we look
>for more?

I noticed it in the API code.

There's lots of undocumented stuff in the API. I've tried to mark all
the undocumented stuff in my unofficial reference. The markings may not
be 100% accurate - I've not checked to see if Google have changed their
documentation for a while.
http://www.econym.demon.co.uk/googlemaps/reference.htm

Sometimes Google document the new stuff when the version that contains
it becomes current. Sometimes they don't.

--
Google Map API Tutorial
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Esa  
View profile  
 More options Nov 21 2006, 2:33 pm
From: "Esa" <esa.ilm...@gmail.com>
Date: Tue, 21 Nov 2006 19:33:45 -0000
Local: Tues, Nov 21 2006 2:33 pm
Subject: Re: GPolygon has arrived.
Great discovery. Works perfect with SVG. See behaviour of a draggble
polygon:
http://esa.ilmari.googlepages.com/dragpolygon.htm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Blanke  
View profile  
 More options Nov 21 2006, 4:00 pm
From: "Stefan Blanke" <mapsgr...@webmop.de>
Date: Tue, 21 Nov 2006 13:00:23 -0800
Local: Tues, Nov 21 2006 4:00 pm
Subject: Re: GPolygon has arrived.
Win XP with IE7 does fine. Its just slower than Firefox. No
error-messages at all. By the way,
does anyone have a good link to a tutorial or knowlege how to draw own
shapes like
circles etc.? What do i have to do to add own VML and SVG tags to the
map? I had
problems with VML and  <DOCTYPE> definitions on my first tests, didn't
try SVG yet.

Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Blanke  
View profile  
 More options Nov 21 2006, 4:21 pm
From: "Stefan Blanke" <mapsgr...@webmop.de>
Date: Tue, 21 Nov 2006 13:21:33 -0800
Local: Tues, Nov 21 2006 4:21 pm
Subject: Re: GPolygon has arrived.
Win XP with IE 6 is ok too. No bug around. Did you use a non MS patch
because of that VML exploit?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
warden  
View profile  
 More options Nov 21 2006, 5:22 pm
From: "warden" <webmas...@diochi.org.uk>
Date: Tue, 21 Nov 2006 14:22:10 -0800
Local: Tues, Nov 21 2006 5:22 pm
Subject: Re: GPolygon has arrived.
Yup. Good demo, Esa. It does work in IE6 (unpatched for VML).

Andrew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »