11 lines
283 B
Python
11 lines
283 B
Python
from GeoFeatureGroupExtension import GeoFeatureGroupExtension
|
|
|
|
|
|
class OriginGroupExtension(GeoFeatureGroupExtension):
|
|
"""
|
|
Author: Alexander Golubev (fatzer2@gmail.com)
|
|
Licence: LGPL
|
|
This class handles placable group of document objects with an Origin
|
|
"""
|
|
...
|