Downloadliste

Projektbeschreibung

Dxf2PostGIS is a tool to convert DXF files to
PostGIS geometry tables. A single DXF file is
converted to a PostgreSQL/PostGIS SQL script to
create and populate 5 tables, using the AutoCAD
information of point, line, polyline, text,
circle, and insert.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-21 20:09
1.2.28

Das Hauptformular hat eine neue Option: "Nein Polygone (nur linestrings)". Aktivieren Sie diese Option, um eine "MultiLineString"-Funktion geben Sie statt eines "Polygon" Feature-Typ zu erzeugen. Ein neues "Help on-line"-Button wurde hinzugefügt. Links auf diese Schaltfläche, um zu helfen, sowohl in Englisch und Italienisch-Versionen online.
Tags: Major feature enhancements
The main form has a new checkbox: 'No polygons (only linestrings)'. Check this option to generate a "multilinestring" feature type instead of a "polygon" feature type. A new "Help on-line" button has been added. This button links to online help, both English and Italian versions.

2007-04-03 02:05
1.2.22

In der Hauptsache bilden, gibt es eine neue Option: "Generieren" CREATE VIEW "Aussagen". Diese Option wird verwendet, um nützliche Datenbank-Views für jede Kombination von Schicht und Geometrie Art zu schaffen (Punkt, Linie, Polygon-und Text). Ein Blick wird nur erstellt werden, wenn mindestens ein Datensatz vorhanden ist. Dies ist nützlich, um direkt mal als Ebenen in anderen GIS-und WebGIS-Software zu verwalten, z. B. Quantum GIS und UMN MapServer. PostgreSQL 8.2 generateed eine Warnung, wenn die SQL-Skripts Dxf2PostGIS bevölkerten die "path_file_dxf" ein. Dies wurde behoben.
Tags: Major feature enhancements
In the main form, there is a new checkbox: 'Generate "create view" statements'. This option is used to create useful database views for every combination of layer and geometry type (point, line, polygon, and text). A view will be created only where at least one record is present. This is useful to directly manage views as layers in other GIS and WebGIS software, e.g. Quantum GIS and UMN MapServer. PostgreSQL 8.2 generateed a warning when the Dxf2PostGIS SQL scripts populated the "path_file_dxf" field. This has been fixed.

2007-03-19 18:31
1.2.15

Wenn ein Dateiname endet mit ". DXF" Suffix (mit Großbuchstaben), würde die Ausgabe Datei, die zuvor überschrieben (und damit zu zerstören) das Original dxf-Datei. Dies wurde behoben. Die maximale Anzahl von Punkten wurde erhöht, so Polygone und Polylinien können jetzt bis zu 40000 Punkte.
Tags: Major bugfixes
When a file name ends with the ".DXF" suffix (with
upper-case letters), the output file would
previously overwrite (and thus destroy) the
original dxf file. This has been fixed. The
maximum number of points was increased, so
Polygons and Polylines can now have up to 40000
points.

2006-10-13 11:10
1.1.10

Eine Batch-Betriebsart wurde hinzugefügt, um vielen DXF-Dateien auf einmal zu verarbeiten. Eine Option, die nur eine SQL-Code für alle Tabellen-Datei zu erstellen wurde hinzugefügt.
Tags: Major feature enhancements
A batch mode of operation was added to process
many Dxf files at once. An option to generate just
one SQL file for all tables was added.

2006-10-09 12:06
1.1.5

Die Versionsnummer wurde behoben, das offizielle Release auf Sourceforge.net wiedergeben.
Tags: Minor bugfixes
The version number was fixed to reflect the
official release on Sourceforge.net.

Project Resources