Changes between Version 18 and Version 19 of PerlMapScriptExamples35


Ignore:
Timestamp:
Jan 29, 2009, 7:07:10 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerlMapScriptExamples35

    v18 v19  
    4747    Simple script to project a shapefile given 2 Proj.4 projection definition strings.
    4848
    49   * [wiki:PerlMapScriptExamples35ex12 plsscalc.pl] submitted by Puneet Kishor <pkishor@geoanalytics.com> (Not really a MapScript example, but potentially useful for mapping apps)
     49  * [wiki:PerlMapScriptExamples35ex12 plsscalc.pl] submitted by Puneet Kishor <pkishor@geoanalytics.com> (Not really a !MapScript example, but potentially useful for mapping apps)
    5050
    5151    Given a township, range, section, quarter-section, and a search radius in miles, this script will spit out all the quarter-sections within the search radius of the origin. Assumes regular and continuous coverage of PLSS.
     
    5353  * [wiki:PerlMapScriptExamples35ex13 thin.pl] submitted by Stephen Lime <steve.lime@dnr.state.mn.us>
    5454
    55     (thin.pl) is perl mapscript that does line thinning. It's a port of the ArcView? thinning script. A bit slow but seems to work fine.
     55    (thin.pl) is perl mapscript that does line thinning. It's a port of the !ArcView thinning script. A bit slow but seems to work fine.
    5656
    5757  * [wiki:PerlMapScriptExamples35ex14 query_points.pl] submitted by Eric Bridger <eric@gomoos.org>
     
    6363    A new and improved version of query_points.pl. Shows how to create a dynamic point layer which responds to queryByPoint() and will return your numeric database key values.
    6464
    65 bound add.pl
     65  * [wiki:PerlMapScriptExamples35ex15 bound_add.pl]
    6666
    6767    Given the name of an existing polygon shapefile this routine will add 4 fields to the dbf file for the least bounding rectangle for each polygon and populate those fields.