Changes between Version 9 and Version 10 of PerlMapScriptExamples35


Ignore:
Timestamp:
Jan 29, 2009, 6:48:15 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerlMapScriptExamples35

    v9 v10  
    2929    Given a shapefile name, a coordinate, & an item name this routine will select a shape, select all the shapes with the same item value, & create a shapefile of the selected shape(s).
    3030
    31 tcounts.pl submitted by Lowell.Filak <lfilak@medinaco.org> (verified to run under 3.5 & 3.6.1)
     31  * [wiki:PerlMapScriptExamples35ex8 tcounts.pl] submitted by Lowell.Filak <lfilak@medinaco.org> (verified to run under 3.5 & 3.6.1)
    3232
    3333    Given the name of an existing palm database and the name of an existing point shapefile this routine will append the points in the pdb to the shapefile. ** Given just the name of an existing shapefile the routine will attempt to use pilot-xfer to download the pdb file and append the points to the shapefile. ** Given just the name of an existing pdb file this routine will create a new shapefile of the points in the pdb file. ** Given neither name this routine will attempt to use pilot-xfer to download the pdb file and create a new point shapefile from it.