This commit is contained in:
Mohamed Nouffer
2022-03-17 13:45:55 +05:30
parent 3aa8f678be
commit 9de6e66e45

View File

@ -27,51 +27,11 @@ location_mapping = {
location_line_mapping = { location_line_mapping = {
'location_id' : 'loc_id', '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': 'LINESTRING', 'geom': 'LINESTRING',
} }
location_polygon_mapping = { location_polygon_mapping = {
'location_id' : 'loc_id', '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': 'POLYGON', 'geom': 'POLYGON',
} }