rename Level to Section
This commit is contained in:
parent
d1fe5bce5c
commit
c9661e4edb
22 changed files with 217 additions and 157 deletions
|
@ -1,12 +1,12 @@
|
|||
from collections import OrderedDict
|
||||
|
||||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from shapely.geometry import JOIN_STYLE, CAP_STYLE, mapping
|
||||
from shapely.geometry import CAP_STYLE, JOIN_STYLE, mapping
|
||||
|
||||
from c3nav.mapdata.models.geometry.base import GeometryFeature, GeometryFeatureBase
|
||||
from c3nav.mapdata.utils.json import format_geojson
|
||||
|
||||
|
||||
SPACE_FEATURE_TYPES = OrderedDict()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue