Opened 14 years ago
Closed 14 years ago
#1503 closed defect (fixed)
DWF Load Procedures not setting sheet extents
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.1 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The DWF Load Procedure should be initializing the created Drawing Source with all the relevant sheets and their matching extents. The extent information is found within an embedded xml file inside the DWF (DWF files are just zip files)
Otherwise, attempting to preview a DWF-based layer will fail.
Change History (3)
comment:1 by , 14 years ago
Milestone: | Maestro-3.0 → Maestro-4.0 |
---|
comment:2 by , 14 years ago
Milestone: | Maestro-4.0 → Maestro-3.1 |
---|
Note:
See TracTickets
for help on using tickets.
The Drawing Service APIs along with System.Xml.XmlDocument should be sufficient here.
So the current process:
Becomes