update
This commit is contained in:
@ -1,7 +1,26 @@
|
||||
from django.contrib.gis.utils import LayerMapping
|
||||
|
||||
location_mapping = {
|
||||
'location_name': 'Name',
|
||||
'category': 'descriptio',
|
||||
'location_id' : 'location_id',
|
||||
'location_name' : 'location_name',
|
||||
'category': 'category',
|
||||
'zip':'zip',
|
||||
'address':'address',
|
||||
'prefecture':'prefecture',
|
||||
'area':'area',
|
||||
'city':'city',
|
||||
'photos':'photos',
|
||||
'videos':'videos',
|
||||
'webcontents':'webcontents',
|
||||
'status':'status',
|
||||
'zportalip':'portal',
|
||||
'group':'group',
|
||||
'phone':'phone',
|
||||
'fax':'fax',
|
||||
'email':'email',
|
||||
'facility':'facility',
|
||||
'remark':'remark',
|
||||
'tags':'tags',
|
||||
'parammeters':'parammeters',
|
||||
'geom': 'MULTIPOLYGON',
|
||||
}
|
||||
Reference in New Issue
Block a user