Difference between revisions of "Benchmarking 2010/Cadcorp notes"

From OSGeo
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
= Cadcorp Notes =
 
= Cadcorp Notes =
  
''(for the [[Benchmarking_2010]] exercise)''
+
''(for the [[Benchmarking 2010]] exercise)''
  
 
== Software ==
 
== Software ==
Line 17: Line 17:
 
* Cache DBF record data for the current SHP record
 
* Cache DBF record data for the current SHP record
 
* Allow Label Theme to use fill brush and/or outline pen from other Overlay Themes
 
* Allow Label Theme to use fill brush and/or outline pen from other Overlay Themes
 +
* Improved Label Theme "along lines" option, to better suit contour data
  
 
== Data ==
 
== Data ==
Line 54: Line 55:
 
* No changes
 
* No changes
  
[[Category:FOSS4G2010]] [[Category:FOSS4G]]
+
[[Category:FOSS4G2010]]

Latest revision as of 03:28, 23 February 2015

Cadcorp Notes

(for the Benchmarking 2010 exercise)

Software

Cadcorp SIS 7.0

Bugfixes

  • Handle DBF files > 2Gb
  • Support PostGIS geometry columns with 4D (XYZM) geometry type
  • Improved DBF string encoding handling

Enhancements

  • Cache DBF record data for the current SHP record
  • Allow Label Theme to use fill brush and/or outline pen from other Overlay Themes
  • Improved Label Theme "along lines" option, to better suit contour data

Data

Vector

SHP

  • Created *.shp.idx Rtree spatial files via SIS UI

PostGIS

Oracle

  • No changes
  • N.B. CONTOURS table not used: needs investigation

Cadcorp Feature Database (FDB)

  • Created from SHP files
    • One per SHP file, except for contour-* which were merged into a single file
  • Columns not used for styling or labelling ignored, to reduce data transfer sizes
  • Added FC ("feature code") column

Raster

TIF

  • No changes

ECW

  • No changes