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

Subject: [xsl] Do you have XSLT code that solves the Point-in-a-Polygon problem?
From: "Roger L Costello costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 8 Dec 2020 18:00:19 -0000
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

Current Thread