0.10.0-beta
Pre-release
Pre-release
Highlights in this beta release include:
- Added import modes to the
import
command to handle duplicate features based on the feature ID (i.e., gml:id).skip
: Duplicates in the input file are not imported into the database.terminate
: Duplicates in the database are terminated before importing the input file.delete
: Duplicates in the database are deleted before importing the input file.import_all
: All features from the input file are imported without checking for duplicates (default behaviour).
- Added filter options to the
import
command including a feature type filter, feature ID filter, BBOX filter, count filter and appearance options. - Added an option to the
import citygml
command to apply XSL transformations to the CityGML input. - Added an option to the
index create
command to either create partial indexes ignoring NULL values or full indexes on theval_*
columns of theproperty
table (default is partial). - Fixed writing of ZIP files with textures.
- Log files are now truncated at startup.
- Updated 3DCityDB SQL scripts to 5.0.0-beta.2