map_setup.sql

来自「Java的框架」· SQL 代码 · 共 8 行

SQL
8
字号
INSERT INTO `map_detail` (`name`,`version`,`contextFile`,`locatorContextFile`,`readonly`,`description`) VALUES 
 ('Multi Layer World Map (L)',0,'/map/data/context/Multi Layer World Map (L)/default.xml','/map/data/context/Multi Layer World Map (L)/default_locator.xml',1,'Multi Layer Demis World Map (Large)'),
 ('Multi Layer World Map (S)',0,'/map/data/context/Multi Layer World Map (S)/default.xml','/map/data/context/Multi Layer World Map (S)/default_locator.xml',1,'Multi Layer Demis World Map (Small)'),
 ('Single Layer World Map (L)',0,'/map/data/context/Single Layer World Map (L)/default.xml','/map/data/context/Single Layer World Map (L)/default_locator.xml',1,'Single Layer Demis World Map (Large)'),
 ('Single Layer World Map (S)',0,'/map/data/context/Single Layer World Map (S)/default.xml','/map/data/context/Single Layer World Map (S)/default_locator.xml',1,'Single Layer Demis World Map (Small)'),
 ('Singapore Map',0,'/map/data/context/Singapore Map/default.xml','/map/data/context/Singapore Map/default_locator.xml',1,'Singapore Map from Demis World Map'),
 ('PRRM Map',0,'/map/data/context/PRRM Map/prrmContext.jsp','/map/data/context/PRRM Map/default_locator.xml',1,'Singapore Map from Demis World Map And PRRM Track Layer');
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?