Changes between Initial Version and Version 2 of Ticket #11424
- Timestamp:
- 2015-05-10T11:53:00+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11424 – Description
initial v2 5 5 6 6 This is the (Jython) code I'm using in the scripting plugin: 7 7 {{{ 8 #!python 8 9 # We couldn't determine the way by means of the stop_area relation 9 10 bboxCalculator = BoundingXYVisitor() … … 61 62 if bboxCalculator.getBounds(): 62 63 mv.recalculateCenterScale(bboxCalculator) 63 64 }}} 64 65 Doesn't work in 8343 and a few before. Worked fine with 8175, which I now am forced to revert to. 65 66