add AreaOfInterest and GroupOfInterest

This commit is contained in:
Laura Klünder 2016-12-12 13:21:09 +01:00
parent 52958ec5fc
commit 9c202ab6cd
11 changed files with 194 additions and 13 deletions

View file

@ -3,3 +3,4 @@ from .package import Package # noqa
from .source import Source # noqa
from .collections import Elevator # noqa
from .geometry import GeometryMapItemWithLevel, GEOMETRY_MAPITEM_TYPES # noqa
from .interest import AreaOfInterest, GroupOfInterest # noqa