Opened 15 years ago
Closed 8 years ago
#4 closed defect (fixed)
Passage information should be supported in more export formats
Reported by: | Olly Betts | Owned by: | Olly Betts |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.30 |
Component: | aven | Version: | 1.1.12 |
Keywords: | Cc: |
Description (last modified by )
Currently exporting doesn't allow you to include passage information in some formats which really ought to allow it:
- HPGL? Is this still used?
- GPX? Doesn't seem to support polygons - draw tracks along the walls?
Change History (15)
comment:1 Changed 13 years ago by
Milestone: | → 1.2.2 |
---|---|
Priority: | major → minor |
comment:2 Changed 13 years ago by
Milestone: | 1.2.2 → 1.2.3 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.2.3 → 1.2.4 |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.2.4 → 1.2.5 |
---|
comment:5 Changed 13 years ago by
Milestone: | 1.2.5 → 1.2.6 |
---|
comment:6 Changed 13 years ago by
Milestone: | 1.2.6 → 1.2.7 |
---|
comment:7 Changed 11 years ago by
Milestone: | 1.2.7 → 1.2.8 |
---|---|
Status: | new → assigned |
comment:8 Changed 11 years ago by
Milestone: | 1.2.8 → 1.2.9 |
---|
comment:10 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | Exports should include passage information → Passage information should be supported in more export formats |
comment:11 Changed 10 years ago by
Description: | modified (diff) |
---|
The skencil project seems to have ceased development ~5 years ago, so enhancing skencil support doesn't seem useful.
comment:12 Changed 10 years ago by
Description: | modified (diff) |
---|
Added support for EPS in [33fd7d5a4766851dcb84ce38a82cff62cbf93092/git].
Not sure if HPGL is actually used these days - should probably check before putting a lot of effort into improving support for it...
comment:13 Changed 8 years ago by
Added support for passage polygons to KML in [f2cb1010705c32db8c39a7cc4a3e9b31e7ce6348].
comment:14 Changed 8 years ago by
Description: | modified (diff) |
---|
And for walls and cross-sections to KML in [e63994ca8b0816b2fe5b637af9948add36111da5/git].
comment:15 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I think this isn't worth doing for HPGL in the absence of any indication anyone is using it - nobody said they were in the thread a few months ago, though that did get rather side-tracked: https://lists.survex.com/pipermail/survex/2016-June/thread.html).
GPX doesn't seem to have a sensible way to include passages (tracks along the walls doesn't seem a good approach). I think for exporting to a GPS, something like exporting to garmin's "IMG" format is probably the answer, assuming there's a suitable library to write it. But that's a new export format, not extending an existing one.
So closing.
Now implemented on trunk for some formats (SVG and DXF), which will be in 1.2.7. Other formats can be done later.