update
This commit is contained in:
7
rog/mapping.py
Normal file
7
rog/mapping.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.contrib.gis.utils import LayerMapping
|
||||
|
||||
location_mapping = {
|
||||
'location_name': 'Name',
|
||||
'category': 'descriptio',
|
||||
'geom': 'MULTIPOLYGON',
|
||||
}
|
||||
Reference in New Issue
Block a user