高德地图API POI分类编码表(mysql版)

 
编码表更新时间:2017年8月10日
 
注意:本编码表为高德地图自定义编码格式,数据会根据行政区划变动不定期进行更新。

sql文件下载地址:

https://download.csdn.net/download/zdb1314/10463106



/*
Navicat MySQL Data Transfer


Source Server         : 本地数据库
Source Server Version : 80011
Source Host           : localhost:3306
Source Database       : test


Target Server Type    : MYSQL
Target Server Version : 80011
File Encoding         : 65001


Date: 2018-06-06 18:00:39
*/


SET FOREIGN_KEY_CHECKS=0;


-- ----------------------------
-- Table structure for gaode_poi_category
-- ----------------------------
DROP TABLE IF EXISTS `gaode_poi_category`;
CREATE TABLE `gaode_poi_category` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '高德poi分类编码表',
  `new_type` varchar(255) DEFAULT NULL COMMENT '类型编号',
  `big_category_text` varchar(255) DEFAULT NULL COMMENT '大类中文名',
  `mid_category_text` varchar(255) DEFAULT NULL COMMENT '中类中文名',
  `sub_category_text` varchar(255) DEFAULT NULL COMMENT '小类中文名',
  `big_category` varchar(255) DEFAULT NULL COMMENT '大类',
  `mid_category` varchar(255) DEFAULT NULL COMMENT '中类',
  `sub_category` varchar(255) DEFAULT NULL COMMENT '小类',
  PRIMARY KEY (`id`)
)   COMMENT='高德poi分类编码表';


-- ----------------------------
-- Records of gaode_poi_category
-- ----------------------------
INSERT INTO `gaode_poi_category` VALUES ('1', '010000', '汽车服务', '汽车服务相关', '汽车服务相关', 'Auto Service', 'Automobile Service Related', 'Automobile Service Related');
INSERT INTO `gaode_poi_category` VALUES ('2', '010100', '汽车服务', '加油站', '加油站', 'Auto Service', 'Filling Station', 'Filling Station');
INSERT INTO `gaode_poi_category` VALUES ('3', '010101', '汽车服务', '加油站', '中国石化', 'Auto Service', 'Filling Station', 'Sinopec');
INSERT INTO `gaode_poi_category` VALUES ('4', '010102', '汽车服务', '加油站', '中国石油', 'Auto Service', 'Filling Station', 'PetroChina');
INSERT INTO `gaode_poi_category` VALUES ('5', '010103', '汽车服务', '加油站', '壳牌', 'Auto Service', 'Filling Station', 'Shell');
INSERT INTO `gaode_poi_category` VALUES ('6', '010104', '汽车服务', '加油站', '美孚', 'Auto Service', 'Filling Station', 'Mobil');
INSERT INTO `gaode_poi_category` VALUES ('7', '010105', '汽车服务', '加油站', '加德士', 'Auto Service', 'Filling Station', 'Caltex');
INSERT INTO `gaode_poi_category` VALUES ('8', '010107', '汽车服务', '加油站', '东方', 'Auto Service', 'Filling Station', 'FEOSO');
INSERT INTO `gaode_poi_category` VALUES ('9', '010108', '汽车服务', '加油站', '中石油碧辟', 'Auto Service', 'Filling Station', 'BP PetroChina');
INSERT INTO `gaode_poi_category` VALUES ('10', '010109', '汽车服务', '加油站', '中石化碧辟', 'Auto Service', 'Filling Station', 'BP Sinopec');
INSERT INTO `gaode_poi_category` VALUES ('11', '010110', '汽车服务', '加油站', '道达尔', 'Auto Service', 'Filling Station', 'TOTAL');
INSERT INTO `gaode_poi_category` VALUES ('12', '010111', '汽车服务', '加油站', '埃索', 'Auto Service', 'Filling Station', 'ESSO');
INSERT INTO `gaode_poi_category` VALUES ('13', '010112', '汽车服务', '加油站', '中化道达尔', 'Auto Service', 'Filling Station', 'TOTAL-SINOCHEM');
INSERT INTO `gaode_poi_category` VALUES ('14', '010200', '汽车服务', '其它能源站', '其它能源站', 'Auto Service', 'Other Energy Station', 'Other Energy Station');
INSERT INTO `gaode_poi_category` VALUES ('15', '010300', '汽车服务', '加气站', '加气站', 'Auto Service', 'Filling Station', 'Filling Station');
INSERT INTO `gaode_poi_category` VALUES ('16', '010400', '汽车服务', '汽车养护/装饰', '汽车养护', 'Auto Service', 'Automobile Maintenance/Decoration', 'Automobile Maintenance');
INSERT INTO `gaode_poi_category` VALUES ('17', '010401', '汽车服务', '汽车养护/装饰', '加水站', 'Auto Service', 'Automobile Maintenance/Decoration', 'Add Water Station');
INSERT INTO `gaode_poi_category` VALUES ('18', '010500', '汽车服务', '洗车场', '洗车场', 'Auto Service', 'Car Wash', 'Car Wash');
INSERT INTO `gaode_poi_category` VALUES ('19', '010600', '汽车服务', '汽车俱乐部', '汽车俱乐部', 'Auto Service', 'Automobile Club', 'Automobile Club');
INSERT INTO `gaode_poi_category` VALUES ('20', '010700', '汽车服务', '汽车救援', '汽车救援', 'Auto Service', 'Automobile Rescue', 'Automobile Rescue');
INSERT INTO `gaode_poi_category` VALUES ('21', '010800', '汽车服务', '汽车配件销售', '汽车配件销售', 'Auto Service', 'Automobile Parts Sales', 'Automobile Parts Sales');
INSERT INTO `gaode_poi_category` VALUES ('22', '010900', '汽车服务', '汽车租赁', '汽车租赁', 'Auto Service', 'Automobile Rental', 'Automobile Rental');
INSERT INTO `gaode_poi_category` VALUES ('23', '010901', '汽车服务', '汽车租赁', '汽车租赁还车', 'Auto Service', 'Automobile Rental', 'Rent-a-Car Return');
INSERT INTO `gaode_poi_category` VALUES ('24', '011000', '汽车服务', '二手车交易', '二手车交易', 'Auto Service', 'Used Automobile Dealer', 'Used Automobile Dealer');
INSERT INTO `gaode_poi_category` VALUES ('25', '011100', '汽车服务', '充电站', '充电站', 'Auto Service', 'Charging Station', 'Charging Station');
INSERT INTO `gaode_poi_category` VALUES ('26', '020000', '汽车销售', '汽车销售', '汽车销售', 'Auto Dealers', 'Automobile Sales', 'Automobile Sales');
INSERT INTO `gaode_poi_category` VALUES ('27', '020100', '汽车销售', '大众特约销售', '大众销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'Volkswagen Sales');
INSERT INTO `gaode_poi_category` VALUES ('28', '020101', '汽车销售', '大众特约销售', '上海大众销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'Shanghai Volkswagen Sales');
INSERT INTO `gaode_poi_category` VALUES ('29', '020102', '汽车销售', '大众特约销售', '一汽-大众销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'FAW-Volkswagen Sales');
INSERT INTO `gaode_poi_category` VALUES ('30', '020103', '汽车销售', '大众特约销售', '斯柯达销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'Skoda Sales');
INSERT INTO `gaode_poi_category` VALUES ('31', '020104', '汽车销售', '大众特约销售', '进口大众销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'Import Volkswagen Sales');
INSERT INTO `gaode_poi_category` VALUES ('32', '020105', '汽车销售', '大众特约销售', '宾利销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'Bentley Sales');
INSERT INTO `gaode_poi_category` VALUES ('33', '020106', '汽车销售', '大众特约销售', '兰博基尼销售', 'Auto Dealers', 'Volkswagen Franchised Sales', 'Lamborghini Sales');
INSERT INTO `gaode_poi_category` VALUES ('34', '020200', '汽车销售', '本田特约销售', '本田销售', 'Auto Dealers', 'Honda Franchised Sales', 'Honda Sales');
INSERT INTO `gaode_poi_category` VALUES ('35', '020201', '汽车销售', '本田特约销售', '广汽本田销售', 'Auto Dealers', 'Honda Franchised Sales', 'GAC Honda Sales');
INSERT INTO `gaode_poi_category` VALUES ('36', '020202', '汽车销售', '本田特约销售', '东风本田销售', 'Auto Dealers', 'Honda Franchised Sales', 'Dongfeng Honda Sales');
INSERT INTO `gaode_poi_category` VALUES ('37', '020203', '汽车销售', '本田特约销售', '本田讴歌销售', 'Auto Dealers', 'Honda Franchised Sales', 'Acura Sales');
INSERT INTO `gaode_poi_category` VALUES ('38', '020300', '汽车销售', '奥迪特约销售', '奥迪销售', 'Auto Dealers', 'Audi Franchised Sales', 'Audi Sales');
INSERT INTO `gaode_poi_category` VALUES ('39', '020301', '汽车销售', '奥迪特约销售', '一汽-大众奥迪销售', 'Auto Dealers', 'Audi Franchised Sales', 'FAW-Audi Sales');
INSERT INTO `gaode_poi_category` VALUES ('40', '020400', '汽车销售', '通用特约销售', '通用销售', 'Auto Dealers', 'General Motors Franchised Sales', 'General Motors Sales');
INSERT INTO `gaode_poi_category` VALUES ('41', '020401', '汽车销售', '通用特约销售', '凯迪拉克销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Cadillac Sales');
INSERT INTO `gaode_poi_category` VALUES ('42', '020402', '汽车销售', '通用特约销售', '别克销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Buick Sales');
INSERT INTO `gaode_poi_category` VALUES ('43', '020403', '汽车销售', '通用特约销售', '雪佛兰销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Chevrolet Sales');
INSERT INTO `gaode_poi_category` VALUES ('44', '020404', '汽车销售', '通用特约销售', '欧宝销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Opel Sales');
INSERT INTO `gaode_poi_category` VALUES ('45', '020405', '汽车销售', '通用特约销售', '萨博销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Saab Sales');
INSERT INTO `gaode_poi_category` VALUES ('46', '020406', '汽车销售', '通用特约销售', '沃克斯豪尔销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Vauxhall Sales');
INSERT INTO `gaode_poi_category` VALUES ('47', '020407', '汽车销售', '通用特约销售', '土星销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Saturn Sales');
INSERT INTO `gaode_poi_category` VALUES ('48', '020408', '汽车销售', '通用特约销售', '大宇销售', 'Auto Dealers', 'General Motors Franchised Sales', 'Daewoo Sales');
INSERT INTO `gaode_poi_category` VALUES ('49', '020600', '汽车销售', '宝马特约销售', '宝马销售', 'Auto Dealers', 'BMW Franchised Sales', 'BMW Sales');
INSERT INTO `gaode_poi_category` VALUES ('50', '020601', '汽车销售', '宝马特约销售', '宝马MINI销售', 'Auto Dealers', 'BMW Franchised Sales', 'BMW MINI Sales');
INSERT INTO `gaode_poi_category` VALUES ('51', '020602', '汽车销售', '宝马特约销售', '劳斯莱斯销售', 'Auto Dealers', 'BMW Franchised Sales', 'Rolls-Royce Sales');
INSERT INTO `gaode_poi_category` VALUES ('52', '020700', '汽车销售', '日产特约销售', '日产销售', 'Auto Dealers', 'Nissan Franchised Sales', 'Nissan Sales');
INSERT INTO `gaode_poi_category` VALUES ('53', '020701', '汽车销售', '日产特约销售', '东风日产销售', 'Auto Dealers', 'Nissan Franchised Sales', 'Dongfeng Nissan Sales');
INSERT INTO `gaode_poi_category` VALUES ('54', '020702', '汽车销售', '日产特约销售', '郑州日产销售', 'Auto Dealers', 'Nissan Franchised Sales', 'Zhengzhou Nissan Sales');
INSERT INTO `gaode_poi_category` VALUES ('55', '020703', '汽车销售', '日产特约销售', '英菲尼迪销售', 'Auto Dealers', 'Nissan Franchised Sales', 'Infiniti Sales');
INSERT INTO `gaode_poi_category` VALUES ('56', '020800', '汽车销售', '雷诺特约销售', '雷诺销售', 'Auto Dealers', 'Renault Franchised Sales', 'Renault Sales');
INSERT INTO `gaode_poi_category` VALUES ('57', '020900', '汽车销售', '梅赛德斯-奔驰特约销售', '梅赛德斯-奔驰销售', 'Auto Dealers', 'Mercedes-Benz Franchised Sales', 'Mercedes-Benz Sales');
INSERT INTO `gaode_poi_category` VALUES ('58', '020904', '汽车销售', '梅赛德斯-奔驰特约销售', '迈巴赫销售', 'Auto Dealers', 'Mercedes-Benz Franchised Sales', 'Maybach Sales');
INSERT INTO `gaode_poi_category` VALUES ('59', '020905', '汽车销售', '梅赛德斯-奔驰特约销售', '精灵销售', 'Auto Dealers', 'Mercedes-Benz Franchised Sales', 'Smart Sales');
INSERT INTO `gaode_poi_category` VALUES ('60', '021000', '汽车销售', '丰田特约销售', '丰田销售', 'Auto Dealers', 'Toyota Franchised Sales', 'Toyota Sales');
INSERT INTO `gaode_poi_category` VALUES ('61', '021001', '汽车销售', '丰田特约销售', '一汽丰田销售', 'Auto Dealers', 'Toyota Franchised Sales', 'FAW-Toyota Sales');
INSERT INTO `gaode_poi_category` VALUES ('62', '021002', '汽车销售', '丰田特约销售', '广汽丰田销售', 'Auto Dealers', 'Toyota Franchised Sales', 'GAC Toyota Sales');
INSERT INTO `gaode_poi_category` VALUES ('63', '021003', '汽车销售', '丰田特约销售', '雷克萨斯销售', 'Auto Dealers', 'Toyota Franchised Sales', 'Lexus Sales');
INSERT INTO `gaode_poi_category` VALUES ('64', '021004', '汽车销售', '丰田特约销售', '大发销售', 'Auto Dealers', 'Toyota Franchised Sales', 'Daihatsu Sales');
INSERT INTO `gaode_poi_category` VALUES ('65', '021100', '汽车销售', '斯巴鲁特约销售', '斯巴鲁销售', 'Auto Dealers', 'Subaru Franchised Sales', 'Subaru Sales');
INSERT INTO `gaode_poi_category` VALUES ('66', '021200', '汽车销售', '标致雪铁龙特约销售', '雪铁龙销售', 'Auto Dealers', 'Peugeot Citroen Franchised Sales', 'Citroen Sales');
INSERT INTO `gaode_poi_category` VALUES ('67', '021201', '汽车销售', '标致雪铁龙特约销售', '东风雪铁龙销售', 'Auto Dealers', 'Peugeot Citroen Franchised Sales', 'Dongfeng Citroen Sales');
INSERT INTO `gaode_poi_category` VALUES ('68', '021202', '汽车销售', '标致雪铁龙特约销售', '东风标致销售', 'Auto Dealers', 'Peugeot Citroen Franchised Sales', 'Dongfeng Peugeot Sales');
INSERT INTO `gaode_poi_category` VALUES ('69', '021203', '汽车销售', '标致雪铁龙特约销售', 'DS销售', 'Auto Dealers', 'Peugeot Citroen', 'DS Sales');
INSERT INTO `gaode_poi_category` VALUES ('70', '021300', '汽车销售', '三菱特约销售', '三菱销售', 'Auto Dealers', 'Mitsubishi Franchised Sales', 'Mitsubishi Sales');
INSERT INTO `gaode_poi_category` VALUES ('71', '021301', '汽车销售', '三菱特约销售', '广汽三菱销售', 'Auto Dealers', 'Mitsubishi Franchised Sales', 'GAC Mitsubishi Sales');
INSERT INTO `gaode_poi_category` VALUES ('72', '021400', '汽车销售', '菲亚特约销售', '菲亚特销售', 'Auto Dealers', 'Fiat Franchised Sales', 'Fiat Sales');
INSERT INTO `gaode_poi_category` VALUES ('73', '021401', '汽车销售', '菲亚特约销售', '阿尔法-罗密欧销售', 'Auto Dealers', 'Fiat Franchised Sales', 'Alfa Romeo Sales');
INSERT INTO `gaode_poi_category` VALUES ('74', '021500', '汽车销售', '法拉利特约销售', '法拉利销售', 'Auto Dealers', 'Ferrari Franchised Sales', 'Ferrari Sales');
INSERT INTO `gaode_poi_category` VALUES ('75', '021501', '汽车销售', '法拉利特约销售', '玛莎拉蒂销售', 'Auto Dealers', 'Ferrari Franchised Sales', 'Maserati Sales');
INSERT INTO `gaode_poi_category` VALUES ('76', '021600', '汽车销售', '现代特约销售', '现代销售', 'Auto Dealers', 'Hyundai Franchised Sales', 'Hyundai Sales');
INSERT INTO `gaode_poi_category` VALUES ('77', '021601', '汽车销售', '现代特约销售', '进口现代销售', 'Auto Dealers', 'Hyundai Franchised Sales', 'Import Hyundai Sales');
INSERT INTO `gaode_poi_category` VALUES ('78', '021602', '汽车销售', '现代特约销售', '北京现代销售', 'Auto Dealers', 'Hyundai Franchised Sales', 'Beijing Hyundai Sales');
INSERT INTO `gaode_poi_category` VALUES ('79', '021700', '汽车销售', '起亚特约销售', '起亚销售', 'Auto Dealers', 'KIA Franchised Sales', 'KIA Sales');
INSERT INTO `gaode_poi_category` VALUES ('80', '021701', '汽车销售', '起亚特约销售', '进口起亚销售', 'Auto Dealers', 'KIA Franchised Sales', 'Import KIA Sales');
INSERT INTO `gaode_poi_category` VALUES ('81', '021702', '汽车销售', '起亚特约销售', '东风悦达起亚销售', 'Auto Dealers', 'KIA Franchised Sales', 'Dongfeng Yueda KIA Sales');
INSERT INTO `gaode_poi_category` VALUES ('82', '021800', '汽车销售', '福特特约销售', '福特销售', 'Auto Dealers', 'Ford Franchised Sales', 'Ford Sales');
INSERT INTO `gaode_poi_category` VALUES ('83', '021802', '汽车销售', '福特特约销售', '马自达销售', 'Auto Dealers', 'Ford Franchised Sales', 'Mazda Sales');
INSERT INTO `gaode_poi_category` VALUES ('84', '021803', '汽车销售', '福特特约销售', '林肯销售', 'Auto Dealers', 'Ford Franchised Sales', 'Lincoln Sales');
INSERT INTO `gaode_poi_category` VALUES ('85', '021804', '汽车销售', '福特特约销售', '水星销售', 'Auto Dealers', 'Ford Franchised Sales', 'Mercury Sales');
INSERT INTO `gaode_poi_category` VALUES ('86', '021900', '汽车销售', '捷豹特约销售', '捷豹销售', 'Auto Dealers', 'JAGUAR Franchised Sales', 'JAGUAR Sales');
INSERT INTO `gaode_poi_category` VALUES ('87', '022000', '汽车销售', '路虎特约销售', '路虎销售', 'Auto Dealers', 'Land Rover Franchised Sales', 'Land Rover Sales');
INSERT INTO `gaode_poi_category` VALUES ('88', '022100', '汽车销售', '保时捷特约销售', '保时捷销售', 'Auto Dealers', 'Porsche Franchised Sales', 'Porsche Sales');
INSERT INTO `gaode_poi_category` VALUES ('89', '022200', '汽车销售', '东风特约销售', '东风销售', 'Auto Dealers', 'DFM Franchised Sales', 'DFM Sales');
INSERT INTO `gaode_poi_category` VALUES ('90', '022300', '汽车销售', '吉利特约销售', '吉利销售', 'Auto Dealers', 'Geely Franchised Sales', 'Geely Sales');
INSERT INTO `gaode_poi_category` VALUES ('91', '022301', '汽车销售', '吉利特约销售', '沃尔沃汽车销售', 'Auto Dealers', 'Geely Franchised Sales', 'Volvo Cars Sales');
INSERT INTO `gaode_poi_category` VALUES ('92', '022400', '汽车销售', '奇瑞特约销售', '奇瑞销售', 'Auto Dealers', 'Chery Franchised Sales', 'Chery Sales');
INSERT INTO `gaode_poi_category` VALUES ('93', '022500', '汽车销售', '克莱斯勒特约销售', '克莱斯勒销售', 'Auto Dealers', 'Chrysler Franchised Sales', 'Chrysler Sales');
INSERT INTO `gaode_poi_category` VALUES ('94', '022501', '汽车销售', '克莱斯勒特约销售', '吉普销售', 'Auto Dealers', 'Chrysler Franchised Sales', 'Jeep Sales');
INSERT INTO `gaode_poi_category` VALUES ('95', '022502', '汽车销售', '克莱斯勒特约销售', '道奇销售', 'Auto Dealers', 'Chrysler Franchised Sales', 'Dodge Sales');
INSERT INTO `gaode_poi_category` VALUES ('96', '022600', '汽车销售', '荣威销售', '荣威销售', 'Auto Dealers', 'ROEWE Sales', 'ROEWE Sales');
INSERT INTO `gaode_poi_category` VALUES ('97', '022700', '汽车销售', '名爵销售', '名爵销售', 'Auto Dealers', 'MG Sales', 'MG Sales');
INSERT INTO `gaode_poi_category` VALUES ('98', '022800', '汽车销售', '江淮销售', '江淮销售', 'Auto Dealers', 'JAC Sales', 'JAC Sales');
INSERT INTO `gaode_poi_category` VALUES ('99', '022900', '汽车销售', '红旗销售', '红旗销售', 'Auto Dealers', 'Hongqi Sales', 'Hongqi Sales');
INSERT INTO `gaode_poi_category` VALUES ('100', '023000', '汽车销售', '长安汽车销售', '长安汽车销售', 'Auto Dealers', 'Chang\'an Sales', 'Chang\'an Sales');
INSERT INTO `gaode_poi_category` VALUES ('101', '023100', '汽车销售', '海马汽车销售', '海马汽车销售', 'Auto Dealers', 'Haima Sales', 'Haima Sales');
INSERT INTO `gaode_poi_category` VALUES ('102', '023200', '汽车销售', '北京汽车销售', '北京汽车销售', 'Auto Dealers', 'BAIC MOTOR Sales', 'BAIC MOTOR Sales');
INSERT INTO `gaode_poi_category` VALUES ('103', '023300', '汽车销售', '长城汽车销售', '长城汽车销售', 'Auto Dealers', 'Great Wall Sales', 'Great Wall Sales');
INSERT INTO `gaode_poi_category` VALUES ('104', '023301', '汽车销售', '长城汽车销售', '魏派汽车销售', 'Auto Dealers', 'Great Wall Sales', 'WEY Sales');
INSERT INTO `gaode_poi_category` VALUES ('105', '023400', '汽车销售', '纳智捷销售', '纳智捷销售', 'Auto Dealers', 'Luxgen Sales', 'Luxgen Sales');
INSERT INTO `gaode_poi_category` VALUES ('106', '023500', '汽车销售', '广汽传祺销售', '广汽传祺销售', 'Auto Dealers', 'GAC Trumpchi Sales', 'GAC Trumpchi Sales');
INSERT INTO `gaode_poi_category` VALUES ('107', '025000', '汽车销售', '货车销售', '货车销售', 'Auto Dealers', 'Truck Sales', 'Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('108', '025100', '汽车销售', '东风货车销售', '东风货车销售', 'Auto Dealers', 'Dongfeng Truck Sales', 'Dongfeng Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('109', '025200', '汽车销售', '中国重汽销售', '中国重汽销售', 'Auto Dealers', 'SINOTRUK Sales', 'SINOTRUK Sales');
INSERT INTO `gaode_poi_category` VALUES ('110', '025300', '汽车销售', '一汽解放销售', '一汽解放销售', 'Auto Dealers', 'FAW Jiefang Sales', 'FAW Jiefang Sales');
INSERT INTO `gaode_poi_category` VALUES ('111', '025400', '汽车销售', '福田卡车销售', '福田卡车销售', 'Auto Dealers', 'Foton Truck Sales', 'Foton Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('112', '025500', '汽车销售', '陕西重汽销售', '陕西重汽销售', 'Auto Dealers', 'Shaanxi Heavy-duty Truck Sales', 'Shaanxi Heavy-duty Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('113', '025600', '汽车销售', '北奔重汽销售', '北奔重汽销售', 'Auto Dealers', 'Beiben Trucks Sales', 'Beiben Trucks Sales');
INSERT INTO `gaode_poi_category` VALUES ('114', '025700', '汽车销售', '江淮货车销售', '江淮货车销售', 'Auto Dealers', 'JAC Truck Sales', 'JAC Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('115', '025800', '汽车销售', '华菱星马销售', '华菱星马销售', 'Auto Dealers', 'CAMC Sales', 'CAMC Sales');
INSERT INTO `gaode_poi_category` VALUES ('116', '025900', '汽车销售', '成都大运汽车销售', '成都大运汽车销售', 'Auto Dealers', 'Chengdu Dayun Automotive Sales', 'Chengdu Dayun Automotive Sales');
INSERT INTO `gaode_poi_category` VALUES ('117', '026000', '汽车销售', '梅赛德斯-奔驰卡车销售', '梅赛德斯-奔驰卡车销售', 'Auto Dealers', 'Mercedes-Benz Truck Sales', 'Mercedes-Benz Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('118', '026100', '汽车销售', '德国曼恩销售', '德国曼恩销售', 'Auto Dealers', 'MAN Sales', 'MAN Sales');
INSERT INTO `gaode_poi_category` VALUES ('119', '026200', '汽车销售', '斯堪尼亚销售', '斯堪尼亚销售', 'Auto Dealers', 'SCANIA Sales', 'SCANIA Sales');
INSERT INTO `gaode_poi_category` VALUES ('120', '026300', '汽车销售', '沃尔沃卡车销售', '沃尔沃卡车销售', 'Auto Dealers', 'Volvo Truck Sales', 'Volvo Truck Sales');
INSERT INTO `gaode_poi_category` VALUES ('121', '029900', '汽车销售', '观致销售', '观致销售', 'Auto Dealers', 'Qoros Sales', 'Qoros Sales');
INSERT INTO `gaode_poi_category` VALUES ('122', '030000', '汽车维修', '汽车维修', '汽车维修', 'Auto Repair', 'Automobile Repair', 'Automobile Repair');
INSERT INTO `gaode_poi_category` VALUES ('123', '030100', '汽车维修', '汽车综合维修', '汽车综合维修', 'Auto Repair', 'Automobile Comprehensive Repair', 'Automobile Comprehensive Repair');
INSERT INTO `gaode_poi_category` VALUES ('124', '030200', '汽车维修', '大众特约维修', '大众维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'Volkswagen Repair');
INSERT INTO `gaode_poi_category` VALUES ('125', '030201', '汽车维修', '大众特约维修', '上海大众维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'Shanghai Volkswagen Repair');
INSERT INTO `gaode_poi_category` VALUES ('126', '030202', '汽车维修', '大众特约维修', '一汽-大众维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'FAW-Volkswagen Repair');
INSERT INTO `gaode_poi_category` VALUES ('127', '030203', '汽车维修', '大众特约维修', '斯柯达维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'Skoda Repair');
INSERT INTO `gaode_poi_category` VALUES ('128', '030204', '汽车维修', '大众特约维修', '进口大众维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'Import Volkswagen Repair');
INSERT INTO `gaode_poi_category` VALUES ('129', '030205', '汽车维修', '大众特约维修', '宾利维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'Bentley Repair');
INSERT INTO `gaode_poi_category` VALUES ('130', '030206', '汽车维修', '大众特约维修', '兰博基尼维修', 'Auto Repair', 'Volkswagen Franchised Repair', 'Lamborghini Repair');
INSERT INTO `gaode_poi_category` VALUES ('131', '030300', '汽车维修', '本田特约维修', '本田维修', 'Auto Repair', 'Honda Franchised Repair', 'Honda Repair');
INSERT INTO `gaode_poi_category` VALUES ('132', '030301', '汽车维修', '本田特约维修', '广汽本田维修', 'Auto Repair', 'Honda Franchised Repair', 'GAC Honda Repair');
INSERT INTO `gaode_poi_category` VALUES ('133', '030302', '汽车维修', '本田特约维修', '东风本田维修', 'Auto Repair', 'Honda Franchised Repair', 'Dongfeng Honda Repair');
INSERT INTO `gaode_poi_category` VALUES ('134', '030303', '汽车维修', '本田特约维修', '本田讴歌维修', 'Auto Repair', 'Honda Franchised Repair', 'Acura Repair');
INSERT INTO `gaode_poi_category` VALUES ('135', '030400', '汽车维修', '奥迪特约维修', '奥迪维修', 'Auto Repair', 'Audi Franchised Repair', 'Audi Repair');
INSERT INTO `gaode_poi_category` VALUES ('136', '030401', '汽车维修', '奥迪特约维修', '一汽-大众奥迪维修', 'Auto Repair', 'Audi Franchised Repair', 'FAW-Audi Repair');
INSERT INTO `gaode_poi_category` VALUES ('137', '030500', '汽车维修', '通用特约维修', '通用维修', 'Auto Repair', 'General Motors Franchised Repair', 'General Motors Repair');
INSERT INTO `gaode_poi_category` VALUES ('138', '030501', '汽车维修', '通用特约维修', '凯迪拉克维修', 'Auto Repair', 'General Motors Franchised Repair', 'Cadillac Repair');
INSERT INTO `gaode_poi_category` VALUES ('139', '030502', '汽车维修', '通用特约维修', '别克维修', 'Auto Repair', 'General Motors Franchised Repair', 'Buick Repair');
INSERT INTO `gaode_poi_category` VALUES ('140', '030503', '汽车维修', '通用特约维修', '雪佛兰维修', 'Auto Repair', 'General Motors Franchised Repair', 'Chevrolet Repair');
INSERT INTO `gaode_poi_category` VALUES ('141', '030504', '汽车维修', '通用特约维修', '欧宝维修', 'Auto Repair', 'General Motors Franchised Repair', 'Opel Repair');
INSERT INTO `gaode_poi_category` VALUES ('142', '030505', '汽车维修', '通用特约维修', '萨博维修', 'Auto Repair', 'General Motors Franchised Repair', 'Saab Repair');
INSERT INTO `gaode_poi_category` VALUES ('143', '030506', '汽车维修', '通用特约维修', '沃克斯豪尔维修', 'Auto Repair', 'General Motors Franchised Repair', 'Vauxhall Repair');
INSERT INTO `gaode_poi_category` VALUES ('144', '030507', '汽车维修', '通用特约维修', '土星维修', 'Auto Repair', 'General Motors Franchised Repair', 'Saturn Repair');
INSERT INTO `gaode_poi_category` VALUES ('145', '030508', '汽车维修', '通用特约维修', '大宇维修', 'Auto Repair', 'General Motors Franchised Repair', 'Daewoo Repair');
INSERT INTO `gaode_poi_category` VALUES ('146', '030700', '汽车维修', '宝马特约维修', '宝马维修', 'Auto Repair', 'BMW Franchised Repair', 'BMW Repair');
INSERT INTO `gaode_poi_category` VALUES ('147', '030701', '汽车维修', '宝马特约维修', '宝马MINI维修', 'Auto Repair', 'BMW Franchised Repair', 'BMW MINI Repair');
INSERT INTO `gaode_poi_category` VALUES ('148', '030702', '汽车维修', '宝马特约维修', '劳斯莱斯维修', 'Auto Repair', 'BMW Franchised Repair', 'Rolls-Royce Repair');
INSERT INTO `gaode_poi_category` VALUES ('149', '030800', '汽车维修', '日产特约维修', '日产维修', 'Auto Repair', 'Nissan Franchised Repair', 'Nissan Repair');
INSERT INTO `gaode_poi_category` VALUES ('150', '030801', '汽车维修', '日产特约维修', '英菲尼迪维修', 'Auto Repair', 'Nissan Franchised Repair', 'Infiniti Repair');
INSERT INTO `gaode_poi_category` VALUES ('151', '030802', '汽车维修', '日产特约维修', '东风日产维修', 'Auto Repair', 'Nissan Franchised Repair', 'Dongfeng Nissan Repair');
INSERT INTO `gaode_poi_category` VALUES ('152', '030803', '汽车维修', '日产特约维修', '郑州日产维修', 'Auto Repair', 'Nissan Franchised Repair', 'Zhengzhou Nissan Repair');
INSERT INTO `gaode_poi_category` VALUES ('153', '030900', '汽车维修', '雷诺特约维修', '雷诺维修', 'Auto Repair', 'Renault Franchised Repair', 'Renault Repair');
INSERT INTO `gaode_poi_category` VALUES ('154', '031000', '汽车维修', '梅赛德斯-奔驰特约维修', '梅赛德斯-奔驰维修', 'Auto Repair', 'Mercedes-Benz Franchised Repair', 'Mercedes-Benz Repair');
INSERT INTO `gaode_poi_category` VALUES ('155', '031004', '汽车维修', '梅赛德斯-奔驰特约维修', '迈巴赫维修', 'Auto Repair', 'Mercedes-Benz Franchised Repair', 'Maybach Repair');
INSERT INTO `gaode_poi_category` VALUES ('156', '031005', '汽车维修', '梅赛德斯-奔驰特约维修', '精灵维修', 'Auto Repair', 'Mercedes-Benz Franchised Repair', 'Smart Repair');
INSERT INTO `gaode_poi_category` VALUES ('157', '031100', '汽车维修', '丰田特约维修', '丰田维修', 'Auto Repair', 'Toyota Franchised Repair', 'Toyota Repair');
INSERT INTO `gaode_poi_category` VALUES ('158', '031101', '汽车维修', '丰田特约维修', '一汽丰田维修', 'Auto Repair', 'Toyota Franchised Repair', 'FAW-Toyota Repair');
INSERT INTO `gaode_poi_category` VALUES ('159', '031102', '汽车维修', '丰田特约维修', '广汽丰田维修', 'Auto Repair', 'Toyota Franchised Repair', 'GAC Toyota Repair');
INSERT INTO `gaode_poi_category` VALUES ('160', '031103', '汽车维修', '丰田特约维修', '雷克萨斯维修', 'Auto Repair', 'Toyota Franchised Repair', 'Lexus Repair');
INSERT INTO `gaode_poi_category` VALUES ('161', '031104', '汽车维修', '丰田特约维修', '大发维修', 'Auto Repair', 'Toyota Franchised Repair', 'Daihatsu Repair');
INSERT INTO `gaode_poi_category` VALUES ('162', '031200', '汽车维修', '斯巴鲁特约维修', '斯巴鲁维修', 'Auto Repair', 'Subaru Franchised Repair', 'Subaru Repair');
INSERT INTO `gaode_poi_category` VALUES ('163', '031300', '汽车维修', '标致雪铁龙特约维修', '雪铁龙维修', 'Auto Repair', 'Peugeot Citroen Franchised Repair', 'Citroen Repair');
INSERT INTO `gaode_poi_category` VALUES ('164', '031301', '汽车维修', '标致雪铁龙特约维修', '东风标致维修', 'Auto Repair', 'Peugeot Citroen Franchised Repair', 'Dongfeng Peugeot Repair');
INSERT INTO `gaode_poi_category` VALUES ('165', '031302', '汽车维修', '标致雪铁龙特约维修', '东风雪铁龙维修', 'Auto Repair', 'Peugeot Citroen Franchised Repair', 'Dongfeng Citroen Repair');
INSERT INTO `gaode_poi_category` VALUES ('166', '031303', '汽车维修', '标致雪铁龙特约维修', 'DS维修', 'Auto Repair', 'Peugeot Citroen', 'DS Repair');
INSERT INTO `gaode_poi_category` VALUES ('167', '031400', '汽车维修', '三菱特约维修', '三菱维修', 'Auto Repair', 'Mitsubishi Franchised Repair', 'Mitsubishi Repair');
INSERT INTO `gaode_poi_category` VALUES ('168', '031401', '汽车维修', '三菱特约维修', '广汽三菱维修', 'Auto Repair', 'Mitsubishi Franchised Repair', 'GAC Mitsubishi Repair');
INSERT INTO `gaode_poi_category` VALUES ('169', '031500', '汽车维修', '菲亚特特约维修', '菲亚特维修', 'Auto Repair', 'Fiat Franchised Repair', 'Fiat Repair');
INSERT INTO `gaode_poi_category` VALUES ('170', '031501', '汽车维修', '菲亚特特约维修', '阿尔法-罗密欧维修', 'Auto Repair', 'Fiat Franchised Repair', 'Alfa Romeo Repair');
INSERT INTO `gaode_poi_category` VALUES ('171', '031600', '汽车维修', '法拉利特约维修', '法拉利维修', 'Auto Repair', 'Ferrari Franchised Repair', 'Ferrari Repair');
INSERT INTO `gaode_poi_category` VALUES ('172', '031601', '汽车维修', '法拉利特约维修', '玛莎拉蒂维修', 'Auto Repair', 'Ferrari Franchised Repair', 'Maserati Repair');
INSERT INTO `gaode_poi_category` VALUES ('173', '031700', '汽车维修', '现代特约维修', '现代维修', 'Auto Repair', 'Hyundai Franchised Repair', 'Hyundai Repair');
INSERT INTO `gaode_poi_category` VALUES ('174', '031701', '汽车维修', '现代特约维修', '进口现代维修', 'Auto Repair', 'Hyundai Franchised Repair', 'Import Hyundai Repair');
INSERT INTO `gaode_poi_category` VALUES ('175', '031702', '汽车维修', '现代特约维修', '北京现代维修', 'Auto Repair', 'Hyundai Franchised Repair', 'Beijing Hyundai Repair');
INSERT INTO `gaode_poi_category` VALUES ('176', '031800', '汽车维修', '起亚特约维修', '起亚维修', 'Auto Repair', 'KIA Franchised Repair', 'KIA Repair');
INSERT INTO `gaode_poi_category` VALUES ('177', '031801', '汽车维修', '起亚特约维修', '进口起亚维修', 'Auto Repair', 'KIA Franchised Repair', 'Import KIA Repair');
INSERT INTO `gaode_poi_category` VALUES ('178', '031802', '汽车维修', '起亚特约维修', '东风悦达起亚维修', 'Auto Repair', 'KIA Franchised Repair', 'Dongfeng Yueda KIA Repair');
INSERT INTO `gaode_poi_category` VALUES ('179', '031900', '汽车维修', '福特特约维修', '福特维修', 'Auto Repair', 'Ford Franchised Repair', 'Ford Repair');
INSERT INTO `gaode_poi_category` VALUES ('180', '031902', '汽车维修', '福特特约维修', '马自达维修', 'Auto Repair', 'Ford Franchised Repair', 'Mazda Repair');
INSERT INTO `gaode_poi_category` VALUES ('181', '031903', '汽车维修', '福特特约维修', '林肯维修', 'Auto Repair', 'Ford Franchised Repair', 'Lincoln Repair');
INSERT INTO `gaode_poi_category` VALUES ('182', '031904', '汽车维修', '福特特约维修', '水星维修', 'Auto Repair', 'Ford Franchised Repair', 'Mercury Repair');
INSERT INTO `gaode_poi_category` VALUES ('183', '032000', '汽车维修', '捷豹特约维修', '捷豹维修', 'Auto Repair', 'JAGUAR Franchised Repair', 'JAGUAR Repair');
INSERT INTO `gaode_poi_category` VALUES ('184', '032100', '汽车维修', '路虎特约维修', '路虎维修', 'Auto Repair', 'Land Rover Franchised Repair', 'Land Rover Repair');
INSERT INTO `gaode_poi_category` VALUES ('185', '032200', '汽车维修', '保时捷特约维修', '保时捷维修', 'Auto Repair', 'Porsche Franchised Repair', 'Porsche Repair');
INSERT INTO `gaode_poi_category` VALUES ('186', '032300', '汽车维修', '东风特约维修', '东风维修', 'Auto Repair', 'DFM Franchised Repair', 'DFM Repair');
INSERT INTO `gaode_poi_category` VALUES ('187', '032400', '汽车维修', '吉利特约维修', '吉利维修', 'Auto Repair', 'Geely Franchised Repair', 'Geely Repair');
INSERT INTO `gaode_poi_category` VALUES ('188', '032401', '汽车维修', '吉利特约维修', '沃尔沃汽车维修', 'Auto Repair', 'Geely Franchised Repair', 'Volvo Cars Repair');
INSERT INTO `gaode_poi_category` VALUES ('189', '032500', '汽车维修', '奇瑞特约维修', '奇瑞维修', 'Auto Repair', 'Chery Franchised Repair', 'Chery Repair');
INSERT INTO `gaode_poi_category` VALUES ('190', '032600', '汽车维修', '克莱斯勒特约维修', '克莱斯勒维修', 'Auto Repair', 'Chrysler Franchised Repair', 'Chrysler Repair');
INSERT INTO `gaode_poi_category` VALUES ('191', '032601', '汽车维修', '克莱斯勒特约维修', '吉普维修', 'Auto Repair', 'Chrysler Franchised Repair', 'Jeep Repair');
INSERT INTO `gaode_poi_category` VALUES ('192', '032602', '汽车维修', '克莱斯勒特约维修', '道奇维修', 'Auto Repair', 'Chrysler Franchised Repair', 'Dodge Repair');
INSERT INTO `gaode_poi_category` VALUES ('193', '032700', '汽车维修', '荣威维修', '荣威维修', 'Auto Repair', 'ROEWE Repair', 'ROEWE Repair');
INSERT INTO `gaode_poi_category` VALUES ('194', '032800', '汽车维修', '名爵维修', '名爵维修', 'Auto Repair', 'MG Repair', 'MG Repair');
INSERT INTO `gaode_poi_category` VALUES ('195', '032900', '汽车维修', '江淮维修', '江淮维修', 'Auto Repair', 'JAC Repair', 'JAC Repair');
INSERT INTO `gaode_poi_category` VALUES ('196', '033000', '汽车维修', '红旗维修', '红旗维修', 'Auto Repair', 'Hongqi Repair', 'Hongqi Repair');
INSERT INTO `gaode_poi_category` VALUES ('197', '033100', '汽车维修', '长安汽车维修', '长安汽车维修', 'Auto Repair', 'Chang\'an Repair', 'Chang\'an Repair');
INSERT INTO `gaode_poi_category` VALUES ('198', '033200', '汽车维修', '海马汽车维修', '海马汽车维修', 'Auto Repair', 'Haima Repair', 'Haima Repair');
INSERT INTO `gaode_poi_category` VALUES ('199', '033300', '汽车维修', '北京汽车维修', '北京汽车维修', 'Auto Repair', 'BAIC MOTOR Repair', 'BAIC MOTOR Repair');
INSERT INTO `gaode_poi_category` VALUES ('200', '033400', '汽车维修', '长城汽车维修', '长城汽车维修', 'Auto Repair', 'Great Wall Repair', 'Great Wall Repair');
INSERT INTO `gaode_poi_category` VALUES ('201', '033401', '汽车维修', '长城汽车维修', '魏派汽车维修', 'Auto Repair', 'Great Wall Repair', 'WEY Repair');
INSERT INTO `gaode_poi_category` VALUES ('202', '033500', '汽车维修', '纳智捷维修', '纳智捷维修', 'Auto Repair', 'Luxgen Repair', 'Luxgen Repair');
INSERT INTO `gaode_poi_category` VALUES ('203', '033600', '汽车维修', '广汽传祺维修', '广汽传祺维修', 'Auto Repair', 'GAC Trumpchi Repair', 'GAC Trumpchi Repair');
INSERT INTO `gaode_poi_category` VALUES ('204', '035000', '汽车维修', '货车维修', '货车维修', 'Auto Repair', 'Truck Repair', 'Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('205', '035100', '汽车维修', '东风货车维修', '东风货车维修', 'Auto Repair', 'Dongfeng Truck Repair', 'Dongfeng Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('206', '035200', '汽车维修', '中国重汽维修', '中国重汽维修', 'Auto Repair', 'SINOTRUK Repair', 'SINOTRUK Repair');
INSERT INTO `gaode_poi_category` VALUES ('207', '035300', '汽车维修', '一汽解放维修', '一汽解放维修', 'Auto Repair', 'FAW Jiefang Repair', 'FAW Jiefang Repair');
INSERT INTO `gaode_poi_category` VALUES ('208', '035400', '汽车维修', '福田卡车维修', '福田卡车维修', 'Auto Repair', 'Foton Truck Repair', 'Foton Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('209', '035500', '汽车维修', '陕西重汽维修', '陕西重汽维修', 'Auto Repair', 'Shaanxi Heavy-duty Truck Repair', 'Shaanxi Heavy-duty Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('210', '035600', '汽车维修', '北奔重汽维修', '北奔重汽维修', 'Auto Repair', 'Beiben Trucks Repair', 'Beiben Trucks Repair');
INSERT INTO `gaode_poi_category` VALUES ('211', '035700', '汽车维修', '江淮货车维修', '江淮货车维修', 'Auto Repair', 'JAC Truck Repair', 'JAC Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('212', '035800', '汽车维修', '华菱星马维修', '华菱星马维修', 'Auto Repair', 'CAMC Repair', 'CAMC Repair');
INSERT INTO `gaode_poi_category` VALUES ('213', '035900', '汽车维修', '成都大运汽车维修', '成都大运汽车维修', 'Auto Repair', 'Chengdu Dayun Automotive Repair', 'Chengdu Dayun Automotive Repair');
INSERT INTO `gaode_poi_category` VALUES ('214', '036000', '汽车维修', '梅赛德斯-奔驰卡车维修', '梅赛德斯-奔驰卡车维修', 'Auto Repair', 'Mercedes-Benz Truck Repair', 'Mercedes-Benz Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('215', '036100', '汽车维修', '德国曼恩维修', '德国曼恩维修', 'Auto Repair', 'MAN Repair', 'MAN Repair');
INSERT INTO `gaode_poi_category` VALUES ('216', '036200', '汽车维修', '斯堪尼亚维修', '斯堪尼亚维修', 'Auto Repair', 'SCANIA Repair', 'SCANIA Repair');
INSERT INTO `gaode_poi_category` VALUES ('217', '036300', '汽车维修', '沃尔沃卡车维修', '沃尔沃卡车维修', 'Auto Repair', 'Volvo Truck Repair', 'Volvo Truck Repair');
INSERT INTO `gaode_poi_category` VALUES ('218', '039900', '汽车维修', '观致维修', '观致维修', 'Auto Repair', 'Qoros Repair', 'Qoros Repair');
INSERT INTO `gaode_poi_category` VALUES ('219', '040000', '摩托车服务', '摩托车服务相关', '摩托车服务相关', 'Motorcycle Service', 'Motorcycle Service Related', 'Motorcycle Service Related');
INSERT INTO `gaode_poi_category` VALUES ('220', '040100', '摩托车服务', '摩托车销售', '摩托车销售', 'Motorcycle Service', 'Motorcycle Sales', 'Motorcycle Sales');
INSERT INTO `gaode_poi_category` VALUES ('221', '040101', '摩托车服务', '摩托车销售', '宝马摩托车销售', 'Motorcycle Service', 'Motorcycle Sales', 'BMW Motorcycle Sales');
INSERT INTO `gaode_poi_category` VALUES ('222', '040200', '摩托车服务', '摩托车维修', '摩托车维修', 'Motorcycle Service', 'Motorcycle Repair', 'Motorcycle Repair');
INSERT INTO `gaode_poi_category` VALUES ('223', '040201', '摩托车服务', '摩托车维修', '宝马摩托车维修', 'Motorcycle Service', 'Motorcycle Repair', 'BMW Motorcycle Repair');
INSERT INTO `gaode_poi_category` VALUES ('224', '050000', '餐饮服务', '餐饮相关场所', '餐饮相关', 'Food & Beverages', 'Food & Beverages Related', 'Food & Beverages Related');
INSERT INTO `gaode_poi_category` VALUES ('225', '050100', '餐饮服务', '中餐厅', '中餐厅', 'Food & Beverages', 'Chinese Food Restaurant', 'Chinese Food Restaurant');
INSERT INTO `gaode_poi_category` VALUES ('226', '050101', '餐饮服务', '中餐厅', '综合酒楼', 'Food & Beverages', 'Chinese Food Restaurant', 'Complex Food');
INSERT INTO `gaode_poi_category` VALUES ('227', '050102', '餐饮服务', '中餐厅', '四川菜(川菜)', 'Food & Beverages', 'Chinese Food Restaurant', 'Sichuan Food');
INSERT INTO `gaode_poi_category` VALUES ('228', '050103', '餐饮服务', '中餐厅', '广东菜(粤菜)', 'Food & Beverages', 'Chinese Food Restaurant', 'Cantonese Food');
INSERT INTO `gaode_poi_category` VALUES ('229', '050104', '餐饮服务', '中餐厅', '山东菜(鲁菜)', 'Food & Beverages', 'Chinese Food Restaurant', 'Shandong Food');
INSERT INTO `gaode_poi_category` VALUES ('230', '050105', '餐饮服务', '中餐厅', '江苏菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Jiangsu Food');
INSERT INTO `gaode_poi_category` VALUES ('231', '050106', '餐饮服务', '中餐厅', '浙江菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Zhejiang Food');
INSERT INTO `gaode_poi_category` VALUES ('232', '050107', '餐饮服务', '中餐厅', '上海菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Shanghai Food');
INSERT INTO `gaode_poi_category` VALUES ('233', '050108', '餐饮服务', '中餐厅', '湖南菜(湘菜)', 'Food & Beverages', 'Chinese Food Restaurant', 'Hunan Food');
INSERT INTO `gaode_poi_category` VALUES ('234', '050109', '餐饮服务', '中餐厅', '安徽菜(徽菜)', 'Food & Beverages', 'Chinese Food Restaurant', 'Anhui Food');
INSERT INTO `gaode_poi_category` VALUES ('235', '050110', '餐饮服务', '中餐厅', '福建菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Fujian Food');
INSERT INTO `gaode_poi_category` VALUES ('236', '050111', '餐饮服务', '中餐厅', '北京菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Beijing Food');
INSERT INTO `gaode_poi_category` VALUES ('237', '050112', '餐饮服务', '中餐厅', '湖北菜(鄂菜)', 'Food & Beverages', 'Chinese Food Restaurant', 'Hubei Food');
INSERT INTO `gaode_poi_category` VALUES ('238', '050113', '餐饮服务', '中餐厅', '东北菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Northeastern Chinese Food');
INSERT INTO `gaode_poi_category` VALUES ('239', '050114', '餐饮服务', '中餐厅', '云贵菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Yunnan & Guizhou Food');
INSERT INTO `gaode_poi_category` VALUES ('240', '050115', '餐饮服务', '中餐厅', '西北菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Northwestern Chinese Food');
INSERT INTO `gaode_poi_category` VALUES ('241', '050116', '餐饮服务', '中餐厅', '老字号', 'Food & Beverages', 'Chinese Food Restaurant', 'Traditional Brand');
INSERT INTO `gaode_poi_category` VALUES ('242', '050117', '餐饮服务', '中餐厅', '火锅店', 'Food & Beverages', 'Chinese Food Restaurant', 'Hotpot Restaurant');
INSERT INTO `gaode_poi_category` VALUES ('243', '050118', '餐饮服务', '中餐厅', '特色/地方风味餐厅', 'Food & Beverages', 'Chinese Food Restaurant', 'Local Special Food');
INSERT INTO `gaode_poi_category` VALUES ('244', '050119', '餐饮服务', '中餐厅', '海鲜酒楼', 'Food & Beverages', 'Chinese Food Restaurant', 'Sea Food');
INSERT INTO `gaode_poi_category` VALUES ('245', '050120', '餐饮服务', '中餐厅', '中式素菜馆', 'Food & Beverages', 'Chinese Food Restaurant', 'Vegetarian Food');
INSERT INTO `gaode_poi_category` VALUES ('246', '050121', '餐饮服务', '中餐厅', '清真菜馆', 'Food & Beverages', 'Chinese Food Restaurant', 'Islamic Food');
INSERT INTO `gaode_poi_category` VALUES ('247', '050122', '餐饮服务', '中餐厅', '台湾菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Taiwan Food');
INSERT INTO `gaode_poi_category` VALUES ('248', '050123', '餐饮服务', '中餐厅', '潮州菜', 'Food & Beverages', 'Chinese Food Restaurant', 'Chaozhou Food');
INSERT INTO `gaode_poi_category` VALUES ('249', '050200', '餐饮服务', '外国餐厅', '外国餐厅', 'Food & Beverages', 'Foreign Food Restaurant', 'Foreign Food Restaurant');
INSERT INTO `gaode_poi_category` VALUES ('250', '050201', '餐饮服务', '外国餐厅', '西餐厅(综合风味)', 'Food & Beverages', 'Foreign Food Restaurant', 'Western Restaurant');
INSERT INTO `gaode_poi_category` VALUES ('251', '050202', '餐饮服务', '外国餐厅', '日本料理', 'Food & Beverages', 'Foreign Food Restaurant', 'Japanese Cuisine');
INSERT INTO `gaode_poi_category` VALUES ('252', '050203', '餐饮服务', '外国餐厅', '韩国料理', 'Food & Beverages', 'Foreign Food Restaurant', 'South Korean Cuisine');
INSERT INTO `gaode_poi_category` VALUES ('253', '050204', '餐饮服务', '外国餐厅', '法式菜品餐厅', 'Food & Beverages', 'Foreign Food Restaurant', 'French Food');
INSERT INTO `gaode_poi_category` VALUES ('254', '050205', '餐饮服务', '外国餐厅', '意式菜品餐厅', 'Food & Beverages', 'Foreign Food Restaurant', 'Italian Food');
INSERT INTO `gaode_poi_category` VALUES ('255', '050206', '餐饮服务', '外国餐厅', '泰国/越南菜品餐厅', 'Food & Beverages', 'Foreign Food Restaurant', 'Thai/Vietnamese Food');
INSERT INTO `gaode_poi_category` VALUES ('256', '050207', '餐饮服务', '外国餐厅', '地中海风格菜品', 'Food & Beverages', 'Foreign Food Restaurant', 'Mediterranean Food');
INSERT INTO `gaode_poi_category` VALUES ('257', '050208', '餐饮服务', '外国餐厅', '美式风味', 'Food & Beverages', 'Foreign Food Restaurant', 'American Food');
INSERT INTO `gaode_poi_category` VALUES ('258', '050209', '餐饮服务', '外国餐厅', '印度风味', 'Food & Beverages', 'Foreign Food Restaurant', 'Indian Food');
INSERT INTO `gaode_poi_category` VALUES ('259', '050210', '餐饮服务', '外国餐厅', '英国式菜品餐厅', 'Food & Beverages', 'Foreign Food Restaurant', 'British Food');
INSERT INTO `gaode_poi_category` VALUES ('260', '050211', '餐饮服务', '外国餐厅', '牛扒店(扒房)', 'Food & Beverages', 'Foreign Food Restaurant', 'Steak House');
INSERT INTO `gaode_poi_category` VALUES ('261', '050212', '餐饮服务', '外国餐厅', '俄国菜', 'Food & Beverages', 'Foreign Food Restaurant', 'Russian Food');
INSERT INTO `gaode_poi_category` VALUES ('262', '050213', '餐饮服务', '外国餐厅', '葡国菜', 'Food & Beverages', 'Foreign Food Restaurant', 'Portuguese Food');
INSERT INTO `gaode_poi_category` VALUES ('263', '050214', '餐饮服务', '外国餐厅', '德国菜', 'Food & Beverages', 'Foreign Food Restaurant', 'German Food');
INSERT INTO `gaode_poi_category` VALUES ('264', '050215', '餐饮服务', '外国餐厅', '巴西菜', 'Food & Beverages', 'Foreign Food Restaurant', 'Brazilian Food');
INSERT INTO `gaode_poi_category` VALUES ('265', '050216', '餐饮服务', '外国餐厅', '墨西哥菜', 'Food & Beverages', 'Foreign Food Restaurant', 'Mexican Food');
INSERT INTO `gaode_poi_category` VALUES ('266', '050217', '餐饮服务', '外国餐厅', '其它亚洲菜', 'Food & Beverages', 'Foreign Food Restaurant', 'Other Asian Food');
INSERT INTO `gaode_poi_category` VALUES ('267', '050300', '餐饮服务', '快餐厅', '快餐厅', 'Food & Beverages', 'Fast Food Restaurant', 'Fast Food Restaurant');
INSERT INTO `gaode_poi_category` VALUES ('268', '050301', '餐饮服务', '快餐厅', '肯德基', 'Food & Beverages', 'Fast Food Restaurant', 'KFC');
INSERT INTO `gaode_poi_category` VALUES ('269', '050302', '餐饮服务', '快餐厅', '麦当劳', 'Food & Beverages', 'Fast Food Restaurant', 'McDonald\'s');
INSERT INTO `gaode_poi_category` VALUES ('270', '050303', '餐饮服务', '快餐厅', '必胜客', 'Food & Beverages', 'Fast Food Restaurant', 'Pizza Hut');
INSERT INTO `gaode_poi_category` VALUES ('271', '050304', '餐饮服务', '快餐厅', '永和豆浆', 'Food & Beverages', 'Fast Food Restaurant', 'Yon ho');
INSERT INTO `gaode_poi_category` VALUES ('272', '050305', '餐饮服务', '快餐厅', '茶餐厅', 'Food & Beverages', 'Fast Food Restaurant', 'Teahouse');
INSERT INTO `gaode_poi_category` VALUES ('273', '050306', '餐饮服务', '快餐厅', '大家乐', 'Food & Beverages', 'Fast Food Restaurant', 'Cafe de Coral');
INSERT INTO `gaode_poi_category` VALUES ('274', '050307', '餐饮服务', '快餐厅', '大快活', 'Food & Beverages', 'Fast Food Restaurant', 'Fairwood');
INSERT INTO `gaode_poi_category` VALUES ('275', '050308', '餐饮服务', '快餐厅', '美心', 'Food & Beverages', 'Fast Food Restaurant', 'Maxim\'s');
INSERT INTO `gaode_poi_category` VALUES ('276', '050309', '餐饮服务', '快餐厅', '吉野家', 'Food & Beverages', 'Fast Food Restaurant', 'Yoshinoya');
INSERT INTO `gaode_poi_category` VALUES ('277', '050310', '餐饮服务', '快餐厅', '仙跡岩', 'Food & Beverages', 'Fast Food Restaurant', 'Saint\'s Alp Teahouse');
INSERT INTO `gaode_poi_category` VALUES ('278', '050311', '餐饮服务', '快餐厅', '呷哺呷哺', 'Food & Beverages', 'Fast Food Restaurant', 'Xiabu Xiabu');
INSERT INTO `gaode_poi_category` VALUES ('279', '050400', '餐饮服务', '休闲餐饮场所', '休闲餐饮场所', 'Food & Beverages', 'Leisure Food Restaurant', 'Leisure Food Restaurant');
INSERT INTO `gaode_poi_category` VALUES ('280', '050500', '餐饮服务', '咖啡厅', '咖啡厅', 'Food & Beverages', 'Coffee House', 'Coffee House');
INSERT INTO `gaode_poi_category` VALUES ('281', '050501', '餐饮服务', '咖啡厅', '星巴克咖啡', 'Food & Beverages', 'Coffee House', 'Starbucks Coffee');
INSERT INTO `gaode_poi_category` VALUES ('282', '050502', '餐饮服务', '咖啡厅', '上岛咖啡', 'Food & Beverages', 'Coffee House', 'UBC Coffee');
INSERT INTO `gaode_poi_category` VALUES ('283', '050503', '餐饮服务', '咖啡厅', 'Pacific Coffee Company', 'Food & Beverages', 'Coffee House', 'Pacific Coffee Company');
INSERT INTO `gaode_poi_category` VALUES ('284', '050504', '餐饮服务', '咖啡厅', '巴黎咖啡店', 'Food & Beverages', 'Coffee House', 'Paris Cafe');
INSERT INTO `gaode_poi_category` VALUES ('285', '050600', '餐饮服务', '茶艺馆', '茶艺馆', 'Food & Beverages', 'Tea House', 'Tea House');
INSERT INTO `gaode_poi_category` VALUES ('286', '050700', '餐饮服务', '冷饮店', '冷饮店', 'Food & Beverages', 'Icecream Shop', 'Icecream Shop');
INSERT INTO `gaode_poi_category` VALUES ('287', '050800', '餐饮服务', '糕饼店', '糕饼店', 'Food & Beverages', 'Bakery', 'Bakery');
INSERT INTO `gaode_poi_category` VALUES ('288', '050900', '餐饮服务', '甜品店', '甜品店', 'Food & Beverages', 'Dessert House', 'Dessert House');
INSERT INTO `gaode_poi_category` VALUES ('289', '060000', '购物服务', '购物相关场所', '购物相关场所', 'Shopping', 'Shopping Related Places', 'Shopping Related Places');
INSERT INTO `gaode_poi_category` VALUES ('290', '060100', '购物服务', '商场', '商场', 'Shopping', 'Shopping Plaza', 'Shopping Plaza');
INSERT INTO `gaode_poi_category` VALUES ('291', '060101', '购物服务', '商场', '购物中心', 'Shopping', 'Shopping Plaza', 'Shopping Centre');
INSERT INTO `gaode_poi_category` VALUES ('292', '060102', '购物服务', '商场', '普通商场', 'Shopping', 'Shopping Plaza', 'Shops');
INSERT INTO `gaode_poi_category` VALUES ('293', '060103', '购物服务', '商场', '免税品店', 'Shopping', 'Shopping Plaza', 'Duty-free Shop');
INSERT INTO `gaode_poi_category` VALUES ('294', '060200', '购物服务', '便民商店/便利店', '便民商店/便利店', 'Shopping', 'Convenience Store', 'Convenience Store');
INSERT INTO `gaode_poi_category` VALUES ('295', '060201', '购物服务', '便民商店/便利店', '7-ELEVEn便利店', 'Shopping', 'Convenience Store', '7-ELEVEn');
INSERT INTO `gaode_poi_category` VALUES ('296', '060202', '购物服务', '便民商店/便利店', 'OK便利店', 'Shopping', 'Convenience Store', 'Circle K');
INSERT INTO `gaode_poi_category` VALUES ('297', '060300', '购物服务', '家电电子卖场', '家电电子卖场', 'Shopping', 'Home Electronics Hypermarket', 'Home Electronics Hypermarket');
INSERT INTO `gaode_poi_category` VALUES ('298', '060301', '购物服务', '家电电子卖场', '综合家电商场', 'Shopping', 'Home Electronics Hypermarket', 'Comprehensive Home Electronics Shopping Center');
INSERT INTO `gaode_poi_category` VALUES ('299', '060302', '购物服务', '家电电子卖场', '国美', 'Shopping', 'Home Electronics Hypermarket', 'GOME');
INSERT INTO `gaode_poi_category` VALUES ('300', '060303', '购物服务', '家电电子卖场', '大中', 'Shopping', 'Home Electronics Hypermarket', 'Dazhong');
INSERT INTO `gaode_poi_category` VALUES ('301', '060304', '购物服务', '家电电子卖场', '苏宁', 'Shopping', 'Home Electronics Hypermarket', 'Suning');
INSERT INTO `gaode_poi_category` VALUES ('302', '060305', '购物服务', '家电电子卖场', '手机销售', 'Shopping', 'Home Electronics Hypermarket', 'Mobile Handsets Sales');
INSERT INTO `gaode_poi_category` VALUES ('303', '060306', '购物服务', '家电电子卖场', '数码电子', 'Shopping', 'Home Electronics Hypermarket', 'Digital Electronics');
INSERT INTO `gaode_poi_category` VALUES ('304', '060307', '购物服务', '家电电子卖场', '丰泽', 'Shopping', 'Home Electronics Hypermarket', 'Fortress');
INSERT INTO `gaode_poi_category` VALUES ('305', '060308', '购物服务', '家电电子卖场', '苏宁镭射', 'Shopping', 'Home Electronics Hypermarket', 'Suning Citicall');
INSERT INTO `gaode_poi_category` VALUES ('306', '060400', '购物服务', '超级市场', '超市', 'Shopping', 'Supermarket', 'Supermarket');
INSERT INTO `gaode_poi_category` VALUES ('307', '060401', '购物服务', '超级市场', '家乐福', 'Shopping', 'Supermarket', 'Carrefour');
INSERT INTO `gaode_poi_category` VALUES ('308', '060402', '购物服务', '超级市场', '沃尔玛', 'Shopping', 'Supermarket', 'Wal-Mart');
INSERT INTO `gaode_poi_category` VALUES ('309', '060403', '购物服务', '超级市场', '华润', 'Shopping', 'Supermarket', 'CRC');
INSERT INTO `gaode_poi_category` VALUES ('310', '060404', '购物服务', '超级市场', '北京华联', 'Shopping', 'Supermarket', 'Beijing Hualian');
INSERT INTO `gaode_poi_category` VALUES ('311', '060405', '购物服务', '超级市场', '上海华联', 'Shopping', 'Supermarket', 'Shanghai Hualian');
INSERT INTO `gaode_poi_category` VALUES ('312', '060406', '购物服务', '超级市场', '麦德龙', 'Shopping', 'Supermarket', 'METRO');
INSERT INTO `gaode_poi_category` VALUES ('313', '060407', '购物服务', '超级市场', '乐天玛特', 'Shopping', 'Supermarket', 'LOTTE Mart');
INSERT INTO `gaode_poi_category` VALUES ('314', '060408', '购物服务', '超级市场', '华堂', 'Shopping', 'Supermarket', 'Ito Yokado');
INSERT INTO `gaode_poi_category` VALUES ('315', '060409', '购物服务', '超级市场', '卜蜂莲花', 'Shopping', 'Supermarket', 'Lotus');
INSERT INTO `gaode_poi_category` VALUES ('316', '060411', '购物服务', '超级市场', '屈臣氏', 'Shopping', 'Supermarket', 'Watsons');
INSERT INTO `gaode_poi_category` VALUES ('317', '060413', '购物服务', '超级市场', '惠康超市', 'Shopping', 'Supermarket', 'Wellcome');
INSERT INTO `gaode_poi_category` VALUES ('318', '060414', '购物服务', '超级市场', '百佳超市', 'Shopping', 'Supermarket', 'PARKnSHOP');
INSERT INTO `gaode_poi_category` VALUES ('319', '060415', '购物服务', '超级市场', '万宁超市', 'Shopping', 'Supermarket', 'Mannings');
INSERT INTO `gaode_poi_category` VALUES ('320', '060500', '购物服务', '花鸟鱼虫市场', '花鸟鱼虫市场', 'Shopping', 'Plants & Pet Market', 'Plants & Pet Market');
INSERT INTO `gaode_poi_category` VALUES ('321', '060501', '购物服务', '花鸟鱼虫市场', '花卉市场', 'Shopping', 'Plants & Pet Market', 'Flower Shop');
INSERT INTO `gaode_poi_category` VALUES ('322', '060502', '购物服务', '花鸟鱼虫市场', '宠物市场', 'Shopping', 'Plants & Pet Market', 'Pet Market');
INSERT INTO `gaode_poi_category` VALUES ('323', '060600', '购物服务', '家居建材市场', '家居建材市场', 'Shopping', 'Home Building Materials Market', 'Home Building Materials Market');
INSERT INTO `gaode_poi_category` VALUES ('324', '060601', '购物服务', '家居建材市场', '家具建材综合市场', 'Shopping', 'Home Building Materials Market', 'Home Building Materials Market');
INSERT INTO `gaode_poi_category` VALUES ('325', '060602', '购物服务', '家居建材市场', '家具城', 'Shopping', 'Home Building Materials Market', 'Furniture Store');
INSERT INTO `gaode_poi_category` VALUES ('326', '060603', '购物服务', '家居建材市场', '建材五金市场', 'Shopping', 'Home Building Materials Market', 'Hardware Store');
INSERT INTO `gaode_poi_category` VALUES ('327', '060604', '购物服务', '家居建材市场', '厨卫市场', 'Shopping', 'Home Building Materials Market', 'Kitchen Supply');
INSERT INTO `gaode_poi_category` VALUES ('328', '060605', '购物服务', '家居建材市场', '布艺市场', 'Shopping', 'Home Building Materials Market', 'Deco Cloth Store');
INSERT INTO `gaode_poi_category` VALUES ('329', '060606', '购物服务', '家居建材市场', '灯具瓷器市场', 'Shopping', 'Home Building Materials Market', 'Lighting & Porcelain Market');
INSERT INTO `gaode_poi_category` VALUES ('330', '060700', '购物服务', '综合市场', '综合市场', 'Shopping', 'Comprehensive Market', 'Comprehensive Market');
INSERT INTO `gaode_poi_category` VALUES ('331', '060701', '购物服务', '综合市场', '小商品市场', 'Shopping', 'Comprehensive Market', 'Small Commodity Market');
INSERT INTO `gaode_poi_category` VALUES ('332', '060702', '购物服务', '综合市场', '旧货市场', 'Shopping', 'Comprehensive Market', 'Flea Market');
INSERT INTO `gaode_poi_category` VALUES ('333', '060703', '购物服务', '综合市场', '农副产品市场', 'Shopping', 'Comprehensive Market', 'Agricultural Products Market');
INSERT INTO `gaode_poi_category` VALUES ('334', '060704', '购物服务', '综合市场', '果品市场', 'Shopping', 'Comprehensive Market', 'Fruits Market');
INSERT INTO `gaode_poi_category` VALUES ('335', '060705', '购物服务', '综合市场', '蔬菜市场', 'Shopping', 'Comprehensive Market', 'Vegetable Market');
INSERT INTO `gaode_poi_category` VALUES ('336', '060706', '购物服务', '综合市场', '水产海鲜市场', 'Shopping', 'Comprehensive Market', 'Seafood Market');
INSERT INTO `gaode_poi_category` VALUES ('337', '060800', '购物服务', '文化用品店', '文化用品店', 'Shopping', 'Stationary Store', 'Stationary Store');
INSERT INTO `gaode_poi_category` VALUES ('338', '060900', '购物服务', '体育用品店', '体育用品店', 'Shopping', 'Sports Store', 'Sports Store');
INSERT INTO `gaode_poi_category` VALUES ('339', '060901', '购物服务', '体育用品店', '李宁专卖店', 'Shopping', 'Sports Store', 'Li-Ning');
INSERT INTO `gaode_poi_category` VALUES ('340', '060902', '购物服务', '体育用品店', '耐克专卖店', 'Shopping', 'Sports Store', 'NIKE');
INSERT INTO `gaode_poi_category` VALUES ('341', '060903', '购物服务', '体育用品店', '阿迪达斯专卖店', 'Shopping', 'Sports Store', 'adidas');
INSERT INTO `gaode_poi_category` VALUES ('342', '060904', '购物服务', '体育用品店', '锐步专卖店', 'Shopping', 'Sports Store', 'Reebok');
INSERT INTO `gaode_poi_category` VALUES ('343', '060905', '购物服务', '体育用品店', '彪马专卖店', 'Shopping', 'Sports Store', 'PUMA');
INSERT INTO `gaode_poi_category` VALUES ('344', '060906', '购物服务', '体育用品店', '高尔夫用品店', 'Shopping', 'Sports Store', 'Golf Accessories Shop');
INSERT INTO `gaode_poi_category` VALUES ('345', '060907', '购物服务', '体育用品店', '户外用品', 'Shopping', 'Sports Store', 'Outdoor Sports Shop');
INSERT INTO `gaode_poi_category` VALUES ('346', '061000', '购物服务', '特色商业街', '特色商业街', 'Shopping', 'Commercial Street', 'Commercial Street');
INSERT INTO `gaode_poi_category` VALUES ('347', '061001', '购物服务', '特色商业街', '步行街', 'Shopping', 'Commercial Street', 'Pedestrian Street');
INSERT INTO `gaode_poi_category` VALUES ('348', '061100', '购物服务', '服装鞋帽皮具店', '服装鞋帽皮具店', 'Shopping', 'Clothing Store', 'Clothing Store');
INSERT INTO `gaode_poi_category` VALUES ('349', '061101', '购物服务', '服装鞋帽皮具店', '品牌服装店', 'Shopping', 'Clothing Store', 'Brand Clothing Store');
INSERT INTO `gaode_poi_category` VALUES ('350', '061102', '购物服务', '服装鞋帽皮具店', '品牌鞋店', 'Shopping', 'Clothing Store', 'Brand Shoes Store');
INSERT INTO `gaode_poi_category` VALUES ('351', '061103', '购物服务', '服装鞋帽皮具店', '品牌皮具店', 'Shopping', 'Clothing Store', 'Brand Leather Ware Store');
INSERT INTO `gaode_poi_category` VALUES ('352', '061104', '购物服务', '服装鞋帽皮具店', '品牌箱包店', 'Shopping', 'Clothing Store', 'Brand Bags and Suitcases Store');
INSERT INTO `gaode_poi_category` VALUES ('353', '061200', '购物服务', '专卖店', '专营店', 'Shopping', 'Franchise Store', 'Franchise Store');
INSERT INTO `gaode_poi_category` VALUES ('354', '061201', '购物服务', '专卖店', '古玩字画店', 'Shopping', 'Franchise Store', 'Antique Shop');
INSERT INTO `gaode_poi_category` VALUES ('355', '061202', '购物服务', '专卖店', '珠宝首饰工艺品', 'Shopping', 'Franchise Store', 'Jewelry Store');
INSERT INTO `gaode_poi_category` VALUES ('356', '061203', '购物服务', '专卖店', '钟表店', 'Shopping', 'Franchise Store', 'Watches Shop');
INSERT INTO `gaode_poi_category` VALUES ('357', '061204', '购物服务', '专卖店', '眼镜店', 'Shopping', 'Franchise Store', 'Optical Shop');
INSERT INTO `gaode_poi_category` VALUES ('358', '061205', '购物服务', '专卖店', '书店', 'Shopping', 'Franchise Store', 'Bookstore');
INSERT INTO `gaode_poi_category` VALUES ('359', '061206', '购物服务', '专卖店', '音像店', 'Shopping', 'Franchise Store', 'CD/DVD Shop');
INSERT INTO `gaode_poi_category` VALUES ('360', '061207', '购物服务', '专卖店', '儿童用品店', 'Shopping', 'Franchise Store', 'Children\'s Store');
INSERT INTO `gaode_poi_category` VALUES ('361', '061208', '购物服务', '专卖店', '自行车专卖店', 'Shopping', 'Franchise Store', 'Bike Shop');
INSERT INTO `gaode_poi_category` VALUES ('362', '061209', '购物服务', '专卖店', '礼品饰品店', 'Shopping', 'Franchise Store', 'Gift Store');
INSERT INTO `gaode_poi_category` VALUES ('363', '061210', '购物服务', '专卖店', '烟酒专卖店', 'Shopping', 'Franchise Store', 'Tobacco & Wine Franchise Store');
INSERT INTO `gaode_poi_category` VALUES ('364', '061211', '购物服务', '专卖店', '宠物用品店', 'Shopping', 'Franchise Store', 'Pet\'s Store');
INSERT INTO `gaode_poi_category` VALUES ('365', '061212', '购物服务', '专卖店', '摄影器材店', 'Shopping', 'Franchise Store', 'Camera Shop');
INSERT INTO `gaode_poi_category` VALUES ('366', '061213', '购物服务', '专卖店', '宝马生活方式', 'Shopping', 'Franchise Store', 'BMW Lifestyle');
INSERT INTO `gaode_poi_category` VALUES ('367', '061214', '购物服务', '专卖店', '土特产专卖店', 'Shopping', 'Franchise Store', 'Local Products Franchise Store');
INSERT INTO `gaode_poi_category` VALUES ('368', '061300', '购物服务', '特殊买卖场所', '特殊买卖场所', 'Shopping', 'Special Trade House', 'Special Trade House');
INSERT INTO `gaode_poi_category` VALUES ('369', '061301', '购物服务', '特殊买卖场所', '拍卖行', 'Shopping', 'Special Trade House', 'Auction House');
INSERT INTO `gaode_poi_category` VALUES ('370', '061302', '购物服务', '特殊买卖场所', '典当行', 'Shopping', 'Special Trade House', 'Pawn House');
INSERT INTO `gaode_poi_category` VALUES ('371', '061400', '购物服务', '个人用品/化妆品店', '其它个人用品店', 'Shopping', 'Personal Care Items Shop', 'Personal Care Items Shop');
INSERT INTO `gaode_poi_category` VALUES ('372', '061401', '购物服务', '个人用品/化妆品店', '莎莎', 'Shopping', 'Personal Care Items Shop', 'Sasa');
INSERT INTO `gaode_poi_category` VALUES ('373', '070000', '生活服务', '生活服务场所', '生活服务场所', 'Daily Life Service', 'Daily Life Service Place', 'Daily Life Service Place');
INSERT INTO `gaode_poi_category` VALUES ('374', '070100', '生活服务', '旅行社', '旅行社', 'Daily Life Service', 'Travel Agency', 'Travel Agency');
INSERT INTO `gaode_poi_category` VALUES ('375', '070200', '生活服务', '信息咨询中心', '信息咨询中心', 'Daily Life Service', 'Information Centre', 'Information Centre');
INSERT INTO `gaode_poi_category` VALUES ('376', '070201', '生活服务', '信息咨询中心', '服务中心', 'Daily Life Service', 'Information Centre', 'Service Centre');
INSERT INTO `gaode_poi_category` VALUES ('377', '070202', '生活服务', '信息咨询中心', '旅馆问讯', 'Daily Life Service', 'Information Centre', 'Enquire of Hotel');
INSERT INTO `gaode_poi_category` VALUES ('378', '070203', '生活服务', '信息咨询中心', '行李查询/行李问询', 'Daily Life Service', 'Information Centre', 'Enquire of Baggage');
INSERT INTO `gaode_poi_category` VALUES ('379', '070300', '生活服务', '售票处', '售票处', 'Daily Life Service', 'Ticket Office', 'Ticket Office');
INSERT INTO `gaode_poi_category` VALUES ('380', '070301', '生活服务', '售票处', '飞机票代售点', 'Daily Life Service', 'Ticket Office', 'Airline Tickets Office');
INSERT INTO `gaode_poi_category` VALUES ('381', '070302', '生活服务', '售票处', '火车票代售点', 'Daily Life Service', 'Ticket Office', 'Train Ticket Office');
INSERT INTO `gaode_poi_category` VALUES ('382', '070303', '生活服务', '售票处', '长途汽车票代售点', 'Daily Life Service', 'Ticket Office', 'Coach Ticket Office');
INSERT INTO `gaode_poi_category` VALUES ('383', '070304', '生活服务', '售票处', '船票代售点', 'Daily Life Service', 'Ticket Office', 'Ferry Ticket Office');
INSERT INTO `gaode_poi_category` VALUES ('384', '070305', '生活服务', '售票处', '公交卡/月票代售点', 'Daily Life Service', 'Ticket Office', 'Bus IC Card');
INSERT INTO `gaode_poi_category` VALUES ('385', '070306', '生活服务', '售票处', '公园景点售票处', 'Daily Life Service', 'Ticket Office', 'Park Box Office');
INSERT INTO `gaode_poi_category` VALUES ('386', '070400', '生活服务', '邮局', '邮局', 'Daily Life Service', 'Post Office', 'Post Office');
INSERT INTO `gaode_poi_category` VALUES ('387', '070401', '生活服务', '邮局', '邮政速递', 'Daily Life Service', 'Post Office', 'Express Post');
INSERT INTO `gaode_poi_category` VALUES ('388', '070500', '生活服务', '物流速递', '物流速递', 'Daily Life Service', 'Logistics Service', 'Logistics Service');
INSERT INTO `gaode_poi_category` VALUES ('389', '070501', '生活服务', '物流速递', '物流仓储场地', 'Daily Life Service', 'Logistics Service', 'Logistics Warehouse Space');
INSERT INTO `gaode_poi_category` VALUES ('390', '070600', '生活服务', '电讯营业厅', '电讯营业厅', 'Daily Life Service', 'Telecom Office', 'Telecom Office');
INSERT INTO `gaode_poi_category` VALUES ('391', '070601', '生活服务', '电讯营业厅', '中国电信营业厅', 'Daily Life Service', 'Telecom Office', 'China Telecom Office');
INSERT INTO `gaode_poi_category` VALUES ('392', '070603', '生活服务', '电讯营业厅', '中国移动营业厅', 'Daily Life Service', 'Telecom Office', 'China Mobile Office');
INSERT INTO `gaode_poi_category` VALUES ('393', '070604', '生活服务', '电讯营业厅', '中国联通营业厅', 'Daily Life Service', 'Telecom Office', 'China Unicom Office');
INSERT INTO `gaode_poi_category` VALUES ('394', '070605', '生活服务', '电讯营业厅', '中国铁通营业厅', 'Daily Life Service', 'Telecom Office', 'China Tietong Office');
INSERT INTO `gaode_poi_category` VALUES ('395', '070606', '生活服务', '电讯营业厅', '中国卫通营业厅', 'Daily Life Service', 'Telecom Office', 'China Satcom Office');
INSERT INTO `gaode_poi_category` VALUES ('396', '070607', '生活服务', '电讯营业厅', '和记电讯', 'Daily Life Service', 'Telecom Office', 'Hutchison Telecommunications');
INSERT INTO `gaode_poi_category` VALUES ('397', '070608', '生活服务', '电讯营业厅', '数码通电讯', 'Daily Life Service', 'Telecom Office', 'SmarTone');
INSERT INTO `gaode_poi_category` VALUES ('398', '070609', '生活服务', '电讯营业厅', '电讯盈科', 'Daily Life Service', 'Telecom Office', 'PCCW');
INSERT INTO `gaode_poi_category` VALUES ('399', '070610', '生活服务', '电讯营业厅', '中国移动香港', 'Daily Life Service', 'Telecom Office', 'China Mobile Hong Kong');
INSERT INTO `gaode_poi_category` VALUES ('400', '070700', '生活服务', '事务所', '事务所', 'Daily Life Service', 'Professional Service Firm', 'Professional Service Firm');
INSERT INTO `gaode_poi_category` VALUES ('401', '070701', '生活服务', '事务所', '律师事务所', 'Daily Life Service', 'Professional Service Firm', 'Law Firm');
INSERT INTO `gaode_poi_category` VALUES ('402', '070702', '生活服务', '事务所', '会计师事务所', 'Daily Life Service', 'Professional Service Firm', 'Accounting Firm');
INSERT INTO `gaode_poi_category` VALUES ('403', '070703', '生活服务', '事务所', '评估事务所', 'Daily Life Service', 'Professional Service Firm', 'Evaluation Firm');
INSERT INTO `gaode_poi_category` VALUES ('404', '070704', '生活服务', '事务所', '审计事务所', 'Daily Life Service', 'Professional Service Firm', 'Audit Firm');
INSERT INTO `gaode_poi_category` VALUES ('405', '070705', '生活服务', '事务所', '认证事务所', 'Daily Life Service', 'Professional Service Firm', 'Authentication Services');
INSERT INTO `gaode_poi_category` VALUES ('406', '070706', '生活服务', '事务所', '专利事务所', 'Daily Life Service', 'Professional Service Firm', 'Patent Office');
INSERT INTO `gaode_poi_category` VALUES ('407', '070800', '生活服务', '人才市场', '人才市场', 'Daily Life Service', 'Job Center', 'Job Center');
INSERT INTO `gaode_poi_category` VALUES ('408', '070900', '生活服务', '自来水营业厅', '自来水营业厅', 'Daily Life Service', 'Water Supply Service Office', 'Water Supply Service Office');
INSERT INTO `gaode_poi_category` VALUES ('409', '071000', '生活服务', '电力营业厅', '电力营业厅', 'Daily Life Service', 'Electric Supply Service Office', 'Electric Supply Service Office');
INSERT INTO `gaode_poi_category` VALUES ('410', '071100', '生活服务', '美容美发店', '美容美发店', 'Daily Life Service', 'Beauty and Hairdressing Store', 'Beauty and Hairdressing Store');
INSERT INTO `gaode_poi_category` VALUES ('411', '071200', '生活服务', '维修站点', '维修站点', 'Daily Life Service', 'Repair Store', 'Repair Store');
INSERT INTO `gaode_poi_category` VALUES ('412', '071300', '生活服务', '摄影冲印店', '摄影冲印', 'Daily Life Service', 'Photo Finishing', 'Photo Finishing');
INSERT INTO `gaode_poi_category` VALUES ('413', '071400', '生活服务', '洗浴推拿场所', '洗浴推拿场所', 'Daily Life Service', 'Bath & Massage Center', 'Bath & Massage Center');
INSERT INTO `gaode_poi_category` VALUES ('414', '071500', '生活服务', '洗衣店', '洗衣店', 'Daily Life Service', 'Laundry', 'Laundry');
INSERT INTO `gaode_poi_category` VALUES ('415', '071600', '生活服务', '中介机构', '中介机构', 'Daily Life Service', 'Agency', 'Agency');
INSERT INTO `gaode_poi_category` VALUES ('416', '071700', '生活服务', '搬家公司', '搬家公司', 'Daily Life Service', 'Move Service', 'Move Service');
INSERT INTO `gaode_poi_category` VALUES ('417', '071800', '生活服务', '彩票彩券销售点', '彩票彩券销售点', 'Daily Life Service', 'Lottery Store', 'Lottery Store');
INSERT INTO `gaode_poi_category` VALUES ('418', '071801', '生活服务', '彩票彩券销售点', '马会投注站', 'Daily Life Service', 'Lottery Store', 'Horse-Betting Center');
INSERT INTO `gaode_poi_category` VALUES ('419', '071900', '生活服务', '丧葬设施', '丧葬设施', 'Daily Life Service', 'Funeral Facilities', 'Funeral Facilities');
INSERT INTO `gaode_poi_category` VALUES ('420', '071901', '生活服务', '丧葬设施', '陵园', 'Daily Life Service', 'Funeral Facilities', 'Cemetery');
INSERT INTO `gaode_poi_category` VALUES ('421', '071902', '生活服务', '丧葬设施', '公墓', 'Daily Life Service', 'Funeral Facilities', 'Cemetery');
INSERT INTO `gaode_poi_category` VALUES ('422', '071903', '生活服务', '丧葬设施', '殡仪馆', 'Daily Life Service', 'Funeral Facilities', 'Funeral House');
INSERT INTO `gaode_poi_category` VALUES ('423', '072000', '生活服务', '婴儿服务场所', '婴儿服务场所', 'Daily Life Service', 'Baby Service Place', 'Baby Service Place');
INSERT INTO `gaode_poi_category` VALUES ('424', '072001', '生活服务', '婴儿服务场所', '婴儿游泳馆', 'Daily Life Service', 'Baby Service Place', 'Baby Natatorium');
INSERT INTO `gaode_poi_category` VALUES ('425', '080000', '体育休闲服务', '体育休闲服务场所', '体育休闲服务场所', 'Sports & Recreation', 'Sports & Recreation Places', 'Sports & Recreation Places');
INSERT INTO `gaode_poi_category` VALUES ('426', '080100', '体育休闲服务', '运动场馆', '运动场所', 'Sports & Recreation', 'Sports Stadium', 'Sports Places');
INSERT INTO `gaode_poi_category` VALUES ('427', '080101', '体育休闲服务', '运动场馆', '综合体育馆', 'Sports & Recreation', 'Sports Stadium', 'Sports Centre');
INSERT INTO `gaode_poi_category` VALUES ('428', '080102', '体育休闲服务', '运动场馆', '保龄球馆', 'Sports & Recreation', 'Sports Stadium', 'Bowling Hall');
INSERT INTO `gaode_poi_category` VALUES ('429', '080103', '体育休闲服务', '运动场馆', '网球场', 'Sports & Recreation', 'Sports Stadium', 'Tennis Court');
INSERT INTO `gaode_poi_category` VALUES ('430', '080104', '体育休闲服务', '运动场馆', '篮球场馆', 'Sports & Recreation', 'Sports Stadium', 'Basketball Stadium');
INSERT INTO `gaode_poi_category` VALUES ('431', '080105', '体育休闲服务', '运动场馆', '足球场', 'Sports & Recreation', 'Sports Stadium', 'Football Field');
INSERT INTO `gaode_poi_category` VALUES ('432', '080106', '体育休闲服务', '运动场馆', '滑雪场', 'Sports & Recreation', 'Sports Stadium', 'Ski Field');
INSERT INTO `gaode_poi_category` VALUES ('433', '080107', '体育休闲服务', '运动场馆', '溜冰场', 'Sports & Recreation', 'Sports Stadium', 'Skating Rink');
INSERT INTO `gaode_poi_category` VALUES ('434', '080108', '体育休闲服务', '运动场馆', '户外健身场所', 'Sports & Recreation', 'Sports Stadium', 'Outdoor Gym Facility');
INSERT INTO `gaode_poi_category` VALUES ('435', '080109', '体育休闲服务', '运动场馆', '海滨浴场', 'Sports & Recreation', 'Sports Stadium', 'Public Beach');
INSERT INTO `gaode_poi_category` VALUES ('436', '080110', '体育休闲服务', '运动场馆', '游泳馆', 'Sports & Recreation', 'Sports Stadium', 'Natatorium');
INSERT INTO `gaode_poi_category` VALUES ('437', '080111', '体育休闲服务', '运动场馆', '健身中心', 'Sports & Recreation', 'Sports Stadium', 'Gym Center');
INSERT INTO `gaode_poi_category` VALUES ('438', '080112', '体育休闲服务', '运动场馆', '乒乓球馆', 'Sports & Recreation', 'Sports Stadium', 'Table Tennis Hall');
INSERT INTO `gaode_poi_category` VALUES ('439', '080113', '体育休闲服务', '运动场馆', '台球厅', 'Sports & Recreation', 'Sports Stadium', 'Pool Room');
INSERT INTO `gaode_poi_category` VALUES ('440', '080114', '体育休闲服务', '运动场馆', '壁球场', 'Sports & Recreation', 'Sports Stadium', 'Squash Court');
INSERT INTO `gaode_poi_category` VALUES ('441', '080115', '体育休闲服务', '运动场馆', '马术俱乐部', 'Sports & Recreation', 'Sports Stadium', 'Horse Riding Club');
INSERT INTO `gaode_poi_category` VALUES ('442', '080116', '体育休闲服务', '运动场馆', '赛马场', 'Sports & Recreation', 'Sports Stadium', 'Race Track');
INSERT INTO `gaode_poi_category` VALUES ('443', '080117', '体育休闲服务', '运动场馆', '橄榄球场', 'Sports & Recreation', 'Sports Stadium', 'Rugby Court');
INSERT INTO `gaode_poi_category` VALUES ('444', '080118', '体育休闲服务', '运动场馆', '羽毛球场', 'Sports & Recreation', 'Sports Stadium', 'Badminton Court');
INSERT INTO `gaode_poi_category` VALUES ('445', '080119', '体育休闲服务', '运动场馆', '跆拳道场馆', 'Sports & Recreation', 'Sports Stadium', 'Taekwondo Venue');
INSERT INTO `gaode_poi_category` VALUES ('446', '080200', '体育休闲服务', '高尔夫相关', '高尔夫相关', 'Sports & Recreation', 'Golf Related', 'Golf Related');
INSERT INTO `gaode_poi_category` VALUES ('447', '080201', '体育休闲服务', '高尔夫相关', '高尔夫球场', 'Sports & Recreation', 'Golf Related', 'Golf Course');
INSERT INTO `gaode_poi_category` VALUES ('448', '080202', '体育休闲服务', '高尔夫相关', '高尔夫练习场', 'Sports & Recreation', 'Golf Related', 'Golf Training Course');
INSERT INTO `gaode_poi_category` VALUES ('449', '080300', '体育休闲服务', '娱乐场所', '娱乐场所', 'Sports & Recreation', 'Recreation Center', 'Recreation Center');
INSERT INTO `gaode_poi_category` VALUES ('450', '080301', '体育休闲服务', '娱乐场所', '夜总会', 'Sports & Recreation', 'Recreation Center', 'Night Club');
INSERT INTO `gaode_poi_category` VALUES ('451', '080302', '体育休闲服务', '娱乐场所', 'KTV', 'Sports & Recreation', 'Recreation Center', 'KTV');
INSERT INTO `gaode_poi_category` VALUES ('452', '080303', '体育休闲服务', '娱乐场所', '迪厅', 'Sports & Recreation', 'Recreation Center', 'Disco');
INSERT INTO `gaode_poi_category` VALUES ('453', '080304', '体育休闲服务', '娱乐场所', '酒吧', 'Sports & Recreation', 'Recreation Center', 'Pub');
INSERT INTO `gaode_poi_category` VALUES ('454', '080305', '体育休闲服务', '娱乐场所', '游戏厅', 'Sports & Recreation', 'Recreation Center', 'Game Center');
INSERT INTO `gaode_poi_category` VALUES ('455', '080306', '体育休闲服务', '娱乐场所', '棋牌室', 'Sports & Recreation', 'Recreation Center', 'Card & Chess Room');
INSERT INTO `gaode_poi_category` VALUES ('456', '080307', '体育休闲服务', '娱乐场所', '博彩中心', 'Sports & Recreation', 'Recreation Center', 'Lottery Center');
INSERT INTO `gaode_poi_category` VALUES ('457', '080308', '体育休闲服务', '娱乐场所', '网吧', 'Sports & Recreation', 'Recreation Center', 'Internet Bar');
INSERT INTO `gaode_poi_category` VALUES ('458', '080400', '体育休闲服务', '度假疗养场所', '度假疗养场所', 'Sports & Recreation', 'Holiday & Nursing Resort', 'Holiday & Nursing Resort');
INSERT INTO `gaode_poi_category` VALUES ('459', '080401', '体育休闲服务', '度假疗养场所', '度假村', 'Sports & Recreation', 'Holiday & Nursing Resort', 'Resort');
INSERT INTO `gaode_poi_category` VALUES ('460', '080402', '体育休闲服务', '度假疗养场所', '疗养院', 'Sports & Recreation', 'Holiday & Nursing Resort', 'Nursing Home');
INSERT INTO `gaode_poi_category` VALUES ('461', '080500', '体育休闲服务', '休闲场所', '休闲场所', 'Sports & Recreation', 'Recreation Place', 'Recreation Place');
INSERT INTO `gaode_poi_category` VALUES ('462', '080501', '体育休闲服务', '休闲场所', '游乐场', 'Sports & Recreation', 'Recreation Place', 'Amusement Park');
INSERT INTO `gaode_poi_category` VALUES ('463', '080502', '体育休闲服务', '休闲场所', '垂钓园', 'Sports & Recreation', 'Recreation Place', 'Fishing Spot');
INSERT INTO `gaode_poi_category` VALUES ('464', '080503', '体育休闲服务', '休闲场所', '采摘园', 'Sports & Recreation', 'Recreation Place', 'Plucking Park');
INSERT INTO `gaode_poi_category` VALUES ('465', '080504', '体育休闲服务', '休闲场所', '露营地', 'Sports & Recreation', 'Recreation Place', 'Camping Site');
INSERT INTO `gaode_poi_category` VALUES ('466', '080505', '体育休闲服务', '休闲场所', '水上活动中心', 'Sports & Recreation', 'Recreation Place', 'Water Sports Centre');
INSERT INTO `gaode_poi_category` VALUES ('467', '080600', '体育休闲服务', '影剧院', '影剧院相关', 'Sports & Recreation', 'Theatre & Cinema', 'Theatre & Cinema Related');
INSERT INTO `gaode_poi_category` VALUES ('468', '080601', '体育休闲服务', '影剧院', '电影院', 'Sports & Recreation', 'Theatre & Cinema', 'Cinema');
INSERT INTO `gaode_poi_category` VALUES ('469', '080602', '体育休闲服务', '影剧院', '音乐厅', 'Sports & Recreation', 'Theatre & Cinema', 'Concert Hall');
INSERT INTO `gaode_poi_category` VALUES ('470', '080603', '体育休闲服务', '影剧院', '剧场', 'Sports & Recreation', 'Theatre & Cinema', 'Theatre');
INSERT INTO `gaode_poi_category` VALUES ('471', '090000', '医疗保健服务', '医疗保健服务场所', '医疗保健服务场所', 'Medical Service', 'Medical and Health Care Service Place', 'Medical and Health Care Service Place');
INSERT INTO `gaode_poi_category` VALUES ('472', '090100', '医疗保健服务', '综合医院', '综合医院', 'Medical Service', 'Hospital', 'Hospital');
INSERT INTO `gaode_poi_category` VALUES ('473', '090101', '医疗保健服务', '综合医院', '三级甲等医院', 'Medical Service', 'Hospital', 'AAA Class Hospital');
INSERT INTO `gaode_poi_category` VALUES ('474', '090102', '医疗保健服务', '综合医院', '卫生院', 'Medical Service', 'Hospital', 'Health Center');
INSERT INTO `gaode_poi_category` VALUES ('475', '090200', '医疗保健服务', '专科医院', '专科医院', 'Medical Service', 'Special Hospital', 'Special Hospital');
INSERT INTO `gaode_poi_category` VALUES ('476', '090201', '医疗保健服务', '专科医院', '整形美容', 'Medical Service', 'Special Hospital', 'Plastic Surgery');
INSERT INTO `gaode_poi_category` VALUES ('477', '090202', '医疗保健服务', '专科医院', '口腔医院', 'Medical Service', 'Special Hospital', 'Stomatological Hospital');
INSERT INTO `gaode_poi_category` VALUES ('478', '090203', '医疗保健服务', '专科医院', '眼科医院', 'Medical Service', 'Special Hospital', 'Ophthalmology Hospital');
INSERT INTO `gaode_poi_category` VALUES ('479', '090204', '医疗保健服务', '专科医院', '耳鼻喉医院', 'Medical Service', 'Special Hospital', 'ENT Hospital');
INSERT INTO `gaode_poi_category` VALUES ('480', '090205', '医疗保健服务', '专科医院', '胸科医院', 'Medical Service', 'Special Hospital', 'Chest Hospital');
INSERT INTO `gaode_poi_category` VALUES ('481', '090206', '医疗保健服务', '专科医院', '骨科医院', 'Medical Service', 'Special Hospital', 'Orthopedic Hospital');
INSERT INTO `gaode_poi_category` VALUES ('482', '090207', '医疗保健服务', '专科医院', '肿瘤医院', 'Medical Service', 'Special Hospital', 'Tumor Hospital');
INSERT INTO `gaode_poi_category` VALUES ('483', '090208', '医疗保健服务', '专科医院', '脑科医院', 'Medical Service', 'Special Hospital', 'Brain Hospital');
INSERT INTO `gaode_poi_category` VALUES ('484', '090209', '医疗保健服务', '专科医院', '妇科医院', 'Medical Service', 'Special Hospital', 'Maternity Hospital');
INSERT INTO `gaode_poi_category` VALUES ('485', '090210', '医疗保健服务', '专科医院', '精神病医院', 'Medical Service', 'Special Hospital', 'Psychiatric Hospital');
INSERT INTO `gaode_poi_category` VALUES ('486', '090211', '医疗保健服务', '专科医院', '传染病医院', 'Medical Service', 'Special Hospital', 'Infectious Disease Hospital');
INSERT INTO `gaode_poi_category` VALUES ('487', '090300', '医疗保健服务', '诊所', '诊所', 'Medical Service', 'Clinic', 'Clinic');
INSERT INTO `gaode_poi_category` VALUES ('488', '090400', '医疗保健服务', '急救中心', '急救中心', 'Medical Service', 'Emergency Center', 'Emergency Center');
INSERT INTO `gaode_poi_category` VALUES ('489', '090500', '医疗保健服务', '疾病预防机构', '疾病预防', 'Medical Service', 'Disease Prevention Institution', 'Disease Prevention');
INSERT INTO `gaode_poi_category` VALUES ('490', '090600', '医疗保健服务', '医药保健销售店', '医药保健相关', 'Medical Service', 'Pharmacy', 'Medicine Health Care Related');
INSERT INTO `gaode_poi_category` VALUES ('491', '090601', '医疗保健服务', '医药保健销售店', '药房', 'Medical Service', 'Pharmacy', 'Pharmacy');
INSERT INTO `gaode_poi_category` VALUES ('492', '090602', '医疗保健服务', '医药保健销售店', '医疗保健用品', 'Medical Service', 'Pharmacy', 'Medical Supplies');
INSERT INTO `gaode_poi_category` VALUES ('493', '090700', '医疗保健服务', '动物医疗场所', '动物医疗场所', 'Medical Service', 'Veterinary Hospital', 'Veterinary Hospital');
INSERT INTO `gaode_poi_category` VALUES ('494', '090701', '医疗保健服务', '动物医疗场所', '宠物诊所', 'Medical Service', 'Veterinary Hospital', 'Pet Clinic');
INSERT INTO `gaode_poi_category` VALUES ('495', '090702', '医疗保健服务', '动物医疗场所', '兽医站', 'Medical Service', 'Veterinary Hospital', 'Veterinary Station');
INSERT INTO `gaode_poi_category` VALUES ('496', '100000', '住宿服务', '住宿服务相关', '住宿服务相关', 'Accommodation Service', 'Accommodation Service Related', 'Accommodation Service Related');
INSERT INTO `gaode_poi_category` VALUES ('497', '100100', '住宿服务', '宾馆酒店', '宾馆酒店', 'Accommodation Service', 'Hotel', 'Hotel');
INSERT INTO `gaode_poi_category` VALUES ('498', '100101', '住宿服务', '宾馆酒店', '奢华酒店', 'Accommodation Service', 'Hotel', 'Luxury Hotel');
INSERT INTO `gaode_poi_category` VALUES ('499', '100102', '住宿服务', '宾馆酒店', '五星级宾馆', 'Accommodation Service', 'Hotel', 'Five-star Hotel');
INSERT INTO `gaode_poi_category` VALUES ('500', '100103', '住宿服务', '宾馆酒店', '四星级宾馆', 'Accommodation Service', 'Hotel', 'Four-star Hotel');
INSERT INTO `gaode_poi_category` VALUES ('501', '100104', '住宿服务', '宾馆酒店', '三星级宾馆', 'Accommodation Service', 'Hotel', 'Three-star Hotel');
INSERT INTO `gaode_poi_category` VALUES ('502', '100105', '住宿服务', '宾馆酒店', '经济型连锁酒店', 'Accommodation Service', 'Hotel', 'Economical Chain Hotel');
INSERT INTO `gaode_poi_category` VALUES ('503', '100200', '住宿服务', '旅馆招待所', '旅馆招待所', 'Accommodation Service', 'Hostel', 'Hostel');
INSERT INTO `gaode_poi_category` VALUES ('504', '100201', '住宿服务', '旅馆招待所', '青年旅舍', 'Accommodation Service', 'Hostel', 'Youth Hostel');
INSERT INTO `gaode_poi_category` VALUES ('505', '110000', '风景名胜', '风景名胜相关', '旅游景点', 'Tourist Attraction', 'Tourist Attraction Related', 'Tourist Attraction');
INSERT INTO `gaode_poi_category` VALUES ('506', '110100', '风景名胜', '公园广场', '公园广场', 'Tourist Attraction', 'Park & Square', 'Park & Square');
INSERT INTO `gaode_poi_category` VALUES ('507', '110101', '风景名胜', '公园广场', '公园', 'Tourist Attraction', 'Park & Square', 'Park');
INSERT INTO `gaode_poi_category` VALUES ('508', '110102', '风景名胜', '公园广场', '动物园', 'Tourist Attraction', 'Park & Square', 'Zoo');
INSERT INTO `gaode_poi_category` VALUES ('509', '110103', '风景名胜', '公园广场', '植物园', 'Tourist Attraction', 'Park & Square', 'Botanical Garden');
INSERT INTO `gaode_poi_category` VALUES ('510', '110104', '风景名胜', '公园广场', '水族馆', 'Tourist Attraction', 'Park & Square', 'Aquarium');
INSERT INTO `gaode_poi_category` VALUES ('511', '110105', '风景名胜', '公园广场', '城市广场', 'Tourist Attraction', 'Park & Square', 'City Plaza');
INSERT INTO `gaode_poi_category` VALUES ('512', '110106', '风景名胜', '公园广场', '公园内部设施', 'Tourist Attraction', 'Park & Plaza', 'Facilities within the park');
INSERT INTO `gaode_poi_category` VALUES ('513', '110200', '风景名胜', '风景名胜', '风景名胜', 'Tourist Attraction', 'Scenery Spot', 'Scenery Spot');
INSERT INTO `gaode_poi_category` VALUES ('514', '110201', '风景名胜', '风景名胜', '世界遗产', 'Tourist Attraction', 'Scenery Spot', 'World Heritage');
INSERT INTO `gaode_poi_category` VALUES ('515', '110202', '风景名胜', '风景名胜', '国家级景点', 'Tourist Attraction', 'Scenery Spot', 'National View Spot');
INSERT INTO `gaode_poi_category` VALUES ('516', '110203', '风景名胜', '风景名胜', '省级景点', 'Tourist Attraction', 'Scenery Spot', 'Provincial View Spot');
INSERT INTO `gaode_poi_category` VALUES ('517', '110204', '风景名胜', '风景名胜', '纪念馆', 'Tourist Attraction', 'Scenery Spot', 'Memorial Hall');
INSERT INTO `gaode_poi_category` VALUES ('518', '110205', '风景名胜', '风景名胜', '寺庙道观', 'Tourist Attraction', 'Scenery Spot', 'Buddhist & Taoist Temple');
INSERT INTO `gaode_poi_category` VALUES ('519', '110206', '风景名胜', '风景名胜', '教堂', 'Tourist Attraction', 'Scenery Spot', 'Church');
INSERT INTO `gaode_poi_category` VALUES ('520', '110207', '风景名胜', '风景名胜', '回教寺', 'Tourist Attraction', 'Scenery Spot', 'Mosque');
INSERT INTO `gaode_poi_category` VALUES ('521', '110208', '风景名胜', '风景名胜', '海滩', 'Tourist Attraction', 'Scenery Spot', 'Beach');
INSERT INTO `gaode_poi_category` VALUES ('522', '110209', '风景名胜', '风景名胜', '观景点', 'Tourist Attraction', 'Scenery Spot', 'View Point');
INSERT INTO `gaode_poi_category` VALUES ('523', '120000', '商务住宅', '商务住宅相关', '商务住宅相关', 'Commercial House', 'Commercial House Related', 'Commercial House Related');
INSERT INTO `gaode_poi_category` VALUES ('524', '120100', '商务住宅', '产业园区', '产业园区', 'Commercial House', 'Industrial Park', 'Industrial Park');
INSERT INTO `gaode_poi_category` VALUES ('525', '120200', '商务住宅', '楼宇', '楼宇相关', 'Commercial House', 'Building', 'Building Related');
INSERT INTO `gaode_poi_category` VALUES ('526', '120201', '商务住宅', '楼宇', '商务写字楼', 'Commercial House', 'Building', 'Business Office Building');
INSERT INTO `gaode_poi_category` VALUES ('527', '120202', '商务住宅', '楼宇', '工业大厦建筑物', 'Commercial House', 'Building', 'Industrial Building');
INSERT INTO `gaode_poi_category` VALUES ('528', '120203', '商务住宅', '楼宇', '商住两用楼宇', 'Commercial House', 'Building', 'Commercial-residential Building');
INSERT INTO `gaode_poi_category` VALUES ('529', '120300', '商务住宅', '住宅区', '住宅区', 'Commercial House', 'Residential Area', 'Residential Area');
INSERT INTO `gaode_poi_category` VALUES ('530', '120301', '商务住宅', '住宅区', '别墅', 'Commercial House', 'Residential Area', 'Villa');
INSERT INTO `gaode_poi_category` VALUES ('531', '120302', '商务住宅', '住宅区', '住宅小区', 'Commercial House', 'Residential Area', 'Residential Quarter');
INSERT INTO `gaode_poi_category` VALUES ('532', '120303', '商务住宅', '住宅区', '宿舍', 'Commercial House', 'Residential Area', 'Dormitory');
INSERT INTO `gaode_poi_category` VALUES ('533', '120304', '商务住宅', '住宅区', '社区中心', 'Commercial House', 'Residential Area', 'Community Center');
INSERT INTO `gaode_poi_category` VALUES ('534', '130000', '政府机构及社会团体', '政府及社会团体相关', '政府及社会团体相关', 'Governmental Organization & Social Group', 'Governmental & Social Groups Related', 'Governmental & Social Groups Related');
INSERT INTO `gaode_poi_category` VALUES ('535', '130100', '政府机构及社会团体', '政府机关', '政府机关相关', 'Governmental Organization & Social Group', 'Governmental Organization', 'Governmental Organization Related');
INSERT INTO `gaode_poi_category` VALUES ('536', '130101', '政府机构及社会团体', '政府机关', '国家级机关及事业单位', 'Governmental Organization & Social Group', 'Governmental Organization', 'State Level Organization & Institution');
INSERT INTO `gaode_poi_category` VALUES ('537', '130102', '政府机构及社会团体', '政府机关', '省直辖市级政府及事业单位', 'Governmental Organization & Social Group', 'Governmental Organization', 'Provincial Level Government and Institution');
INSERT INTO `gaode_poi_category` VALUES ('538', '130103', '政府机构及社会团体', '政府机关', '地市级政府及事业单位', 'Governmental Organization & Social Group', 'Governmental Organization', 'Prefecture Level Government and Institution');
INSERT INTO `gaode_poi_category` VALUES ('539', '130104', '政府机构及社会团体', '政府机关', '区县级政府及事业单位', 'Governmental Organization & Social Group', 'Governmental Organization', 'District & County Level Government and Institution');
INSERT INTO `gaode_poi_category` VALUES ('540', '130105', '政府机构及社会团体', '政府机关', '乡镇级政府及事业单位', 'Governmental Organization & Social Group', 'Governmental Organization', 'Town Level Government and Institution');
INSERT INTO `gaode_poi_category` VALUES ('541', '130106', '政府机构及社会团体', '政府机关', '乡镇以下级政府及事业单位', 'Governmental Organization & Social Group', 'Governmental Organization', 'Below Town level Government and Institution');
INSERT INTO `gaode_poi_category` VALUES ('542', '130107', '政府机构及社会团体', '政府机关', '外地政府办', 'Governmental Organization & Social Group', 'Governmental Organization', 'Non-local Government Representative Office');
INSERT INTO `gaode_poi_category` VALUES ('543', '130200', '政府机构及社会团体', '外国机构', '外国机构相关', 'Governmental Organization & Social Group', 'Foreign Organization', 'Foreign Organization Related');
INSERT INTO `gaode_poi_category` VALUES ('544', '130201', '政府机构及社会团体', '外国机构', '外国使领馆', 'Governmental Organization & Social Group', 'Foreign Organization', 'Foreign Embassy and Consulate');
INSERT INTO `gaode_poi_category` VALUES ('545', '130202', '政府机构及社会团体', '外国机构', '国际组织办事处', 'Governmental Organization & Social Group', 'Foreign Organization', 'Representative Office of International Organization');
INSERT INTO `gaode_poi_category` VALUES ('546', '130300', '政府机构及社会团体', '民主党派', '民主党派', 'Governmental Organization & Social Group', 'Democratic Party', 'Democratic Party');
INSERT INTO `gaode_poi_category` VALUES ('547', '130400', '政府机构及社会团体', '社会团体', '社会团体相关', 'Governmental Organization & Social Group', 'Social Group', 'Social Group Related');
INSERT INTO `gaode_poi_category` VALUES ('548', '130401', '政府机构及社会团体', '社会团体', '共青团', 'Governmental Organization & Social Group', 'Social Group', 'Communist Youth League');
INSERT INTO `gaode_poi_category` VALUES ('549', '130402', '政府机构及社会团体', '社会团体', '少先队', 'Governmental Organization & Social Group', 'Social Group', 'Young Pioneer');
INSERT INTO `gaode_poi_category` VALUES ('550', '130403', '政府机构及社会团体', '社会团体', '妇联', 'Governmental Organization & Social Group', 'Social Group', 'Women\'s Federation');
INSERT INTO `gaode_poi_category` VALUES ('551', '130404', '政府机构及社会团体', '社会团体', '残联', 'Governmental Organization & Social Group', 'Social Group', 'Disabled Persons\' Federation');
INSERT INTO `gaode_poi_category` VALUES ('552', '130405', '政府机构及社会团体', '社会团体', '红十字会', 'Governmental Organization & Social Group', 'Social Group', 'Red Cross');
INSERT INTO `gaode_poi_category` VALUES ('553', '130406', '政府机构及社会团体', '社会团体', '消费者协会', 'Governmental Organization & Social Group', 'Social Group', 'Consumers\' Association');
INSERT INTO `gaode_poi_category` VALUES ('554', '130407', '政府机构及社会团体', '社会团体', '行业协会', 'Governmental Organization & Social Group', 'Social Group', 'Industry Association');
INSERT INTO `gaode_poi_category` VALUES ('555', '130408', '政府机构及社会团体', '社会团体', '慈善机构', 'Governmental Organization & Social Group', 'Social Group', 'Charity Organizations');
INSERT INTO `gaode_poi_category` VALUES ('556', '130409', '政府机构及社会团体', '社会团体', '教会', 'Governmental Organization & Social Group', 'Social Group', 'Church');
INSERT INTO `gaode_poi_category` VALUES ('557', '130500', '政府机构及社会团体', '公检法机构', '公检法机关', 'Governmental Organization & Social Group', 'Public Security Organization', 'Public Security Organization');
INSERT INTO `gaode_poi_category` VALUES ('558', '130501', '政府机构及社会团体', '公检法机构', '公安警察', 'Governmental Organization & Social Group', 'Public Security Organization', 'Police Station');
INSERT INTO `gaode_poi_category` VALUES ('559', '130502', '政府机构及社会团体', '公检法机构', '检察院', 'Governmental Organization & Social Group', 'Public Security Organization', 'Procuratorate');
INSERT INTO `gaode_poi_category` VALUES ('560', '130503', '政府机构及社会团体', '公检法机构', '法院', 'Governmental Organization & Social Group', 'Public Security Organization', 'Court');
INSERT INTO `gaode_poi_category` VALUES ('561', '130504', '政府机构及社会团体', '公检法机构', '消防机关', 'Governmental Organization & Social Group', 'Public Security Organization', 'Fire Fighting Organization');
INSERT INTO `gaode_poi_category` VALUES ('562', '130505', '政府机构及社会团体', '公检法机构', '公证鉴定机构', 'Governmental Organization & Social Group', 'Public Security Organization', 'Notarial Survey Organization');
INSERT INTO `gaode_poi_category` VALUES ('563', '130506', '政府机构及社会团体', '公检法机构', '社会治安机构', 'Governmental Organization & Social Group', 'Public Security Organization', 'Social Security Organization');
INSERT INTO `gaode_poi_category` VALUES ('564', '130600', '政府机构及社会团体', '交通车辆管理', '交通车辆管理相关', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Traffic Vehicle Management Related');
INSERT INTO `gaode_poi_category` VALUES ('565', '130601', '政府机构及社会团体', '交通车辆管理', '交通管理机构', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Traffic Management Authority');
INSERT INTO `gaode_poi_category` VALUES ('566', '130602', '政府机构及社会团体', '交通车辆管理', '车辆管理机构', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Vehicle Management Authority');
INSERT INTO `gaode_poi_category` VALUES ('567', '130603', '政府机构及社会团体', '交通车辆管理', '验车场', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Vehicle Assessment Service');
INSERT INTO `gaode_poi_category` VALUES ('568', '130604', '政府机构及社会团体', '交通车辆管理', '交通执法站', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Traffic Management Station');
INSERT INTO `gaode_poi_category` VALUES ('569', '130605', '政府机构及社会团体', '交通车辆管理', '车辆通行证办理处', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Vehicle Pass Card Office');
INSERT INTO `gaode_poi_category` VALUES ('570', '130606', '政府机构及社会团体', '交通车辆管理', '货车相关检查站', 'Governmental Organization & Social Group', 'Traffic Vehicle Management', 'Truck Related Checkpoints');
INSERT INTO `gaode_poi_category` VALUES ('571', '130700', '政府机构及社会团体', '工商税务机构', '工商税务机构', 'Governmental Organization & Social Group', 'Industrial and Commercial Taxation Institution', 'Industrial and Commercial Taxation Institution');
INSERT INTO `gaode_poi_category` VALUES ('572', '130701', '政府机构及社会团体', '工商税务机构', '工商部门', 'Governmental Organization & Social Group', 'Industrial and Commercial Taxation Institution', 'Administration for Industry & Commerce');
INSERT INTO `gaode_poi_category` VALUES ('573', '130702', '政府机构及社会团体', '工商税务机构', '国税机关', 'Governmental Organization & Social Group', 'Industrial and Commercial Taxation Institution', 'State Tax Authority');
INSERT INTO `gaode_poi_category` VALUES ('574', '130703', '政府机构及社会团体', '工商税务机构', '地税机关', 'Governmental Organization & Social Group', 'Industrial and Commercial Taxation Institution', 'Local Tax Authority');
INSERT INTO `gaode_poi_category` VALUES ('575', '140000', '科教文化服务', '科教文化场所', '科教文化场所', 'Science/Culture & Education Service', 'Science & Education Cultural Place', 'Science & Education Cultural Place');
INSERT INTO `gaode_poi_category` VALUES ('576', '140100', '科教文化服务', '博物馆', '博物馆', 'Science/Culture & Education Service', 'Museum', 'Museum');
INSERT INTO `gaode_poi_category` VALUES ('577', '140101', '科教文化服务', '博物馆', '奥迪博物馆', 'Science/Culture & Education Service', 'Museum', 'Audi Museum');
INSERT INTO `gaode_poi_category` VALUES ('578', '140102', '科教文化服务', '博物馆', '梅赛德斯-奔驰博物馆', 'Science/Culture & Education Service', 'Museum', 'Mercedes-Benz Museum');
INSERT INTO `gaode_poi_category` VALUES ('579', '140200', '科教文化服务', '展览馆', '展览馆', 'Science/Culture & Education Service', 'Exhibition Hall', 'Exhibition Hall');
INSERT INTO `gaode_poi_category` VALUES ('580', '140201', '科教文化服务', '展览馆', '室内展位', 'Science/Culture & Education Service', 'Exhibition Hall', 'Indoor Booth');
INSERT INTO `gaode_poi_category` VALUES ('581', '140300', '科教文化服务', '会展中心', '会展中心', 'Science/Culture & Education Service', 'Convention & Exhibition Center', 'Convention & Exhibition Center');
INSERT INTO `gaode_poi_category` VALUES ('582', '140400', '科教文化服务', '美术馆', '美术馆', 'Science/Culture & Education Service', 'Art Gallery', 'Art Gallery');
INSERT INTO `gaode_poi_category` VALUES ('583', '140500', '科教文化服务', '图书馆', '图书馆', 'Science/Culture & Education Service', 'Library', 'Library');
INSERT INTO `gaode_poi_category` VALUES ('584', '140600', '科教文化服务', '科技馆', '科技馆', 'Science/Culture & Education Service', 'Science & Technology Museum', 'Science & Technology Museum');
INSERT INTO `gaode_poi_category` VALUES ('585', '140700', '科教文化服务', '天文馆', '天文馆', 'Science/Culture & Education Service', 'Planetarium', 'Planetarium');
INSERT INTO `gaode_poi_category` VALUES ('586', '140800', '科教文化服务', '文化宫', '文化宫', 'Science/Culture & Education Service', 'Cultural Palace', 'Cultural Palace');
INSERT INTO `gaode_poi_category` VALUES ('587', '140900', '科教文化服务', '档案馆', '档案馆', 'Science/Culture & Education Service', 'Archives Hall', 'Archives Hall');
INSERT INTO `gaode_poi_category` VALUES ('588', '141000', '科教文化服务', '文艺团体', '文艺团体', 'Science/Culture & Education Service', 'Arts Organization', 'Arts Organization');
INSERT INTO `gaode_poi_category` VALUES ('589', '141100', '科教文化服务', '传媒机构', '传媒机构', 'Science/Culture & Education Service', 'Media Organization', 'Media Organization');
INSERT INTO `gaode_poi_category` VALUES ('590', '141101', '科教文化服务', '传媒机构', '电视台', 'Science/Culture & Education Service', 'Media Organization', 'TV Station');
INSERT INTO `gaode_poi_category` VALUES ('591', '141102', '科教文化服务', '传媒机构', '电台', 'Science/Culture & Education Service', 'Media Organization', 'Radio Station');
INSERT INTO `gaode_poi_category` VALUES ('592', '141103', '科教文化服务', '传媒机构', '报社', 'Science/Culture & Education Service', 'Media Organization', 'Newspaper Office');
INSERT INTO `gaode_poi_category` VALUES ('593', '141104', '科教文化服务', '传媒机构', '杂志社', 'Science/Culture & Education Service', 'Media Organization', 'Journal Publisher');
INSERT INTO `gaode_poi_category` VALUES ('594', '141105', '科教文化服务', '传媒机构', '出版社', 'Science/Culture & Education Service', 'Media Organization', 'Publishing House');
INSERT INTO `gaode_poi_category` VALUES ('595', '141200', '科教文化服务', '学校', '学校', 'Science/Culture & Education Service', 'School', 'School');
INSERT INTO `gaode_poi_category` VALUES ('596', '141201', '科教文化服务', '学校', '高等院校', 'Science/Culture & Education Service', 'School', 'University & College');
INSERT INTO `gaode_poi_category` VALUES ('597', '141202', '科教文化服务', '学校', '中学', 'Science/Culture & Education Service', 'School', 'Middle School');
INSERT INTO `gaode_poi_category` VALUES ('598', '141203', '科教文化服务', '学校', '小学', 'Science/Culture & Education Service', 'School', 'Elementary School');
INSERT INTO `gaode_poi_category` VALUES ('599', '141204', '科教文化服务', '学校', '幼儿园', 'Science/Culture & Education Service', 'School', 'Kindergarten');
INSERT INTO `gaode_poi_category` VALUES ('600', '141205', '科教文化服务', '学校', '成人教育', 'Science/Culture & Education Service', 'School', 'Adult Education');
INSERT INTO `gaode_poi_category` VALUES ('601', '141206', '科教文化服务', '学校', '职业技术学校', 'Science/Culture & Education Service', 'School', 'Vocational Technical School');
INSERT INTO `gaode_poi_category` VALUES ('602', '141207', '科教文化服务', '学校', '学校内部设施', 'Culture & Education', 'School', 'Facilities within the School');
INSERT INTO `gaode_poi_category` VALUES ('603', '141300', '科教文化服务', '科研机构', '科研机构', 'Science/Culture & Education Service', 'Research Institution', 'Research Institution');
INSERT INTO `gaode_poi_category` VALUES ('604', '141400', '科教文化服务', '培训机构', '培训机构', 'Science/Culture & Education Service', 'Training Institution', 'Training Institution');
INSERT INTO `gaode_poi_category` VALUES ('605', '141500', '科教文化服务', '驾校', '驾校', 'Science/Culture & Education Service', 'Driving School', 'Driving School');
INSERT INTO `gaode_poi_category` VALUES ('606', '150000', '交通设施服务', '交通服务相关', '交通服务相关', 'Transportation Service', 'Transportation Service Related', 'Transportation Service Related');
INSERT INTO `gaode_poi_category` VALUES ('607', '150100', '交通设施服务', '机场相关', '机场相关', 'Transportation Service', 'Airport Related', 'Airport Related');
INSERT INTO `gaode_poi_category` VALUES ('608', '150101', '交通设施服务', '机场相关', '候机室', 'Transportation Service', 'Airport Related', 'Departure Lounge');
INSERT INTO `gaode_poi_category` VALUES ('609', '150102', '交通设施服务', '机场相关', '摆渡车站', 'Transportation Service', 'Airport Related', 'The Ferry Station');
INSERT INTO `gaode_poi_category` VALUES ('610', '150104', '交通设施服务', '机场相关', '飞机场', 'Transportation Service', 'Airport Related', 'Airport');
INSERT INTO `gaode_poi_category` VALUES ('611', '150105', '交通设施服务', '机场相关', '机场出发/到达', 'Transportation Service', 'Airport Related', 'Airport Departure/Arrival');
INSERT INTO `gaode_poi_category` VALUES ('612', '150106', '交通设施服务', '机场相关', '直升机场', 'Transportation Service', 'Airport Related', 'Heliport');
INSERT INTO `gaode_poi_category` VALUES ('613', '150107', '交通设施服务', '机场相关', '机场货运处', 'Transportation Service', 'Airport Related', 'Airport Freight Station');
INSERT INTO `gaode_poi_category` VALUES ('614', '150200', '交通设施服务', '火车站', '火车站', 'Transportation Service', 'Railway Station', 'Railway Station');
INSERT INTO `gaode_poi_category` VALUES ('615', '150201', '交通设施服务', '火车站', '候车室', 'Transportation Service', 'Railway Station', 'Waiting Room');
INSERT INTO `gaode_poi_category` VALUES ('616', '150202', '交通设施服务', '火车站', '进站口/检票口', 'Transportation Service', 'Railway Station', 'Ticket Entrance');
INSERT INTO `gaode_poi_category` VALUES ('617', '150203', '交通设施服务', '火车站', '出站口', 'Transportation Service', 'Railway Station', 'Exit');
INSERT INTO `gaode_poi_category` VALUES ('618', '150204', '交通设施服务', '火车站', '站台', 'Transportation Service', 'Railway Station', 'Platform');
INSERT INTO `gaode_poi_category` VALUES ('619', '150205', '交通设施服务', '火车站', '售票', 'Transportation Service', 'Railway Station', 'Sell Ticket');
INSERT INTO `gaode_poi_category` VALUES ('620', '150206', '交通设施服务', '火车站', '退票', 'Transportation Service', 'Railway Station', 'Get a Refund for a Ticket');
INSERT INTO `gaode_poi_category` VALUES ('621', '150207', '交通设施服务', '火车站', '改签', 'Transportation Service', 'Railway Station', 'Endorse the Ticket');
INSERT INTO `gaode_poi_category` VALUES ('622', '150208', '交通设施服务', '火车站', '公安制证', 'Transportation Service', 'Railway Station', 'Public Security Accreditation');
INSERT INTO `gaode_poi_category` VALUES ('623', '150209', '交通设施服务', '火车站', '票务相关', 'Transportation Service', 'Railway Station', 'Ticket Business Correlation');
INSERT INTO `gaode_poi_category` VALUES ('624', '150210', '交通设施服务', '火车站', '货运火车站', 'Transportation Service', 'Railway Station', 'Freight Railway Station');
INSERT INTO `gaode_poi_category` VALUES ('625', '150300', '交通设施服务', '港口码头', '港口码头', 'Transportation Service', 'Port & Marina', 'Port & Marina');
INSERT INTO `gaode_poi_category` VALUES ('626', '150301', '交通设施服务', '港口码头', '客运港', 'Transportation Service', 'Port & Marina', 'Passenger Port');
INSERT INTO `gaode_poi_category` VALUES ('627', '150302', '交通设施服务', '港口码头', '车渡口', 'Transportation Service', 'Port & Marina', 'Ferry Terminal for Vehicle');
INSERT INTO `gaode_poi_category` VALUES ('628', '150303', '交通设施服务', '港口码头', '人渡口', 'Transportation Service', 'Port & Marina', 'Ferry Terminal');
INSERT INTO `gaode_poi_category` VALUES ('629', '150304', '交通设施服务', '港口码头', '货运港口码头', 'Transportation Service', 'Port & Marina', 'Freight Ports');
INSERT INTO `gaode_poi_category` VALUES ('630', '150400', '交通设施服务', '长途汽车站', '长途汽车站', 'Transportation Service', 'Coach Station', 'Coach Station');
INSERT INTO `gaode_poi_category` VALUES ('631', '150500', '交通设施服务', '地铁站', '地铁站', 'Transportation Service', 'Subway Station', 'Subway Station');
INSERT INTO `gaode_poi_category` VALUES ('632', '150501', '交通设施服务', '地铁站', '出入口', 'Transportation Service', 'Subway Station', 'Exit');
INSERT INTO `gaode_poi_category` VALUES ('633', '150600', '交通设施服务', '轻轨站', '轻轨站', 'Transportation Service', 'Light Rail Station', 'Light Rail Station');
INSERT INTO `gaode_poi_category` VALUES ('634', '150700', '交通设施服务', '公交车站', '公交车站相关', 'Transportation Service', 'Bus Station', 'Bus Station Related');
INSERT INTO `gaode_poi_category` VALUES ('635', '150701', '交通设施服务', '公交车站', '旅游专线车站', 'Transportation Service', 'Bus Station', 'Tourist Routes Bus Station');
INSERT INTO `gaode_poi_category` VALUES ('636', '150702', '交通设施服务', '公交车站', '普通公交站', 'Transportation Service', 'Bus Station', 'Common Bus Station');
INSERT INTO `gaode_poi_category` VALUES ('637', '150703', '交通设施服务', '公交车站', '机场巴士', 'Transportation Service', 'Bus Station', 'Airport Bus');
INSERT INTO `gaode_poi_category` VALUES ('638', '150800', '交通设施服务', '班车站', '班车站', 'Transportation Service', 'Commuter Bus Station', 'Commuter Bus Station');
INSERT INTO `gaode_poi_category` VALUES ('639', '150900', '交通设施服务', '停车场', '停车场相关', 'Transportation Service', 'Parking Lot', 'Parking Lot Related');
INSERT INTO `gaode_poi_category` VALUES ('640', '150903', '交通设施服务', '停车场', '换乘停车场', 'Transportation Service', 'Parking Lot', 'Park-and-Ride Place');
INSERT INTO `gaode_poi_category` VALUES ('641', '150904', '交通设施服务', '停车场', '公共停车场', 'Transportation Service', 'Parking Lot', 'Public Parking Lot');
INSERT INTO `gaode_poi_category` VALUES ('642', '150905', '交通设施服务', '停车场', '专用停车场', 'Transportation Service', 'Parking Lot', 'Reserved Parking Lot');
INSERT INTO `gaode_poi_category` VALUES ('643', '150906', '交通设施服务', '停车场', '路边停车场', 'Transportation Service', 'Parking Lot', 'Roadside Parking Lot');
INSERT INTO `gaode_poi_category` VALUES ('644', '150907', '交通设施服务', '停车场', '停车场入口', 'Transportation Service', 'Parking Lot', 'Parking Lot Entrance');
INSERT INTO `gaode_poi_category` VALUES ('645', '150908', '交通设施服务', '停车场', '停车场出口', 'Transportation Service', 'Parking Lot', 'Parking Lot Exit');
INSERT INTO `gaode_poi_category` VALUES ('646', '150909', '交通设施服务', '停车场', '停车场出入口', 'Transportation Service', 'Parking Lot', 'Parking Lot Entrance & Exit');
INSERT INTO `gaode_poi_category` VALUES ('647', '151000', '交通设施服务', '过境口岸', '过境口岸', 'Transportation Service', 'Border Crossing', 'Border Crossing');
INSERT INTO `gaode_poi_category` VALUES ('648', '151100', '交通设施服务', '出租车', '出租车', 'Transportation Service', 'Taxi', 'Taxi');
INSERT INTO `gaode_poi_category` VALUES ('649', '151200', '交通设施服务', '轮渡站', '轮渡站', 'Transportation Service', 'Ferry Station', 'Ferry Station');
INSERT INTO `gaode_poi_category` VALUES ('650', '151300', '交通设施服务', '索道站', '索道站', 'Transportation Service', 'Ropeway Station', 'Ropeway Station');
INSERT INTO `gaode_poi_category` VALUES ('651', '160000', '金融保险服务', '金融保险服务机构', '金融保险机构', 'Finance & Insurance Service', 'Finance & Insurance Service Institution', 'Finance & Insurance Institution');
INSERT INTO `gaode_poi_category` VALUES ('652', '160100', '金融保险服务', '银行', '银行', 'Finance & Insurance Service', 'Bank', 'Bank');
INSERT INTO `gaode_poi_category` VALUES ('653', '160101', '金融保险服务', '银行', '中国人民银行', 'Finance & Insurance Service', 'Bank', 'The People\'s Bank of China');
INSERT INTO `gaode_poi_category` VALUES ('654', '160102', '金融保险服务', '银行', '国家开发银行', 'Finance & Insurance Service', 'Bank', 'China Development Bank');
INSERT INTO `gaode_poi_category` VALUES ('655', '160103', '金融保险服务', '银行', '中国进出口银行', 'Finance & Insurance Service', 'Bank', 'The Export-Import Bank of China');
INSERT INTO `gaode_poi_category` VALUES ('656', '160104', '金融保险服务', '银行', '中国银行', 'Finance & Insurance Service', 'Bank', 'Bank of China');
INSERT INTO `gaode_poi_category` VALUES ('657', '160105', '金融保险服务', '银行', '中国工商银行', 'Finance & Insurance Service', 'Bank', 'ICBC');
INSERT INTO `gaode_poi_category` VALUES ('658', '160106', '金融保险服务', '银行', '中国建设银行', 'Finance & Insurance Service', 'Bank', 'China Construction Bank');
INSERT INTO `gaode_poi_category` VALUES ('659', '160107', '金融保险服务', '银行', '中国农业银行', 'Finance & Insurance Service', 'Bank', 'Agricultural Bank of China');
INSERT INTO `gaode_poi_category` VALUES ('660', '160108', '金融保险服务', '银行', '交通银行', 'Finance & Insurance Service', 'Bank', 'Bank of Communications');
INSERT INTO `gaode_poi_category` VALUES ('661', '160109', '金融保险服务', '银行', '招商银行', 'Finance & Insurance Service', 'Bank', 'China Merchants Bank');
INSERT INTO `gaode_poi_category` VALUES ('662', '160110', '金融保险服务', '银行', '华夏银行', 'Finance & Insurance Service', 'Bank', 'Huaxia Bank');
INSERT INTO `gaode_poi_category` VALUES ('663', '160111', '金融保险服务', '银行', '中信银行', 'Finance & Insurance Service', 'Bank', 'China CITIC Bank');
INSERT INTO `gaode_poi_category` VALUES ('664', '160112', '金融保险服务', '银行', '中国民生银行', 'Finance & Insurance Service', 'Bank', 'China Minsheng Bank');
INSERT INTO `gaode_poi_category` VALUES ('665', '160113', '金融保险服务', '银行', '中国光大银行', 'Finance & Insurance Service', 'Bank', 'China Everbright Bank');
INSERT INTO `gaode_poi_category` VALUES ('666', '160114', '金融保险服务', '银行', '上海银行', 'Finance & Insurance Service', 'Bank', 'Bank of Shanghai');
INSERT INTO `gaode_poi_category` VALUES ('667', '160115', '金融保险服务', '银行', '上海浦东发展银行', 'Finance & Insurance Service', 'Bank', 'Shanghai Pudong Development Bank');
INSERT INTO `gaode_poi_category` VALUES ('668', '160117', '金融保险服务', '银行', '平安银行', 'Finance & Insurance Service', 'Bank', 'Ping An Bank');
INSERT INTO `gaode_poi_category` VALUES ('669', '160118', '金融保险服务', '银行', '兴业银行', 'Finance & Insurance Service', 'Bank', 'Industrial Bank');
INSERT INTO `gaode_poi_category` VALUES ('670', '160119', '金融保险服务', '银行', '北京银行', 'Finance & Insurance Service', 'Bank', 'Bank of Beijing');
INSERT INTO `gaode_poi_category` VALUES ('671', '160120', '金融保险服务', '银行', '广发银行', 'Finance & Insurance Service', 'Bank', 'CGB');
INSERT INTO `gaode_poi_category` VALUES ('672', '160121', '金融保险服务', '银行', '农村商业银行', 'Finance & Insurance Service', 'Bank', 'Rural Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('673', '160122', '金融保险服务', '银行', '香港恒生银行', 'Finance & Insurance Service', 'Bank', 'Hong Kong Hang Seng Bank');
INSERT INTO `gaode_poi_category` VALUES ('674', '160123', '金融保险服务', '银行', '东亚银行', 'Finance & Insurance Service', 'Bank', 'Bank of East Asia');
INSERT INTO `gaode_poi_category` VALUES ('675', '160124', '金融保险服务', '银行', '花旗银行', 'Finance & Insurance Service', 'Bank', 'Citibank');
INSERT INTO `gaode_poi_category` VALUES ('676', '160125', '金融保险服务', '银行', '渣打银行', 'Finance & Insurance Service', 'Bank', 'Standard Chartered Bank');
INSERT INTO `gaode_poi_category` VALUES ('677', '160126', '金融保险服务', '银行', '汇丰银行', 'Finance & Insurance Service', 'Bank', 'HSBC');
INSERT INTO `gaode_poi_category` VALUES ('678', '160127', '金融保险服务', '银行', '荷兰银行', 'Finance & Insurance Service', 'Bank', 'ABN AMRO Bank');
INSERT INTO `gaode_poi_category` VALUES ('679', '160128', '金融保险服务', '银行', '美国运通银行', 'Finance & Insurance Service', 'Bank', 'American Express Bank');
INSERT INTO `gaode_poi_category` VALUES ('680', '160129', '金融保险服务', '银行', '瑞士友邦银行', 'Finance & Insurance Service', 'Bank', 'AIG Private Bank');
INSERT INTO `gaode_poi_category` VALUES ('681', '160130', '金融保险服务', '银行', '美国银行', 'Finance & Insurance Service', 'Bank', 'Bank of America');
INSERT INTO `gaode_poi_category` VALUES ('682', '160131', '金融保险服务', '银行', '蒙特利尔银行', 'Finance & Insurance Service', 'Bank', 'Bank of Montreal');
INSERT INTO `gaode_poi_category` VALUES ('683', '160132', '金融保险服务', '银行', '纽约银行', 'Finance & Insurance Service', 'Bank', 'Bank of New York');
INSERT INTO `gaode_poi_category` VALUES ('684', '160133', '金融保险服务', '银行', '苏格兰皇家银行', 'Finance & Insurance Service', 'Bank', 'The Royal Bank of Scotland');
INSERT INTO `gaode_poi_category` VALUES ('685', '160134', '金融保险服务', '银行', '法国兴业银行', 'Finance & Insurance Service', 'Bank', 'Societe Generale Bank');
INSERT INTO `gaode_poi_category` VALUES ('686', '160135', '金融保险服务', '银行', '德意志银行', 'Finance & Insurance Service', 'Bank', 'Deutsche Bank');
INSERT INTO `gaode_poi_category` VALUES ('687', '160136', '金融保险服务', '银行', '日本三菱东京日联银行', 'Finance & Insurance Service', 'Bank', 'Bank of Tokyo-Mitsubishi UFJ');
INSERT INTO `gaode_poi_category` VALUES ('688', '160137', '金融保险服务', '银行', '巴克莱银行', 'Finance & Insurance Service', 'Bank', 'Barclays Bank');
INSERT INTO `gaode_poi_category` VALUES ('689', '160138', '金融保险服务', '银行', '摩根大通银行', 'Finance & Insurance Service', 'Bank', 'JPMorgan Chase Bank');
INSERT INTO `gaode_poi_category` VALUES ('690', '160139', '金融保险服务', '银行', '中国邮政储蓄银行', 'Finance & Insurance Service', 'Bank', 'Postal Savings Bank of China');
INSERT INTO `gaode_poi_category` VALUES ('691', '160140', '金融保险服务', '银行', '香港星展银行', 'Finance & Insurance Service', 'Bank', 'DBS');
INSERT INTO `gaode_poi_category` VALUES ('692', '160141', '金融保险服务', '银行', '南洋商业银行', 'Finance & Insurance Service', 'Bank', 'Nanyang Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('693', '160142', '金融保险服务', '银行', '上海商业银行', 'Finance & Insurance Service', 'Bank', 'Shanghai Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('694', '160143', '金融保险服务', '银行', '永亨银行', 'Finance & Insurance Service', 'Bank', 'Wing Hang Bank');
INSERT INTO `gaode_poi_category` VALUES ('695', '160144', '金融保险服务', '银行', '香港永隆银行', 'Finance & Insurance Service', 'Bank', 'Wing Lung Bank');
INSERT INTO `gaode_poi_category` VALUES ('696', '160145', '金融保险服务', '银行', '创兴银行', 'Finance & Insurance Service', 'Bank', 'Chong Hing Bank');
INSERT INTO `gaode_poi_category` VALUES ('697', '160146', '金融保险服务', '银行', '大新银行', 'Finance & Insurance Service', 'Bank', 'Dah Sing Bank');
INSERT INTO `gaode_poi_category` VALUES ('698', '160147', '金融保险服务', '银行', '中信银行(国际)', 'Finance & Insurance Service', 'Bank', 'China CITIC Bank International');
INSERT INTO `gaode_poi_category` VALUES ('699', '160148', '金融保险服务', '银行', '大众银行(香港)', 'Finance & Insurance Service', 'Bank', 'Public Bank (Hong Kong)');
INSERT INTO `gaode_poi_category` VALUES ('700', '160149', '金融保险服务', '银行', '北京农商银行', 'Finance & Insurance Service', 'Bank', 'Beijing Rural Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('701', '160150', '金融保险服务', '银行', '上海农商银行', 'Finance & Insurance Service', 'Bank', 'Shanghai Rural Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('702', '160151', '金融保险服务', '银行', '广州农商银行', 'Finance & Insurance Service', 'Bank', 'Guangzhou Rural Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('703', '160152', '金融保险服务', '银行', '深圳农村商业银行', 'Finance & Insurance Service', 'Bank', 'Shenzhen Rural Commercial Bank');
INSERT INTO `gaode_poi_category` VALUES ('704', '160200', '金融保险服务', '银行相关', '银行相关', 'Finance & Insurance Service', 'Bank Related', 'Bank Related');
INSERT INTO `gaode_poi_category` VALUES ('705', '160300', '金融保险服务', '自动提款机', '自动提款机', 'Finance & Insurance Service', 'ATM', 'ATM');
INSERT INTO `gaode_poi_category` VALUES ('706', '160301', '金融保险服务', '自动提款机', '中国银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of China ATM');
INSERT INTO `gaode_poi_category` VALUES ('707', '160302', '金融保险服务', '自动提款机', '中国工商银行ATM', 'Finance & Insurance Service', 'ATM', 'ICBC ATM');
INSERT INTO `gaode_poi_category` VALUES ('708', '160303', '金融保险服务', '自动提款机', '中国建设银行ATM', 'Finance & Insurance Service', 'ATM', 'China Construction Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('709', '160304', '金融保险服务', '自动提款机', '中国农业银行ATM', 'Finance & Insurance Service', 'ATM', 'Agricultural Bank of China ATM');
INSERT INTO `gaode_poi_category` VALUES ('710', '160305', '金融保险服务', '自动提款机', '交通银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of Communications ATM');
INSERT INTO `gaode_poi_category` VALUES ('711', '160306', '金融保险服务', '自动提款机', '招商银行ATM', 'Finance & Insurance Service', 'ATM', 'China Merchants Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('712', '160307', '金融保险服务', '自动提款机', '华夏银行ATM', 'Finance & Insurance Service', 'ATM', 'Huaxia Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('713', '160308', '金融保险服务', '自动提款机', '中信银行ATM', 'Finance & Insurance Service', 'ATM', 'China CITIC Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('714', '160309', '金融保险服务', '自动提款机', '中国民生银行ATM', 'Finance & Insurance Service', 'ATM', 'China Minsheng Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('715', '160310', '金融保险服务', '自动提款机', '中国光大银行ATM', 'Finance & Insurance Service', 'ATM', 'China Everbright Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('716', '160311', '金融保险服务', '自动提款机', '上海银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of Shanghai ATM');
INSERT INTO `gaode_poi_category` VALUES ('717', '160312', '金融保险服务', '自动提款机', '上海浦东发展银行ATM', 'Finance & Insurance Service', 'ATM', 'Shanghai Pudong Development Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('718', '160314', '金融保险服务', '自动提款机', '平安银行ATM', 'Finance & Insurance Service', 'ATM', 'Ping An Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('719', '160315', '金融保险服务', '自动提款机', '兴业银行ATM', 'Finance & Insurance Service', 'ATM', 'Industrial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('720', '160316', '金融保险服务', '自动提款机', '北京银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of Beijing ATM');
INSERT INTO `gaode_poi_category` VALUES ('721', '160317', '金融保险服务', '自动提款机', '广发银行ATM', 'Finance & Insurance Service', 'ATM', 'CGB ATM');
INSERT INTO `gaode_poi_category` VALUES ('722', '160318', '金融保险服务', '自动提款机', '农村商业银行ATM', 'Finance & Insurance Service', 'ATM', 'Rural Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('723', '160319', '金融保险服务', '自动提款机', '香港恒生银行ATM', 'Finance & Insurance Service', 'ATM', 'Hong Kong Hang Seng Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('724', '160320', '金融保险服务', '自动提款机', '东亚银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of East Asia ATM');
INSERT INTO `gaode_poi_category` VALUES ('725', '160321', '金融保险服务', '自动提款机', '花旗银行ATM', 'Finance & Insurance Service', 'ATM', 'Citibank ATM');
INSERT INTO `gaode_poi_category` VALUES ('726', '160322', '金融保险服务', '自动提款机', '渣打银行ATM', 'Finance & Insurance Service', 'ATM', 'Standard Chartered Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('727', '160323', '金融保险服务', '自动提款机', '汇丰银行ATM', 'Finance & Insurance Service', 'ATM', 'HSBC ATM');
INSERT INTO `gaode_poi_category` VALUES ('728', '160324', '金融保险服务', '自动提款机', '荷兰银行ATM', 'Finance & Insurance Service', 'ATM', 'ABN AMRO Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('729', '160325', '金融保险服务', '自动提款机', '美国运通银行ATM', 'Finance & Insurance Service', 'ATM', 'American Express Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('730', '160326', '金融保险服务', '自动提款机', '瑞士友邦银行ATM', 'Finance & Insurance Service', 'ATM', 'AIG Private Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('731', '160327', '金融保险服务', '自动提款机', '美国银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of America ATM');
INSERT INTO `gaode_poi_category` VALUES ('732', '160328', '金融保险服务', '自动提款机', '蒙特利尔银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of Montreal ATM');
INSERT INTO `gaode_poi_category` VALUES ('733', '160329', '金融保险服务', '自动提款机', '纽约银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of New York ATM');
INSERT INTO `gaode_poi_category` VALUES ('734', '160330', '金融保险服务', '自动提款机', '苏格兰皇家银行ATM', 'Finance & Insurance Service', 'ATM', 'The Royal Bank of Scotland ATM');
INSERT INTO `gaode_poi_category` VALUES ('735', '160331', '金融保险服务', '自动提款机', '法国兴业银行ATM', 'Finance & Insurance Service', 'ATM', 'Societe Generale Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('736', '160332', '金融保险服务', '自动提款机', '德意志银行ATM', 'Finance & Insurance Service', 'ATM', 'Deutsche Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('737', '160333', '金融保险服务', '自动提款机', '日本三菱东京日联银行ATM', 'Finance & Insurance Service', 'ATM', 'Bank of Tokyo-Mitsubishi UFJ ATM');
INSERT INTO `gaode_poi_category` VALUES ('738', '160334', '金融保险服务', '自动提款机', '巴克莱银行ATM', 'Finance & Insurance Service', 'ATM', 'Barclays Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('739', '160335', '金融保险服务', '自动提款机', '摩根大通银行ATM', 'Finance & Insurance Service', 'ATM', 'JPMorgan Chase Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('740', '160336', '金融保险服务', '自动提款机', '中国邮政储蓄银行ATM', 'Finance & Insurance Service', 'ATM', 'Postal Savings Bank of China ATM');
INSERT INTO `gaode_poi_category` VALUES ('741', '160337', '金融保险服务', '自动提款机', '香港星展银行ATM', 'Finance & Insurance Service', 'ATM', 'DBS ATM');
INSERT INTO `gaode_poi_category` VALUES ('742', '160338', '金融保险服务', '自动提款机', '南洋商业银行ATM', 'Finance & Insurance Service', 'ATM', 'Nanyang Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('743', '160339', '金融保险服务', '自动提款机', '上海商业银行ATM', 'Finance & Insurance Service', 'ATM', 'Shanghai Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('744', '160340', '金融保险服务', '自动提款机', '永亨银行ATM', 'Finance & Insurance Service', 'ATM', 'Wing Hang Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('745', '160341', '金融保险服务', '自动提款机', '香港永隆银行ATM', 'Finance & Insurance Service', 'ATM', 'Wing Lung Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('746', '160342', '金融保险服务', '自动提款机', '创兴银行ATM', 'Finance & Insurance Service', 'ATM', 'Chong Hing Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('747', '160343', '金融保险服务', '自动提款机', '大新银行ATM', 'Finance & Insurance Service', 'ATM', 'Dah Sing Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('748', '160344', '金融保险服务', '自动提款机', '中信银行(国际)ATM', 'Finance & Insurance Service', 'ATM', 'China CITIC Bank International ATM');
INSERT INTO `gaode_poi_category` VALUES ('749', '160345', '金融保险服务', '自动提款机', '大众银行(香港)ATM', 'Finance & Insurance Service', 'ATM', 'Public Bank (Hong Kong) ATM');
INSERT INTO `gaode_poi_category` VALUES ('750', '160346', '金融保险服务', '自动提款机', '北京农商银行ATM', 'Finance & Insurance Service', 'ATM', 'Beijing Rural Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('751', '160347', '金融保险服务', '自动提款机', '上海农商银行ATM', 'Finance & Insurance Service', 'ATM', 'Shanghai Rural Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('752', '160348', '金融保险服务', '自动提款机', '广州农商银行ATM', 'Finance & Insurance Service', 'ATM', 'Guangzhou Rural Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('753', '160349', '金融保险服务', '自动提款机', '深圳农村商业银行ATM', 'Finance & Insurance Service', 'ATM', 'Shenzhen Rural Commercial Bank ATM');
INSERT INTO `gaode_poi_category` VALUES ('754', '160400', '金融保险服务', '保险公司', '保险公司', 'Finance & Insurance Service', 'Insurance Company', 'Insurance Company');
INSERT INTO `gaode_poi_category` VALUES ('755', '160401', '金融保险服务', '保险公司', '中国人民保险公司', 'Finance & Insurance Service', 'Insurance Company', 'The People\'s Insurance Company of China');
INSERT INTO `gaode_poi_category` VALUES ('756', '160402', '金融保险服务', '保险公司', '中国人寿保险公司', 'Finance & Insurance Service', 'Insurance Company', 'China Life Insurance Company');
INSERT INTO `gaode_poi_category` VALUES ('757', '160403', '金融保险服务', '保险公司', '中国平安保险公司', 'Finance & Insurance Service', 'Insurance Company', 'Ping An Insurance Company of China');
INSERT INTO `gaode_poi_category` VALUES ('758', '160404', '金融保险服务', '保险公司', '中国再保险公司', 'Finance & Insurance Service', 'Insurance Company', 'China Reinsurance Company');
INSERT INTO `gaode_poi_category` VALUES ('759', '160405', '金融保险服务', '保险公司', '中国太平洋保险', 'Finance & Insurance Service', 'Insurance Company', 'China Pacific Insurance Company');
INSERT INTO `gaode_poi_category` VALUES ('760', '160406', '金融保险服务', '保险公司', '新华人寿保险公司', 'Finance & Insurance Service', 'Insurance Company', 'New China Life Insurance Company');
INSERT INTO `gaode_poi_category` VALUES ('761', '160407', '金融保险服务', '保险公司', '华泰财产保险股份有限公司', 'Finance & Insurance Service', 'Insurance Company', 'Huatai Property Insurance Company Ltd.');
INSERT INTO `gaode_poi_category` VALUES ('762', '160408', '金融保险服务', '保险公司', '泰康人寿保险公司', 'Finance & Insurance Service', 'Insurance Company', 'Taikang Life Insurance Company');
INSERT INTO `gaode_poi_category` VALUES ('763', '160500', '金融保险服务', '证券公司', '证券公司', 'Finance & Insurance Service', 'Securities Company', 'Securities Company');
INSERT INTO `gaode_poi_category` VALUES ('764', '160501', '金融保险服务', '证券公司', '证券营业厅', 'Finance & Insurance Service', 'Securities Company', 'Office of Securities Business');
INSERT INTO `gaode_poi_category` VALUES ('765', '160600', '金融保险服务', '财务公司', '财务公司', 'Finance & Insurance Service', 'Finance Company', 'Finance Company');
INSERT INTO `gaode_poi_category` VALUES ('766', '170000', '公司企业', '公司企业', '公司企业', 'Enterprises', 'Enterprises', 'Enterprises');
INSERT INTO `gaode_poi_category` VALUES ('767', '170100', '公司企业', '知名企业', '知名企业', 'Enterprises', 'Famous Enterprise', 'Famous Enterprise');
INSERT INTO `gaode_poi_category` VALUES ('768', '170200', '公司企业', '公司', '公司', 'Enterprises', 'Company', 'Company');
INSERT INTO `gaode_poi_category` VALUES ('769', '170201', '公司企业', '公司', '广告装饰', 'Enterprises', 'Company', 'Advertisement and Decoration');
INSERT INTO `gaode_poi_category` VALUES ('770', '170202', '公司企业', '公司', '建筑公司', 'Enterprises', 'Company', 'Construction Company');
INSERT INTO `gaode_poi_category` VALUES ('771', '170203', '公司企业', '公司', '医药公司', 'Enterprises', 'Company', 'Medical Company');
INSERT INTO `gaode_poi_category` VALUES ('772', '170204', '公司企业', '公司', '机械电子', 'Enterprises', 'Company', 'Machinery and Electronics');
INSERT INTO `gaode_poi_category` VALUES ('773', '170205', '公司企业', '公司', '冶金化工', 'Enterprises', 'Company', 'Chemical and Metallurgy');
INSERT INTO `gaode_poi_category` VALUES ('774', '170206', '公司企业', '公司', '网络科技', 'Enterprises', 'Company', 'Network Science and Technology');
INSERT INTO `gaode_poi_category` VALUES ('775', '170207', '公司企业', '公司', '商业贸易', 'Enterprises', 'Company', 'Commercial Trade');
INSERT INTO `gaode_poi_category` VALUES ('776', '170208', '公司企业', '公司', '电信公司', 'Enterprises', 'Company', 'Telecommunication Company');
INSERT INTO `gaode_poi_category` VALUES ('777', '170209', '公司企业', '公司', '矿产公司', 'Enterprises', 'Company', 'Mining Company');
INSERT INTO `gaode_poi_category` VALUES ('778', '170300', '公司企业', '工厂', '工厂', 'Enterprises', 'Factory', 'Factory');
INSERT INTO `gaode_poi_category` VALUES ('779', '170400', '公司企业', '农林牧渔基地', '其它农林牧渔基地', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Other Farming,Forestry,Animal Husbandry and Fishery Base');
INSERT INTO `gaode_poi_category` VALUES ('780', '170401', '公司企业', '农林牧渔基地', '渔场', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Fishing Farm');
INSERT INTO `gaode_poi_category` VALUES ('781', '170402', '公司企业', '农林牧渔基地', '农场', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Farm');
INSERT INTO `gaode_poi_category` VALUES ('782', '170403', '公司企业', '农林牧渔基地', '林场', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Forest Farm');
INSERT INTO `gaode_poi_category` VALUES ('783', '170404', '公司企业', '农林牧渔基地', '牧场', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Pasture');
INSERT INTO `gaode_poi_category` VALUES ('784', '170405', '公司企业', '农林牧渔基地', '家禽养殖基地', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Poultry Breeding Base');
INSERT INTO `gaode_poi_category` VALUES ('785', '170406', '公司企业', '农林牧渔基地', '蔬菜基地', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Vegetable Planting Base');
INSERT INTO `gaode_poi_category` VALUES ('786', '170407', '公司企业', '农林牧渔基地', '水果基地', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Fruit Cultivation Base');
INSERT INTO `gaode_poi_category` VALUES ('787', '170408', '公司企业', '农林牧渔基地', '花卉苗圃基地', 'Enterprises', 'Farming,Forestry,Animal Husbandry and Fishery Base', 'Flower Nurserey Base');
INSERT INTO `gaode_poi_category` VALUES ('788', '180000', '道路附属设施', '道路附属设施', '道路附属设施', 'Road Furniture', 'Road Furniture', 'Road Furniture');
INSERT INTO `gaode_poi_category` VALUES ('789', '180100', '道路附属设施', '警示信息', '警示信息', 'Road Furniture', 'Warning Sign', 'Warning Sign');
INSERT INTO `gaode_poi_category` VALUES ('790', '180101', '道路附属设施', '警示信息', '摄像头', 'Road Furniture', 'Warning Sign', 'Camera');
INSERT INTO `gaode_poi_category` VALUES ('791', '180102', '道路附属设施', '警示信息', '测速设施', 'Road Furniture', 'Warning Sign', 'Speed Sensor');
INSERT INTO `gaode_poi_category` VALUES ('792', '180103', '道路附属设施', '警示信息', '铁路道口', 'Road Furniture', 'Warning Sign', 'Railway Crossing');
INSERT INTO `gaode_poi_category` VALUES ('793', '180104', '道路附属设施', '警示信息', '违章停车', 'Road Furniture', 'Warning Sign', 'Illegal Parking');
INSERT INTO `gaode_poi_category` VALUES ('794', '180200', '道路附属设施', '收费站', '收费站', 'Road Furniture', 'Toll Gate', 'Toll Gate');
INSERT INTO `gaode_poi_category` VALUES ('795', '180201', '道路附属设施', '收费站', '高速收费站', 'Road Furniture', 'Toll Gate', 'Expressway Toll Gate');
INSERT INTO `gaode_poi_category` VALUES ('796', '180202', '道路附属设施', '收费站', '国省道收费站', 'Road Furniture', 'Toll Gate', 'National and Provincial Road Toll Gate');
INSERT INTO `gaode_poi_category` VALUES ('797', '180203', '道路附属设施', '收费站', '桥洞收费站', 'Road Furniture', 'Toll Gate', 'Tunnel & Bridge Toll Gate');
INSERT INTO `gaode_poi_category` VALUES ('798', '180300', '道路附属设施', '服务区', '高速服务区', 'Road Furniture', 'Service Area', 'Expressway Service Area');
INSERT INTO `gaode_poi_category` VALUES ('799', '180301', '道路附属设施', '服务区', '高速加油站服务区', 'Road Furniture', 'Service Area', 'Expressway Filling Station Service Area');
INSERT INTO `gaode_poi_category` VALUES ('800', '180302', '道路附属设施', '服务区', '高速停车区', 'Road Furniture', 'Service Area', 'Expressway Parking Area');
INSERT INTO `gaode_poi_category` VALUES ('801', '180400', '道路附属设施', '红绿灯', '红绿灯', 'Road Furniture', 'Traffic Light', 'Traffic Light');
INSERT INTO `gaode_poi_category` VALUES ('802', '180500', '道路附属设施', '路牌信息', '路牌信息', 'Road Furniture', 'Signpost', 'Signpost');
INSERT INTO `gaode_poi_category` VALUES ('803', '190000', '地名地址信息', '地名地址信息', '地名地址信息', 'Place Name & Address', 'Place Name & Address', 'Place Name & Address');
INSERT INTO `gaode_poi_category` VALUES ('804', '190100', '地名地址信息', '普通地名', '普通地名', 'Place Name & Address', 'Normal Place Name', 'Normal Place Name');
INSERT INTO `gaode_poi_category` VALUES ('805', '190101', '地名地址信息', '普通地名', '国家名', 'Place Name & Address', 'Normal Place Name', 'Country Name');
INSERT INTO `gaode_poi_category` VALUES ('806', '190102', '地名地址信息', '普通地名', '省级地名', 'Place Name & Address', 'Normal Place Name', 'Provincial Place Name');
INSERT INTO `gaode_poi_category` VALUES ('807', '190103', '地名地址信息', '普通地名', '直辖市级地名', 'Place Name & Address', 'Normal Place Name', 'Municipal Place Name');
INSERT INTO `gaode_poi_category` VALUES ('808', '190104', '地名地址信息', '普通地名', '地市级地名', 'Place Name & Address', 'Normal Place Name', 'Prefecture-level Place Name');
INSERT INTO `gaode_poi_category` VALUES ('809', '190105', '地名地址信息', '普通地名', '区县级地名', 'Place Name & Address', 'Normal Place Name', 'District/County-level Place Name');
INSERT INTO `gaode_poi_category` VALUES ('810', '190106', '地名地址信息', '普通地名', '乡镇级地名', 'Place Name & Address', 'Normal Place Name', 'Township-level Place Name');
INSERT INTO `gaode_poi_category` VALUES ('811', '190107', '地名地址信息', '普通地名', '街道级地名', 'Place Name & Address', 'Normal Place Name', 'Subdistrict-level Place Name');
INSERT INTO `gaode_poi_category` VALUES ('812', '190108', '地名地址信息', '普通地名', '村庄级地名', 'Place Name & Address', 'Normal Place Name', 'Village-level Place Name');
INSERT INTO `gaode_poi_category` VALUES ('813', '190109', '地名地址信息', '普通地名', '村组级地名', 'Place Name & Address', 'Normal Place Name', 'Village Team-level Place Name');
INSERT INTO `gaode_poi_category` VALUES ('814', '190200', '地名地址信息', '自然地名', '自然地名', 'Place Name & Address', 'Natural Place Name', 'Natural Place Name');
INSERT INTO `gaode_poi_category` VALUES ('815', '190201', '地名地址信息', '自然地名', '海湾海峡', 'Place Name & Address', 'Natural Place Name', 'Gulf and Strait');
INSERT INTO `gaode_poi_category` VALUES ('816', '190202', '地名地址信息', '自然地名', '岛屿', 'Place Name & Address', 'Natural Place Name', 'Island');
INSERT INTO `gaode_poi_category` VALUES ('817', '190203', '地名地址信息', '自然地名', '山', 'Place Name & Address', 'Natural Place Name', 'Mountain');
INSERT INTO `gaode_poi_category` VALUES ('818', '190204', '地名地址信息', '自然地名', '河流', 'Place Name & Address', 'Natural Place Name', 'River');
INSERT INTO `gaode_poi_category` VALUES ('819', '190205', '地名地址信息', '自然地名', '湖泊', 'Place Name & Address', 'Natural Place Name', 'Lake');
INSERT INTO `gaode_poi_category` VALUES ('820', '190300', '地名地址信息', '交通地名', '交通地名', 'Place Name & Address', 'Transportation Place Name', 'Transportation Place Name');
INSERT INTO `gaode_poi_category` VALUES ('821', '190301', '地名地址信息', '交通地名', '道路名', 'Place Name & Address', 'Transportation Place Name', 'Road Name');
INSERT INTO `gaode_poi_category` VALUES ('822', '190302', '地名地址信息', '交通地名', '路口名', 'Place Name & Address', 'Transportation Place Name', 'Name of Intersection');
INSERT INTO `gaode_poi_category` VALUES ('823', '190303', '地名地址信息', '交通地名', '环岛名', 'Place Name & Address', 'Transportation Place Name', 'Name of Roundabout');
INSERT INTO `gaode_poi_category` VALUES ('824', '190304', '地名地址信息', '交通地名', '高速路出口', 'Place Name & Address', 'Transportation Place Name', 'Expressway Exit');
INSERT INTO `gaode_poi_category` VALUES ('825', '190305', '地名地址信息', '交通地名', '高速路入口', 'Place Name & Address', 'Transportation Place Name', 'Expressway Entrance');
INSERT INTO `gaode_poi_category` VALUES ('826', '190306', '地名地址信息', '交通地名', '立交桥', 'Place Name & Address', 'Transportation Place Name', 'Motorway Interchange');
INSERT INTO `gaode_poi_category` VALUES ('827', '190307', '地名地址信息', '交通地名', '桥', 'Place Name & Address', 'Transportation Place Name', 'Bridge');
INSERT INTO `gaode_poi_category` VALUES ('828', '190308', '地名地址信息', '交通地名', '城市快速路出口', 'Place Name & Address', 'Transportation Place Name', 'Urban Expressway Exit');
INSERT INTO `gaode_poi_category` VALUES ('829', '190309', '地名地址信息', '交通地名', '城市快速路入口', 'Place Name & Address', 'Transportation Place Name', 'Urban Expressway Entrance');
INSERT INTO `gaode_poi_category` VALUES ('830', '190310', '地名地址信息', '交通地名', '隧道', 'Place Name & Address', 'Transportation Place Name', 'Tunnel');
INSERT INTO `gaode_poi_category` VALUES ('831', '190311', '地名地址信息', '交通地名', '铁路', 'Place Name & Address', 'Transportation Place Name', 'Railway');
INSERT INTO `gaode_poi_category` VALUES ('832', '190400', '地名地址信息', '门牌信息', '门牌信息', 'Place Name & Address', 'Address Sign', 'Address Sign');
INSERT INTO `gaode_poi_category` VALUES ('833', '190401', '地名地址信息', '门牌信息', '地名门牌', 'Place Name & Address', 'Address Sign', 'Placename Sign');
INSERT INTO `gaode_poi_category` VALUES ('834', '190402', '地名地址信息', '门牌信息', '道路门牌', 'Place Name & Address', 'Address Sign', 'Road Name Sign');
INSERT INTO `gaode_poi_category` VALUES ('835', '190403', '地名地址信息', '门牌信息', '楼栋号', 'Place Name & Address', 'Address Sign', 'Building Number');
INSERT INTO `gaode_poi_category` VALUES ('836', '190500', '地名地址信息', '市中心', '城市中心', 'Place Name & Address', 'City Center', 'City Center');
INSERT INTO `gaode_poi_category` VALUES ('837', '190600', '地名地址信息', '标志性建筑物', '标志性建筑物', 'Place Name & Address', 'Landmark Buildings', 'Landmark Buildings');
INSERT INTO `gaode_poi_category` VALUES ('838', '190700', '地名地址信息', '热点地名', '热点地名', 'Place Name & Address', 'The hot names', 'The hot names');
INSERT INTO `gaode_poi_category` VALUES ('839', '200000', '公共设施', '公共设施', '公共设施', 'Public Facility', 'Public Facility', 'Public Facility');
INSERT INTO `gaode_poi_category` VALUES ('840', '200100', '公共设施', '报刊亭', '报刊亭', 'Public Facility', 'Newsstand', 'Newsstand');
INSERT INTO `gaode_poi_category` VALUES ('841', '200200', '公共设施', '公用电话', '公用电话', 'Public Facility', 'Public Phone', 'Public Phone');
INSERT INTO `gaode_poi_category` VALUES ('842', '200300', '公共设施', '公共厕所', '公共厕所', 'Public Facility', 'Public Toilet', 'Public Toilet');
INSERT INTO `gaode_poi_category` VALUES ('843', '200301', '公共设施', '公共厕所', '男洗手间', 'Public Facility', 'Public Toilet', 'Male Toilet');
INSERT INTO `gaode_poi_category` VALUES ('844', '200302', '公共设施', '公共厕所', '女洗手间', 'Public Facility', 'Public Toilet', 'Female Toilet');
INSERT INTO `gaode_poi_category` VALUES ('845', '200303', '公共设施', '公共厕所', '残障洗手间/无障碍洗手间', 'Public Facility', 'Public Toilet', 'Wheelchair Accessible');
INSERT INTO `gaode_poi_category` VALUES ('846', '200304', '公共设施', '公共厕所', '婴儿换洗间/哺乳室/母婴室', 'Public Facility', 'Public Toilet', 'Room of Mother and Infant');
INSERT INTO `gaode_poi_category` VALUES ('847', '200400', '公共设施', '紧急避难场所', '紧急避难场所', 'Public Facility', 'Emergency Shelter', 'Emergency Shelter');
INSERT INTO `gaode_poi_category` VALUES ('848', '220000', '事件活动', '事件活动', '事件活动', 'Incidents and Events', 'Incidents and Events', 'Incidents and Events');
INSERT INTO `gaode_poi_category` VALUES ('849', '220100', '事件活动', '公众活动', '公众活动', 'Incidents and Events', 'Public Event', 'Public Event');
INSERT INTO `gaode_poi_category` VALUES ('850', '220101', '事件活动', '公众活动', '节日庆典', 'Incidents and Events', 'Public Event', 'Festival Celebration');
INSERT INTO `gaode_poi_category` VALUES ('851', '220102', '事件活动', '公众活动', '展会展览', 'Incidents and Events', 'Public Event', 'Convention & Exposition');
INSERT INTO `gaode_poi_category` VALUES ('852', '220103', '事件活动', '公众活动', '体育赛事', 'Incidents and Events', 'Public Event', 'Sports Event');
INSERT INTO `gaode_poi_category` VALUES ('853', '220104', '事件活动', '公众活动', '文艺演出', 'Incidents and Events', 'Public Event', 'Art Performance');
INSERT INTO `gaode_poi_category` VALUES ('854', '220105', '事件活动', '公众活动', '大型会议', 'Incidents and Events', 'Public Event', 'Conference');
INSERT INTO `gaode_poi_category` VALUES ('855', '220106', '事件活动', '公众活动', '运营活动', 'Incidents and Events', 'Public Event', 'Operating Activities');
INSERT INTO `gaode_poi_category` VALUES ('856', '220107', '事件活动', '公众活动', '商场活动', 'Incidents and Events', 'Public Event', 'Marketplace Activities');
INSERT INTO `gaode_poi_category` VALUES ('857', '220200', '事件活动', '突发事件', '突发事件', 'Incidents and Events', 'Emergency', 'Emergency');
INSERT INTO `gaode_poi_category` VALUES ('858', '220201', '事件活动', '突发事件', '自然灾害', 'Incidents and Events', 'Emergency', 'Natural Disaster');
INSERT INTO `gaode_poi_category` VALUES ('859', '220202', '事件活动', '突发事件', '事故灾难', 'Incidents and Events', 'Emergency', 'Accident');
INSERT INTO `gaode_poi_category` VALUES ('860', '220203', '事件活动', '突发事件', '城市新闻', 'Incidents and Events', 'Emergency', 'City News');
INSERT INTO `gaode_poi_category` VALUES ('861', '220204', '事件活动', '突发事件', '公共卫生事件', 'Incidents and Events', 'Emergency', 'Public Health Event');
INSERT INTO `gaode_poi_category` VALUES ('862', '220205', '事件活动', '突发事件', '公共社会事件', 'Incidents and Events', 'Emergency', 'Public Social Event');
INSERT INTO `gaode_poi_category` VALUES ('863', '970000', '室内设施', '室内设施', '室内设施', 'Indoor facilities', 'Indoor facilities', 'Indoor facilities');
INSERT INTO `gaode_poi_category` VALUES ('864', '990000', '通行设施', '通行设施', '通行设施', 'Pass Facilities', 'Pass Facilities', 'Pass Facilities');
INSERT INTO `gaode_poi_category` VALUES ('865', '991000', '通行设施', '建筑物门', '建筑物门', 'Pass Facilities', 'Gate of Buildings', 'Gate of Buildings');
INSERT INTO `gaode_poi_category` VALUES ('866', '991001', '通行设施', '建筑物门', '建筑物正门', 'Pass Facilities', 'Gate of Buildings', 'Main Gate of Buildings');
INSERT INTO `gaode_poi_category` VALUES ('867', '991400', '通行设施', '临街院门', '临街院门', 'Pass Facilities', 'Gate of Street House', 'Gate of Street House');
INSERT INTO `gaode_poi_category` VALUES ('868', '991401', '通行设施', '临街院门', '临街院正门', 'Pass Facilities', 'Gate of Street House', 'Main Entrance of Street House Gate');
INSERT INTO `gaode_poi_category` VALUES ('869', '991500', '通行设施', '虚拟门', '虚拟门', 'Pass Facilities', 'Virtual Gate', 'Virtual Gate');
Logo

更多推荐