Project

General

Profile

« Previous | Next » 

Revision 2639

Added by harris almost 19 years ago

Added an attribute to the metacat shapefile called area_coef which is a function
of the areal extent of the datapackage -- so a datapackage which was related to
a global collection would have a large extent, whereas a 3-foot squared plot
would have a small extent. Also fixed a bug related to the ID field that was
causing errors in ESRI apps.

View differences:

build.xml
1308 1308
     </java>
1309 1309
  </target>
1310 1310
  
1311
  <target name="spatial_option" depends="init" description=" -- compiles code for the spatial option">
1311
  <target name="spatial_option" depends="prepare" description=" -- compiles code for the spatial option">
1312 1312

  
1313 1313
    <echo message="Compiling the metatcat shapefile creator"/>
1314 1314
    <echo message="using the shapelib at: ${shapelib.dir}"/>
......
1317 1317
    </exec>
1318 1318
  
1319 1319
    <exec dir="." executable="g++" os="Linux, Unix" failonerror="true">
1320
     <arg line="build/metacat_shapefile.o ${shapelib.dir}/libshp.a -o bin/test.out" />
1320
     <arg line="build/metacat_shapefile.o ${shapelib.dir}/.libs/libshp.a -o bin/metacat_shapefile" />
1321 1321
    </exec>
1322 1322
  </target>
1323 1323

  

Also available in: Unified diff