| Summary: | Support for ESRI shapefiles | ||
|---|---|---|---|
| Product: | [Applications] marble | Reporter: | Henry de Valence <hdevalence> |
| Component: | general | Assignee: | Thibaut Gridel <tgridel> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | marble-bugs, nicolas, tgridel |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Henry de Valence
2008-07-09 19:45:54 UTC
Maybe you can consider QGis for such a job. We plan to have shape file support in the future. In fact John Layt is currently investigating it :) Git commit b20410b68d74fa760e17ee5567971fe34c3c3b56 by Thibaut Gridel. Committed on 18/12/2011 at 18:17. Pushed by tgridel into branch 'master'. SHP Plugin REVIEW: 102867 A +16 -0 Findlibshp.cmake M +1 -1 src/QtMainWindow.cpp M +5 -0 src/plugins/runner/CMakeLists.txt A +16 -0 src/plugins/runner/shp/CMakeLists.txt A +34 -0 src/plugins/runner/shp/ShpPlugin.cpp [License: LGPL] A +29 -0 src/plugins/runner/shp/ShpPlugin.h [License: LGPL] A +181 -0 src/plugins/runner/shp/ShpRunner.cpp [License: LGPL] A +34 -0 src/plugins/runner/shp/ShpRunner.h [License: LGPL] http://commits.kde.org/marble/b20410b68d74fa760e17ee5567971fe34c3c3b56 |