Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zones on images larger than the screen size and bounding box not drawing on reload #7

Closed
MedievalMatt opened this issue Jan 20, 2015 · 3 comments

Comments

@MedievalMatt
Copy link

Hello,

There are two issues I've run into in trying out the plugin:

  1. I have large image files as I plan to allow people to zoom in to look at details. Because of this I cannot create a bounding box around my zone that fits the file. What I've done as a workaround is used the plugin to draw two boxes, then used the ulx and uly from the first and the lrx and lry from the second to set the limits of my bounding area.
  2. When I create a bounding box using the tool or manually and reload the file the bounding box disappears and I'm left with what appears to be just the image. My understanding from looking at README.md is that the bounding box should appear so long as no manual changes are made in that session.

The file I'm using (which uses the alternate sourceDoc/surfaceGrp/surface setup rather than text/body|facsimile/surface) can be found at http://matthewedavis.net/tei/Clopton_Testament.xml and the image is attached to this note.
sw_test_1

@MedievalMatt
Copy link
Author

Also, thinking about it would it be possible to use the points system with the plugin as well as a future implementation item? I don't always have boxes I need to bound within.

@AlexJitianu
Copy link
Contributor

There is an issue already recorded (#1). I'll add your vote for it.

@AlexJitianu
Copy link
Contributor

I think the issues reported here have been solved by these new features:

  • zoom support (actions on the toolbar or CTRL+mouse scroll). If a image is too large you can zoom out and draw the rectangle.
  • area resize. You can drag an already existing rectangle by a corner and resize it.
  • editor-view synchronization. A new area added in the view will automatically be added in the editor. Likewise, if the editor is changed the view will automatically reload the areas.

For the points system there is an issue already recorded (#1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants