Update types.py

pull/260/head
Stephen Mather 2016-02-25 11:18:29 -05:00
rodzic 0d04931f2b
commit ef9c617b9d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -151,8 +151,8 @@ class ODM_GeoRef(object):
stringXml += ' </Option>'
stringXml += ' <Filter type="filters.transformation">'
stringXml += ' <Option name="matrix">'
stringXml += ' 1 0 0 {east}'
stringXml += ' 0 1 0 {north}'
stringXml += ' 1 0 0 {east}'.format(**kwargs))
stringXml += ' 0 1 0 {north}'.format(**kwargs))
stringXml += ' 0 0 1 0'
stringXml += ' 0 0 0 1'
stringXml += ' </Option>'