Do you have XSLT code that solves the Point-in-a-Polygon problem?

"Roger L Costello [email protected]" <[email protected]> Tue, 8 Dec 2020 18:00:32 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
Hi Folks,

The Point-in-a-Polygon problem is this:

Given: 	v = a lat/long value
 	p = a series of (lat,long) pairs representing a polygon

Determine if v is within p.

Question: Do you have XSLT code which solves the Point-in-a-Polygon problem?

/Roger 
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386
or by email: [email protected]
--~--