added tem table for location data
This commit is contained in:
@ -2,26 +2,6 @@ from django.contrib.gis.utils import LayerMapping
|
||||
|
||||
location_mapping = {
|
||||
'location_id' : 'loc_id',
|
||||
# 'location_name' : 'loc_name',
|
||||
# 'category': 'category',
|
||||
# 'zip':'zip',
|
||||
# 'address':'address',
|
||||
# 'prefecture':'prefecture',
|
||||
# 'area':'area',
|
||||
# 'city':'city',
|
||||
# 'photos':'photos',
|
||||
# 'videos':'videos',
|
||||
# 'webcontents':'webcontent',
|
||||
# 'status':'status',
|
||||
# 'portal':'portal',
|
||||
# 'group':'group',
|
||||
# 'phone':'phone',
|
||||
# 'fax':'fax',
|
||||
# 'email':'email',
|
||||
# 'facility':'facility',
|
||||
# 'remark':'remark',
|
||||
# 'parammeters':'params',
|
||||
# 'tags':'tags',
|
||||
'geom': 'POINT',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user