Changes between Initial Version and Version 2 of Ticket #11424


Ignore:
Timestamp:
2015-05-10T11:53:00+02:00 (10 years ago)
Author:
bastiK
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11424 – Description

    initial v2  
    55
    66This is the (Jython) code I'm using in the scripting plugin:
    7 
     7{{{
     8#!python
    89        # We couldn't determine the way by means of the stop_area relation
    910        bboxCalculator = BoundingXYVisitor()
     
    6162            if bboxCalculator.getBounds():
    6263                mv.recalculateCenterScale(bboxCalculator)
    63 
     64}}}
    6465Doesn't work in 8343 and a few before. Worked fine with 8175, which I now am forced to revert to.
    6566