~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/dxf2shp_converter/README

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
 *Copyright (C) 2008 Paolo L. Scala, Barbara Rita Barricelli, Marco Padula *
 
3
 * CNR, Milan Unit (Information Technology),                               *
 
4
 * Construction Technologies Institute.\n";                                *
 
5
 *                                                                         *
 
6
 * email : Paolo L. Scala <scala@itc.cnr.it>                               *
 
7
 *                                                                         *
 
8
 *   This is a plugin generated from the QGIS plugin template              *
 
9
 *                                                                         *
 
10
 *   This program is free software; you can redistribute it and/or modify  *
 
11
 *   it under the terms of the GNU General Public License as published by  *
 
12
 *   the Free Software Foundation; either version 2 of the License, or     *
 
13
 *   (at your option) any later version.                                   *
 
14
 ***************************************************************************/
 
15
 DXF2SHP Plugin converter
 
16
 
 
17
We've just developed and partially tested this plugin that converts a DXF file
 
18
into one or more vector layers in QGIS;  it can also extract labels from the
 
19
DXF file and inserts the data (string, x, y, z, angle) in the dbf file of a new
 
20
point layer populated with points located where the labels should be rendered.
 
21
The purpose is to let Mapserver render them.
 
22
 
 
23
The plugin uses shapelib and dxflib to convert and create the shp files.
 
24
For any suggestion or criticism, please contact us at:
 
25
 
 
26
scala@itc.cnr.it
 
27
barricelli@itc.cnr.it