remove everything about the editor from mapdata app
This commit is contained in:
parent
a2b993b27a
commit
7a9f4da4c1
11 changed files with 19 additions and 43 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue