rename Level to Section
This commit is contained in:
parent
d1fe5bce5c
commit
c9661e4edb
22 changed files with 217 additions and 157 deletions
|
@ -1,5 +1,6 @@
|
|||
from collections import OrderedDict
|
||||
from shapely.geometry import mapping, Point
|
||||
|
||||
from shapely.geometry import Point, mapping
|
||||
|
||||
from c3nav.mapdata.fields import GeometryField
|
||||
from c3nav.mapdata.models.base import Feature, FeatureBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue