From 9de6e66e45a2c250c6451f9a7288be73771385c6 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Thu, 17 Mar 2022 13:45:55 +0530 Subject: [PATCH] update --- rog/mapping.py | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/rog/mapping.py b/rog/mapping.py index 925a747..911342b 100644 --- a/rog/mapping.py +++ b/rog/mapping.py @@ -27,51 +27,11 @@ location_mapping = { 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', } \ No newline at end of file