update
This commit is contained in:
@ -22,5 +22,56 @@ location_mapping = {
|
||||
'remark':'remark',
|
||||
'parammeters':'params',
|
||||
'tags':'tags',
|
||||
'geom': 'MULTIPOLYGON',
|
||||
'geom': 'POINT',
|
||||
}
|
||||
|
||||
location_line_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': 'LINESTRING',
|
||||
}
|
||||
|
||||
|
||||
location_polygon_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': 'POLYGON',
|
||||
}
|
||||
Reference in New Issue
Block a user