remove everything about the editor from mapdata app

This commit is contained in:
Laura Klünder 2017-06-21 12:47:28 +02:00
parent a2b993b27a
commit 7a9f4da4c1
11 changed files with 19 additions and 43 deletions

View file

@ -2,13 +2,13 @@ from collections import OrderedDict
from shapely.geometry import Point, mapping
from c3nav.mapdata.models.base import EditorFormMixin
from c3nav.mapdata.models.base import SerializableMixin
from c3nav.mapdata.utils.json import format_geojson
GEOMETRY_MODELS = OrderedDict()
class GeometryMixin(EditorFormMixin):
class GeometryMixin(SerializableMixin):
"""
A map feature with a geometry
"""