Skip to content

Releases: jumpinjackie/fdotoolbox

FDO Toolbox 1.5.3

17 May 13:23
Compare
Choose a tag to compare

Release v1.5.3 (1.5.3.205)

Changelog

  • [#78]: Setting up a bulk copy no longer breaks down if source connection has 0 spatial contexts
  • [#4]: Loading a bulk copy definition file will now try to use existing connection names if possible
  • [#80]: Update ExtendedCoordSys.txt file with one from FDO trunk and add CS alias for GDA2020
  • [#82]: Fix bad configuration support check that prevented us from being able to create PostgreSQL connections with configuration documents
  • [#84]: Fix bad scale/precision modification when modifying a class definition to suit the target connection's capabilities
  • [#85]: Allow deleting schemas in Data Store Editor in standalone mode
  • [#86]: Add missing coordsys normalization logic for spatial context dialog in Data Store editor
  • [#87]: Add Geometry Visualizer to Tools menu
  • [#88]: Do not blind update spatial contexts in Data Store editor. Only update SCs that actually changed.

For expanded coordinate system transformation support, you can download the extra grid files and extract the contents to the Dictionaries directory of your FDO Toolbox installation

FDO Toolbox 1.5.2

15 Sep 16:55
Compare
Choose a tag to compare

Release v1.5.2 (1.5.2.190)

Changelog

  • [#76] Handle empty geometries in data preview
  • [#77] Fix list-connection-params command to not require --connect-params if --provider is given

FDO Toolbox 1.5.1

19 Oct 10:47
Compare
Choose a tag to compare

Release v1.5.1 (1.5.1.180)

Changelog

  • [#70] Fix XML configuration export when association properties are involved
  • [#71] Updated to MGOS 4.0 Preview 2 binaries

FDO Toolbox 1.5

06 Jul 15:34
Compare
Choose a tag to compare

Release v1.5.0 (1.5.0.175)

Changelog

Enhancements:

  • [#43 ]: CS-Map / MgCoordinateSystem integration
    • Fetching of spatial contexts will now auto-fill WKT from the coordinate system catalog if not set (and coordinate system name is set)
    • New FdoCmd.exe commands for interacting with the coordinate system catalog
      • enumerate-cs-categories
      • enumerate-cs
      • find-cs-by-code
      • find-cs-by-epsg
      • cs-code-to-wkt
      • epsg-to-wkt
      • is-valid-wkt
      • wkt-to-cs-code
      • wkt-to-epsg
    • Existing FdoCmd.exe enhanced with CS transformation / resolution support
      • copy-class now supports transforming geometries
      • copy-class can use the cooordinate system catalog to infer spatial context overrides
      • create-spatial-context now supports --from-epsg or --from-code to allow filling in SC information from the resolved coordinate system
      • get-class-extents now supports transforming the result to a target coordinate system
      • query-aggregates now supports transforming geometries
      • query-features now supports transforming geometries
    • Bulk Copy enhanced with transformation options
    • MapGuide Maestro's coordinate system picker ported over to FDO Toolbox
      • Used to auto-complete any UI involving spatial contexts or WKT fields
    • Dump to SDF/SQLite context menu command now supports transformation
  • [#66]: libpq.dll/libmysql.dll now bundled with FDO Toolbox, allow for MySQL and PostgreSQL providers to work out of the box
  • copy-class will no longer try to create spatial contexts for names that already exist on the target connection

Fixes:

  • [#53]: Restored missing CommandLine.dll that made FdoCmd.exe non-functional
  • [#58]: Incompatible geometry types not removed when fixing incompatible classes before a bulk copy
  • [#57]: Allow auto-generated identity data properties to be demoted if it cannot be promoted
  • [#61]: FdoCmd.exe should not return exit code of 0 if failing with missing parameters

Other:

  • [#65]: list-datastores command output tweaked for better shell scriptability support

Important Note about Coordinate System support:

Due to installer size considerations, the FDO Toolbox installer only bundles the core CS-MAP dictionary data files and does not include the big country-specific grid files. As a result certain coordinate system transformations will fail without these files preset. These grid files are available in the Dictionaries_CountryGrids.7z file. To install these grid files, download this archive, extract the files (with 7-zip into the Dictionaries folder of your FDO Toolbox installation

FDO Toolbox 1.4.1

10 Jun 16:25
736dd42
Compare
Choose a tag to compare

Release v1.4.1 (1.4.1.138)

  • [#50]: Improve stability when working with SQLite data files

FDO Toolbox 1.4

05 Jun 05:04
Compare
Choose a tag to compare

Release v1.4.0 (1.4.0.124)

Changelog

  • #21, #34: FDO Toolbox is now 64-bit only
  • #35: Now targets .net Framework 4.8
  • #30: Updated to FDO 4.1
  • Installer will detect and automatically install .net Framework / MSVC 2015 runtime if required
  • #36: OGR specialized connection UI now supports new provider connection properties
  • #25, #44: New FdoCmd.exe CLI that replaces FdoInfo/FdoUtil
  • Improved Bulk Copy
    • #9: Bulk Copy tasks can now be executed in-place without needing to save first
    • #10: New UI to add multiple feature classes to copy instead of adding one-by-one
    • #11, #37: New "override" feature for source spatial contexts that need to be copied
    • #19: Auto-map will now try to map to an equivalent target property regardless of case
    • #40: Allow nominating the name of a class that needs to be created
    • #41: Fixed various corner cases
    • #46: You can now choose to create any target class with an existing target spatial context instead of having to copy from the source
  • #13: Data store dropdown in RDBMS connection dialog is now editable, you no longer need to connect and enumerate the list of data stores first to proceed.
  • #18: Disregard nullable flag in auto-generated properties when applying schema
  • Data Preview Enhancements
    • #20: Tab is now suffixed with connection name
    • #27: New context menu to preview the first 1000 features
  • Removed various cruft and unsupported features
    • #39: Removed scripting engine support
    • #42: Removed connect support for Autodesk commercial FDO providers
    • #48: Removed Sequential Process support

FDO Toolbox 1.3

07 May 10:24
Compare
Choose a tag to compare

Changes

  • Updated to use FDO 3.9
  • Updated to use .net Framework 4.5
  • #3: Added more lenient string - number conversions when bulk copying
  • #2: Queries made during a bulk copy now use fully qualified class names
  • Last selected directory is remembered when saving a task
  • Cancellation is properly handled when saving a task

In addition to .net Framework 4.5, FDO Toolbox 1.3 requires the Visual C++ 2012 Redistributable to be installed