]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/zh-CN.json
Update to iD v2.1.0
[rails.git] / vendor / assets / iD / iD / locales / zh-CN.json
1 {
2     "zh-CN": {
3         "modes": {
4             "add_area": {
5                 "title": "面",
6                 "description": "添加公园、建筑物、湖泊或其他面到地图上。",
7                 "tail": "在地图上单击开始绘制面状要素,如公园、湖泊或建筑物。"
8             },
9             "add_line": {
10                 "title": "线",
11                 "description": "添加公路、街道、人行道、河渠或其他线到地图上。",
12                 "tail": "单击地图开始绘制道路、小径或路线。"
13             },
14             "add_point": {
15                 "title": "点",
16                 "description": "添加餐馆、纪念碑、邮筒或其他点到地图上。",
17                 "tail": "点击地图添加一个点。"
18             },
19             "browse": {
20                 "title": "浏览",
21                 "description": "移动和缩放地图。"
22             },
23             "draw_area": {
24                 "tail": "点击以为这个面添加节点。点击第一点来完成绘制区域。"
25             },
26             "draw_line": {
27                 "tail": "点击以为这线段添加更多节点。点击其他线段以连接它们,点击两下以完成绘制线段。"
28             }
29         },
30         "operations": {
31             "add": {
32                 "annotation": {
33                     "point": "添加点。",
34                     "vertex": "添加节点到路径。",
35                     "relation": "添加关系。"
36                 }
37             },
38             "start": {
39                 "annotation": {
40                     "line": "开始绘制线。",
41                     "area": "开始绘制面状要素。"
42                 }
43             },
44             "continue": {
45                 "key": "A",
46                 "title": "继续",
47                 "description": "继续绘制这条线。",
48                 "not_eligible": "这里没有线可以在继续。",
49                 "multiple": "多条线可以在此延长。要选定其中一条,按住Shift键并单击以选中它。",
50                 "annotation": {
51                     "line": "继续绘制线。",
52                     "area": "继续绘制面状要素。"
53                 }
54             },
55             "cancel_draw": {
56                 "annotation": "取消绘制。"
57             },
58             "change_role": {
59                 "annotation": "更改关系成员的定位。"
60             },
61             "change_tags": {
62                 "annotation": "更改标签。"
63             },
64             "circularize": {
65                 "title": "环状化",
66                 "description": {
67                     "line": "环状化该线。",
68                     "area": "环状化该面。"
69                 },
70                 "key": "O",
71                 "annotation": {
72                     "line": "使线环状化。",
73                     "area": "使面环状化。"
74                 },
75                 "not_closed": "它不是首尾相接的线,无法将其环状化。",
76                 "too_large": "由于可见部分不足,无法将其环状化。",
77                 "connected_to_hidden": "无法将其环状化,由于其与一隐藏要素相连。"
78             },
79             "orthogonalize": {
80                 "title": "直角化",
81                 "description": {
82                     "line": "将这条线上的弯角转化成直角。",
83                     "area": "将这个面状要素上的弯角转化成直角。"
84                 },
85                 "key": "S",
86                 "annotation": {
87                     "line": "拉直线上角的边。",
88                     "area": "已将面要素的弯角换成直角。"
89                 },
90                 "not_squarish": "因为它不是近似方形的,这不能被直角化。",
91                 "too_large": "因为可见部分不足,不能变成方形。",
92                 "connected_to_hidden": "该对象无法直角化,因为其与一隐藏要素相连。"
93             },
94             "straighten": {
95                 "title": "拉直",
96                 "description": "把这一条线拉直。",
97                 "key": "S",
98                 "annotation": "拉直线。",
99                 "too_bendy": "因为它弯曲太多,不能拉直。",
100                 "connected_to_hidden": "该线不能取直,因为其与一隐藏要素相连。"
101             },
102             "delete": {
103                 "title": "删除",
104                 "description": {
105                     "single": "彻底删除该特征。",
106                     "multiple": "彻底删除这些特征。"
107                 },
108                 "annotation": {
109                     "point": "删除点。",
110                     "vertex": "删除路径上的节点。",
111                     "line": "删除线。",
112                     "area": "删除面状要素。",
113                     "relation": "删除关系。",
114                     "multiple": "删除 {n} 个特征。"
115                 },
116                 "incomplete_relation": {
117                     "single": "因该特征未完全下载,所以无法被删除。",
118                     "multiple": "因这些特征未完全下载,所以无法被删除。"
119                 },
120                 "part_of_relation": {
121                     "single": "因该特征是更大关系中的一部分,所以无法被删除。您必须先将其从关系中移除。",
122                     "multiple": "因这些特征是更大关系中的一部分,所以无法被删除。您必须先将它们从关系中移除。"
123                 },
124                 "connected_to_hidden": {
125                     "single": "因该特征与某个隐藏的特征相连,所以无法被删除。",
126                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法被删除。"
127                 }
128             },
129             "add_member": {
130                 "annotation": "增加关系中的成员。"
131             },
132             "delete_member": {
133                 "annotation": "删除关系中的成员。"
134             },
135             "connect": {
136                 "annotation": {
137                     "point": "连接路径到点。",
138                     "vertex": "连接路径到另一路径。",
139                     "line": "连接路径到线。",
140                     "area": "连接条线要素到面要素。"
141                 }
142             },
143             "disconnect": {
144                 "title": "断开连接",
145                 "description": "断开这些线/面之间的连接。",
146                 "key": "D",
147                 "annotation": "断开线/面连接。",
148                 "not_connected": "没有足够的线/面来断开。",
149                 "connected_to_hidden": "无法断开连接,因为其与一隐藏要素相连。",
150                 "relation": "无法断开连接,因为其构成关系成员间的连接。"
151             },
152             "merge": {
153                 "title": "合并",
154                 "description": "合并这些特征。",
155                 "key": "C",
156                 "annotation": "已合并 {n} 个特征。",
157                 "not_eligible": "这些特征不可以合并。",
158                 "not_adjacent": "这些特征不能被合并,因为它们不相连。",
159                 "restriction": "这些特征不能被合并,因为其中至少有一个特征是某个“{relation}”关系的成员。",
160                 "incomplete_relation": "此要素暂未下载完成,无法合并。",
161                 "conflicting_tags": "这些特征不能被合并,因为它们的某些标签具有冲突的值。"
162             },
163             "move": {
164                 "title": "移动",
165                 "description": {
166                     "single": "移动该特征到不同的位置。",
167                     "multiple": "移动这些特征到不同的位置。"
168                 },
169                 "key": "M",
170                 "annotation": {
171                     "point": "移动点。",
172                     "vertex": "移动路径中节点。",
173                     "line": "移动线。",
174                     "area": "移动面状要素。",
175                     "multiple": "移动多个特征。"
176                 },
177                 "incomplete_relation": {
178                     "single": "因该特征未完全下载,所以无法被移动。",
179                     "multiple": "因这些特征未完全下载,所以无法被移动。"
180                 },
181                 "too_large": {
182                     "single": "因该特征的可见部分不足,所以无法被移动。",
183                     "multiple": "因这些特征的可见部分不足,所以无法被移动。"
184                 },
185                 "connected_to_hidden": {
186                     "single": "因该特征与某个隐藏的特征相连,所以无法被移动。",
187                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法被移动。"
188                 }
189             },
190             "reflect": {
191                 "title": "翻转",
192                 "description": {
193                     "long": {
194                         "single": "沿该特征的长轴翻转。",
195                         "multiple": "沿这些特征的长轴翻转。"
196                     },
197                     "short": {
198                         "single": "沿该特征的短轴翻转。",
199                         "multiple": "沿这些特征的短轴翻转。"
200                     }
201                 },
202                 "key": {
203                     "long": "T",
204                     "short": "Y"
205                 },
206                 "annotation": {
207                     "long": {
208                         "single": "沿一个特征的长轴翻转。",
209                         "multiple": "沿多个特征的长轴翻转。"
210                     },
211                     "short": {
212                         "single": "沿一个特征的短轴翻转。",
213                         "multiple": "沿多个特征的短轴翻转。"
214                     }
215                 },
216                 "incomplete_relation": {
217                     "single": "因该特征未完全下载,所以无法被翻转。",
218                     "multiple": "因这些特征未完全下载,所以无法被翻转。"
219                 },
220                 "too_large": {
221                     "single": "因该特征的可见部分不足,所以无法被翻转。",
222                     "multiple": "因这些特征的可见部分不足,所以无法被翻转。"
223                 },
224                 "connected_to_hidden": {
225                     "single": "因该特征与某个隐藏的特征相连,所以无法被翻转。",
226                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法被翻转。"
227                 }
228             },
229             "rotate": {
230                 "title": "旋转",
231                 "description": {
232                     "single": "绕该特征的中心点旋转。",
233                     "multiple": "绕这些特征的中心点旋转。"
234                 },
235                 "key": "R",
236                 "annotation": {
237                     "line": "旋转线。",
238                     "area": "旋转面状要素。",
239                     "multiple": "旋转多个特征。"
240                 },
241                 "incomplete_relation": {
242                     "single": "因该特征未完全下载,所以无法旋转。",
243                     "multiple": "因这些特征未完全下载,所以无法旋转。"
244                 },
245                 "too_large": {
246                     "single": "因该特征的可见部分不足,所以无法旋转。",
247                     "multiple": "因这些特征的可见部分不足,所以无法旋转。"
248                 },
249                 "connected_to_hidden": {
250                     "single": "因该特征与某个隐藏的特征相连,所以无法旋转。",
251                     "multiple": "因这些特征与某些隐藏的特征相连,所以无法旋转。"
252                 }
253             },
254             "reverse": {
255                 "title": "反转",
256                 "description": "使这条线的方向反转。",
257                 "key": "V",
258                 "annotation": "反转了一条线。"
259             },
260             "split": {
261                 "title": "分割",
262                 "description": {
263                     "line": "在此节点上将这条线分割成两条线。",
264                     "area": "将这个面的边界一分为二。",
265                     "multiple": "在这一节点将线/面的边界一分为二。"
266                 },
267                 "key": "X",
268                 "annotation": {
269                     "line": "切割一条线。",
270                     "area": "分割面要素的边界。",
271                     "multiple": "分割{n}项线段/面的边界。"
272                 },
273                 "not_eligible": "不能在线段的首尾进行分割。",
274                 "multiple_ways": "太多线段,未能进行分割。",
275                 "connected_to_hidden": "无法打断,因为其与一隐藏要素相连。"
276             },
277             "restriction": {
278                 "help": {
279                     "select": "单击以选中一条路。",
280                     "toggle": "点击切换转向限制。",
281                     "toggle_on": "单击以添加一个\"{restriction}\"限制。",
282                     "toggle_off": "单击以删除一个\"{restriction}\"限制。"
283                 },
284                 "annotation": {
285                     "create": "添加转向限制",
286                     "delete": "删除转向限制"
287                 }
288             }
289         },
290         "undo": {
291             "tooltip": "撤销:{action}",
292             "nothing": "没有可以撤销的操作。"
293         },
294         "redo": {
295             "tooltip": "重做:{action}",
296             "nothing": "没有可以重做的操作。"
297         },
298         "tooltip_keyhint": "快捷键:",
299         "browser_notice": "本编辑器需要在 Firefox、Chrome、Safari、Opera 以及 Internet Explorer 11 或更新版本的浏览器中工作。请升级您的浏览器,或使用 Potlatch 2 来编辑地图。",
300         "translate": {
301             "translate": "翻译",
302             "localized_translation_label": "多语言名称",
303             "localized_translation_language": "选择语言",
304             "localized_translation_name": "名称"
305         },
306         "zoom_in_edit": "放大地图以编辑",
307         "login": "登录",
308         "logout": "退出",
309         "loading_auth": "正在连接OpenStreetMap...",
310         "report_a_bug": "报告漏洞",
311         "help_translate": "帮助改进翻译",
312         "feature_info": {
313             "hidden_warning": "{count}个隐藏特征",
314             "hidden_details": "以下特征目前被隐藏:{details}"
315         },
316         "status": {
317             "error": "无法连接到 API。",
318             "offline": "API 已下线,请稍后再尝试编辑。",
319             "readonly": "API 目前处于只读状态,您需要等候一段时间才能保存您的更改。",
320             "rateLimit": "该接口是限制匿名连接的。您可以通过登录来解决这个问题。"
321         },
322         "commit": {
323             "description_placeholder": "简单说明您的贡献(必填)",
324             "upload_explanation": "您上传的修改将会在所有使用OpenStreetMap数据的地图上可见。",
325             "upload_explanation_with_user": "{user},您上传的修改将会在所有使用OpenStreetMap数据的地图上可见。",
326             "cancel": "取消",
327             "changes": "{count}个变更",
328             "warnings": "警告",
329             "modified": "已更改",
330             "deleted": "已删除",
331             "created": "已创建",
332             "about_changeset_comments": "关于修改集合说明",
333             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
334             "google_warning": "您在评论中提及Google: 注意从Google地图抄袭是严格禁止的。",
335             "google_warning_link": "http://www.openstreetmap.org/copyright"
336         },
337         "contributors": {
338             "list": "{users}编辑",
339             "truncated_list": "{users}及另外{count}人编辑"
340         },
341         "infobox": {
342             "selected": "已选择{n}个",
343             "geometry": "几何",
344             "closed": "已关闭",
345             "center": "中心",
346             "perimeter": "周长",
347             "length": "长度",
348             "area": "面",
349             "centroid": "重心",
350             "location": "位置",
351             "metric": "公制",
352             "imperial": "英制"
353         },
354         "geometry": {
355             "point": "点",
356             "vertex": "顶点",
357             "line": "线",
358             "area": "面状要素",
359             "relation": "关系"
360         },
361         "geocoder": {
362             "search": "在全球搜索...",
363             "no_results_visible": "在可见地图区域没有结果",
364             "no_results_worldwide": "没有找到结果"
365         },
366         "geolocate": {
367             "title": "显示我的位置",
368             "locating": "正在定位,请稍后……"
369         },
370         "inspector": {
371             "no_documentation_combination": "这个标签组合没有可用的说明",
372             "no_documentation_key": "这个键值没有可用的说明",
373             "documentation_redirect": "这个文档被重定向到一个新的页面",
374             "show_more": "显示更多",
375             "view_on_osm": "在openstreetmap.org上查看",
376             "all_fields": "所有字段",
377             "all_tags": "所有标签",
378             "all_members": "所有成员",
379             "all_relations": "所有关系",
380             "new_relation": "新关系...",
381             "role": "定位",
382             "choose": "选择特征类型",
383             "results": "{search}有{n}个结果。",
384             "reference": "在OpenStreetMap Wiki中查看",
385             "back_tooltip": "变更特征",
386             "remove": "删除",
387             "search": "搜索",
388             "multiselect": "选择特征",
389             "unknown": "未知",
390             "incomplete": "<未下载>",
391             "feature_list": "搜索特征",
392             "edit": "编辑特征",
393             "check": {
394                 "yes": "是",
395                 "no": "否"
396             },
397             "add": "添加",
398             "none": "无",
399             "node": "节点",
400             "way": "路径",
401             "relation": "关系",
402             "location": "位置",
403             "add_fields": "添加字段:"
404         },
405         "background": {
406             "title": "背景",
407             "description": "背景设置",
408             "percent_brightness": "{opacity}%亮度",
409             "none": "无",
410             "best_imagery": "此地最知名的影像数据源",
411             "switch": "切换回该底图",
412             "custom": "自定义",
413             "custom_button": "编辑自定义背景",
414             "custom_prompt": "输入地图影像的URL模版。以Z/X/Y方式的服务器使用 {zoom}, {x}, {y} 作为参数,而以quadtile方式的服务器,则使用 {u} 作参数。",
415             "fix_misalignment": "调整影像偏移",
416             "imagery_source_faq": "该影像的来源是?",
417             "reset": "重置",
418             "offset": "在下面的灰色区域拖动来调整影像偏移,或输入以米为单位的偏移量。",
419             "minimap": {
420                 "description": "小地图",
421                 "tooltip": "显示一个大范围的地图来帮助定位当前显示的区域"
422             }
423         },
424         "map_data": {
425             "title": "地图数据",
426             "description": "地图数据",
427             "data_layers": "数据图层",
428             "fill_area": "填充面状要素",
429             "map_features": "地图特征",
430             "autohidden": "这些要素已被自动隐藏,因为屏幕中的要素过多。请放大再编辑。"
431         },
432         "feature": {
433             "points": {
434                 "description": "点",
435                 "tooltip": "兴趣点(POI)"
436             },
437             "traffic_roads": {
438                 "description": "交通干线",
439                 "tooltip": "公路、街道等"
440             },
441             "service_roads": {
442                 "description": "专用道路",
443                 "tooltip": "专用道路、停车场通道、轮迹路等"
444             },
445             "paths": {
446                 "description": "小路",
447                 "tooltip": "人行道,步行道路,自行车道等。"
448             },
449             "buildings": {
450                 "description": "建筑物",
451                 "tooltip": "建筑物,遮蔽处,车库等。"
452             },
453             "landuse": {
454                 "description": "土地利用特征",
455                 "tooltip": "森林,农田,公园,居民地,商用地等。"
456             },
457             "boundaries": {
458                 "description": "分界线",
459                 "tooltip": "行政分界线"
460             },
461             "water": {
462                 "description": "水体特征",
463                 "tooltip": "河流,湖泊,池塘,盆地等。"
464             },
465             "rail": {
466                 "description": "铁路特征",
467                 "tooltip": "铁路"
468             },
469             "power": {
470                 "description": "电力特征",
471                 "tooltip": "输电线,发电厂,变电所等。"
472             },
473             "past_future": {
474                 "description": "过去/未来",
475                 "tooltip": "规划,在建,废弃,拆毁等。"
476             },
477             "others": {
478                 "description": "其他",
479                 "tooltip": "其他东西"
480             }
481         },
482         "area_fill": {
483             "wireframe": {
484                 "description": "无填充(线框)",
485                 "tooltip": "开启线框模式,以便看清背景影像。"
486             },
487             "partial": {
488                 "description": "部分填充",
489                 "tooltip": "仅在面的内部边界附近填充区域。(推荐初学者使用)"
490             },
491             "full": {
492                 "description": "全部填充",
493                 "tooltip": "面状要素以全部填充绘制。"
494             }
495         },
496         "restore": {
497             "heading": "您有未保存的更改",
498             "description": "您在上一次编辑时有未保存的修改,您想恢复这些修改吗?",
499             "restore": "恢复",
500             "reset": "重置"
501         },
502         "save": {
503             "title": "保存",
504             "help": "保存改变至OpenStreetMap,让其他用户可见。",
505             "no_changes": "没有待保存变更。",
506             "error": "尝试保存时发生错误。",
507             "status_code": "服务器返回的状态代码{code}",
508             "unknown_error_details": "请确保您已连接到互联网。",
509             "uploading": "正在向 OpenStreetMap 上传更改。",
510             "unsaved_changes": "您有未保存的修改",
511             "conflict": {
512                 "header": "调解编辑冲突",
513                 "count": "第{num}处冲突,共{total}处",
514                 "previous": "< 上一个",
515                 "next": "下一个 >",
516                 "keep_local": "保留自己的编辑",
517                 "keep_remote": "使用他人的编辑",
518                 "restore": "还原",
519                 "delete": "恢复被删除的内容",
520                 "download_changes": "或者下载您的修改。",
521                 "done": "所有冲突已调解!",
522                 "help": "另一位用户修改了您刚刚修改的地图特征。\n点击下面条目查看冲突详情,并选择保留\n您自己的或者别人的修改。\n"
523             }
524         },
525         "merge_remote_changes": {
526             "conflict": {
527                 "deleted": "该特征已被 {user} 删除。",
528                 "location": "您和 {user} 同时移动了该特征。",
529                 "nodelist": "您和{user}同时修改了节点。",
530                 "memberlist": "您和{user}同时修改了关系成员。",
531                 "tags": "您将<b>{tag}</b>标签改为\"{local}\"而{user}将其改为\"{remote}\"。"
532             }
533         },
534         "success": {
535             "edited_osm": "编辑了 OSM!",
536             "just_edited": "您刚刚编辑了 OpenStreetMap!",
537             "view_on_osm": "在 OSM 上查看",
538             "facebook": "分享到Facebook",
539             "twitter": "分享到 Twitter",
540             "google": "分享到 Google+",
541             "help_html": "您的修改将会在几分钟内出现在“标准”图层上,其他图层和某些特征可能需要更长的处理时间。",
542             "help_link_text": "详情",
543             "help_link_url": "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
544         },
545         "confirm": {
546             "okay": "确定",
547             "cancel": "取消"
548         },
549         "splash": {
550             "welcome": "欢迎使用OpenStreetMap iD编辑器",
551             "text": "ID编辑器是一个既易用而又功能强大的工具,以助您编辑世界上最好的自由世界地图。这是{version}版本。欲知详情,请浏览{website}及在{github}报告程序错误。“",
552             "walkthrough": "开始演练",
553             "start": "现在编辑"
554         },
555         "source_switch": {
556             "live": "实况模式",
557             "lose_changes": "您有尚未保存的编辑,切换地图服务器会失去这些编辑。您是否确定要切换服务器?",
558             "dev": "开发模式"
559         },
560         "tag_reference": {
561             "description": "说明",
562             "on_wiki": "wiki.osm.org上的{tag}",
563             "used_with": "使用 {type}"
564         },
565         "validations": {
566             "untagged_point": "未标记的点",
567             "untagged_line": "未标记的线",
568             "untagged_area": "未标记的面",
569             "many_deletions": "您正在删除 {n} 个特征。您确定要这么做吗?这些特征将会在任何人所见的 openstreetmap.org 地图上被删除。",
570             "tag_suggests_area": "标签{tag}表明线应该为面要素,但它不是面",
571             "untagged_point_tooltip": "选择该点的要素类型。",
572             "untagged_line_tooltip": "选择描述这条线的要素类型。",
573             "untagged_area_tooltip": "选择描述这个面的要素类型。",
574             "deprecated_tags": "弃用标签:{tags}"
575         },
576         "zoom": {
577             "in": "放大",
578             "out": "缩小"
579         },
580         "cannot_zoom": "在此模式下不能再缩小",
581         "full_screen": "切换全屏",
582         "mapillary_images": {
583             "tooltip": "来自Mapillary的街景照片",
584             "title": "照片叠加层 (Mapillary)"
585         },
586         "mapillary_signs": {
587             "tooltip": "来自Mapillary的交通标志(需开启照片叠加层)",
588             "title": "交通标志叠加层(Mapillary)"
589         },
590         "mapillary": {
591             "view_on_mapillary": "在Mapillary上查看这张图片"
592         },
593         "help": {
594             "title": "帮助",
595             "help": "#帮助\n\n这是一个免费且可编辑的世界地图[OpenStreetMap](http://www.openstreetmap.org/)\n的编辑器,你可以用它来增加和更新你所在地区的数据,\n为全世界将这个开源、开放数据的世界地图变得更好。\n\n你在这张地图上的编辑将会被使用OpenStreetMap的所有人看到。\n你需要[登录](https://www.openstreetmap.org/login)才能编辑。\n\n本编辑器名为[iD](http://ideditor.com/),是一个[源码在GitHub上共享](https://github.com/openstreetmap/iD)\n的协作项目。\n",
596             "editing_saving": "# 编辑和保存\n\n本编辑器为在线编辑设计,您正在经由本网站使用它。\n\n### 选择要素\n\n您可以在地图上单击以选中一个要素,如道路或一个兴趣点。\n被选中的要素将被高亮显示,同时弹出一个显示其详细信息的面板,\n以及一个列出了可对该特征进行之操作的菜单。\n\n如需同时选中多个要素,您需要先按住 Shift 键。然后请多次点击选择全部的特征,\n或者在地图上画出一个长方形以圈出并选中长方形中所有的点。\n\n### 保存编辑内容\n\n当您做了比如编辑道路、建筑物或地点的更改后,\n这些更改在您将它们保存到服务器之前都只会保存在本地。\n无需担心犯错:您随时可以点击撤销按钮或重做按钮以撤销或重做更改。\n\n请点击“保存”按钮以结束一组编辑内容。例如,如果您刚完成了城镇的一个区域,\n正打算开始下一个区域的工作,这时您有机会重新检查之前完成的工作,\n同时编辑器会自动给出有用的建议。如果您的更改有一些问题,编辑器也会给出警告。\n\n如果一切正常,您可以在保存时写入一小段注释以解释上一阶段的工作内容,\n然后再次点击“保存”按钮以向\n[OpenStreetMap.org](http://www.openstreetmap.org/) 提交更改。\n在此之后,您的更改将对所有其它用户可见,其它用户也将以此为基础继续改进地图。\n\n如果您一时无法完成编辑内容,您可以关闭编辑器窗口。\n待稍后您返回 (至同一台计算机的同一个浏览器) 时,\n重新打开编辑器将会恢复您的工作进度。\n\n## 使用编辑器\n\n编辑器可用的键盘快捷键列表可以 [在此](http://wiki.openstreetmap.org/wiki/ID/Shortcuts) 找到。\n",
597             "roads": "# 道路\n\n您可以利用这个编辑器创建,修复,及删除道路。道路可以有很多种:路径,公路,郊游径,单车径,和更多- 任何经常使用的路段都可制图。\n\n### 选择道路\n\n点击图上的道路以选择该道路。道路的轮廓会以高亮度显示,而同时地图上会出现小工具选单,旁边亦会弹出面板,显示有关该道路的信息。\n\n### 编辑道路\n\n您或会经常注意到,道路并非对齐在背景中显示的卫星图像或GPS轨迹。您可以调整这些道路,让他们位于正确的位置。\n\n首先,点击您想编辑的道路。这会将道路以高亮度显示,并显示沿着这道路的节点,你可以拖曳这些节点到更好的位置。如果您想增加细节,可以为道路添加新的节点,点击两下道路上没有节点的部分,便可在该处増加节点。\n\n如果道路连接到另一条道路,但在地图上并未妥善连接,你可以拖曳道路的其中一个节点到另一条道路上,以连接两条道路。连接好道路,对地图非常重要,特别是对提供驾驶指示的应用程序而言,是必要的。\n\n您也可以点击'移动'工具或按`M`快速键,来移动整条道路,然后点击一下以完成移动的动作。\n\n### 删除道路\n\n如果一条道路完全不正确- 您看到它在卫星图像上不存在,并最好实地证实它根本不存在- 您可以将道路删除,这会从地图中将之移除。删除物件时务必要小心- 像任何其他的编辑,结果会被大家看见,而卫星图像往往会过时,因此该道路或许只是新建的。\n\n要删除道路,您可以点击它以选择,然后点击垃圾桶图标,或按'Delete' 键。\n\n### 绘制新道路\n\n发现某处应有一条道路,但地图上没有?点击编辑器左上方的'线'图标,或按下`2`快速键,以开始绘制线段。\n\n在地图上点击道路的开端,以开始绘制道路。如果道路从一条现有的道路分支出来,应点击两者连接的地方,以开始绘制。\n\n然后点击沿着道路的点,以根据卫星影像或GPS轨迹,正确地绘制道路。如果您绘制的道路如果与另一条道路交汇,请点击相交点以将它们连接起来。当您完成绘制后,可点击两下或按键盘上的'Return' 或'Enter' 键。\n",
598             "gps": "# GPS\n\n户外采集的GPS轨迹是OpenStreetMap的重要数据源之一。本编辑器\n支持本地轨迹——即你的电脑上的.gpx文件。你可以用众多智能手机\n应用或者个人GPS硬件采集这种GPS轨迹。\n\n有关如何使用GPS测量的信息,请参见\n[用智能手机、GPS或纸质图测图](http://learnosm.org/en/mobile-mapping/)。\n\n要使用GPX轨迹制图,将GPX文件拖曳到编辑器上即可。\n如果可以识别,将以亮紫色线条在地图上显示。\n点击右侧“地图数据”菜单可以打开、关闭或者\n缩放到新添加的GPX图层。\n\nGPX轨迹不会被直接上传到OpenStreetMap——最佳的使用方法是\n将其展绘到地图上作为辅助来绘制新增的地图要素,\n或者将其[上传到OpenStreetMap](http://www.openstreetmap.org/trace/create)\n供他人使用。\n",
599             "imagery": "# 影像\n\n航拍影像是绘制地图的一个重要资源。编辑器右侧「背景设置」菜单里提供了一组飞机航拍、卫星影像及自由编译的来源。\n\n默认情况下编辑器显示的是[必应地图](http://www.bing.com/maps/)的卫星图层,但当您移动或缩放地图到一个新的地理区域会得到新的来源。一些国家,比如美国、法国和丹麦,会在一些区域提供非常高质量的影像。\n\n影像有时会因为影像提供商的错误和地图数据存在偏移。如果您看到许多道路偏离背景,请不要立刻移动它们来匹配背景,您可以点击背景设置界面底部的「修复对齐」来调整影像以使它和已有数据吻合。\n",
600             "addresses": "# 地址\n\n地址是地图上的最有用的一些信息。\n\nOpenStreetMap通过沿街位置记录建筑和场所的地址,地址通常表示为街道的一部分。\n\n您可以添加地址信息映射为建筑轮廓的地方以及那些映射为单个点。地址的最佳来源数据是来自于实地调查或个人的知识与任何其他功能,从谷歌地图商业来源的复制是严格禁止的。\n",
601             "inspector": "# 使用查看器\n\n查看器是页面左侧窗格中供你\n查看所选要素详细信息栏目。\n\n### 选择要素类型\n\n你添加完一个点、线或面之后,要选择它是什么类型,\n比如高速公路还是居民区街道、超市还是咖啡厅。\n查看器会显示一些常见要素类型的按钮,你也可以通过\n搜索框查找其他标签。\n\n点击要素类型按钮右下角的“i”可以深入了解该类型。\n点击类型按钮即可选择该类型。\n\n### 使用表格编辑标签\n\n选择要素类型后,或者某要素本来已有类型时,\n查看器会显示要素的字段详情,比如名称和地\n址。\n\n在已有的字段下方,你可以点击“添加字段”下拉菜单\n来添加其他详情,比如维基百科链接、轮椅通行情况\n等。\n\n在查看器底部,可以点击“附加标签”按钮来给要素添加\n任意其他标签。[Taginfo](http://taginfo.openstreetmap.org/)\n是了解更多常见标签组合的好资源。\n\n你在查看器里所做的变更会自动应用到地图。\n你可以随时点击“撤销”按钮撤销这些变更。\n",
602             "buildings": "# 建筑物\n\nOpenStreetMap 是世界上最大的建筑物的数据库。您可以建立和改善这个数据库。\n\n### 选择建筑物\n\n您可以点击建筑物的边界,以选择该建筑物。该建筑物将以高亮度显示,并会开启小工具选单,和在右边显示有关建筑物更多资料的面板。\n\n### 修改建筑物\n\n有时候,建筑物的位置或其标签或许会不正确。\n\n要移动整个建筑物的位置,先选择该建筑物,然后点击'移动'工具。移动您的鼠标以移动筑物,在移到正确位置上点击一下。\n\n要更正建筑物的形状,点击并拖曳建筑物轮廓的节点,以移到更佳的位置。\n\n### 绘制新建筑物\n\n为地图添加建筑物的主要问题之一,是OpenStreetMap 可以用轮廓或点的形式,记录建筑物。一般来说,应_尽可能以区域记录建筑物的轮廓_,并以置于建筑轮廓内的点,记录建筑物中的公司、住宅、设施及其他东西。\n\n要开始绘制建筑物,先单击左上方的'区域'按钮,最后则按键盘上的回车键或点击所绘的第一个节点,完成轮廓的绘制。\n\n### 删除建筑物\n\n如果一个建筑物完全不正确- 您看到它在卫星图像上不存在,并最好实地证实它根本不存在- 您可以将建筑物删除,这会从地图中将之移除。删除要素时务必要小心- 像任何其他的编辑一样,结果会公之于众,而卫星图像往往会过时,因此该建筑物或许只是新建的。\n\n要删除建筑物,您可以点击它以选择,然后点击垃圾桶图标,或按'Delete' 键。\n",
603             "relations": "# 关系\n\n关系是 OpenStreetMap 中用于组合其它特征的特殊要素类型。比如,两个基本关系类型*路径关系*和*复合多边形*,它们分别用于组合同一条公路或高速公路的不同部分和一个复杂区域(分成多块或像油炸圈饼一样中间有个洞)的多条线条。\n\n关系中包含的要素称为*成员*。在侧边栏中,您可以看到成员所属的关系,并点击选中它。选中某个关系后,您就能看到它的所有成员在侧边栏被全部列出并在地图上被高亮显示。\n\n在大多数时候,iD 会在您编辑的时候自动处理关系。您主要注意的是当您删除道路的某个部分并重绘它时,请确保新的部分还是原来的关系中的一员。\n\n## 编辑关系\n\n如果您想要编辑关系,这里是一些基本技巧。\n\n要向关系中添加要素,选择该要素,点击侧边栏「所有关系」中的「+」按钮,并选择或输入关系的名称。\n\n要创建一个新的关系,选中要作为成员的第一个特征,点击「所有关系」中的「+」按钮,并选择「新建关系...」。\n\n要从一个关系中移除要素,选择要素并点击您要从中移除的关系旁边的垃圾箱按钮。\n\n您可以使用「合并」工具创建有洞的复合多边形。绘制两个区域(内部和外部),按住 Shift 键并点击各个多边形来选中它们,然后点击「合并」(+)按钮。\n"
604         },
605         "intro": {
606             "done": "完成",
607             "graph": {
608                 "city_hall": "三里屯市政厅",
609                 "fire_department": "三里屯消防站",
610                 "memory_isle_park": "北海公园",
611                 "riverwalk_trail": "河滨小道",
612                 "w_michigan_ave": "南京西路",
613                 "e_michigan_ave": "南京东路",
614                 "spring_st": "解放路",
615                 "scidmore_park": "中山公园",
616                 "petting_zoo": "野生动物园",
617                 "n_andrews_st": "北五环",
618                 "s_andrews_st": "南五环",
619                 "n_constantine_st": "北光明路",
620                 "s_constantine_st": "南光明路",
621                 "rocky_river": "李家沟",
622                 "railroad_dr": "铁道线",
623                 "conrail_rr": "大秦铁路",
624                 "st_joseph_river": "吴淞江",
625                 "n_main_st": "北二环",
626                 "s_main_st": "南二环",
627                 "water_st": "水岸路",
628                 "foster_st": "跃进街",
629                 "portage_river": "货运河",
630                 "flower_st": "幸福街",
631                 "elm_st": "江榆路",
632                 "walnut_st": "江松路",
633                 "morris_ave": "世纪大道",
634                 "east_st": "东街",
635                 "portage_ave": "货运大道"
636             },
637             "navigation": {
638                 "title": "导航",
639                 "drag": "主地图区域在背景上展示了 OpenStreetMap 数据。您可以像在其它网络地图一样通过拖动和滚动来移动。**拖动地图!**",
640                 "select": "地图要素有三种表示方法:点、线、面。所有要素都可以通过点击选择。**单击该点来选定它。**",
641                 "pane": "当选定一个地理特征时,特征编辑器将出现。其抬头展示特征类型,主窗格展示特征的属性,如名称和地址。**单击特征编辑器右上角的 {button} 按钮来关闭特征编辑器。**",
642                 "search": "您也可以搜索目前视野上或世界的地理特征。**搜索'{name}'**",
643                 "choose": "**在列表中选择{name}。**",
644                 "chosen": "好!{name}已经被选中了。**按下{button}来关闭地理特征编辑器。**"
645             },
646             "points": {
647                 "title": "点",
648                 "add": "点可以用来表示某些地理特征,比如商店、餐厅和纪念碑。它们标定了一个特定的位置,并且描述了那里有什么。**按下{button}按钮来增加一个新点。**",
649                 "place": "可以用点击地图的方式来放置点。**点击地图,把新点放置在这座建筑的上面。**",
650                 "search": "很多不同的物体可以用点来代表。您刚刚新增加的点是一间咖啡厅。**搜索'{name}'**",
651                 "choose": "**在列表中选择咖啡馆。**",
652                 "describe": "这个点已经标记为咖啡馆了。使用特征编辑器,我们可以添加更多关于特征的信息。**添加名称**",
653                 "close": "地理特征编辑器会自动记下您所有的改动。当你改动一个地理特征时,关闭按钮会变成对勾。**按下{button}按钮来关闭编辑器**",
654                 "reselect": "有些点已经存在,但是信息有错误或不完整。我们可以编辑已经存在的点。**点击那个您刚刚创建的点。**",
655                 "fixname": "**改变它的名字,然后点击{button}按钮来关闭编辑器。**",
656                 "reselect_delete": "所有在地图上的特征都能被删除。**点击那个您刚刚创建的点。**",
657                 "delete": "在点周围的菜单包含在该点可执行的操作,包括删除。**点击{button}按钮来删除点。**"
658             },
659             "areas": {
660                 "title": "面状要素",
661                 "add": "面可以用来表示特征的界限,像是湖、建筑物或住宅区。也就是说可以让原本只是个兴趣点的特征呈现更多细节。 **按{button}按钮新建面。**",
662                 "corner": "通过将节点放到面的边界上,可绘制面。 **将起始节点置于游乐场的其中一角。**",
663                 "place": "放置更多节点可绘制面要素。点击开始节点即可完成绘制。**在沙盒绘制一个面。**",
664                 "search": "**搜索'{name}'。**",
665                 "choose": "**在列表中选择儿童游乐场。**",
666                 "describe": "**添加名称,然后按{button}按钮来关闭特征编辑器**"
667             },
668             "lines": {
669                 "title": "线",
670                 "add": "线用于代表诸如道路、铁路和河流的特征。**单击{button}按钮添加新线。**",
671                 "start": "**点击道路末端,以开始绘制线段。 **",
672                 "intersect": "点击向线添加更多节点。必要时您可以在绘制时拖动地图。道路和许多其它类型的线都是一个更大的网络的组成部分,因此正确连接这些线以便导航应用使用是十分重要的。**点击{name}创建连接两条线的交叉点。**",
673                 "finish": "再次点击最后一个节点可结束绘制线。**完成道路的绘制。**",
674                 "road": "**在列表中选择道路**",
675                 "residential": "道路有不同种类,最常见的为住宅区道路。 **选择住宅区道路**",
676                 "describe": "**给道路命名,然后按{button}按钮关闭特征编辑器。**",
677                 "restart": "这个道路需要和{name}相交。",
678                 "wrong_preset": "您没有选择住宅道路类型。 **点击这里重新选择**"
679             },
680             "startediting": {
681                 "title": "开始编辑",
682                 "help": "如需重新查看本导览,或者查看更多文档,您可以点击 {button} 帮助 按钮。",
683                 "save": "不要忘了定期保存您的修改!",
684                 "start": "开始绘制地图!"
685             }
686         },
687         "presets": {
688             "categories": {
689                 "category-barrier": {
690                     "name": "障碍特征"
691                 },
692                 "category-building": {
693                     "name": "建筑特征"
694                 },
695                 "category-golf": {
696                     "name": "高尔夫特征"
697                 },
698                 "category-landuse": {
699                     "name": "土地利用特征"
700                 },
701                 "category-natural-area": {
702                     "name": "自然特征"
703                 },
704                 "category-natural-line": {
705                     "name": "自然特征"
706                 },
707                 "category-natural-point": {
708                     "name": "自然特征"
709                 },
710                 "category-path": {
711                     "name": "路径特征"
712                 },
713                 "category-rail": {
714                     "name": "铁路特征"
715                 },
716                 "category-restriction": {
717                     "name": "限制特征"
718                 },
719                 "category-road": {
720                     "name": "道路特征"
721                 },
722                 "category-route": {
723                     "name": "线路特征"
724                 },
725                 "category-water-area": {
726                     "name": "水体特征"
727                 },
728                 "category-water-line": {
729                     "name": "水体特征"
730                 }
731             },
732             "fields": {
733                 "access": {
734                     "label": "通行规则",
735                     "options": {
736                         "designated": {
737                             "description": "只限标志指定或特定本地法律容许人士进入",
738                             "title": "特定的"
739                         },
740                         "destination": {
741                             "description": "只限前往目的地人士进入",
742                             "title": "目的地"
743                         },
744                         "dismount": {
745                             "description": "允许通行但必须下车",
746                             "title": "下车"
747                         },
748                         "no": {
749                             "description": "禁止一般公众进入",
750                             "title": "禁止的"
751                         },
752                         "permissive": {
753                             "description": "容许进入,直至拥有者撇回许可",
754                             "title": "获许可进入"
755                         },
756                         "private": {
757                             "description": "须拥有者个别批准,方可进入",
758                             "title": "私人"
759                         },
760                         "yes": {
761                             "description": "按法律及路权,有权使用",
762                             "title": "允许的"
763                         }
764                     },
765                     "placeholder": "未指定",
766                     "types": {
767                         "access": "全部",
768                         "bicycle": "自行车",
769                         "foot": "步行",
770                         "horse": "马匹",
771                         "motor_vehicle": "汽车"
772                     }
773                 },
774                 "access_simple": {
775                     "label": "通行限制"
776                 },
777                 "access_toilets": {
778                     "label": "使用者"
779                 },
780                 "address": {
781                     "label": "地址",
782                     "placeholders": {
783                         "city": "城市",
784                         "conscriptionnumber": "123",
785                         "country": "国家",
786                         "district": "行政区",
787                         "floor": "楼层",
788                         "hamlet": "村庄",
789                         "housename": "房屋名称",
790                         "housenumber": "123号",
791                         "place": "地方",
792                         "postcode": "邮政编码",
793                         "province": "行政省",
794                         "state": "行政州",
795                         "street": "街道",
796                         "subdistrict": "街道",
797                         "suburb": "地区"
798                     }
799                 },
800                 "admin_level": {
801                     "label": "行政级别"
802                 },
803                 "aerialway": {
804                     "label": "类型"
805                 },
806                 "aerialway/access": {
807                     "label": "通行限制",
808                     "options": {
809                         "both": "双向",
810                         "entry": "入口",
811                         "exit": "出口"
812                     }
813                 },
814                 "aerialway/bubble": {
815                     "label": "圆形顶"
816                 },
817                 "aerialway/capacity": {
818                     "label": "容量(每小时)",
819                     "placeholder": "500, 2500, 5000..."
820                 },
821                 "aerialway/duration": {
822                     "label": "持续时间(分钟)",
823                     "placeholder": "1, 2, 3..."
824                 },
825                 "aerialway/heating": {
826                     "label": "暖气"
827                 },
828                 "aerialway/occupancy": {
829                     "label": "载客数",
830                     "placeholder": "2, 4, 8..."
831                 },
832                 "aerialway/summer/access": {
833                     "label": "通行方向(夏季)",
834                     "options": {
835                         "both": "双方",
836                         "entry": "入口",
837                         "exit": "出口"
838                     }
839                 },
840                 "aeroway": {
841                     "label": "类型"
842                 },
843                 "amenity": {
844                     "label": "类型"
845                 },
846                 "area/highway": {
847                     "label": "类型"
848                 },
849                 "artist": {
850                     "label": "艺人"
851                 },
852                 "artwork_type": {
853                     "label": "类型"
854                 },
855                 "atm": {
856                     "label": "自动提款机(ATM)"
857                 },
858                 "backrest": {
859                     "label": "长椅"
860                 },
861                 "barrier": {
862                     "label": "类型"
863                 },
864                 "bath/open_air": {
865                     "label": "露天"
866                 },
867                 "bath/sand_bath": {
868                     "label": "沙浴"
869                 },
870                 "bath/type": {
871                     "label": "特色",
872                     "options": {
873                         "foot_bath": "足浴",
874                         "hot_spring": "温泉",
875                         "onsen": "日本温泉"
876                     }
877                 },
878                 "beauty": {
879                     "label": "商店类型"
880                 },
881                 "bench": {
882                     "label": "长凳"
883                 },
884                 "bicycle_parking": {
885                     "label": "类型"
886                 },
887                 "bin": {
888                     "label": "垃圾箱"
889                 },
890                 "blood_components": {
891                     "label": "血液组成",
892                     "options": {
893                         "plasma": "血浆",
894                         "platelets": "血小板",
895                         "stemcells": "干细胞样本",
896                         "whole": "全血"
897                     }
898                 },
899                 "board_type": {
900                     "label": "类型"
901                 },
902                 "boundary": {
903                     "label": "类型"
904                 },
905                 "brand": {
906                     "label": "品牌"
907                 },
908                 "building": {
909                     "label": "建筑物"
910                 },
911                 "building_area": {
912                     "label": "建筑物"
913                 },
914                 "bunker_type": {
915                     "label": "类型"
916                 },
917                 "camera/direction": {
918                     "label": "方向 (度顺时针)",
919                     "placeholder": "45, 90, 180, 270"
920                 },
921                 "camera/mount": {
922                     "label": "相机支架"
923                 },
924                 "camera/type": {
925                     "label": "相机类型",
926                     "options": {
927                         "dome": "半球式",
928                         "fixed": "固定式",
929                         "panning": "摇移式"
930                     }
931                 },
932                 "capacity": {
933                     "label": "容量",
934                     "placeholder": "50, 100, 200..."
935                 },
936                 "cardinal_direction": {
937                     "label": "方向",
938                     "options": {
939                         "E": "东",
940                         "ENE": "东北偏东",
941                         "ESE": "东南偏东",
942                         "N": "北",
943                         "NE": "东北",
944                         "NNE": "东北偏北",
945                         "NNW": "西北偏北",
946                         "NW": "西北",
947                         "S": "南",
948                         "SE": "东南",
949                         "SSE": "东南偏南",
950                         "SSW": "西南偏南",
951                         "SW": "西南",
952                         "W": "西",
953                         "WNW": "西北偏西",
954                         "WSW": "西南偏西"
955                     }
956                 },
957                 "castle_type": {
958                     "label": "类型"
959                 },
960                 "clock_direction": {
961                     "label": "方向",
962                     "options": {
963                         "anticlockwise": "逆时针",
964                         "clockwise": "顺时针"
965                     }
966                 },
967                 "collection_times": {
968                     "label": "收集时间"
969                 },
970                 "construction": {
971                     "label": "类型"
972                 },
973                 "contact/webcam": {
974                     "label": "网络摄像机地址",
975                     "placeholder": "http://example.com/"
976                 },
977                 "content": {
978                     "label": "内容"
979                 },
980                 "country": {
981                     "label": "国家"
982                 },
983                 "covered": {
984                     "label": "覆盖"
985                 },
986                 "craft": {
987                     "label": "种类"
988                 },
989                 "crop": {
990                     "label": "农作物"
991                 },
992                 "crossing": {
993                     "label": "类型"
994                 },
995                 "cuisine": {
996                     "label": "菜肴"
997                 },
998                 "currency_multi": {
999                     "label": "货币类型"
1000                 },
1001                 "cycle_network": {
1002                     "label": "自行车网络"
1003                 },
1004                 "cycleway": {
1005                     "label": "自行车道",
1006                     "options": {
1007                         "lane": {
1008                             "description": "交通标线与机动车隔开的自行车道",
1009                             "title": "标准自行车道"
1010                         },
1011                         "none": {
1012                             "description": "无自行车道",
1013                             "title": "无"
1014                         },
1015                         "opposite": {
1016                             "description": "单行街道上双向行驶的自行车道",
1017                             "title": "逆向自行车道"
1018                         },
1019                         "opposite_lane": {
1020                             "description": "和其他车辆反向行驶的自行车道",
1021                             "title": "对向自行车道"
1022                         },
1023                         "share_busway": {
1024                             "description": "与公交车道共用的自行车道",
1025                             "title": "与公交车共用的自行车道"
1026                         },
1027                         "shared_lane": {
1028                             "description": "与机动车无隔离的自行车道",
1029                             "title": "共用自行车道"
1030                         },
1031                         "track": {
1032                             "description": "有物理隔离的自行车道",
1033                             "title": "专用自行车道"
1034                         }
1035                     },
1036                     "placeholder": "无",
1037                     "types": {
1038                         "cycleway:left": "左侧",
1039                         "cycleway:right": "右侧"
1040                     }
1041                 },
1042                 "date": {
1043                     "label": "日期"
1044                 },
1045                 "delivery": {
1046                     "label": "外卖配送"
1047                 },
1048                 "denomination": {
1049                     "label": "教派"
1050                 },
1051                 "denotation": {
1052                     "label": "意思"
1053                 },
1054                 "description": {
1055                     "label": "说明"
1056                 },
1057                 "diaper": {
1058                     "label": "有尿布台"
1059                 },
1060                 "display": {
1061                     "label": "表盘显示类型"
1062                 },
1063                 "dock": {
1064                     "label": "类型"
1065                 },
1066                 "drive_through": {
1067                     "label": "免下车"
1068                 },
1069                 "electrified": {
1070                     "label": "电气化",
1071                     "options": {
1072                         "contact_line": "接触线",
1073                         "no": "否",
1074                         "rail": "电气化铁路",
1075                         "yes": "是(未指明)"
1076                     },
1077                     "placeholder": "接触线、电气化铁路…"
1078                 },
1079                 "elevation": {
1080                     "label": "海拔"
1081                 },
1082                 "email": {
1083                     "label": "Email",
1084                     "placeholder": "example@example.com"
1085                 },
1086                 "emergency": {
1087                     "label": "急诊室"
1088                 },
1089                 "entrance": {
1090                     "label": "类型"
1091                 },
1092                 "except": {
1093                     "label": "异常"
1094                 },
1095                 "fax": {
1096                     "label": "传真",
1097                     "placeholder": "+31 42 123 4567"
1098                 },
1099                 "fee": {
1100                     "label": "费用"
1101                 },
1102                 "fence_type": {
1103                     "label": "类型"
1104                 },
1105                 "fire_hydrant/position": {
1106                     "label": "位置",
1107                     "options": {
1108                         "green": "绿地",
1109                         "lane": "小巷",
1110                         "parking_lot": "停车场",
1111                         "sidewalk": "路边人行道"
1112                     }
1113                 },
1114                 "fire_hydrant/type": {
1115                     "label": "类型",
1116                     "options": {
1117                         "pillar": "支柱/地上",
1118                         "pond": "池塘",
1119                         "underground": "地铁",
1120                         "wall": "墙"
1121                     }
1122                 },
1123                 "fixme": {
1124                     "label": "修复我"
1125                 },
1126                 "fuel": {
1127                     "label": "油站"
1128                 },
1129                 "fuel_multi": {
1130                     "label": "燃料类型"
1131                 },
1132                 "gauge": {
1133                     "label": "轨距"
1134                 },
1135                 "gender": {
1136                     "label": "性别",
1137                     "options": {
1138                         "female": "女",
1139                         "male": "男",
1140                         "unisex": "无性别"
1141                     },
1142                     "placeholder": "未知"
1143                 },
1144                 "generator/method": {
1145                     "label": "模式"
1146                 },
1147                 "generator/source": {
1148                     "label": "来源"
1149                 },
1150                 "generator/type": {
1151                     "label": "类型"
1152                 },
1153                 "golf_hole": {
1154                     "label": "参考",
1155                     "placeholder": "球洞编号(1-18)"
1156                 },
1157                 "handicap": {
1158                     "label": "手工店",
1159                     "placeholder": "1-18"
1160                 },
1161                 "handrail": {
1162                     "label": "扶手"
1163                 },
1164                 "height": {
1165                     "label": "高度 (米)"
1166                 },
1167                 "highway": {
1168                     "label": "类型"
1169                 },
1170                 "historic": {
1171                     "label": "类型"
1172                 },
1173                 "hoops": {
1174                     "label": "篮球",
1175                     "placeholder": "1, 2, 4..."
1176                 },
1177                 "iata": {
1178                     "label": "国际航空运输协会IATA"
1179                 },
1180                 "icao": {
1181                     "label": "国际民航组织ICAO"
1182                 },
1183                 "incline": {
1184                     "label": "斜度"
1185                 },
1186                 "incline_steps": {
1187                     "label": "坡度",
1188                     "options": {
1189                         "down": "下",
1190                         "up": "上"
1191                     }
1192                 },
1193                 "indoor": {
1194                     "label": "室内"
1195                 },
1196                 "information": {
1197                     "label": "类型"
1198                 },
1199                 "internet_access": {
1200                     "label": "互联网接入",
1201                     "options": {
1202                         "no": "否",
1203                         "terminal": "终端",
1204                         "wired": "有线网络",
1205                         "wlan": "Wi-Fi",
1206                         "yes": "是"
1207                     }
1208                 },
1209                 "internet_access/fee": {
1210                     "label": "上网费用"
1211                 },
1212                 "internet_access/ssid": {
1213                     "label": "SSID (网络名称)"
1214                 },
1215                 "kerb": {
1216                     "label": "路缘坡道"
1217                 },
1218                 "lamp_type": {
1219                     "label": "类型"
1220                 },
1221                 "landuse": {
1222                     "label": "类型"
1223                 },
1224                 "lanes": {
1225                     "label": "车道",
1226                     "placeholder": "1, 2, 3..."
1227                 },
1228                 "layer": {
1229                     "label": "图层"
1230                 },
1231                 "leaf_cycle": {
1232                     "label": "叶寿命",
1233                     "options": {
1234                         "deciduous": "落叶",
1235                         "evergreen": "常绿",
1236                         "mixed": "混交林",
1237                         "semi_deciduous": "半落叶",
1238                         "semi_evergreen": "半常绿"
1239                     }
1240                 },
1241                 "leaf_cycle_singular": {
1242                     "label": "叶寿命",
1243                     "options": {
1244                         "deciduous": "落叶树",
1245                         "evergreen": "常绿树",
1246                         "semi_deciduous": "半落叶树",
1247                         "semi_evergreen": "半常绿树"
1248                     }
1249                 },
1250                 "leaf_type": {
1251                     "label": "叶型",
1252                     "options": {
1253                         "broadleaved": "阔叶",
1254                         "leafless": "无叶",
1255                         "mixed": "混交林",
1256                         "needleleaved": "针叶"
1257                     }
1258                 },
1259                 "leaf_type_singular": {
1260                     "label": "叶型",
1261                     "options": {
1262                         "broadleaved": "阔叶",
1263                         "leafless": "无叶",
1264                         "needleleaved": "针叶"
1265                     }
1266                 },
1267                 "leisure": {
1268                     "label": "类型"
1269                 },
1270                 "length": {
1271                     "label": "高度(米)"
1272                 },
1273                 "level": {
1274                     "label": "楼层"
1275                 },
1276                 "levels": {
1277                     "label": "层数",
1278                     "placeholder": "2, 4, 6..."
1279                 },
1280                 "lit": {
1281                     "label": "照明设施"
1282                 },
1283                 "location": {
1284                     "label": "位置"
1285                 },
1286                 "man_made": {
1287                     "label": "类型"
1288                 },
1289                 "map_size": {
1290                     "label": "范围"
1291                 },
1292                 "map_type": {
1293                     "label": "类型"
1294                 },
1295                 "maxheight": {
1296                     "label": "最大高度",
1297                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
1298                 },
1299                 "maxspeed": {
1300                     "label": "速度限制",
1301                     "placeholder": "40, 50, 60..."
1302                 },
1303                 "maxstay": {
1304                     "label": "可停留时间"
1305                 },
1306                 "mtb/scale": {
1307                     "label": "山地自行车骑行难度",
1308                     "options": {
1309                         "0": "0:坚实的硕石土路,没有障碍物,大湾曲",
1310                         "1": "1:铺面部分松散,有小的障碍物,大弯曲",
1311                         "2": "2:大都是松散的铺面,有的障碍物,容易通过的发夹弯",
1312                         "3": "3:铺面光滑,有大的障碍物",
1313                         "4": "4:路面松散或是充满石头,有危险的发夹弯",
1314                         "5": "5:骑乘等级最困难,路面充满石头,或者是路面坍方",
1315                         "6": "6:除非是技巧极好的越野车手,否则并不适合骑乘"
1316                     },
1317                     "placeholder": "0, 1, 2, 3..."
1318                 },
1319                 "mtb/scale/imba": {
1320                     "label": "国际登山车协会路径难度",
1321                     "options": {
1322                         "0": "最简单(白圈)",
1323                         "1": "容易(绿圈)",
1324                         "2": "中等(蓝方块)",
1325                         "3": "困难(黑色钻石型)",
1326                         "4": "极端困难(双重黑色钻石型)"
1327                     },
1328                     "placeholder": "简单,中等,困难..."
1329                 },
1330                 "mtb/scale/uphill": {
1331                     "label": "山地自行车上坡难度",
1332                     "options": {
1333                         "0": "0:平均坡度小于10%时,有碎石/夯实的地面,没有障碍物",
1334                         "1": "1:平均坡度小于15%,有碎石/夯实的地面,有些许障碍物",
1335                         "2": "2:平均坡度小于20,坚实的地面,拳头大的石头/树根",
1336                         "3": "3:平均坡度25%,多变的平面,拳头大的石头/树墙",
1337                         "4": "4:平均坡度小于30%时,很糟的路面状况,大石头/树墙",
1338                         "5": "5:很陡,单车得牵行或扛车"
1339                     },
1340                     "placeholder": "0, 1, 2, 3..."
1341                 },
1342                 "name": {
1343                     "label": "名称",
1344                     "placeholder": "常用名称(如果有)"
1345                 },
1346                 "natural": {
1347                     "label": "自然"
1348                 },
1349                 "network": {
1350                     "label": "网络"
1351                 },
1352                 "network_bicycle": {
1353                     "label": "网络类型",
1354                     "options": {
1355                         "icn": "国际的",
1356                         "lcn": "本地的",
1357                         "ncn": "国家的",
1358                         "rcn": "地区的"
1359                     },
1360                     "placeholder": "本地的,地区的,国家的,国际的"
1361                 },
1362                 "network_foot": {
1363                     "label": "网络类型",
1364                     "options": {
1365                         "iwn": "国际的",
1366                         "lwn": "本地的",
1367                         "nwn": "国家的",
1368                         "rwn": "地区的"
1369                     },
1370                     "placeholder": "本地的,地区的,国家的,国际的"
1371                 },
1372                 "network_horse": {
1373                     "label": "网络类型",
1374                     "options": {
1375                         "ihn": "国际的",
1376                         "lhn": "本地的",
1377                         "nhn": "国家的",
1378                         "rhn": "地区的"
1379                     },
1380                     "placeholder": "本地的,地区的,国家的,国际的"
1381                 },
1382                 "network_road": {
1383                     "label": "网络"
1384                 },
1385                 "note": {
1386                     "label": "备注"
1387                 },
1388                 "office": {
1389                     "label": "类型"
1390                 },
1391                 "oneway": {
1392                     "label": "单行线",
1393                     "options": {
1394                         "no": "否",
1395                         "undefined": "假定为否",
1396                         "yes": "是"
1397                     }
1398                 },
1399                 "oneway_yes": {
1400                     "label": "单行线",
1401                     "options": {
1402                         "no": "否",
1403                         "undefined": "假定为是",
1404                         "yes": "是"
1405                     }
1406                 },
1407                 "opening_hours": {
1408                     "label": "开放时间"
1409                 },
1410                 "operator": {
1411                     "label": "经营者"
1412                 },
1413                 "outdoor_seating": {
1414                     "label": "室外座位"
1415                 },
1416                 "par": {
1417                     "label": "标准杆",
1418                     "placeholder": "3, 4, 5..."
1419                 },
1420                 "parallel_direction": {
1421                     "label": "方向",
1422                     "options": {
1423                         "backward": "向后",
1424                         "forward": "向前"
1425                     }
1426                 },
1427                 "park_ride": {
1428                     "label": "停车换乘"
1429                 },
1430                 "parking": {
1431                     "label": "类型",
1432                     "options": {
1433                         "carports": "车棚",
1434                         "garage_boxes": "车库盒",
1435                         "lane": "路边",
1436                         "multi-storey": "多晨",
1437                         "sheds": "单独车库",
1438                         "surface": "地面",
1439                         "underground": "地下"
1440                     }
1441                 },
1442                 "payment_multi": {
1443                     "label": "支付类型"
1444                 },
1445                 "phone": {
1446                     "label": "电话",
1447                     "placeholder": "+31 42 123 4567"
1448                 },
1449                 "piste/difficulty": {
1450                     "label": "困难",
1451                     "options": {
1452                         "advanced": "进阶(黑色钻石型)",
1453                         "easy": "容易(绿圈)",
1454                         "expert": "专家(双重黑色钻石型)",
1455                         "extreme": "极端困难(需要攀登工具)",
1456                         "freeride": "自由滑行(场地外)",
1457                         "intermediate": "中阶(蓝方块)",
1458                         "novice": "新手(教学)"
1459                     },
1460                     "placeholder": "容易,中阶,进阶"
1461                 },
1462                 "piste/grooming": {
1463                     "label": "雪道类型",
1464                     "options": {
1465                         "backcountry": "偏远地区",
1466                         "classic": "经典",
1467                         "classic+skating": "经典和滑行",
1468                         "mogul": "蒙古人",
1469                         "scooter": "滑行艇/雪车",
1470                         "skating": "滑冰"
1471                     }
1472                 },
1473                 "piste/type": {
1474                     "label": "类型",
1475                     "options": {
1476                         "downhill": "下坡",
1477                         "hike": "徒步旅行",
1478                         "ice_skate": "冰刀",
1479                         "nordic": "北欧人",
1480                         "playground": "练习场",
1481                         "skitour": "滑雪旅行",
1482                         "sled": "雪橇",
1483                         "sleigh": "简易雪橇",
1484                         "snow_park": "滑雪场"
1485                     }
1486                 },
1487                 "place": {
1488                     "label": "类型"
1489                 },
1490                 "plant": {
1491                     "label": "发电站"
1492                 },
1493                 "population": {
1494                     "label": "人口"
1495                 },
1496                 "power": {
1497                     "label": "类型"
1498                 },
1499                 "power_supply": {
1500                     "label": "供电"
1501                 },
1502                 "product": {
1503                     "label": "产品"
1504                 },
1505                 "railway": {
1506                     "label": "类型"
1507                 },
1508                 "recycling_accepts": {
1509                     "label": "接受"
1510                 },
1511                 "recycling_type": {
1512                     "label": "回收场所",
1513                     "options": {
1514                         "centre": "回收站",
1515                         "container": "回收容器"
1516                     }
1517                 },
1518                 "ref": {
1519                     "label": "参考"
1520                 },
1521                 "relation": {
1522                     "label": "类型"
1523                 },
1524                 "religion": {
1525                     "label": "宗教"
1526                 },
1527                 "restriction": {
1528                     "label": "类型"
1529                 },
1530                 "restrictions": {
1531                     "label": "转向限制"
1532                 },
1533                 "rooms": {
1534                     "label": "房间数"
1535                 },
1536                 "route": {
1537                     "label": "类型"
1538                 },
1539                 "route_master": {
1540                     "label": "类型"
1541                 },
1542                 "sac_scale": {
1543                     "label": "远足难度",
1544                     "options": {
1545                         "alpine_hiking": "T4:高山旅行",
1546                         "demanding_alpine_hiking": "T5:进阶高山旅行",
1547                         "demanding_mountain_hiking": "T3:进阶登山旅行",
1548                         "difficult_alpine_hiking": "T6:艰困高山旅行",
1549                         "hiking": "T1:徒步旅行",
1550                         "mountain_hiking": "T2:登山旅行"
1551                     },
1552                     "placeholder": "登山旅行,越岭行走..."
1553                 },
1554                 "sanitary_dump_station": {
1555                     "label": "厕所废物"
1556                 },
1557                 "seasonal": {
1558                     "label": "具备季节性"
1559                 },
1560                 "second_hand": {
1561                     "label": "出售二手商品",
1562                     "options": {
1563                         "no": "否",
1564                         "only": "仅",
1565                         "yes": "是"
1566                     },
1567                     "placeholder": "是,否,仅"
1568                 },
1569                 "service": {
1570                     "label": "类型"
1571                 },
1572                 "service/bicycle": {
1573                     "label": "服务"
1574                 },
1575                 "service_rail": {
1576                     "label": "服务类型",
1577                     "options": {
1578                         "crossover": "渡线",
1579                         "siding": "侧线",
1580                         "spur": "短途支线",
1581                         "yard": "站场线路"
1582                     }
1583                 },
1584                 "shelter": {
1585                     "label": "避难所"
1586                 },
1587                 "shelter_type": {
1588                     "label": "类型"
1589                 },
1590                 "shop": {
1591                     "label": "类型"
1592                 },
1593                 "site": {
1594                     "label": "类型"
1595                 },
1596                 "smoking": {
1597                     "label": "吸烟",
1598                     "options": {
1599                         "dedicated": "吸烟专用",
1600                         "isolated": "指定区域可使用(隔开)",
1601                         "no": "禁止吸烟",
1602                         "outside": "外面可使用",
1603                         "separated": "指定区域可使用(布隔开)",
1604                         "yes": "随处可使用"
1605                     },
1606                     "placeholder": "禁止、隔开、允许..."
1607                 },
1608                 "smoothness": {
1609                     "label": "平顺度",
1610                     "options": {
1611                         "bad": "强化轮胎:休旅自行车,汽车,人力车",
1612                         "excellent": "轴承:溜冰,滑板",
1613                         "good": "细轮:竞速自行车",
1614                         "horrible": "越野:高负重越野车辆",
1615                         "impassable": "禁止通行/禁止轮类交通工具",
1616                         "intermediate": "轮胎:通勤脚踏车,轮椅,滑板车",
1617                         "very_bad": "轻量化:低负重越野车辆",
1618                         "very_horrible": "越野专用:拖拉机,全地形越野车"
1619                     },
1620                     "placeholder": "轴承,轮胎,越野"
1621                 },
1622                 "social_facility": {
1623                     "label": "类型"
1624                 },
1625                 "social_facility_for": {
1626                     "label": "服务对象"
1627                 },
1628                 "source": {
1629                     "label": "来源"
1630                 },
1631                 "sport": {
1632                     "label": "运动"
1633                 },
1634                 "sport_ice": {
1635                     "label": "体育"
1636                 },
1637                 "sport_racing": {
1638                     "label": "运动"
1639                 },
1640                 "stars": {
1641                     "label": "星级"
1642                 },
1643                 "step_count": {
1644                     "label": "台阶数"
1645                 },
1646                 "stop": {
1647                     "label": "停车指示类型",
1648                     "options": {
1649                         "all": "全部方向",
1650                         "minor": "次要道路"
1651                     }
1652                 },
1653                 "structure": {
1654                     "label": "结构",
1655                     "options": {
1656                         "bridge": "桥",
1657                         "cutting": "开凿",
1658                         "embankment": "堤岸",
1659                         "ford": "浅滩",
1660                         "tunnel": "隧道"
1661                     },
1662                     "placeholder": "未知种类"
1663                 },
1664                 "studio": {
1665                     "label": "类型"
1666                 },
1667                 "substation": {
1668                     "label": "类型"
1669                 },
1670                 "supervised": {
1671                     "label": "监督"
1672                 },
1673                 "support": {
1674                     "label": "支持物"
1675                 },
1676                 "surface": {
1677                     "label": "路面铺设"
1678                 },
1679                 "surveillance": {
1680                     "label": "监视"
1681                 },
1682                 "surveillance/type": {
1683                     "label": "监视类型",
1684                     "options": {
1685                         "ALPR": "车牌自动识别系统",
1686                         "camera": "摄像机",
1687                         "guard": "警卫"
1688                     }
1689                 },
1690                 "surveillance/zone": {
1691                     "label": "监控区"
1692                 },
1693                 "tactile_paving": {
1694                     "label": "人行道视障引导设施"
1695                 },
1696                 "takeaway": {
1697                     "label": "打包外带",
1698                     "options": {
1699                         "no": "否",
1700                         "only": "仅限外卖",
1701                         "yes": "是"
1702                     },
1703                     "placeholder": "是,否,仅限外卖"
1704                 },
1705                 "toilets/disposal": {
1706                     "label": "排污方式",
1707                     "options": {
1708                         "bucket": "粪桶",
1709                         "chemical": "化学厕所",
1710                         "flush": "冲水式",
1711                         "pitlatrine": "旱厕/茅厕"
1712                     }
1713                 },
1714                 "toll": {
1715                     "label": "收费"
1716                 },
1717                 "tourism": {
1718                     "label": "类型"
1719                 },
1720                 "tower/construction": {
1721                     "label": "结构",
1722                     "placeholder": "拉线式, 镂空钢架, 隐藏式 ..."
1723                 },
1724                 "tower/type": {
1725                     "label": "类型"
1726                 },
1727                 "tracktype": {
1728                     "label": "道路铺设种类",
1729                     "options": {
1730                         "grade1": "刚性铺面:铺面为柏油,水泥或由刚性材质密实组成",
1731                         "grade2": "近刚性铺面:砾石与石块混合柔性材质",
1732                         "grade3": "混合刚性与柔性材质",
1733                         "grade4": "近柔性铺面:土壤,砂土与草地混合其他刚性材质",
1734                         "grade5": "柔性铺面:只有土壤,砂土与草地"
1735                     },
1736                     "placeholder": "坚硬地面,硬物铺面,软铺面"
1737                 },
1738                 "traffic_calming": {
1739                     "label": "类型"
1740                 },
1741                 "traffic_signals": {
1742                     "label": "类型"
1743                 },
1744                 "trail_visibility": {
1745                     "label": "路径可见度",
1746                     "options": {
1747                         "bad": "差劲:没有标示,路径有时候消失",
1748                         "excellent": "良好:路径明显或标示充分",
1749                         "good": "尚可:有标示但可能不明显",
1750                         "horrible": "可怕:路径常消失,需要部分定向能力",
1751                         "intermediate": "略差:标示稀少,路径大致可见",
1752                         "no": "无:没有路径,需具备完整的定向能力"
1753                     },
1754                     "placeholder": "良好,尚可,稍差..."
1755                 },
1756                 "trees": {
1757                     "label": "树林"
1758                 },
1759                 "tunnel": {
1760                     "label": "隧道"
1761                 },
1762                 "vending": {
1763                     "label": "商品类型"
1764                 },
1765                 "visibility": {
1766                     "label": "能见度",
1767                     "options": {
1768                         "area": "大于 20米 (65英尺)",
1769                         "house": "小于 5米 (16英尺)",
1770                         "street": "5 至 20米 (16 至 65英尺)"
1771                     }
1772                 },
1773                 "wall": {
1774                     "label": "类型"
1775                 },
1776                 "water": {
1777                     "label": "类型"
1778                 },
1779                 "water_point": {
1780                     "label": "饮水点"
1781                 },
1782                 "waterway": {
1783                     "label": "类型"
1784                 },
1785                 "website": {
1786                     "label": "网站",
1787                     "placeholder": "http://example.com/"
1788                 },
1789                 "wetland": {
1790                     "label": "类型"
1791                 },
1792                 "wheelchair": {
1793                     "label": "轮椅通道"
1794                 },
1795                 "width": {
1796                     "label": "宽度(米)"
1797                 },
1798                 "wikipedia": {
1799                     "label": "维基百科"
1800                 }
1801             },
1802             "presets": {
1803                 "address": {
1804                     "name": "地址",
1805                     "terms": "地址,址"
1806                 },
1807                 "advertising/billboard": {
1808                     "name": "广告牌",
1809                     "terms": "广告牌,广告,牌"
1810                 },
1811                 "aerialway": {
1812                     "name": "缆车线路"
1813                 },
1814                 "aerialway/cable_car": {
1815                     "name": "缆车",
1816                     "terms": "缆车, 索道车"
1817                 },
1818                 "aerialway/chair_lift": {
1819                     "name": "登山吊椅",
1820                     "terms": "座椅式索道,观光索道,升降椅"
1821                 },
1822                 "aerialway/gondola": {
1823                     "name": "贡多拉",
1824                     "terms": "长平底船,两头尖的平底船,狭长小船"
1825                 },
1826                 "aerialway/magic_carpet": {
1827                     "name": "魔毯电梯",
1828                     "terms": "魔毯,传送带式电梯"
1829                 },
1830                 "aerialway/platter": {
1831                     "name": "吊盘",
1832                     "terms": "吊盘"
1833                 },
1834                 "aerialway/pylon": {
1835                     "name": "缆车塔",
1836                     "terms": "缆车塔"
1837                 },
1838                 "aerialway/rope_tow": {
1839                     "name": "牵绳",
1840                     "terms": "牵绳"
1841                 },
1842                 "aerialway/station": {
1843                     "name": "缆车站",
1844                     "terms": "缆车站"
1845                 },
1846                 "aerialway/t-bar": {
1847                     "name": "滑雪缆车",
1848                     "terms": "滑雪缆车,滑雪吊车"
1849                 },
1850                 "aeroway": {
1851                     "name": "机场路径"
1852                 },
1853                 "aeroway/aerodrome": {
1854                     "name": "机场",
1855                     "terms": "机场,飞机场,飞机"
1856                 },
1857                 "aeroway/apron": {
1858                     "name": "停机坪",
1859                     "terms": "停机坪"
1860                 },
1861                 "aeroway/hangar": {
1862                     "name": "飞机库",
1863                     "terms": "机库"
1864                 },
1865                 "aeroway/helipad": {
1866                     "name": "直升机场",
1867                     "terms": "直升机场,直升机坪"
1868                 },
1869                 "aeroway/runway": {
1870                     "name": "机场跑道",
1871                     "terms": "机场跑道"
1872                 },
1873                 "aeroway/taxiway": {
1874                     "name": "滑行道",
1875                     "terms": "滑行道"
1876                 },
1877                 "amenity": {
1878                     "name": "便利设施"
1879                 },
1880                 "amenity/arts_centre": {
1881                     "name": "美术馆",
1882                     "terms": "美术馆,艺术馆,美术中心,艺术中心"
1883                 },
1884                 "amenity/atm": {
1885                     "name": "ATM机",
1886                     "terms": "ATM,提款机,自动提款机,自动取款机"
1887                 },
1888                 "amenity/bank": {
1889                     "name": "银行",
1890                     "terms": "银行,储蓄银行"
1891                 },
1892                 "amenity/bar": {
1893                     "name": "酒吧",
1894                     "terms": "酒吧"
1895                 },
1896                 "amenity/bbq": {
1897                     "name": "烧烤设施",
1898                     "terms": "烧烤设施"
1899                 },
1900                 "amenity/bench": {
1901                     "name": "长椅",
1902                     "terms": "长椅,长凳"
1903                 },
1904                 "amenity/bicycle_parking": {
1905                     "name": "自行车停车处",
1906                     "terms": "自行车停放处,单车停放处,单车,单车停车处,停车,停放,自行车"
1907                 },
1908                 "amenity/bicycle_rental": {
1909                     "name": "自行车出租点",
1910                     "terms": "自行车租赁处,单车,出租,租赁,自行车"
1911                 },
1912                 "amenity/bicycle_repair_station": {
1913                     "name": "自行车维修工具站",
1914                     "terms": "自行车维修工具站"
1915                 },
1916                 "amenity/biergarten": {
1917                     "name": "啤酒花园",
1918                     "terms": "啤酒花园"
1919                 },
1920                 "amenity/boat_rental": {
1921                     "name": "船舶租赁处",
1922                     "terms": "船舶租赁处"
1923                 },
1924                 "amenity/bureau_de_change": {
1925                     "name": "货币兑换",
1926                     "terms": "货币兑换"
1927                 },
1928                 "amenity/bus_station": {
1929                     "name": "公交枢纽站",
1930                     "terms": "公交车起止站,公交枢纽,公交场站,公交车站"
1931                 },
1932                 "amenity/cafe": {
1933                     "name": "咖啡馆",
1934                     "terms": "咖啡厅,茶座,小餐馆,咖啡,小餐厅"
1935                 },
1936                 "amenity/car_rental": {
1937                     "name": "汽车租赁",
1938                     "terms": "汽车租赁处,租车店,汽车租赁,租赁,出租,租"
1939                 },
1940                 "amenity/car_sharing": {
1941                     "name": "汽车共享",
1942                     "terms": "汽车共享"
1943                 },
1944                 "amenity/car_wash": {
1945                     "name": "洗车",
1946                     "terms": "洗车店,洗车"
1947                 },
1948                 "amenity/casino": {
1949                     "name": "赌场",
1950                     "terms": "赌场"
1951                 },
1952                 "amenity/charging_station": {
1953                     "name": "充电站",
1954                     "terms": "充电站"
1955                 },
1956                 "amenity/childcare": {
1957                     "name": "托儿所/保育园",
1958                     "terms": "幼儿园,学前班,托儿所"
1959                 },
1960                 "amenity/cinema": {
1961                     "name": "电影院",
1962                     "terms": "电影院,电影,戏院"
1963                 },
1964                 "amenity/clinic": {
1965                     "name": "诊所",
1966                     "terms": "诊所,门诊,医务所,医务室"
1967                 },
1968                 "amenity/clock": {
1969                     "name": "时钟",
1970                     "terms": "时钟,钟表,钟"
1971                 },
1972                 "amenity/college": {
1973                     "name": "学院",
1974                     "terms": "学院,大专校园,大学,学校"
1975                 },
1976                 "amenity/community_centre": {
1977                     "name": "社区活动中心",
1978                     "terms": "活动室"
1979                 },
1980                 "amenity/compressed_air": {
1981                     "name": "压缩空气",
1982                     "terms": "压缩空气"
1983                 },
1984                 "amenity/courthouse": {
1985                     "name": "法院",
1986                     "terms": "法院,法庭"
1987                 },
1988                 "amenity/crematorium": {
1989                     "name": "火葬场",
1990                     "terms": "火葬场,火化,火化场,殡仪馆,墓地,死亡,停尸,吊唁,遗体,殡葬,骨灰,尸体"
1991                 },
1992                 "amenity/dentist": {
1993                     "name": "牙科",
1994                     "terms": "牙医,牙"
1995                 },
1996                 "amenity/doctors": {
1997                     "name": "医生",
1998                     "terms": "医生,医护人员"
1999                 },
2000                 "amenity/dojo": {
2001                     "name": "道场/武术学院",
2002                     "terms": "道场,武术学院"
2003                 },
2004                 "amenity/drinking_water": {
2005                     "name": "饮水处",
2006                     "terms": "饮水处,饮水处,饮水"
2007                 },
2008                 "amenity/embassy": {
2009                     "name": "使馆",
2010                     "terms": "使馆,大使馆,领事馆"
2011                 },
2012                 "amenity/fast_food": {
2013                     "name": "快餐店",
2014                     "terms": "快餐店"
2015                 },
2016                 "amenity/ferry_terminal": {
2017                     "name": "渡轮码头",
2018                     "terms": "渡轮码头,轮船码头,码头"
2019                 },
2020                 "amenity/fire_station": {
2021                     "name": "消防站",
2022                     "terms": "消防站,消费局"
2023                 },
2024                 "amenity/food_court": {
2025                     "name": "美食广场",
2026                     "terms": "美食广场,美食,食物,吃,餐厅,广场,熟食中心,美食街,食阁,食肆,小贩"
2027                 },
2028                 "amenity/fountain": {
2029                     "name": "喷泉",
2030                     "terms": "喷泉,喷水池,水景"
2031                 },
2032                 "amenity/fuel": {
2033                     "name": "加油站",
2034                     "terms": "加油站,加气站,油站"
2035                 },
2036                 "amenity/grave_yard": {
2037                     "name": "墓地",
2038                     "terms": "墓地,坟地"
2039                 },
2040                 "amenity/grit_bin": {
2041                     "name": "砂箱",
2042                     "terms": "砂箱"
2043                 },
2044                 "amenity/hospital": {
2045                     "name": "医院",
2046                     "terms": "医院场地"
2047                 },
2048                 "amenity/hunting_stand": {
2049                     "name": "狩猎站",
2050                     "terms": "狩猎站,狩猎场"
2051                 },
2052                 "amenity/ice_cream": {
2053                     "name": "冰淇淋店",
2054                     "terms": "冰淇淋店,冷饮店"
2055                 },
2056                 "amenity/internet_cafe": {
2057                     "name": "网吧",
2058                     "terms": "网吧,上网咖啡馆,上网咖啡厅"
2059                 },
2060                 "amenity/kindergarten": {
2061                     "name": "幼儿园",
2062                     "terms": "学前班,幼儿园,托儿所,学校"
2063                 },
2064                 "amenity/library": {
2065                     "name": "图书馆",
2066                     "terms": "图书馆"
2067                 },
2068                 "amenity/marketplace": {
2069                     "name": "市场",
2070                     "terms": "市场,菜市场"
2071                 },
2072                 "amenity/motorcycle_parking": {
2073                     "name": "摩托车停车场",
2074                     "terms": "摩托车场"
2075                 },
2076                 "amenity/nightclub": {
2077                     "name": "夜总会",
2078                     "terms": "夜店,夜总会"
2079                 },
2080                 "amenity/parking": {
2081                     "name": "停车场",
2082                     "terms": "停车"
2083                 },
2084                 "amenity/parking_entrance": {
2085                     "name": "停车场入口/出口",
2086                     "terms": "停车场出入口"
2087                 },
2088                 "amenity/parking_space": {
2089                     "name": "停车空间",
2090                     "terms": "停车空间,停车场地"
2091                 },
2092                 "amenity/pharmacy": {
2093                     "name": "药店",
2094                     "terms": "药房,药店"
2095                 },
2096                 "amenity/place_of_worship": {
2097                     "name": "礼拜场所",
2098                     "terms": "礼拜场所,宗教礼拜处"
2099                 },
2100                 "amenity/place_of_worship/buddhist": {
2101                     "name": "寺",
2102                     "terms": "寺庙,佛堂,和尚寺,尼姑庵"
2103                 },
2104                 "amenity/place_of_worship/christian": {
2105                     "name": "基督教堂",
2106                     "terms": "教堂"
2107                 },
2108                 "amenity/place_of_worship/jewish": {
2109                     "name": "犹太教堂",
2110                     "terms": "犹太教堂,犹太寺"
2111                 },
2112                 "amenity/place_of_worship/muslim": {
2113                     "name": "清真寺",
2114                     "terms": "清真寺,回教寺"
2115                 },
2116                 "amenity/planetarium": {
2117                     "name": "天文馆",
2118                     "terms": "天文馆"
2119                 },
2120                 "amenity/police": {
2121                     "name": "警察局",
2122                     "terms": "警察局,警局,警署,派出所"
2123                 },
2124                 "amenity/post_box": {
2125                     "name": "信箱",
2126                     "terms": "邮箱,邮筒"
2127                 },
2128                 "amenity/post_office": {
2129                     "name": "邮局",
2130                     "terms": "邮局,邮政局"
2131                 },
2132                 "amenity/prison": {
2133                     "name": "监狱/看守所",
2134                     "terms": "监狱,看守所"
2135                 },
2136                 "amenity/pub": {
2137                     "name": "酒馆",
2138                     "terms": "酒馆"
2139                 },
2140                 "amenity/public_bath": {
2141                     "name": "浴室",
2142                     "terms": "浴室,浴池,澡堂,温泉,足浴"
2143                 },
2144                 "amenity/public_bookcase": {
2145                     "name": "公共书架",
2146                     "terms": "公共书架,公共书籍"
2147                 },
2148                 "amenity/ranger_station": {
2149                     "name": "野郊访客处",
2150                     "terms": "野郊访客处"
2151                 },
2152                 "amenity/recycling": {
2153                     "name": "资源回收设施",
2154                     "terms": "回收,循环利用,再造"
2155                 },
2156                 "amenity/recycling_centre": {
2157                     "name": "回收站",
2158                     "terms": "回收站,回收中心,循环中心,资源回收中心"
2159                 },
2160                 "amenity/register_office": {
2161                     "name": "民政登记处"
2162                 },
2163                 "amenity/restaurant": {
2164                     "name": "餐馆",
2165                     "terms": "餐馆,餐厅,饭店,酒楼,酒家,茶楼,美食"
2166                 },
2167                 "amenity/sanitary_dump_station": {
2168                     "name": "厕所卸污处",
2169                     "terms": "厕所卸污处"
2170                 },
2171                 "amenity/school": {
2172                     "name": "学校",
2173                     "terms": "学校场地"
2174                 },
2175                 "amenity/shelter": {
2176                     "name": "亭",
2177                     "terms": "棚,棚屋"
2178                 },
2179                 "amenity/social_facility": {
2180                     "name": "社会服务设施",
2181                     "terms": "社会服务设施,社会保障设施"
2182                 },
2183                 "amenity/social_facility/food_bank": {
2184                     "name": "食物供应站",
2185                     "terms": "食物供应站,食物救济处"
2186                 },
2187                 "amenity/social_facility/group_home": {
2188                     "name": "敬老院",
2189                     "terms": "敬老院,养老院,老年之家"
2190                 },
2191                 "amenity/social_facility/homeless_shelter": {
2192                     "name": "流浪者庇护站",
2193                     "terms": "流浪者庇护站,流浪者救护所"
2194                 },
2195                 "amenity/studio": {
2196                     "name": "工作室",
2197                     "terms": "工作室"
2198                 },
2199                 "amenity/swimming_pool": {
2200                     "name": "游泳池"
2201                 },
2202                 "amenity/taxi": {
2203                     "name": "出租车站",
2204                     "terms": "出租车站,的士站,计程车站"
2205                 },
2206                 "amenity/telephone": {
2207                     "name": "电话",
2208                     "terms": "电话"
2209                 },
2210                 "amenity/theatre": {
2211                     "name": "剧院",
2212                     "terms": "剧院,剧场,戏院"
2213                 },
2214                 "amenity/toilets": {
2215                     "name": "厕所",
2216                     "terms": "厕所,公厕,洗手间"
2217                 },
2218                 "amenity/townhall": {
2219                     "name": "市政府",
2220                     "terms": "市政府,市政厅,大会堂"
2221                 },
2222                 "amenity/university": {
2223                     "name": "大学",
2224                     "terms": "大学,学院,学校"
2225                 },
2226                 "amenity/vending_machine/cigarettes": {
2227                     "name": "香烟售货机",
2228                     "terms": "香烟售货机,香烟贩卖机"
2229                 },
2230                 "amenity/vending_machine/condoms": {
2231                     "name": "避孕套售货机",
2232                     "terms": "避孕套售货机,避孕套贩卖机"
2233                 },
2234                 "amenity/vending_machine/drinks": {
2235                     "name": "饮料售货机",
2236                     "terms": "饮料售货机,饮品售货机,饮品贩卖机"
2237                 },
2238                 "amenity/vending_machine/excrement_bags": {
2239                     "name": "粪便袋售货机",
2240                     "terms": "粪便袋售货机"
2241                 },
2242                 "amenity/vending_machine/news_papers": {
2243                     "name": "报纸售货机",
2244                     "terms": "报纸售货机,报纸贩卖机"
2245                 },
2246                 "amenity/vending_machine/parcel_pickup_dropoff": {
2247                     "name": "行李提取/装卸机",
2248                     "terms": "行李提取机,行李装卸机"
2249                 },
2250                 "amenity/vending_machine/parking_tickets": {
2251                     "name": "停车缴费机",
2252                     "terms": "停车缴费机,停车售票机"
2253                 },
2254                 "amenity/vending_machine/public_transport_tickets": {
2255                     "name": "公共交通售票机",
2256                     "terms": "公共交通售票机"
2257                 },
2258                 "amenity/vending_machine/sweets": {
2259                     "name": "零食售货机",
2260                     "terms": "零食贩卖机"
2261                 },
2262                 "amenity/vending_machine/vending_machine": {
2263                     "name": "售货机",
2264                     "terms": "贩卖机"
2265                 },
2266                 "amenity/veterinary": {
2267                     "name": "兽医",
2268                     "terms": "兽医"
2269                 },
2270                 "amenity/waste_basket": {
2271                     "name": "垃圾桶",
2272                     "terms": "垃圾箱,垃圾桶"
2273                 },
2274                 "amenity/waste_disposal": {
2275                     "name": "大型垃圾箱",
2276                     "terms": "大型垃圾箱,垃圾箱"
2277                 },
2278                 "amenity/waste_transfer_station": {
2279                     "name": "垃圾中转站",
2280                     "terms": "垃圾中转站,垃圾,中转站"
2281                 },
2282                 "amenity/water_point": {
2283                     "name": "直饮水",
2284                     "terms": "直饮水"
2285                 },
2286                 "area": {
2287                     "name": "区域",
2288                     "terms": "区域"
2289                 },
2290                 "area/highway": {
2291                     "name": "道路表面",
2292                     "terms": "道路表面"
2293                 },
2294                 "barrier": {
2295                     "name": "屏障",
2296                     "terms": "屏障,阻挡"
2297                 },
2298                 "barrier/block": {
2299                     "name": "路障",
2300                     "terms": "路障,障碍物"
2301                 },
2302                 "barrier/bollard": {
2303                     "name": "护柱",
2304                     "terms": "护柱"
2305                 },
2306                 "barrier/border_control": {
2307                     "name": "边境检查站",
2308                     "terms": "边境检查站,边境,边防,海关,检查"
2309                 },
2310                 "barrier/cattle_grid": {
2311                     "name": "家畜栅栏",
2312                     "terms": "家畜栅栏"
2313                 },
2314                 "barrier/city_wall": {
2315                     "name": "城墙",
2316                     "terms": "城墙"
2317                 },
2318                 "barrier/cycle_barrier": {
2319                     "name": "自行车路障",
2320                     "terms": "自行车,单车,路障"
2321                 },
2322                 "barrier/ditch": {
2323                     "name": "沟",
2324                     "terms": "沟"
2325                 },
2326                 "barrier/entrance": {
2327                     "name": "入口"
2328                 },
2329                 "barrier/fence": {
2330                     "name": "篱笆",
2331                     "terms": "篱笆"
2332                 },
2333                 "barrier/gate": {
2334                     "name": "门",
2335                     "terms": "门"
2336                 },
2337                 "barrier/hedge": {
2338                     "name": "树篱",
2339                     "terms": "树篱"
2340                 },
2341                 "barrier/kissing_gate": {
2342                     "name": "单人转门",
2343                     "terms": "单人转门"
2344                 },
2345                 "barrier/lift_gate": {
2346                     "name": "道闸",
2347                     "terms": "道闸,挡车器"
2348                 },
2349                 "barrier/retaining_wall": {
2350                     "name": "挡土墙",
2351                     "terms": "挡土墙"
2352                 },
2353                 "barrier/stile": {
2354                     "name": "跨越围栏的台阶",
2355                     "terms": "梯梃"
2356                 },
2357                 "barrier/toll_booth": {
2358                     "name": "收费站",
2359                     "terms": "收费站"
2360                 },
2361                 "barrier/wall": {
2362                     "name": "墙",
2363                     "terms": "墙,墙壁"
2364                 },
2365                 "boundary/administrative": {
2366                     "name": "行政区域界线",
2367                     "terms": "行政区域界线"
2368                 },
2369                 "building": {
2370                     "name": "建筑物",
2371                     "terms": "建筑物,屋宇"
2372                 },
2373                 "building/apartments": {
2374                     "name": "公寓",
2375                     "terms": "公寓"
2376                 },
2377                 "building/barn": {
2378                     "name": "谷仓",
2379                     "terms": "粮仓,畜棚,库房"
2380                 },
2381                 "building/bunker": {
2382                     "name": "煤仓"
2383                 },
2384                 "building/cabin": {
2385                     "name": "小木屋",
2386                     "terms": "小木屋,小屋"
2387                 },
2388                 "building/cathedral": {
2389                     "name": "大型教堂",
2390                     "terms": "大型建筑"
2391                 },
2392                 "building/chapel": {
2393                     "name": "小型教堂",
2394                     "terms": "小型教堂"
2395                 },
2396                 "building/church": {
2397                     "name": "教堂建筑",
2398                     "terms": "教堂建筑"
2399                 },
2400                 "building/college": {
2401                     "name": "学院建筑",
2402                     "terms": "学院建筑,大专院校建筑,大学建筑,学校建筑"
2403                 },
2404                 "building/commercial": {
2405                     "name": "商业建筑物",
2406                     "terms": "商业建筑物"
2407                 },
2408                 "building/construction": {
2409                     "name": "在建建筑",
2410                     "terms": "在建建筑"
2411                 },
2412                 "building/detached": {
2413                     "name": "独立式房屋",
2414                     "terms": "独立式房屋"
2415                 },
2416                 "building/dormitory": {
2417                     "name": "宿舍",
2418                     "terms": "宿舍,寝室"
2419                 },
2420                 "building/entrance": {
2421                     "name": "入口/出口"
2422                 },
2423                 "building/garage": {
2424                     "name": "车库(单个)",
2425                     "terms": "车库"
2426                 },
2427                 "building/garages": {
2428                     "name": "车库(连排)",
2429                     "terms": "连排车库"
2430                 },
2431                 "building/greenhouse": {
2432                     "name": "温室",
2433                     "terms": "大棚"
2434                 },
2435                 "building/hospital": {
2436                     "name": "医院建筑",
2437                     "terms": "医院建筑"
2438                 },
2439                 "building/hotel": {
2440                     "name": "宾馆楼",
2441                     "terms": "宾馆建筑"
2442                 },
2443                 "building/house": {
2444                     "name": "房屋",
2445                     "terms": "房屋"
2446                 },
2447                 "building/hut": {
2448                     "name": "棚屋",
2449                     "terms": "棚屋"
2450                 },
2451                 "building/industrial": {
2452                     "name": "工业建筑物",
2453                     "terms": "工业建筑物"
2454                 },
2455                 "building/kindergarten": {
2456                     "name": "学前班/幼儿园建筑",
2457                     "terms": "学前班建筑,幼儿园建筑"
2458                 },
2459                 "building/public": {
2460                     "name": "公共建筑",
2461                     "terms": "公共建筑"
2462                 },
2463                 "building/residential": {
2464                     "name": "住宅建筑物",
2465                     "terms": "住宅建筑物,住宅建筑"
2466                 },
2467                 "building/retail": {
2468                     "name": "商业建筑",
2469                     "terms": "商业建筑"
2470                 },
2471                 "building/roof": {
2472                     "name": "楼顶",
2473                     "terms": "楼顶,房顶,屋顶"
2474                 },
2475                 "building/school": {
2476                     "name": "学校建筑",
2477                     "terms": "校舍,学校建筑"
2478                 },
2479                 "building/semidetached_house": {
2480                     "name": "半独立式房屋",
2481                     "terms": "半独立式房屋"
2482                 },
2483                 "building/shed": {
2484                     "name": "储物木屋",
2485                     "terms": "储物间, 小木屋"
2486                 },
2487                 "building/stable": {
2488                     "name": "马厩",
2489                     "terms": "马厩,马屋,马房"
2490                 },
2491                 "building/static_caravan": {
2492                     "name": "固定房车",
2493                     "terms": "固定房车,房车"
2494                 },
2495                 "building/terrace": {
2496                     "name": "屋列",
2497                     "terms": "屋列,房列,一列房,一列屋"
2498                 },
2499                 "building/train_station": {
2500                     "name": "火车站"
2501                 },
2502                 "building/university": {
2503                     "name": "大学建筑",
2504                     "terms": "大学建筑,学院建筑,学校建筑"
2505                 },
2506                 "building/warehouse": {
2507                     "name": "仓库",
2508                     "terms": "仓库,货栈"
2509                 },
2510                 "camp_site/camp_pitch": {
2511                     "name": "宿营位",
2512                     "terms": "宿营位,露营位,野营位,露营地,野营地,露营场,野营场,露营,野营,野营场地,露营场地,宿营地,宿营,扎营,帐篷,野外,荒野,郊野,郊外,度假"
2513                 },
2514                 "craft": {
2515                     "name": "工艺",
2516                     "terms": "工艺"
2517                 },
2518                 "craft/basket_maker": {
2519                     "name": "织篮人",
2520                     "terms": "织篮人,编织篮子的人"
2521                 },
2522                 "craft/beekeeper": {
2523                     "name": "养蜂人",
2524                     "terms": "养蜂人,放蜂人"
2525                 },
2526                 "craft/blacksmith": {
2527                     "name": "铁匠",
2528                     "terms": "铁匠"
2529                 },
2530                 "craft/boatbuilder": {
2531                     "name": "制船工人",
2532                     "terms": "制船工人"
2533                 },
2534                 "craft/bookbinder": {
2535                     "name": "装订工人",
2536                     "terms": "书籍钉装员,装订商,装订工,钉书匠"
2537                 },
2538                 "craft/brewery": {
2539                     "name": "酿酒厂",
2540                     "terms": "酒厂,酿酒厂,酒坊"
2541                 },
2542                 "craft/carpenter": {
2543                     "name": "木匠",
2544                     "terms": "木匠"
2545                 },
2546                 "craft/carpet_layer": {
2547                     "name": "铺地毯工人",
2548                     "terms": "铺地毯工人"
2549                 },
2550                 "craft/caterer": {
2551                     "name": "酒席承办人",
2552                     "terms": "酒席承办人"
2553                 },
2554                 "craft/clockmaker": {
2555                     "name": "钟表匠",
2556                     "terms": "钟表匠"
2557                 },
2558                 "craft/confectionery": {
2559                     "name": "甜食",
2560                     "terms": "甜食"
2561                 },
2562                 "craft/dressmaker": {
2563                     "name": "女装裁缝",
2564                     "terms": "女装裁缝"
2565                 },
2566                 "craft/electrician": {
2567                     "name": "电工",
2568                     "terms": "电工"
2569                 },
2570                 "craft/gardener": {
2571                     "name": "园艺工",
2572                     "terms": "园艺工"
2573                 },
2574                 "craft/glaziery": {
2575                     "name": "玻璃工人",
2576                     "terms": "玻璃工人,装玻璃的人"
2577                 },
2578                 "craft/handicraft": {
2579                     "name": "手工匠",
2580                     "terms": "手工匠"
2581                 },
2582                 "craft/hvac": {
2583                     "name": "高压交流电",
2584                     "terms": "高压交流电"
2585                 },
2586                 "craft/insulator": {
2587                     "name": "楼层隔热间",
2588                     "terms": "楼层隔热间,绝缘,隔热"
2589                 },
2590                 "craft/jeweler": {
2591                     "name": "珠宝店"
2592                 },
2593                 "craft/key_cutter": {
2594                     "name": "配匙工",
2595                     "terms": "配匙工,切割钥匙,配匙"
2596                 },
2597                 "craft/locksmith": {
2598                     "name": "锁匠"
2599                 },
2600                 "craft/metal_construction": {
2601                     "name": "金属结构建筑",
2602                     "terms": "金属建筑,金属建筑物"
2603                 },
2604                 "craft/optician": {
2605                     "name": "眼镜店"
2606                 },
2607                 "craft/painter": {
2608                     "name": "油漆匠",
2609                     "terms": "粉刷匠"
2610                 },
2611                 "craft/photographer": {
2612                     "name": "照相店",
2613                     "terms": "摄影师"
2614                 },
2615                 "craft/photographic_laboratory": {
2616                     "name": "照片冲洗店",
2617                     "terms": "照片冲洗店"
2618                 },
2619                 "craft/plasterer": {
2620                     "name": "泥水匠",
2621                     "terms": "泥水匠,抹灰工"
2622                 },
2623                 "craft/plumber": {
2624                     "name": "管道工",
2625                     "terms": "管道工"
2626                 },
2627                 "craft/pottery": {
2628                     "name": "陶器场",
2629                     "terms": "陶器场"
2630                 },
2631                 "craft/rigger": {
2632                     "name": "装配工",
2633                     "terms": "装配工"
2634                 },
2635                 "craft/roofer": {
2636                     "name": "屋顶工",
2637                     "terms": "屋顶工,盖屋顶的人"
2638                 },
2639                 "craft/saddler": {
2640                     "name": "马具匠",
2641                     "terms": "马具匠,造马鞍的人"
2642                 },
2643                 "craft/sailmaker": {
2644                     "name": "制帆工",
2645                     "terms": "制帆工,修帆的人"
2646                 },
2647                 "craft/sawmill": {
2648                     "name": "锯木厂",
2649                     "terms": "锯木厂"
2650                 },
2651                 "craft/scaffolder": {
2652                     "name": "脚手架搭建工",
2653                     "terms": "脚手架搭建工,搭脚手架的人"
2654                 },
2655                 "craft/sculpter": {
2656                     "name": "雕刻师",
2657                     "terms": "雕刻师"
2658                 },
2659                 "craft/shoemaker": {
2660                     "name": "鞋匠",
2661                     "terms": "鞋匠,制鞋店"
2662                 },
2663                 "craft/stonemason": {
2664                     "name": "石匠",
2665                     "terms": "石匠"
2666                 },
2667                 "craft/sweep": {
2668                     "name": "烟囱清理工",
2669                     "terms": "烟囱清理工,扫烟囱的人"
2670                 },
2671                 "craft/tailor": {
2672                     "name": "裁缝"
2673                 },
2674                 "craft/tiler": {
2675                     "name": "砖瓦匠",
2676                     "terms": "砖瓦匠"
2677                 },
2678                 "craft/tinsmith": {
2679                     "name": "锡匠",
2680                     "terms": "锡匠,锡制品手工店"
2681                 },
2682                 "craft/upholsterer": {
2683                     "name": "室内装潢",
2684                     "terms": "室内装潢,室内设计,室内装饰"
2685                 },
2686                 "craft/watchmaker": {
2687                     "name": "制表商",
2688                     "terms": "钟表制作,制表商,钟表匠"
2689                 },
2690                 "craft/window_construction": {
2691                     "name": "窗户修理店",
2692                     "terms": "窗户修理店"
2693                 },
2694                 "craft/winery": {
2695                     "name": "酿酒厂",
2696                     "terms": "酒庄,酒厂"
2697                 },
2698                 "embankment": {
2699                     "name": "堤坝",
2700                     "terms": "堤,堤坝,堤岸"
2701                 },
2702                 "emergency/ambulance_station": {
2703                     "name": "救护站",
2704                     "terms": "救护站"
2705                 },
2706                 "emergency/defibrillator": {
2707                     "name": "除颤器",
2708                     "terms": "除颤器,体外除颤器,自动体外除颤仪,AED"
2709                 },
2710                 "emergency/designated": {
2711                     "name": "紧急设施:指定"
2712                 },
2713                 "emergency/destination": {
2714                     "name": "紧急集合处"
2715                 },
2716                 "emergency/fire_hydrant": {
2717                     "name": "消防栓",
2718                     "terms": "消防栓"
2719                 },
2720                 "emergency/no": {
2721                     "name": "紧急设施:关闭"
2722                 },
2723                 "emergency/official": {
2724                     "name": "紧急设施:官方"
2725                 },
2726                 "emergency/phone": {
2727                     "name": "紧急电话",
2728                     "terms": "紧急电话"
2729                 },
2730                 "emergency/private": {
2731                     "name": "紧急设施:仅私人"
2732                 },
2733                 "emergency/yes": {
2734                     "name": "紧急设施:开放"
2735                 },
2736                 "entrance": {
2737                     "name": "入口/出口",
2738                     "terms": "入口/出口,出入口"
2739                 },
2740                 "footway/crossing": {
2741                     "name": "路口",
2742                     "terms": "路口"
2743                 },
2744                 "footway/crosswalk": {
2745                     "name": "人行横道",
2746                     "terms": "人行横道,斑马线"
2747                 },
2748                 "footway/sidewalk": {
2749                     "name": "路边人行道",
2750                     "terms": "路边人行道,人行道,便道,走道"
2751                 },
2752                 "ford": {
2753                     "name": "浅滩",
2754                     "terms": "浅滩"
2755                 },
2756                 "golf/bunker": {
2757                     "name": "高尔夫沙坑",
2758                     "terms": "高尔夫沙坑"
2759                 },
2760                 "golf/fairway": {
2761                     "name": "高尔夫球道",
2762                     "terms": "球道,高尔夫球道"
2763                 },
2764                 "golf/green": {
2765                     "name": "高尔夫球洞草坪区",
2766                     "terms": "球洞草坪区,高尔夫球洞草坪区"
2767                 },
2768                 "golf/hole": {
2769                     "name": "高尔夫球洞",
2770                     "terms": "高尔夫球洞"
2771                 },
2772                 "golf/lateral_water_hazard_area": {
2773                     "name": "高尔夫侧面水障碍水体",
2774                     "terms": "高尔夫侧面水障碍水体,水障碍,侧面水障碍,水障碍区"
2775                 },
2776                 "golf/lateral_water_hazard_line": {
2777                     "name": "高尔夫侧面水障碍",
2778                     "terms": "高尔夫侧面水障碍,水障碍,侧面水障碍,水障碍区"
2779                 },
2780                 "golf/rough": {
2781                     "name": "高尔夫深草区",
2782                     "terms": "高尔夫深草区"
2783                 },
2784                 "golf/tee": {
2785                     "name": "高尔夫开球区",
2786                     "terms": "高尔夫开球区,开球区,发球台"
2787                 },
2788                 "golf/water_hazard_area": {
2789                     "name": "高尔夫水障碍水体",
2790                     "terms": "高尔夫水障碍水体,水障碍,正面水障碍,水障碍区"
2791                 },
2792                 "golf/water_hazard_line": {
2793                     "name": "高尔夫水障碍",
2794                     "terms": "高尔夫水障碍,水障碍,正面水障碍,水障碍区"
2795                 },
2796                 "healthcare/blood_donation": {
2797                     "name": "献血中心",
2798                     "terms": "献血中心,献血室"
2799                 },
2800                 "highway": {
2801                     "name": "道路"
2802                 },
2803                 "highway/bridleway": {
2804                     "name": "马道",
2805                     "terms": "马道"
2806                 },
2807                 "highway/bus_stop": {
2808                     "name": "公交站",
2809                     "terms": "公交车站,巴士站,公交停靠站"
2810                 },
2811                 "highway/corridor": {
2812                     "name": "室内走廊",
2813                     "terms": "室内走廊,室内步行街"
2814                 },
2815                 "highway/crossing": {
2816                     "name": "路口",
2817                     "terms": "路口"
2818                 },
2819                 "highway/crosswalk": {
2820                     "name": "人行横道",
2821                     "terms": "人行横道"
2822                 },
2823                 "highway/cycleway": {
2824                     "name": "自行车道",
2825                     "terms": "自行车,单车"
2826                 },
2827                 "highway/footway": {
2828                     "name": "独立人行道",
2829                     "terms": "独立人行道,人行道,步行径"
2830                 },
2831                 "highway/give_way": {
2832                     "name": "让行标志",
2833                     "terms": "让行标志,减速让行标志"
2834                 },
2835                 "highway/living_street": {
2836                     "name": "生活街",
2837                     "terms": "居住街道"
2838                 },
2839                 "highway/mini_roundabout": {
2840                     "name": "小型环岛",
2841                     "terms": "小型环岛"
2842                 },
2843                 "highway/motorway": {
2844                     "name": "高速公路",
2845                     "terms": "高速公路"
2846                 },
2847                 "highway/motorway_junction": {
2848                     "name": "高速公路交界处/出口",
2849                     "terms": "高速公路交界处/出口,入口/出口,出入口"
2850                 },
2851                 "highway/motorway_link": {
2852                     "name": "高速公路匝道",
2853                     "terms": "高速公路匝道"
2854                 },
2855                 "highway/path": {
2856                     "name": "小道",
2857                     "terms": "路径"
2858                 },
2859                 "highway/pedestrian": {
2860                     "name": "步行街",
2861                     "terms": "步行街"
2862                 },
2863                 "highway/primary": {
2864                     "name": "主要道路",
2865                     "terms": "主要道路"
2866                 },
2867                 "highway/primary_link": {
2868                     "name": "主要道路匝道",
2869                     "terms": "主要道路匝道"
2870                 },
2871                 "highway/raceway": {
2872                     "name": "赛车赛道",
2873                     "terms": "赛车赛道"
2874                 },
2875                 "highway/residential": {
2876                     "name": "住宅区道路",
2877                     "terms": "住宅区道路"
2878                 },
2879                 "highway/rest_area": {
2880                     "name": "休息区",
2881                     "terms": "休息区"
2882                 },
2883                 "highway/road": {
2884                     "name": "未知种类道路",
2885                     "terms": "未知种类道路"
2886                 },
2887                 "highway/secondary": {
2888                     "name": "次要道路",
2889                     "terms": "次要道路"
2890                 },
2891                 "highway/secondary_link": {
2892                     "name": "次要道路匝道",
2893                     "terms": "次要道路匝道"
2894                 },
2895                 "highway/service": {
2896                     "name": "辅助道路",
2897                     "terms": "辅助道路"
2898                 },
2899                 "highway/service/alley": {
2900                     "name": "胡同/弄堂",
2901                     "terms": "胡同,巷,弄堂,里弄,小巷,巷,弄,巷弄"
2902                 },
2903                 "highway/service/drive-through": {
2904                     "name": "免下车",
2905                     "terms": "免下车,免下车餐馆,免下车银行"
2906                 },
2907                 "highway/service/driveway": {
2908                     "name": "车道",
2909                     "terms": "车道"
2910                 },
2911                 "highway/service/emergency_access": {
2912                     "name": "消防通道",
2913                     "terms": "消防通道,紧急通道,救援,救援通道,紧急求救,紧急,紧急电话"
2914                 },
2915                 "highway/service/parking_aisle": {
2916                     "name": "停车场通道",
2917                     "terms": "停车场通道"
2918                 },
2919                 "highway/services": {
2920                     "name": "服务区",
2921                     "terms": "服务区"
2922                 },
2923                 "highway/steps": {
2924                     "name": "楼梯",
2925                     "terms": "楼梯,台阶"
2926                 },
2927                 "highway/stop": {
2928                     "name": "停车标志",
2929                     "terms": "停车标志"
2930                 },
2931                 "highway/street_lamp": {
2932                     "name": "街灯",
2933                     "terms": "街灯"
2934                 },
2935                 "highway/tertiary": {
2936                     "name": "三级道路",
2937                     "terms": "三级道路"
2938                 },
2939                 "highway/tertiary_link": {
2940                     "name": "三级道路匝道",
2941                     "terms": "三级道路匝道"
2942                 },
2943                 "highway/track": {
2944                     "name": "未铺设路面的车径",
2945                     "terms": "未铺设路面的车径"
2946                 },
2947                 "highway/traffic_mirror": {
2948                     "name": "道路反光镜",
2949                     "terms": "道路反光镜,反光镜,道路镜,后视镜,广角镜,凸面镜,转弯镜,弯道镜,镜子,镜"
2950                 },
2951                 "highway/traffic_signals": {
2952                     "name": "交通信号灯",
2953                     "terms": "红绿灯"
2954                 },
2955                 "highway/trunk": {
2956                     "name": "干线道路",
2957                     "terms": "干线道路,干道"
2958                 },
2959                 "highway/trunk_link": {
2960                     "name": "干线道路匝道",
2961                     "terms": "干线道路匝道"
2962                 },
2963                 "highway/turning_circle": {
2964                     "name": "环岛",
2965                     "terms": "环岛"
2966                 },
2967                 "highway/turning_loop": {
2968                     "name": "回车场 (O形)",
2969                     "terms": "回车场 (O形),回车场,路末环岛"
2970                 },
2971                 "highway/unclassified": {
2972                     "name": "小型/未分级道路",
2973                     "terms": "小型/未分级道路"
2974                 },
2975                 "historic": {
2976                     "name": "历史遗迹",
2977                     "terms": "历史遗迹,史迹"
2978                 },
2979                 "historic/archaeological_site": {
2980                     "name": "遗址",
2981                     "terms": "考古遗址"
2982                 },
2983                 "historic/boundary_stone": {
2984                     "name": "界碑",
2985                     "terms": "界桩"
2986                 },
2987                 "historic/castle": {
2988                     "name": "城堡",
2989                     "terms": "城堡"
2990                 },
2991                 "historic/memorial": {
2992                     "name": "纪念碑",
2993                     "terms": "纪念"
2994                 },
2995                 "historic/monument": {
2996                     "name": "纪念堂",
2997                     "terms": "纪念堂,纪念塔,纪念碑,古迹"
2998                 },
2999                 "historic/ruins": {
3000                     "name": "遗迹",
3001                     "terms": "废墟"
3002                 },
3003                 "historic/wayside_cross": {
3004                     "name": "路旁十字架",
3005                     "terms": "路边十字架"
3006                 },
3007                 "historic/wayside_shrine": {
3008                     "name": "路旁神龛",
3009                     "terms": "路边神社"
3010                 },
3011                 "junction": {
3012                     "name": "交叉口",
3013                     "terms": "交通枢纽,路口"
3014                 },
3015                 "landuse": {
3016                     "name": "土地用途",
3017                     "terms": "土地用途,土地使用"
3018                 },
3019                 "landuse/allotments": {
3020                     "name": "公共花园",
3021                     "terms": "公共花园,公共菜园"
3022                 },
3023                 "landuse/basin": {
3024                     "name": "水池",
3025                     "terms": "水池"
3026                 },
3027                 "landuse/cemetery": {
3028                     "name": "墓地",
3029                     "terms": "墓地"
3030                 },
3031                 "landuse/churchyard": {
3032                     "name": "教堂庭院",
3033                     "terms": "教堂庭院"
3034                 },
3035                 "landuse/commercial": {
3036                     "name": "商业区",
3037                     "terms": "商业区,商业用地"
3038                 },
3039                 "landuse/construction": {
3040                     "name": "建设用地",
3041                     "terms": "建筑物"
3042                 },
3043                 "landuse/farm": {
3044                     "name": "农田"
3045                 },
3046                 "landuse/farmland": {
3047                     "name": "农田",
3048                     "terms": "农田,农场"
3049                 },
3050                 "landuse/farmyard": {
3051                     "name": "农庄",
3052                     "terms": "农庄"
3053                 },
3054                 "landuse/forest": {
3055                     "name": "森林",
3056                     "terms": "森林"
3057                 },
3058                 "landuse/garages": {
3059                     "name": "车库",
3060                     "terms": "车库, 停车间"
3061                 },
3062                 "landuse/grass": {
3063                     "name": "草坪",
3064                     "terms": "草地"
3065                 },
3066                 "landuse/industrial": {
3067                     "name": "工业区",
3068                     "terms": "工业区"
3069                 },
3070                 "landuse/landfill": {
3071                     "name": "垃圾填埋区",
3072                     "terms": "垃圾填埋区"
3073                 },
3074                 "landuse/meadow": {
3075                     "name": "草甸",
3076                     "terms": "牧场,草场"
3077                 },
3078                 "landuse/military": {
3079                     "name": "军事区",
3080                     "terms": "军事用地, 军事区域"
3081                 },
3082                 "landuse/military/airfield": {
3083                     "name": "军用机场",
3084                     "terms": "军用机场,军事机场,航空,军事,机场,空军,部队"
3085                 },
3086                 "landuse/military/barracks": {
3087                     "name": "军营",
3088                     "terms": "军营,虎帐,兵营,军队,部队,步兵,驻扎,营房"
3089                 },
3090                 "landuse/military/training_area": {
3091                     "name": "军事训练场",
3092                     "terms": "军事训练场,军事练习场,训练场,练习场,训练营,军训,基地"
3093                 },
3094                 "landuse/orchard": {
3095                     "name": "果园",
3096                     "terms": "果园"
3097                 },
3098                 "landuse/plant_nursery": {
3099                     "name": "苗圃",
3100                     "terms": "苗圃,育苗室,温室"
3101                 },
3102                 "landuse/quarry": {
3103                     "name": "矿场",
3104                     "terms": "矿场"
3105                 },
3106                 "landuse/recreation_ground": {
3107                     "name": "绿地",
3108                     "terms": "绿地"
3109                 },
3110                 "landuse/residential": {
3111                     "name": "居民区",
3112                     "terms": "住宅小区"
3113                 },
3114                 "landuse/retail": {
3115                     "name": "零售场所",
3116                     "terms": "零售场所"
3117                 },
3118                 "landuse/vineyard": {
3119                     "name": "葡萄园",
3120                     "terms": "葡萄园,酒庄"
3121                 },
3122                 "leisure": {
3123                     "name": "休闲场所",
3124                     "terms": "休闲场所"
3125                 },
3126                 "leisure/adult_gaming_centre": {
3127                     "name": "成人街机厅",
3128                     "terms": "成人街机厅,成人街机店"
3129                 },
3130                 "leisure/bird_hide": {
3131                     "name": "观鸟点",
3132                     "terms": "观鸟点,观鸟屋,鸟屋"
3133                 },
3134                 "leisure/bowling_alley": {
3135                     "name": "保龄球馆",
3136                     "terms": "保龄球馆,保龄球场"
3137                 },
3138                 "leisure/common": {
3139                     "name": "公共用地",
3140                     "terms": "公共用地"
3141                 },
3142                 "leisure/dance": {
3143                     "name": "舞厅",
3144                     "terms": "舞厅,舞蹈,舞蹈房,舞池,跳舞"
3145                 },
3146                 "leisure/dog_park": {
3147                     "name": "狗公园",
3148                     "terms": "狗公园,狗狗公园"
3149                 },
3150                 "leisure/firepit": {
3151                     "name": "火塘",
3152                     "terms": "火塘,火炉,火坑,火堆"
3153                 },
3154                 "leisure/fitness_centre": {
3155                     "name": "健身房/健身中心",
3156                     "terms": "健身房,健身中心,体操房,体育馆"
3157                 },
3158                 "leisure/fitness_centre/yoga": {
3159                     "name": "瑜伽馆",
3160                     "terms": "瑜伽,瑜伽课堂,瑜伽会所,瑜伽教室,瑜伽中心"
3161                 },
3162                 "leisure/fitness_station": {
3163                     "name": "户外健身站",
3164                     "terms": "户外健身站,户外健身房"
3165                 },
3166                 "leisure/garden": {
3167                     "name": "花园",
3168                     "terms": "花园"
3169                 },
3170                 "leisure/golf_course": {
3171                     "name": "高尔夫球场",
3172                     "terms": "高尔夫球场"
3173                 },
3174                 "leisure/ice_rink": {
3175                     "name": "滑冰场",
3176                     "terms": "滑冰,滑冰场"
3177                 },
3178                 "leisure/marina": {
3179                     "name": "船坞",
3180                     "terms": "船坞,码头"
3181                 },
3182                 "leisure/miniature_golf": {
3183                     "name": "迷你高尔夫",
3184                     "terms": "迷你高尔夫,小型高尔夫"
3185                 },
3186                 "leisure/nature_reserve": {
3187                     "name": "自然保护区",
3188                     "terms": "自然保护区"
3189                 },
3190                 "leisure/park": {
3191                     "name": "公园",
3192                     "terms": "公园"
3193                 },
3194                 "leisure/picnic_table": {
3195                     "name": "野餐桌",
3196                     "terms": "Picnic Table"
3197                 },
3198                 "leisure/pitch": {
3199                     "name": "运动场",
3200                     "terms": "体育场,运动场所,运动场地,操场"
3201                 },
3202                 "leisure/pitch/american_football": {
3203                     "name": "美式足球场",
3204                     "terms": "美式足球场"
3205                 },
3206                 "leisure/pitch/baseball": {
3207                     "name": "棒球场",
3208                     "terms": "棒球场"
3209                 },
3210                 "leisure/pitch/basketball": {
3211                     "name": "篮球场",
3212                     "terms": "篮球场"
3213                 },
3214                 "leisure/pitch/bowls": {
3215                     "name": "草地滚球场",
3216                     "terms": "草地滚球,滚球,滚球场"
3217                 },
3218                 "leisure/pitch/rugby_league": {
3219                     "name": "橄榄球联盟场地",
3220                     "terms": "橄榄球联盟场地"
3221                 },
3222                 "leisure/pitch/rugby_union": {
3223                     "name": "橄榄球联合场地",
3224                     "terms": "橄榄球联合场地"
3225                 },
3226                 "leisure/pitch/skateboard": {
3227                     "name": "滑板场",
3228                     "terms": "滑板场"
3229                 },
3230                 "leisure/pitch/soccer": {
3231                     "name": "足球场",
3232                     "terms": "足球场"
3233                 },
3234                 "leisure/pitch/tennis": {
3235                     "name": "网球场",
3236                     "terms": "网球场"
3237                 },
3238                 "leisure/pitch/volleyball": {
3239                     "name": "排球场",
3240                     "terms": "排球场"
3241                 },
3242                 "leisure/playground": {
3243                     "name": "儿童游乐场",
3244                     "terms": "游乐场"
3245                 },
3246                 "leisure/resort": {
3247                     "name": "度假区",
3248                     "terms": "度假,度假区,度假胜地,度假村,旅游,娱乐场,休闲"
3249                 },
3250                 "leisure/running_track": {
3251                     "name": "体育跑道",
3252                     "terms": "操场跑道"
3253                 },
3254                 "leisure/slipway": {
3255                     "name": "船台",
3256                     "terms": "船台"
3257                 },
3258                 "leisure/sports_centre": {
3259                     "name": "体育中心/综合体育场",
3260                     "terms": "体育中心,综合体育场,体育馆,体育场,体操馆,运动馆"
3261                 },
3262                 "leisure/sports_centre/swimming": {
3263                     "name": "游泳设施",
3264                     "terms": "游泳设施,游泳,潜水,水"
3265                 },
3266                 "leisure/stadium": {
3267                     "name": "体育场",
3268                     "terms": "体育,体育场"
3269                 },
3270                 "leisure/swimming_pool": {
3271                     "name": "游泳池",
3272                     "terms": "游泳池"
3273                 },
3274                 "leisure/track": {
3275                     "name": "跑道(非机动竞赛)",
3276                     "terms": "赛道(非机动竞赛),跑道"
3277                 },
3278                 "leisure/water_park": {
3279                     "name": "水上乐园",
3280                     "terms": "水上乐园,水上公园"
3281                 },
3282                 "line": {
3283                     "name": "线",
3284                     "terms": "线"
3285                 },
3286                 "man_made": {
3287                     "name": "人造物",
3288                     "terms": "人造物"
3289                 },
3290                 "man_made/adit": {
3291                     "name": "坑道入口",
3292                     "terms": "坑道入口,矿道入口"
3293                 },
3294                 "man_made/breakwater": {
3295                     "name": "避风塘",
3296                     "terms": "避风塘,避风港"
3297                 },
3298                 "man_made/bridge": {
3299                     "name": "桥面轮廓",
3300                     "terms": "桥面轮廓,桥体"
3301                 },
3302                 "man_made/chimney": {
3303                     "name": "烟囱",
3304                     "terms": "烟囱,烟囱塔"
3305                 },
3306                 "man_made/cutline": {
3307                     "name": "树林分界线",
3308                     "terms": "分界线,防火障"
3309                 },
3310                 "man_made/embankment": {
3311                     "name": "堤岸"
3312                 },
3313                 "man_made/flagpole": {
3314                     "name": "旗杆",
3315                     "terms": "旗竿"
3316                 },
3317                 "man_made/gasometer": {
3318                     "name": "大型燃气罐",
3319                     "terms": "大型燃气罐,大型储气罐,煤气包"
3320                 },
3321                 "man_made/groyne": {
3322                     "name": "防波堤",
3323                     "terms": "防波堤"
3324                 },
3325                 "man_made/lighthouse": {
3326                     "name": "灯塔",
3327                     "terms": "灯塔"
3328                 },
3329                 "man_made/mast": {
3330                     "name": "通讯天线杆",
3331                     "terms": "通讯天线杆,无线电杆,电线杆"
3332                 },
3333                 "man_made/observation": {
3334                     "name": "瞭望塔",
3335                     "terms": "瞭望塔"
3336                 },
3337                 "man_made/petroleum_well": {
3338                     "name": "油井",
3339                     "terms": "油井"
3340                 },
3341                 "man_made/pier": {
3342                     "name": "码头",
3343                     "terms": "码头"
3344                 },
3345                 "man_made/pipeline": {
3346                     "name": "管道",
3347                     "terms": "管道"
3348                 },
3349                 "man_made/pumping_station": {
3350                     "name": "泵站",
3351                     "terms": "泵站,泵房,水泵,抽水站,扬水站"
3352                 },
3353                 "man_made/silo": {
3354                     "name": "粮食库",
3355                     "terms": "粮食库,粮食仓"
3356                 },
3357                 "man_made/storage_tank": {
3358                     "name": "储罐",
3359                     "terms": "储罐,储油罐,储气罐"
3360                 },
3361                 "man_made/surveillance": {
3362                     "name": "监视器",
3363                     "terms": "监视器,监控,探头,监视探头"
3364                 },
3365                 "man_made/surveillance_camera": {
3366                     "name": "监视摄像机",
3367                     "terms": "监视摄像机,监控摄像机,监控,监视,摄像机,摄像头,探头,照相机,相机"
3368                 },
3369                 "man_made/survey_point": {
3370                     "name": "测量点",
3371                     "terms": "测量点"
3372                 },
3373                 "man_made/tower": {
3374                     "name": "塔",
3375                     "terms": "塔"
3376                 },
3377                 "man_made/wastewater_plant": {
3378                     "name": "污水处理厂",
3379                     "terms": "污水处理厂"
3380                 },
3381                 "man_made/water_tower": {
3382                     "name": "水塔",
3383                     "terms": "水塔"
3384                 },
3385                 "man_made/water_well": {
3386                     "name": "水井",
3387                     "terms": "水井, 取水点"
3388                 },
3389                 "man_made/water_works": {
3390                     "name": "供水厂",
3391                     "terms": "供水厂"
3392                 },
3393                 "man_made/works": {
3394                     "name": "工厂",
3395                     "terms": "工厂,加工,制造"
3396                 },
3397                 "natural": {
3398                     "name": "自然",
3399                     "terms": "自然"
3400                 },
3401                 "natural/bare_rock": {
3402                     "name": "岩石",
3403                     "terms": "岩石,裸露岩石,石头,礁石,沉积,石"
3404                 },
3405                 "natural/bay": {
3406                     "name": "海湾",
3407                     "terms": "海湾"
3408                 },
3409                 "natural/beach": {
3410                     "name": "海滩",
3411                     "terms": "海滩"
3412                 },
3413                 "natural/cave_entrance": {
3414                     "name": "洞口",
3415                     "terms": "洞口"
3416                 },
3417                 "natural/cliff": {
3418                     "name": "峭壁",
3419                     "terms": "悬崖"
3420                 },
3421                 "natural/coastline": {
3422                     "name": "海岸线",
3423                     "terms": "海岸线"
3424                 },
3425                 "natural/fell": {
3426                     "name": "高原荒原",
3427                     "terms": "高原荒原"
3428                 },
3429                 "natural/glacier": {
3430                     "name": "冰川",
3431                     "terms": "冰川"
3432                 },
3433                 "natural/grassland": {
3434                     "name": "草原",
3435                     "terms": "草原"
3436                 },
3437                 "natural/heath": {
3438                     "name": "荒野",
3439                     "terms": "荒野"
3440                 },
3441                 "natural/peak": {
3442                     "name": "山峰",
3443                     "terms": "山峰"
3444                 },
3445                 "natural/ridge": {
3446                     "name": "山脊",
3447                     "terms": "山脊,山高,凸,坡,斜坡,山峰,山冈,山"
3448                 },
3449                 "natural/saddle": {
3450                     "name": "山脊",
3451                     "terms": "山脊,山鞍,鞍部"
3452                 },
3453                 "natural/sand": {
3454                     "name": "沙漠",
3455                     "terms": "沙漠,沙子,沙,沙幕,干旱,沙滩,沙丘,岩滩,风成地貌,缺水,干枯"
3456                 },
3457                 "natural/scree": {
3458                     "name": "碎石坡",
3459                     "terms": "碎石坡"
3460                 },
3461                 "natural/scrub": {
3462                     "name": "灌木丛",
3463                     "terms": "灌木丛"
3464                 },
3465                 "natural/spring": {
3466                     "name": "泉水",
3467                     "terms": "泉水"
3468                 },
3469                 "natural/tree": {
3470                     "name": "树",
3471                     "terms": "树"
3472                 },
3473                 "natural/tree_row": {
3474                     "name": "树列",
3475                     "terms": "树列,树阵,一排树"
3476                 },
3477                 "natural/volcano": {
3478                     "name": "火山",
3479                     "terms": "火山"
3480                 },
3481                 "natural/water": {
3482                     "name": "水",
3483                     "terms": "水"
3484                 },
3485                 "natural/water/lake": {
3486                     "name": "湖泊",
3487                     "terms": "湖泊"
3488                 },
3489                 "natural/water/pond": {
3490                     "name": "池塘",
3491                     "terms": "池塘"
3492                 },
3493                 "natural/water/reservoir": {
3494                     "name": "水库",
3495                     "terms": "水库"
3496                 },
3497                 "natural/wetland": {
3498                     "name": "湿地",
3499                     "terms": "湿地"
3500                 },
3501                 "natural/wood": {
3502                     "name": "树林",
3503                     "terms": "树林"
3504                 },
3505                 "office": {
3506                     "name": "写字楼",
3507                     "terms": "办公室,写字楼"
3508                 },
3509                 "office/accountant": {
3510                     "name": "会计师楼",
3511                     "terms": "会计师楼"
3512                 },
3513                 "office/administrative": {
3514                     "name": "行政楼",
3515                     "terms": "行政楼"
3516                 },
3517                 "office/architect": {
3518                     "name": "建筑师楼",
3519                     "terms": "建筑师楼"
3520                 },
3521                 "office/company": {
3522                     "name": "公司",
3523                     "terms": "公司"
3524                 },
3525                 "office/educational_institution": {
3526                     "name": "教育机构",
3527                     "terms": "教育机构"
3528                 },
3529                 "office/employment_agency": {
3530                     "name": "就业机构",
3531                     "terms": "就业机构"
3532                 },
3533                 "office/estate_agent": {
3534                     "name": "地产代理",
3535                     "terms": "地产代理"
3536                 },
3537                 "office/financial": {
3538                     "name": "财务部写字楼",
3539                     "terms": "财务部写字楼"
3540                 },
3541                 "office/government": {
3542                     "name": "政府楼",
3543                     "terms": "政府楼"
3544                 },
3545                 "office/government/register_office": {
3546                     "name": "登记处",
3547                     "terms": "登记处,出生登记处,结婚登记处,死亡登记处"
3548                 },
3549                 "office/insurance": {
3550                     "name": "保险公司",
3551                     "terms": "保险公司"
3552                 },
3553                 "office/it": {
3554                     "name": "IT公司",
3555                     "terms": "IT公司"
3556                 },
3557                 "office/lawyer": {
3558                     "name": "律师事务所",
3559                     "terms": "律师事务所"
3560                 },
3561                 "office/newspaper": {
3562                     "name": "报社",
3563                     "terms": "报社,通讯社"
3564                 },
3565                 "office/ngo": {
3566                     "name": "非政府组织",
3567                     "terms": "非政府组织"
3568                 },
3569                 "office/physician": {
3570                     "name": "医生",
3571                     "terms": "医生"
3572                 },
3573                 "office/political_party": {
3574                     "name": "政党",
3575                     "terms": "政党"
3576                 },
3577                 "office/research": {
3578                     "name": "研究所",
3579                     "terms": "研究所"
3580                 },
3581                 "office/telecommunication": {
3582                     "name": "电信办公室",
3583                     "terms": "电信公司"
3584                 },
3585                 "office/therapist": {
3586                     "name": "医疗师",
3587                     "terms": "医疗师"
3588                 },
3589                 "office/travel_agent": {
3590                     "name": "旅行社"
3591                 },
3592                 "piste": {
3593                     "name": "滑雪道",
3594                     "terms": "滑雪道"
3595                 },
3596                 "place": {
3597                     "name": "地点"
3598                 },
3599                 "place/city": {
3600                     "name": "城市",
3601                     "terms": "城市"
3602                 },
3603                 "place/farm": {
3604                     "name": "农场",
3605                     "terms": "农场"
3606                 },
3607                 "place/hamlet": {
3608                     "name": "小村庄",
3609                     "terms": "村庄,村落"
3610                 },
3611                 "place/island": {
3612                     "name": "岛屿",
3613                     "terms": "岛屿"
3614                 },
3615                 "place/isolated_dwelling": {
3616                     "name": "孤立居所",
3617                     "terms": "孤立居所"
3618                 },
3619                 "place/locality": {
3620                     "name": "地方",
3621                     "terms": "地方,地点"
3622                 },
3623                 "place/neighbourhood": {
3624                     "name": "街坊",
3625                     "terms": "社区,街坊"
3626                 },
3627                 "place/square": {
3628                     "name": "广场",
3629                     "terms": "广场,公共,枢纽,中心,市场,集会,庆典,活动"
3630                 },
3631                 "place/suburb": {
3632                     "name": "区",
3633                     "terms": "区"
3634                 },
3635                 "place/town": {
3636                     "name": "城镇",
3637                     "terms": "城镇"
3638                 },
3639                 "place/village": {
3640                     "name": "村庄",
3641                     "terms": "村庄"
3642                 },
3643                 "point": {
3644                     "name": "点",
3645                     "terms": "点"
3646                 },
3647                 "power": {
3648                     "name": "电力"
3649                 },
3650                 "power/generator": {
3651                     "name": "发电机",
3652                     "terms": "发电机"
3653                 },
3654                 "power/line": {
3655                     "name": "供电线",
3656                     "terms": "供电线"
3657                 },
3658                 "power/minor_line": {
3659                     "name": "小供电线",
3660                     "terms": "小供电线"
3661                 },
3662                 "power/plant": {
3663                     "name": "发电厂",
3664                     "terms": "发电厂,发电站,发电,电力,电机,电,电能,水能,火能,核能,核燃料,太阳能,光伏,风能,潮汐能,磁能,能源,火力,水力,垃圾,地热,火电,水电,反应炉"
3665                 },
3666                 "power/pole": {
3667                     "name": "电线杆",
3668                     "terms": "电线杆"
3669                 },
3670                 "power/sub_station": {
3671                     "name": "变电站"
3672                 },
3673                 "power/substation": {
3674                     "name": "变电所",
3675                     "terms": "变电站,配电所"
3676                 },
3677                 "power/tower": {
3678                     "name": "高压电塔",
3679                     "terms": "高压电塔"
3680                 },
3681                 "power/transformer": {
3682                     "name": "变电站",
3683                     "terms": "变电所"
3684                 },
3685                 "public_transport/platform": {
3686                     "name": "公交站台",
3687                     "terms": "平台,月台"
3688                 },
3689                 "public_transport/stop_position": {
3690                     "name": "停车处",
3691                     "terms": "停止位置"
3692                 },
3693                 "railway": {
3694                     "name": "铁路"
3695                 },
3696                 "railway/abandoned": {
3697                     "name": "已拆除铁路",
3698                     "terms": "废弃的铁路"
3699                 },
3700                 "railway/crossing": {
3701                     "name": "铁路道口 (人行道)",
3702                     "terms": "铁路道口,平交道口,铁路道口(人行道)"
3703                 },
3704                 "railway/disused": {
3705                     "name": "废弃铁路",
3706                     "terms": "废弃的铁路"
3707                 },
3708                 "railway/funicular": {
3709                     "name": "缆索铁路",
3710                     "terms": "缆车"
3711                 },
3712                 "railway/halt": {
3713                     "name": "小火车站",
3714                     "terms": "小火车站"
3715                 },
3716                 "railway/level_crossing": {
3717                     "name": "铁路道口 (道路)",
3718                     "terms": "铁路道口,平交道口,铁路道口(道路)"
3719                 },
3720                 "railway/monorail": {
3721                     "name": "单轨铁路",
3722                     "terms": "单轨铁路"
3723                 },
3724                 "railway/narrow_gauge": {
3725                     "name": "窄轨铁路",
3726                     "terms": "窄轨铁路,铁路"
3727                 },
3728                 "railway/platform": {
3729                     "name": "铁路站台",
3730                     "terms": "站台"
3731                 },
3732                 "railway/rail": {
3733                     "name": "铁轨",
3734                     "terms": "铁轨"
3735                 },
3736                 "railway/station": {
3737                     "name": "火车站",
3738                     "terms": "火车站"
3739                 },
3740                 "railway/subway": {
3741                     "name": "地铁",
3742                     "terms": "地铁"
3743                 },
3744                 "railway/subway_entrance": {
3745                     "name": "地铁入口",
3746                     "terms": "地铁口"
3747                 },
3748                 "railway/tram": {
3749                     "name": "电车",
3750                     "terms": "电车"
3751                 },
3752                 "relation": {
3753                     "name": "关系",
3754                     "terms": "关系"
3755                 },
3756                 "roundabout": {
3757                     "name": "环岛"
3758                 },
3759                 "route/ferry": {
3760                     "name": "航线",
3761                     "terms": "航线"
3762                 },
3763                 "shop": {
3764                     "name": "商店",
3765                     "terms": "商店"
3766                 },
3767                 "shop/alcohol": {
3768                     "name": "酒水店",
3769                     "terms": "酒庄"
3770                 },
3771                 "shop/anime": {
3772                     "name": "动漫店",
3773                     "terms": "动漫店"
3774                 },
3775                 "shop/antiques": {
3776                     "name": "古董店",
3777                     "terms": "古董店"
3778                 },
3779                 "shop/art": {
3780                     "name": "艺术品店",
3781                     "terms": "艺术品店"
3782                 },
3783                 "shop/baby_goods": {
3784                     "name": "婴儿用品店",
3785                     "terms": "母婴用品店, 婴幼儿用品店"
3786                 },
3787                 "shop/bag": {
3788                     "name": "箱包店",
3789                     "terms": "箱包店,行李店"
3790                 },
3791                 "shop/bakery": {
3792                     "name": "面包店",
3793                     "terms": "面包店"
3794                 },
3795                 "shop/bathroom_furnishing": {
3796                     "name": "浴室家具店",
3797                     "terms": "水暖店"
3798                 },
3799                 "shop/beauty": {
3800                     "name": "美容店",
3801                     "terms": "美容院"
3802                 },
3803                 "shop/beauty/nails": {
3804                     "name": "美甲店",
3805                     "terms": "美甲店,美甲沙龙"
3806                 },
3807                 "shop/beauty/tanning": {
3808                     "name": "日光浴沙龙",
3809                     "terms": "日光浴沙龙,阳光浴房"
3810                 },
3811                 "shop/bed": {
3812                     "name": "床上用品店",
3813                     "terms": "床上用品店"
3814                 },
3815                 "shop/beverages": {
3816                     "name": "饮料店",
3817                     "terms": "饮品店"
3818                 },
3819                 "shop/bicycle": {
3820                     "name": "自行车店",
3821                     "terms": "自行车,单车"
3822                 },
3823                 "shop/bookmaker": {
3824                     "name": "书商",
3825                     "terms": "书商"
3826                 },
3827                 "shop/books": {
3828                     "name": "书店",
3829                     "terms": "书店,书城"
3830                 },
3831                 "shop/boutique": {
3832                     "name": "精品店",
3833                     "terms": "精品店"
3834                 },
3835                 "shop/butcher": {
3836                     "name": "肉店",
3837                     "terms": "肉铺"
3838                 },
3839                 "shop/candles": {
3840                     "name": "蜡烛店",
3841                     "terms": "蜡烛专卖店"
3842                 },
3843                 "shop/car": {
3844                     "name": "汽车店",
3845                     "terms": "车行"
3846                 },
3847                 "shop/car_parts": {
3848                     "name": "汽车零部件商店",
3849                     "terms": "汽车配件店"
3850                 },
3851                 "shop/car_repair": {
3852                     "name": "汽车修理店",
3853                     "terms": "汽车修理店"
3854                 },
3855                 "shop/carpet": {
3856                     "name": "地毯店",
3857                     "terms": "地毯店,毯店"
3858                 },
3859                 "shop/charity": {
3860                     "name": "慈善机构店",
3861                     "terms": "慈善机构店,慈善资助店"
3862                 },
3863                 "shop/cheese": {
3864                     "name": "奶酪店",
3865                     "terms": "奶酪店,奶酪专卖店"
3866                 },
3867                 "shop/chemist": {
3868                     "name": "药妆店",
3869                     "terms": "药妆店"
3870                 },
3871                 "shop/chocolate": {
3872                     "name": "巧克力店",
3873                     "terms": "巧克力店,巧克力专卖店"
3874                 },
3875                 "shop/clothes": {
3876                     "name": "服装店",
3877                     "terms": "服装店"
3878                 },
3879                 "shop/coffee": {
3880                     "name": "咖啡豆/粉店",
3881                     "terms": "咖啡豆店,咖啡粉店"
3882                 },
3883                 "shop/computer": {
3884                     "name": "电脑店",
3885                     "terms": "电脑店"
3886                 },
3887                 "shop/confectionery": {
3888                     "name": "糖果店",
3889                     "terms": "糖果店,糖果屋"
3890                 },
3891                 "shop/convenience": {
3892                     "name": "便利店",
3893                     "terms": "便利店"
3894                 },
3895                 "shop/copyshop": {
3896                     "name": "打印店",
3897                     "terms": "打印社,复印店"
3898                 },
3899                 "shop/cosmetics": {
3900                     "name": "化妆品店",
3901                     "terms": "日化店"
3902                 },
3903                 "shop/craft": {
3904                     "name": "艺术/手工艺品店",
3905                     "terms": "艺术/手工艺品店"
3906                 },
3907                 "shop/curtain": {
3908                     "name": "窗帘店",
3909                     "terms": "窗帘店"
3910                 },
3911                 "shop/dairy": {
3912                     "name": "牛奶店",
3913                     "terms": "牛奶店"
3914                 },
3915                 "shop/deli": {
3916                     "name": "熟食店",
3917                     "terms": "熟食店"
3918                 },
3919                 "shop/department_store": {
3920                     "name": "百货商场",
3921                     "terms": "百货店"
3922                 },
3923                 "shop/doityourself": {
3924                     "name": "DIY店",
3925                     "terms": "DIY商店,手工店"
3926                 },
3927                 "shop/dry_cleaning": {
3928                     "name": "干洗店",
3929                     "terms": "干洗店"
3930                 },
3931                 "shop/e-cigarette": {
3932                     "name": "电子烟店",
3933                     "terms": "电子烟店"
3934                 },
3935                 "shop/electronics": {
3936                     "name": "电器店",
3937                     "terms": "电器店"
3938                 },
3939                 "shop/erotic": {
3940                     "name": "情趣用品店",
3941                     "terms": "情趣用品店,性爱店"
3942                 },
3943                 "shop/fabric": {
3944                     "name": "布店",
3945                     "terms": "布店"
3946                 },
3947                 "shop/farm": {
3948                     "name": "农产直销店",
3949                     "terms": "农产直销店"
3950                 },
3951                 "shop/fashion": {
3952                     "name": "服装店",
3953                     "terms": "服装店,潮流服饰店"
3954                 },
3955                 "shop/fishmonger": {
3956                     "name": "海产店"
3957                 },
3958                 "shop/florist": {
3959                     "name": "花店",
3960                     "terms": "花店"
3961                 },
3962                 "shop/frame": {
3963                     "name": "相框店",
3964                     "terms": "相框店"
3965                 },
3966                 "shop/funeral_directors": {
3967                     "name": "殡仪馆",
3968                     "terms": "殡仪馆,墓园,墓地,坟墓,丧葬承办人,殡葬业者,殡葬,死亡,逝世,丧礼,葬"
3969                 },
3970                 "shop/furnace": {
3971                     "name": "熔炉店",
3972                     "terms": "熔炉店"
3973                 },
3974                 "shop/furniture": {
3975                     "name": "家具店",
3976                     "terms": "家具店"
3977                 },
3978                 "shop/garden_centre": {
3979                     "name": "园艺品店",
3980                     "terms": "花店"
3981                 },
3982                 "shop/gift": {
3983                     "name": "礼品店",
3984                     "terms": "礼品店"
3985                 },
3986                 "shop/greengrocer": {
3987                     "name": "果蔬店",
3988                     "terms": "果蔬店"
3989                 },
3990                 "shop/hairdresser": {
3991                     "name": "理发店",
3992                     "terms": "理发店"
3993                 },
3994                 "shop/hardware": {
3995                     "name": "五金店",
3996                     "terms": "五金店"
3997                 },
3998                 "shop/hearing_aids": {
3999                     "name": "听觉恢复用品店",
4000                     "terms": "听觉恢复用品店"
4001                 },
4002                 "shop/herbalist": {
4003                     "name": "草药店",
4004                     "terms": "草药店,中医"
4005                 },
4006                 "shop/hifi": {
4007                     "name": "音响店",
4008                     "terms": "音响店"
4009                 },
4010                 "shop/houseware": {
4011                     "name": "小型家饰店",
4012                     "terms": "小型家饰店"
4013                 },
4014                 "shop/interior_decoration": {
4015                     "name": "室内装饰店",
4016                     "terms": "室内装饰店"
4017                 },
4018                 "shop/jewelry": {
4019                     "name": "珠宝店",
4020                     "terms": "珠宝店"
4021                 },
4022                 "shop/kiosk": {
4023                     "name": "报刊亭",
4024                     "terms": "书报亭"
4025                 },
4026                 "shop/kitchen": {
4027                     "name": "厨房用品店",
4028                     "terms": "厨房用品店"
4029                 },
4030                 "shop/laundry": {
4031                     "name": "洗衣店",
4032                     "terms": "洗衣店"
4033                 },
4034                 "shop/leather": {
4035                     "name": "皮具店",
4036                     "terms": "皮具店"
4037                 },
4038                 "shop/locksmith": {
4039                     "name": "锁匠铺",
4040                     "terms": "锁匠铺,开锁匠"
4041                 },
4042                 "shop/lottery": {
4043                     "name": "彩票店",
4044                     "terms": "彩票店,彩票购买点"
4045                 },
4046                 "shop/mall": {
4047                     "name": "商场",
4048                     "terms": "商场"
4049                 },
4050                 "shop/massage": {
4051                     "name": "按摩店",
4052                     "terms": "按摩店"
4053                 },
4054                 "shop/medical_supply": {
4055                     "name": "医疗用品店",
4056                     "terms": "医疗用品店,医护用品店"
4057                 },
4058                 "shop/mobile_phone": {
4059                     "name": "手机店",
4060                     "terms": "手机店"
4061                 },
4062                 "shop/money_lender": {
4063                     "name": "放贷人",
4064                     "terms": "放贷人,放贷者"
4065                 },
4066                 "shop/motorcycle": {
4067                     "name": "摩托车店",
4068                     "terms": "摩托车行,摩托车"
4069                 },
4070                 "shop/music": {
4071                     "name": "音乐店",
4072                     "terms": "音乐店"
4073                 },
4074                 "shop/musical_instrument": {
4075                     "name": "乐器店",
4076                     "terms": "乐器店,音乐用品店"
4077                 },
4078                 "shop/newsagent": {
4079                     "name": "报摊",
4080                     "terms": "报摊"
4081                 },
4082                 "shop/nutrition_supplements": {
4083                     "name": "保健品店",
4084                     "terms": "保健品店"
4085                 },
4086                 "shop/optician": {
4087                     "name": "眼镜店",
4088                     "terms": "眼镜店"
4089                 },
4090                 "shop/organic": {
4091                     "name": "有机产品店",
4092                     "terms": "有机产品店"
4093                 },
4094                 "shop/outdoor": {
4095                     "name": "户外用品店",
4096                     "terms": "户外用品店,销售户外活动用品的商店"
4097                 },
4098                 "shop/paint": {
4099                     "name": "油漆店",
4100                     "terms": "油漆店,颜料店"
4101                 },
4102                 "shop/pastry": {
4103                     "name": "糕饼店",
4104                     "terms": "油酥点心店,糕点店,糕饼店,面包点心店"
4105                 },
4106                 "shop/pawnbroker": {
4107                     "name": "典当商铺",
4108                     "terms": "典当商铺,当铺"
4109                 },
4110                 "shop/pet": {
4111                     "name": "宠物店",
4112                     "terms": "宠物店"
4113                 },
4114                 "shop/photo": {
4115                     "name": "照相馆",
4116                     "terms": "照相馆"
4117                 },
4118                 "shop/pyrotechnics": {
4119                     "name": "烟花爆竹店",
4120                     "terms": "烟花爆竹店"
4121                 },
4122                 "shop/radiotechnics": {
4123                     "name": "音像制品店",
4124                     "terms": "音像制品店"
4125                 },
4126                 "shop/religion": {
4127                     "name": "宗教商店",
4128                     "terms": "宗教商店"
4129                 },
4130                 "shop/scuba_diving": {
4131                     "name": "潜水商店",
4132                     "terms": "潜水商店"
4133                 },
4134                 "shop/seafood": {
4135                     "name": "海鲜店",
4136                     "terms": "海鲜店,水产品店"
4137                 },
4138                 "shop/second_hand": {
4139                     "name": "二手市场",
4140                     "terms": "二手市场"
4141                 },
4142                 "shop/shoes": {
4143                     "name": "鞋店",
4144                     "terms": "鞋店"
4145                 },
4146                 "shop/sports": {
4147                     "name": "体育用品店",
4148                     "terms": "体育,体育用品店"
4149                 },
4150                 "shop/stationery": {
4151                     "name": "文具店",
4152                     "terms": "文具店"
4153                 },
4154                 "shop/storage_rental": {
4155                     "name": "租赁处",
4156                     "terms": "租赁处"
4157                 },
4158                 "shop/supermarket": {
4159                     "name": "超市",
4160                     "terms": "超级市场"
4161                 },
4162                 "shop/tailor": {
4163                     "name": "裁缝店",
4164                     "terms": "裁缝店"
4165                 },
4166                 "shop/tattoo": {
4167                     "name": "纹身店",
4168                     "terms": "纹身店,刺青店"
4169                 },
4170                 "shop/tea": {
4171                     "name": "茶叶商店",
4172                     "terms": "茶叶商店,茶店"
4173                 },
4174                 "shop/ticket": {
4175                     "name": "售票处",
4176                     "terms": "售票处,售票亭"
4177                 },
4178                 "shop/tobacco": {
4179                     "name": "烟草店",
4180                     "terms": "烟草店"
4181                 },
4182                 "shop/toys": {
4183                     "name": "玩具店",
4184                     "terms": "玩具店"
4185                 },
4186                 "shop/travel_agency": {
4187                     "name": "旅行社",
4188                     "terms": "旅行社"
4189                 },
4190                 "shop/tyres": {
4191                     "name": "轮胎店",
4192                     "terms": "轮胎店"
4193                 },
4194                 "shop/vacant": {
4195                     "name": "空置铺位"
4196                 },
4197                 "shop/vacuum_cleaner": {
4198                     "name": "吸尘器店",
4199                     "terms": "吸尘器店"
4200                 },
4201                 "shop/variety_store": {
4202                     "name": "杂货店",
4203                     "terms": "杂货店"
4204                 },
4205                 "shop/video": {
4206                     "name": "影像店",
4207                     "terms": "影像店"
4208                 },
4209                 "shop/video_games": {
4210                     "name": "电子游戏店",
4211                     "terms": "电子游戏店,视频游戏店"
4212                 },
4213                 "shop/water_sports": {
4214                     "name": "水上运动/泳装店",
4215                     "terms": "水上运动/泳装店"
4216                 },
4217                 "shop/weapons": {
4218                     "name": "武器店",
4219                     "terms": "武器店"
4220                 },
4221                 "shop/window_blind": {
4222                     "name": "百叶窗店",
4223                     "terms": "百叶窗店"
4224                 },
4225                 "shop/wine": {
4226                     "name": "酒品商店",
4227                     "terms": "酒品商店,酒店,酒楼,酒坊"
4228                 },
4229                 "tourism": {
4230                     "name": "旅行",
4231                     "terms": "旅行"
4232                 },
4233                 "tourism/alpine_hut": {
4234                     "name": "高山小屋",
4235                     "terms": "高山小屋"
4236                 },
4237                 "tourism/apartment": {
4238                     "name": "公寓",
4239                     "terms": "公寓,客人公寓"
4240                 },
4241                 "tourism/aquarium": {
4242                     "name": "水族馆",
4243                     "terms": "水族馆,水生馆,水生,水族,海洋世界,海底世界,水生动物,水族池,鱼"
4244                 },
4245                 "tourism/artwork": {
4246                     "name": "艺术品",
4247                     "terms": "艺术品"
4248                 },
4249                 "tourism/attraction": {
4250                     "name": "旅游名胜",
4251                     "terms": "旅游名胜"
4252                 },
4253                 "tourism/camp_site": {
4254                     "name": "宿营场地",
4255                     "terms": "露营地,野营地,露营场,野营场,露营,野营,野营场地,露营场地,宿营场地,宿营地,宿营,扎营,帐篷,野外,荒野,郊野,郊外,度假"
4256                 },
4257                 "tourism/caravan_site": {
4258                     "name": "房车营地",
4259                     "terms": "房车营地"
4260                 },
4261                 "tourism/chalet": {
4262                     "name": "木屋",
4263                     "terms": "木屋"
4264                 },
4265                 "tourism/gallery": {
4266                     "name": "美术馆",
4267                     "terms": "美术馆,画廊,艺术中心"
4268                 },
4269                 "tourism/guest_house": {
4270                     "name": "招待所",
4271                     "terms": "招待所,旅馆,宾馆"
4272                 },
4273                 "tourism/hostel": {
4274                     "name": "旅舍",
4275                     "terms": "旅舍,招待所"
4276                 },
4277                 "tourism/hotel": {
4278                     "name": "宾馆",
4279                     "terms": "宾馆,酒店,旅馆"
4280                 },
4281                 "tourism/information": {
4282                     "name": "问询处",
4283                     "terms": "问讯处,问询处,信息中心,游客中心"
4284                 },
4285                 "tourism/information/board": {
4286                     "name": "信息板",
4287                     "terms": "信息板"
4288                 },
4289                 "tourism/information/guidepost": {
4290                     "name": "路标",
4291                     "terms": "路标,路牌"
4292                 },
4293                 "tourism/information/map": {
4294                     "name": "地图",
4295                     "terms": "地图"
4296                 },
4297                 "tourism/information/office": {
4298                     "name": "旅游咨询处",
4299                     "terms": "旅游咨询处,旅游问询处,旅游问询中心,旅游咨询中心,旅游咨询服务中心,旅游信息咨询处"
4300                 },
4301                 "tourism/motel": {
4302                     "name": "汽车旅馆",
4303                     "terms": "汽车旅馆"
4304                 },
4305                 "tourism/museum": {
4306                     "name": "博物馆",
4307                     "terms": "博物馆"
4308                 },
4309                 "tourism/picnic_site": {
4310                     "name": "野餐地",
4311                     "terms": "郊游地点"
4312                 },
4313                 "tourism/theme_park": {
4314                     "name": "主题公园",
4315                     "terms": "主题公园"
4316                 },
4317                 "tourism/viewpoint": {
4318                     "name": "观景点",
4319                     "terms": "景点"
4320                 },
4321                 "tourism/zoo": {
4322                     "name": "动物园",
4323                     "terms": "动物园"
4324                 },
4325                 "traffic_calming": {
4326                     "name": "交通稳静化",
4327                     "terms": "交通稳静化,交通静稳化,车辆减速措施"
4328                 },
4329                 "traffic_calming/bump": {
4330                     "name": "减速带",
4331                     "terms": "减速带"
4332                 },
4333                 "traffic_calming/chicane": {
4334                     "name": "曲折车行道",
4335                     "terms": "曲折车行道,减速弯道"
4336                 },
4337                 "traffic_calming/choker": {
4338                     "name": "窄化路面",
4339                     "terms": "窄化路面,瓶颈化交叉口,窄点"
4340                 },
4341                 "traffic_calming/cushion": {
4342                     "name": "减速垫",
4343                     "terms": "减速垫,减速板,减速带,减速胶"
4344                 },
4345                 "traffic_calming/dip": {
4346                     "name": "路凹",
4347                     "terms": "路凹,减速路凹,减速坑"
4348                 },
4349                 "traffic_calming/hump": {
4350                     "name": "减速台",
4351                     "terms": "减速台"
4352                 },
4353                 "traffic_calming/island": {
4354                     "name": "交通岛",
4355                     "terms": "交通岛,导流岛,安全岛,中心岛,交通稳静化"
4356                 },
4357                 "traffic_calming/rumble_strip": {
4358                     "name": "路肩警示带",
4359                     "terms": "路肩警示带,路侧振动带"
4360                 },
4361                 "traffic_calming/table": {
4362                     "name": "人行横道",
4363                     "terms": "行人专用路"
4364                 },
4365                 "type/boundary": {
4366                     "name": "边界",
4367                     "terms": "边界"
4368                 },
4369                 "type/boundary/administrative": {
4370                     "name": "行政区边界",
4371                     "terms": "行政边界"
4372                 },
4373                 "type/multipolygon": {
4374                     "name": "多个面"
4375                 },
4376                 "type/restriction": {
4377                     "name": "限制",
4378                     "terms": "限制"
4379                 },
4380                 "type/restriction/no_left_turn": {
4381                     "name": "禁止左转",
4382                     "terms": "禁止左转弯"
4383                 },
4384                 "type/restriction/no_right_turn": {
4385                     "name": "禁止右转",
4386                     "terms": "禁止右转弯"
4387                 },
4388                 "type/restriction/no_straight_on": {
4389                     "name": "禁止直行",
4390                     "terms": "禁止直行"
4391                 },
4392                 "type/restriction/no_u_turn": {
4393                     "name": "禁止掉头",
4394                     "terms": "禁止掉头"
4395                 },
4396                 "type/restriction/only_left_turn": {
4397                     "name": "仅左转",
4398                     "terms": "仅左转"
4399                 },
4400                 "type/restriction/only_right_turn": {
4401                     "name": "仅右转",
4402                     "terms": "仅右转"
4403                 },
4404                 "type/restriction/only_straight_on": {
4405                     "name": "禁止转向",
4406                     "terms": "禁止转向"
4407                 },
4408                 "type/route": {
4409                     "name": "线路",
4410                     "terms": "路线,路径"
4411                 },
4412                 "type/route/bicycle": {
4413                     "name": "自行车线路",
4414                     "terms": "单车线路,自行车,单车,路线,线路"
4415                 },
4416                 "type/route/bus": {
4417                     "name": "公共汽车线路",
4418                     "terms": "公交线路,路线,线路,公交路线,公共汽车路线"
4419                 },
4420                 "type/route/detour": {
4421                     "name": "绕行线路",
4422                     "terms": "迂回线路,绕道线路,绕路线路,路线,线路"
4423                 },
4424                 "type/route/ferry": {
4425                     "name": "渡轮航线",
4426                     "terms": "渡轮航线"
4427                 },
4428                 "type/route/foot": {
4429                     "name": "步行线路",
4430                     "terms": "步行路线,路线,线路"
4431                 },
4432                 "type/route/hiking": {
4433                     "name": "徒步线路",
4434                     "terms": "远足线路,路线,线路,徒步,远足,远足路线,徒步路线"
4435                 },
4436                 "type/route/horse": {
4437                     "name": "骑行线路",
4438                     "terms": "骑行线路"
4439                 },
4440                 "type/route/pipeline": {
4441                     "name": "管道线路",
4442                     "terms": "管道路线,管线,路线,线路"
4443                 },
4444                 "type/route/power": {
4445                     "name": "电力线路",
4446                     "terms": "供电路线,电力路线,供电线路,路线,线路"
4447                 },
4448                 "type/route/road": {
4449                     "name": "驾驶线路",
4450                     "terms": "行车路线,行车线路,驾驶路线,路线,线路"
4451                 },
4452                 "type/route/train": {
4453                     "name": "列车线路",
4454                     "terms": "列车路线,火车,铁路,路线,线路"
4455                 },
4456                 "type/route/tram": {
4457                     "name": "电车线路",
4458                     "terms": "电车路线,路线,线路"
4459                 },
4460                 "type/route_master": {
4461                     "name": "线路主线",
4462                     "terms": "线路干线,主线,干线,线路,路线"
4463                 },
4464                 "type/site": {
4465                     "name": "场址",
4466                     "terms": "场址,地点,场地"
4467                 },
4468                 "vertex": {
4469                     "name": "其它",
4470                     "terms": "其它"
4471                 },
4472                 "waterway": {
4473                     "name": "航道"
4474                 },
4475                 "waterway/boatyard": {
4476                     "name": "船舶库",
4477                     "terms": "船舶库"
4478                 },
4479                 "waterway/canal": {
4480                     "name": "运河",
4481                     "terms": "运河"
4482                 },
4483                 "waterway/dam": {
4484                     "name": "水坝",
4485                     "terms": "水坝"
4486                 },
4487                 "waterway/ditch": {
4488                     "name": "水沟",
4489                     "terms": "沟,沟渠,涧"
4490                 },
4491                 "waterway/dock": {
4492                     "name": "干船坞/湿船坞",
4493                     "terms": "干船坞,湿船坞,干坞,湿坞"
4494                 },
4495                 "waterway/drain": {
4496                     "name": "渠",
4497                     "terms": "下水道"
4498                 },
4499                 "waterway/fuel": {
4500                     "name": "船舶加油站",
4501                     "terms": "船舶加油站"
4502                 },
4503                 "waterway/river": {
4504                     "name": "河",
4505                     "terms": "江,河流,川"
4506                 },
4507                 "waterway/riverbank": {
4508                     "name": "堤",
4509                     "terms": "岸,畔,河岸,河堤,河畔"
4510                 },
4511                 "waterway/sanitary_dump_station": {
4512                     "name": "航船卸污站",
4513                     "terms": "航船卸污站,垃圾处理"
4514                 },
4515                 "waterway/stream": {
4516                     "name": "溪",
4517                     "terms": "小河,小溪,涧,溪流"
4518                 },
4519                 "waterway/water_point": {
4520                     "name": "航行用淡水",
4521                     "terms": "航行用淡水,淡水,饮用水"
4522                 },
4523                 "waterway/waterfall": {
4524                     "name": "瀑布",
4525                     "terms": "瀑布,跌水,飞瀑"
4526                 },
4527                 "waterway/weir": {
4528                     "name": "堰",
4529                     "terms": "坝,堰坝,拦河坝"
4530                 }
4531             }
4532         }
4533     }
4534 }