@mapbox/mcp-docs-server 0.1.0-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +196 -0
  3. package/dist/commonjs/config/toolConfig.d.ts +8 -0
  4. package/dist/commonjs/config/toolConfig.d.ts.map +1 -0
  5. package/dist/commonjs/config/toolConfig.js +41 -0
  6. package/dist/commonjs/config/toolConfig.js.map +1 -0
  7. package/dist/commonjs/constants/mapboxStreetsV8Fields.trimmed.d.ts +306 -0
  8. package/dist/commonjs/constants/mapboxStreetsV8Fields.trimmed.d.ts.map +1 -0
  9. package/dist/commonjs/constants/mapboxStreetsV8Fields.trimmed.js +2069 -0
  10. package/dist/commonjs/constants/mapboxStreetsV8Fields.trimmed.js.map +1 -0
  11. package/dist/commonjs/index.d.ts +2 -0
  12. package/dist/commonjs/index.d.ts.map +1 -0
  13. package/dist/commonjs/index.js +82 -0
  14. package/dist/commonjs/index.js.map +1 -0
  15. package/dist/commonjs/package.json +3 -0
  16. package/dist/commonjs/resources/BaseResource.d.ts +21 -0
  17. package/dist/commonjs/resources/BaseResource.d.ts.map +1 -0
  18. package/dist/commonjs/resources/BaseResource.js +21 -0
  19. package/dist/commonjs/resources/BaseResource.js.map +1 -0
  20. package/dist/commonjs/resources/index.d.ts +3 -0
  21. package/dist/commonjs/resources/index.d.ts.map +1 -0
  22. package/dist/commonjs/resources/index.js +9 -0
  23. package/dist/commonjs/resources/index.js.map +1 -0
  24. package/dist/commonjs/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.d.ts +19 -0
  25. package/dist/commonjs/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.d.ts.map +1 -0
  26. package/dist/commonjs/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.js +61 -0
  27. package/dist/commonjs/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.js.map +1 -0
  28. package/dist/commonjs/resources/mapbox-documentation-resource/MapboxDocumentationResource.d.ts +29 -0
  29. package/dist/commonjs/resources/mapbox-documentation-resource/MapboxDocumentationResource.d.ts.map +1 -0
  30. package/dist/commonjs/resources/mapbox-documentation-resource/MapboxDocumentationResource.js +66 -0
  31. package/dist/commonjs/resources/mapbox-documentation-resource/MapboxDocumentationResource.js.map +1 -0
  32. package/dist/commonjs/resources/mapbox-examples-resource/MapboxExamplesResource.d.ts +19 -0
  33. package/dist/commonjs/resources/mapbox-examples-resource/MapboxExamplesResource.d.ts.map +1 -0
  34. package/dist/commonjs/resources/mapbox-examples-resource/MapboxExamplesResource.js +61 -0
  35. package/dist/commonjs/resources/mapbox-examples-resource/MapboxExamplesResource.js.map +1 -0
  36. package/dist/commonjs/resources/mapbox-guides-resource/MapboxGuidesResource.d.ts +19 -0
  37. package/dist/commonjs/resources/mapbox-guides-resource/MapboxGuidesResource.d.ts.map +1 -0
  38. package/dist/commonjs/resources/mapbox-guides-resource/MapboxGuidesResource.js +61 -0
  39. package/dist/commonjs/resources/mapbox-guides-resource/MapboxGuidesResource.js.map +1 -0
  40. package/dist/commonjs/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.d.ts +19 -0
  41. package/dist/commonjs/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.d.ts.map +1 -0
  42. package/dist/commonjs/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.js +170 -0
  43. package/dist/commonjs/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.js.map +1 -0
  44. package/dist/commonjs/resources/mapbox-reference-resource/MapboxReferenceResource.d.ts +19 -0
  45. package/dist/commonjs/resources/mapbox-reference-resource/MapboxReferenceResource.d.ts.map +1 -0
  46. package/dist/commonjs/resources/mapbox-reference-resource/MapboxReferenceResource.js +61 -0
  47. package/dist/commonjs/resources/mapbox-reference-resource/MapboxReferenceResource.js.map +1 -0
  48. package/dist/commonjs/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.d.ts +19 -0
  49. package/dist/commonjs/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.d.ts.map +1 -0
  50. package/dist/commonjs/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.js +61 -0
  51. package/dist/commonjs/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.js.map +1 -0
  52. package/dist/commonjs/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.d.ts +19 -0
  53. package/dist/commonjs/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.d.ts.map +1 -0
  54. package/dist/commonjs/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.js +30 -0
  55. package/dist/commonjs/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.js.map +1 -0
  56. package/dist/commonjs/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.d.ts +20 -0
  57. package/dist/commonjs/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.d.ts.map +1 -0
  58. package/dist/commonjs/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.js +323 -0
  59. package/dist/commonjs/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.js.map +1 -0
  60. package/dist/commonjs/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.d.ts +20 -0
  61. package/dist/commonjs/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.d.ts.map +1 -0
  62. package/dist/commonjs/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.js +108 -0
  63. package/dist/commonjs/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.js.map +1 -0
  64. package/dist/commonjs/resources/resourceRegistry.d.ts +15 -0
  65. package/dist/commonjs/resources/resourceRegistry.d.ts.map +1 -0
  66. package/dist/commonjs/resources/resourceRegistry.js +39 -0
  67. package/dist/commonjs/resources/resourceRegistry.js.map +1 -0
  68. package/dist/commonjs/resources/utils/docParser.d.ts +28 -0
  69. package/dist/commonjs/resources/utils/docParser.d.ts.map +1 -0
  70. package/dist/commonjs/resources/utils/docParser.js +94 -0
  71. package/dist/commonjs/resources/utils/docParser.js.map +1 -0
  72. package/dist/commonjs/tools/BaseTool.d.ts +30 -0
  73. package/dist/commonjs/tools/BaseTool.d.ts.map +1 -0
  74. package/dist/commonjs/tools/BaseTool.js +63 -0
  75. package/dist/commonjs/tools/BaseTool.js.map +1 -0
  76. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.d.ts +21 -0
  77. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.d.ts.map +1 -0
  78. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.d.ts +6 -0
  79. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.d.ts.map +1 -0
  80. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.js +14 -0
  81. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.js.map +1 -0
  82. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.js +94 -0
  83. package/dist/commonjs/tools/batch-get-documents-tool/BatchGetDocumentsTool.js.map +1 -0
  84. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.d.ts +21 -0
  85. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.d.ts.map +1 -0
  86. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.input.schema.d.ts +6 -0
  87. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.input.schema.d.ts.map +1 -0
  88. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.input.schema.js +13 -0
  89. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.input.schema.js.map +1 -0
  90. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.js +80 -0
  91. package/dist/commonjs/tools/get-document-tool/GetDocumentTool.js.map +1 -0
  92. package/dist/commonjs/tools/index.d.ts +3 -0
  93. package/dist/commonjs/tools/index.d.ts.map +1 -0
  94. package/dist/commonjs/tools/index.js +10 -0
  95. package/dist/commonjs/tools/index.js.map +1 -0
  96. package/dist/commonjs/tools/toolRegistry.d.ts +12 -0
  97. package/dist/commonjs/tools/toolRegistry.d.ts.map +1 -0
  98. package/dist/commonjs/tools/toolRegistry.js +29 -0
  99. package/dist/commonjs/tools/toolRegistry.js.map +1 -0
  100. package/dist/commonjs/utils/docCache.d.ts +28 -0
  101. package/dist/commonjs/utils/docCache.d.ts.map +1 -0
  102. package/dist/commonjs/utils/docCache.js +129 -0
  103. package/dist/commonjs/utils/docCache.js.map +1 -0
  104. package/dist/commonjs/utils/httpPipeline.d.ts +39 -0
  105. package/dist/commonjs/utils/httpPipeline.d.ts.map +1 -0
  106. package/dist/commonjs/utils/httpPipeline.js +112 -0
  107. package/dist/commonjs/utils/httpPipeline.js.map +1 -0
  108. package/dist/commonjs/utils/index.d.ts +4 -0
  109. package/dist/commonjs/utils/index.d.ts.map +1 -0
  110. package/dist/commonjs/utils/index.js +12 -0
  111. package/dist/commonjs/utils/index.js.map +1 -0
  112. package/dist/commonjs/utils/types.d.ts +7 -0
  113. package/dist/commonjs/utils/types.d.ts.map +1 -0
  114. package/dist/commonjs/utils/types.js +5 -0
  115. package/dist/commonjs/utils/types.js.map +1 -0
  116. package/dist/commonjs/utils/versionUtils.d.ts +9 -0
  117. package/dist/commonjs/utils/versionUtils.d.ts.map +1 -0
  118. package/dist/commonjs/utils/versionUtils.js +34 -0
  119. package/dist/commonjs/utils/versionUtils.js.map +1 -0
  120. package/dist/commonjs/version.json +6 -0
  121. package/dist/esm/config/toolConfig.d.ts +8 -0
  122. package/dist/esm/config/toolConfig.d.ts.map +1 -0
  123. package/dist/esm/config/toolConfig.js +37 -0
  124. package/dist/esm/config/toolConfig.js.map +1 -0
  125. package/dist/esm/constants/mapboxStreetsV8Fields.trimmed.d.ts +306 -0
  126. package/dist/esm/constants/mapboxStreetsV8Fields.trimmed.d.ts.map +1 -0
  127. package/dist/esm/constants/mapboxStreetsV8Fields.trimmed.js +2066 -0
  128. package/dist/esm/constants/mapboxStreetsV8Fields.trimmed.js.map +1 -0
  129. package/dist/esm/index.d.ts +2 -0
  130. package/dist/esm/index.d.ts.map +1 -0
  131. package/dist/esm/index.js +80 -0
  132. package/dist/esm/index.js.map +1 -0
  133. package/dist/esm/package.json +3 -0
  134. package/dist/esm/resources/BaseResource.d.ts +21 -0
  135. package/dist/esm/resources/BaseResource.d.ts.map +1 -0
  136. package/dist/esm/resources/BaseResource.js +17 -0
  137. package/dist/esm/resources/BaseResource.js.map +1 -0
  138. package/dist/esm/resources/index.d.ts +3 -0
  139. package/dist/esm/resources/index.d.ts.map +1 -0
  140. package/dist/esm/resources/index.js +4 -0
  141. package/dist/esm/resources/index.js.map +1 -0
  142. package/dist/esm/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.d.ts +19 -0
  143. package/dist/esm/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.d.ts.map +1 -0
  144. package/dist/esm/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.js +57 -0
  145. package/dist/esm/resources/mapbox-api-reference-resource/MapboxApiReferenceResource.js.map +1 -0
  146. package/dist/esm/resources/mapbox-documentation-resource/MapboxDocumentationResource.d.ts +29 -0
  147. package/dist/esm/resources/mapbox-documentation-resource/MapboxDocumentationResource.d.ts.map +1 -0
  148. package/dist/esm/resources/mapbox-documentation-resource/MapboxDocumentationResource.js +62 -0
  149. package/dist/esm/resources/mapbox-documentation-resource/MapboxDocumentationResource.js.map +1 -0
  150. package/dist/esm/resources/mapbox-examples-resource/MapboxExamplesResource.d.ts +19 -0
  151. package/dist/esm/resources/mapbox-examples-resource/MapboxExamplesResource.d.ts.map +1 -0
  152. package/dist/esm/resources/mapbox-examples-resource/MapboxExamplesResource.js +57 -0
  153. package/dist/esm/resources/mapbox-examples-resource/MapboxExamplesResource.js.map +1 -0
  154. package/dist/esm/resources/mapbox-guides-resource/MapboxGuidesResource.d.ts +19 -0
  155. package/dist/esm/resources/mapbox-guides-resource/MapboxGuidesResource.d.ts.map +1 -0
  156. package/dist/esm/resources/mapbox-guides-resource/MapboxGuidesResource.js +57 -0
  157. package/dist/esm/resources/mapbox-guides-resource/MapboxGuidesResource.js.map +1 -0
  158. package/dist/esm/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.d.ts +19 -0
  159. package/dist/esm/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.d.ts.map +1 -0
  160. package/dist/esm/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.js +166 -0
  161. package/dist/esm/resources/mapbox-layer-type-mapping-resource/MapboxLayerTypeMappingResource.js.map +1 -0
  162. package/dist/esm/resources/mapbox-reference-resource/MapboxReferenceResource.d.ts +19 -0
  163. package/dist/esm/resources/mapbox-reference-resource/MapboxReferenceResource.d.ts.map +1 -0
  164. package/dist/esm/resources/mapbox-reference-resource/MapboxReferenceResource.js +57 -0
  165. package/dist/esm/resources/mapbox-reference-resource/MapboxReferenceResource.js.map +1 -0
  166. package/dist/esm/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.d.ts +19 -0
  167. package/dist/esm/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.d.ts.map +1 -0
  168. package/dist/esm/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.js +57 -0
  169. package/dist/esm/resources/mapbox-sdk-docs-resource/MapboxSdkDocsResource.js.map +1 -0
  170. package/dist/esm/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.d.ts +19 -0
  171. package/dist/esm/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.d.ts.map +1 -0
  172. package/dist/esm/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.js +26 -0
  173. package/dist/esm/resources/mapbox-streets-v8-fields-resource/MapboxStreetsV8FieldsResource.js.map +1 -0
  174. package/dist/esm/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.d.ts +20 -0
  175. package/dist/esm/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.d.ts.map +1 -0
  176. package/dist/esm/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.js +319 -0
  177. package/dist/esm/resources/mapbox-style-layers-resource/MapboxStyleLayersResource.js.map +1 -0
  178. package/dist/esm/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.d.ts +20 -0
  179. package/dist/esm/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.d.ts.map +1 -0
  180. package/dist/esm/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.js +104 -0
  181. package/dist/esm/resources/mapbox-token-scopes-resource/MapboxTokenScopesResource.js.map +1 -0
  182. package/dist/esm/resources/resourceRegistry.d.ts +15 -0
  183. package/dist/esm/resources/resourceRegistry.d.ts.map +1 -0
  184. package/dist/esm/resources/resourceRegistry.js +34 -0
  185. package/dist/esm/resources/resourceRegistry.js.map +1 -0
  186. package/dist/esm/resources/utils/docParser.d.ts +28 -0
  187. package/dist/esm/resources/utils/docParser.d.ts.map +1 -0
  188. package/dist/esm/resources/utils/docParser.js +88 -0
  189. package/dist/esm/resources/utils/docParser.js.map +1 -0
  190. package/dist/esm/tools/BaseTool.d.ts +30 -0
  191. package/dist/esm/tools/BaseTool.d.ts.map +1 -0
  192. package/dist/esm/tools/BaseTool.js +59 -0
  193. package/dist/esm/tools/BaseTool.js.map +1 -0
  194. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.d.ts +21 -0
  195. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.d.ts.map +1 -0
  196. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.d.ts +6 -0
  197. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.d.ts.map +1 -0
  198. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.js +11 -0
  199. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.input.schema.js.map +1 -0
  200. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.js +90 -0
  201. package/dist/esm/tools/batch-get-documents-tool/BatchGetDocumentsTool.js.map +1 -0
  202. package/dist/esm/tools/get-document-tool/GetDocumentTool.d.ts +21 -0
  203. package/dist/esm/tools/get-document-tool/GetDocumentTool.d.ts.map +1 -0
  204. package/dist/esm/tools/get-document-tool/GetDocumentTool.input.schema.d.ts +6 -0
  205. package/dist/esm/tools/get-document-tool/GetDocumentTool.input.schema.d.ts.map +1 -0
  206. package/dist/esm/tools/get-document-tool/GetDocumentTool.input.schema.js +10 -0
  207. package/dist/esm/tools/get-document-tool/GetDocumentTool.input.schema.js.map +1 -0
  208. package/dist/esm/tools/get-document-tool/GetDocumentTool.js +76 -0
  209. package/dist/esm/tools/get-document-tool/GetDocumentTool.js.map +1 -0
  210. package/dist/esm/tools/index.d.ts +3 -0
  211. package/dist/esm/tools/index.d.ts.map +1 -0
  212. package/dist/esm/tools/index.js +4 -0
  213. package/dist/esm/tools/index.js.map +1 -0
  214. package/dist/esm/tools/toolRegistry.d.ts +12 -0
  215. package/dist/esm/tools/toolRegistry.d.ts.map +1 -0
  216. package/dist/esm/tools/toolRegistry.js +23 -0
  217. package/dist/esm/tools/toolRegistry.js.map +1 -0
  218. package/dist/esm/utils/docCache.d.ts +28 -0
  219. package/dist/esm/utils/docCache.d.ts.map +1 -0
  220. package/dist/esm/utils/docCache.js +124 -0
  221. package/dist/esm/utils/docCache.js.map +1 -0
  222. package/dist/esm/utils/httpPipeline.d.ts +39 -0
  223. package/dist/esm/utils/httpPipeline.d.ts.map +1 -0
  224. package/dist/esm/utils/httpPipeline.js +106 -0
  225. package/dist/esm/utils/httpPipeline.js.map +1 -0
  226. package/dist/esm/utils/index.d.ts +4 -0
  227. package/dist/esm/utils/index.d.ts.map +1 -0
  228. package/dist/esm/utils/index.js +5 -0
  229. package/dist/esm/utils/index.js.map +1 -0
  230. package/dist/esm/utils/types.d.ts +7 -0
  231. package/dist/esm/utils/types.d.ts.map +1 -0
  232. package/dist/esm/utils/types.js +4 -0
  233. package/dist/esm/utils/types.js.map +1 -0
  234. package/dist/esm/utils/versionUtils.d.ts +9 -0
  235. package/dist/esm/utils/versionUtils.d.ts.map +1 -0
  236. package/dist/esm/utils/versionUtils.js +28 -0
  237. package/dist/esm/utils/versionUtils.js.map +1 -0
  238. package/dist/esm/version.json +6 -0
  239. package/package.json +132 -0
@@ -0,0 +1,2069 @@
1
+ "use strict";
2
+ /**
3
+ * Trimmed Mapbox Streets v8 source layer field definitions
4
+ * Only includes fields with enumerated values for filtering and styling
5
+ *
6
+ * Omitted for brevity:
7
+ * - Fields with unbounded string/number values (name, ref, house_num, height, etc.)
8
+ * - Localized name fields (name_de, name_en, name_es, etc.) - these exist but have no fixed values
9
+ * - Description fields that just repeat the key name
10
+ * - iso_3166_2 field (always unbounded string)
11
+ */
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.STREETS_V8_FIELDS = void 0;
14
+ // Common field that appears identically in 13 layers
15
+ const ISO_3166_1_FIELD = {
16
+ values: [
17
+ 'EG',
18
+ 'ET',
19
+ 'CD',
20
+ 'ZA',
21
+ 'TZ',
22
+ 'KE',
23
+ 'SD',
24
+ 'UG',
25
+ 'MA',
26
+ 'DZ',
27
+ 'GH',
28
+ 'CI',
29
+ 'CM',
30
+ 'MG',
31
+ 'MZ',
32
+ 'NG',
33
+ 'NE',
34
+ 'BF',
35
+ 'MW',
36
+ 'ML',
37
+ 'TD',
38
+ 'SN',
39
+ 'AO',
40
+ 'ZW',
41
+ 'CN',
42
+ 'IN',
43
+ 'ID',
44
+ 'PK',
45
+ 'BD',
46
+ 'RU',
47
+ 'JP',
48
+ 'PH',
49
+ 'VN',
50
+ 'TR',
51
+ 'IR',
52
+ 'TH',
53
+ 'MM',
54
+ 'KR',
55
+ 'IQ',
56
+ 'AF',
57
+ 'MY',
58
+ 'NP',
59
+ 'DE',
60
+ 'FR',
61
+ 'GB',
62
+ 'IT',
63
+ 'ES',
64
+ 'UA',
65
+ 'PL',
66
+ 'RO',
67
+ 'NL',
68
+ 'GR',
69
+ 'HR',
70
+ 'BE',
71
+ 'PT',
72
+ 'CZ',
73
+ 'HU',
74
+ 'BY',
75
+ 'SE',
76
+ 'AT',
77
+ 'CH',
78
+ 'BG',
79
+ 'RS',
80
+ 'DK',
81
+ 'FI',
82
+ 'US',
83
+ 'MX',
84
+ 'CA',
85
+ 'GT',
86
+ 'CU',
87
+ 'HT',
88
+ 'DO',
89
+ 'HN',
90
+ 'NI',
91
+ 'SV',
92
+ 'CR',
93
+ 'PR',
94
+ 'PA',
95
+ 'JM',
96
+ 'TT',
97
+ 'GP',
98
+ 'MQ',
99
+ 'AU',
100
+ 'PG',
101
+ 'NZ',
102
+ 'FJ',
103
+ 'MU',
104
+ 'RE',
105
+ 'MV',
106
+ 'SC',
107
+ 'BR',
108
+ 'CO',
109
+ 'AR',
110
+ 'PE',
111
+ 'VE',
112
+ 'CL',
113
+ 'EC',
114
+ 'BO',
115
+ 'PY',
116
+ 'UY'
117
+ ]
118
+ };
119
+ exports.STREETS_V8_FIELDS = {
120
+ // ============ landuse ============
121
+ landuse: {
122
+ class: {
123
+ values: [
124
+ 'aboriginal_lands',
125
+ 'agriculture',
126
+ 'airport',
127
+ 'cemetery',
128
+ 'commercial_area',
129
+ 'facility',
130
+ 'glacier',
131
+ 'grass',
132
+ 'hospital',
133
+ 'industrial',
134
+ 'park',
135
+ 'parking',
136
+ 'piste',
137
+ 'pitch',
138
+ 'residential',
139
+ 'rock',
140
+ 'sand',
141
+ 'school',
142
+ 'scrub',
143
+ 'wood'
144
+ ]
145
+ },
146
+ type: {
147
+ values: [
148
+ 'wood',
149
+ 'farmland',
150
+ 'forest',
151
+ 'grass',
152
+ 'meadow',
153
+ 'scrub',
154
+ 'parking',
155
+ 'surface',
156
+ 'park',
157
+ 'farmyard',
158
+ 'orchard',
159
+ 'grassland',
160
+ 'garden',
161
+ 'school',
162
+ 'soccer',
163
+ 'vineyard',
164
+ 'playground',
165
+ 'tennis',
166
+ 'bare_rock',
167
+ 'allotments',
168
+ 'pitch',
169
+ 'heath',
170
+ 'baseball',
171
+ 'bunker',
172
+ 'quarry',
173
+ 'beach',
174
+ 'basketball',
175
+ 'scree',
176
+ 'village_green',
177
+ 'recreation_ground',
178
+ 'sports_centre',
179
+ 'common',
180
+ 'christian',
181
+ 'tee',
182
+ 'sand',
183
+ 'green',
184
+ 'multi',
185
+ 'hospital',
186
+ 'greenhouse_horticulture',
187
+ 'glacier',
188
+ 'fairway',
189
+ 'farm',
190
+ 'golf_course',
191
+ 'camp_site',
192
+ 'university',
193
+ 'college',
194
+ 'plant_nursery',
195
+ 'equestrian',
196
+ 'fell',
197
+ 'beachvolleyball',
198
+ 'volleyball',
199
+ 'american_football',
200
+ 'athletics',
201
+ 'caravan_site',
202
+ 'rock',
203
+ 'muslim',
204
+ 'skateboard',
205
+ 'wetland',
206
+ 'bowls',
207
+ 'picnic_site',
208
+ 'boules',
209
+ 'cricket',
210
+ 'dog_park',
211
+ 'running',
212
+ 'conservation',
213
+ 'track',
214
+ 'netball',
215
+ 'underground',
216
+ 'lane',
217
+ 'rugby_union',
218
+ 'zoo',
219
+ 'hockey',
220
+ 'shooting',
221
+ 'downhill',
222
+ 'jewish',
223
+ 'field',
224
+ 'football',
225
+ 'table_tennis',
226
+ 'handball',
227
+ 'rough',
228
+ 'field_hockey',
229
+ 'team_handball',
230
+ 'carports',
231
+ 'pelota',
232
+ 'rugby',
233
+ 'paddle_tennis',
234
+ 'archery',
235
+ 'horse_racing',
236
+ 'gaelic_games',
237
+ 'softball',
238
+ 'golf',
239
+ 'ice_hockey',
240
+ 'basin',
241
+ 'coastline',
242
+ 'badminton',
243
+ 'driving_range',
244
+ 'bog',
245
+ 'cricket_nets',
246
+ 'swimming',
247
+ 'futsal'
248
+ ]
249
+ }
250
+ },
251
+ // ============ waterway ============
252
+ waterway: {
253
+ iso_3166_1: ISO_3166_1_FIELD,
254
+ class: {
255
+ values: [
256
+ 'river',
257
+ 'canal',
258
+ 'stream',
259
+ 'stream_intermittent',
260
+ 'ditch',
261
+ 'drain'
262
+ ]
263
+ },
264
+ type: {
265
+ values: [
266
+ 'river',
267
+ 'canal',
268
+ 'stream',
269
+ 'stream_intermittent',
270
+ 'ditch',
271
+ 'drain'
272
+ ]
273
+ }
274
+ },
275
+ // ============ water ============
276
+ water: {},
277
+ // ============ aeroway ============
278
+ aeroway: {
279
+ iso_3166_1: ISO_3166_1_FIELD,
280
+ type: {
281
+ values: ['runway', 'taxiway', 'apron', 'helipad']
282
+ }
283
+ },
284
+ // ============ structure ============
285
+ structure: {
286
+ iso_3166_1: ISO_3166_1_FIELD,
287
+ class: {
288
+ values: [
289
+ 'cliff',
290
+ 'crosswalk',
291
+ 'entrance',
292
+ 'fence',
293
+ 'gate',
294
+ 'hedge',
295
+ 'land',
296
+ 'steps',
297
+ 'tower'
298
+ ]
299
+ },
300
+ type: {
301
+ values: [
302
+ 'bollard',
303
+ 'breakwater',
304
+ 'bridge',
305
+ 'city_wall',
306
+ 'cliff',
307
+ 'crosswalk',
308
+ 'earth_bank',
309
+ 'entrance',
310
+ 'fence',
311
+ 'gate',
312
+ 'hedge',
313
+ 'home',
314
+ 'kissing_gate',
315
+ 'lift_gate',
316
+ 'main',
317
+ 'pier',
318
+ 'retaining_wall',
319
+ 'sliding_gate',
320
+ 'spikes',
321
+ 'staircase',
322
+ 'swing_gate',
323
+ 'wall',
324
+ 'wire_fence',
325
+ 'yes'
326
+ ]
327
+ }
328
+ },
329
+ // ============ building ============
330
+ building: {
331
+ iso_3166_1: ISO_3166_1_FIELD,
332
+ extrude: {
333
+ values: ['true', 'false']
334
+ },
335
+ type: {
336
+ values: [
337
+ 'building',
338
+ 'house',
339
+ 'residential',
340
+ 'garage',
341
+ 'apartments',
342
+ 'industrial',
343
+ 'hut',
344
+ 'detached',
345
+ 'shed',
346
+ 'roof',
347
+ 'commercial',
348
+ 'terrace',
349
+ 'garages',
350
+ 'school',
351
+ 'building:part',
352
+ 'retail',
353
+ 'construction',
354
+ 'greenhouse',
355
+ 'barn',
356
+ 'farm_auxiliary',
357
+ 'church',
358
+ 'warehouse',
359
+ 'service',
360
+ 'farm',
361
+ 'civic',
362
+ 'cabin',
363
+ 'manufacture',
364
+ 'university',
365
+ 'office',
366
+ 'static_caravan',
367
+ 'hangar',
368
+ 'public',
369
+ 'collapsed',
370
+ 'hospital',
371
+ 'semidetached_house',
372
+ 'hotel',
373
+ 'bungalow',
374
+ 'chapel',
375
+ 'ger',
376
+ 'kindergarten',
377
+ 'ruins',
378
+ 'parking',
379
+ 'storage_tank',
380
+ 'dormitory',
381
+ 'mosque',
382
+ 'commercial;residential',
383
+ 'transportation',
384
+ 'stable',
385
+ 'train_station',
386
+ 'damaged',
387
+ 'college',
388
+ 'semi',
389
+ 'transformer_tower',
390
+ 'houseboat',
391
+ 'trullo',
392
+ 'bunker',
393
+ 'station',
394
+ 'slurry_tank',
395
+ 'shop',
396
+ 'cowshed',
397
+ 'silo',
398
+ 'supermarket',
399
+ 'pajaru',
400
+ 'terminal',
401
+ 'carport',
402
+ 'residence',
403
+ 'dam',
404
+ 'temple',
405
+ 'duplex',
406
+ 'factory',
407
+ 'agricultural',
408
+ 'constructie',
409
+ 'allotment_house',
410
+ 'chalet',
411
+ 'kiosk',
412
+ 'tower',
413
+ 'tank',
414
+ 'shelter',
415
+ 'dwelling_house',
416
+ 'pavilion',
417
+ 'grandstand',
418
+ 'Residence',
419
+ 'ruin',
420
+ 'boathouse',
421
+ 'store',
422
+ 'summer_cottage',
423
+ 'mobile_home',
424
+ 'government_office',
425
+ 'outbuilding',
426
+ 'beach_hut',
427
+ 'pub',
428
+ 'glasshouse',
429
+ 'apartment',
430
+ 'storage',
431
+ 'community_group_office',
432
+ 'clinic',
433
+ 'residences',
434
+ 'cathedral',
435
+ 'bangunan',
436
+ 'semi-detached'
437
+ ]
438
+ },
439
+ underground: {
440
+ values: ['true', 'false']
441
+ }
442
+ },
443
+ // ============ landuse_overlay ============
444
+ landuse_overlay: {
445
+ class: {
446
+ values: ['national_park', 'wetland', 'wetland_noveg']
447
+ },
448
+ type: {
449
+ values: [
450
+ 'wetland',
451
+ 'bog',
452
+ 'basin',
453
+ 'marsh',
454
+ 'swamp',
455
+ 'nature_reserve',
456
+ 'protected_area',
457
+ 'reedbed',
458
+ 'wet_meadow',
459
+ 'tidalflat',
460
+ 'mangrove',
461
+ 'mud',
462
+ 'saltmarsh',
463
+ 'national_park',
464
+ 'string_bog',
465
+ 'saltern',
466
+ 'fen',
467
+ 'palsa_bog',
468
+ 'tundra_pond',
469
+ 'peat_bog',
470
+ 'reed',
471
+ 'raised_bog',
472
+ 'reef'
473
+ ]
474
+ }
475
+ },
476
+ // ============ road ============
477
+ road: {
478
+ name_script: {
479
+ values: [
480
+ 'Arabic',
481
+ 'Armenian',
482
+ 'Bengali',
483
+ 'Bopomofo',
484
+ 'Canadian_Aboriginal',
485
+ 'Common',
486
+ 'Cyrillic',
487
+ 'Devanagari',
488
+ 'Ethiopic',
489
+ 'Georgian',
490
+ 'Glagolitic',
491
+ 'Greek',
492
+ 'Gujarati',
493
+ 'Gurmukhi',
494
+ 'Han',
495
+ 'Hangul',
496
+ 'Hebrew',
497
+ 'Hiragana',
498
+ 'Kannada',
499
+ 'Katakana',
500
+ 'Khmer',
501
+ 'Lao',
502
+ 'Latin',
503
+ 'Malayalam',
504
+ 'Mongolian',
505
+ 'Myanmar',
506
+ 'Nko',
507
+ 'Sinhala',
508
+ 'Syriac',
509
+ 'Tamil',
510
+ 'Telugu',
511
+ 'Thaana',
512
+ 'Thai',
513
+ 'Tibetan',
514
+ 'Tifinagh',
515
+ 'Unknown'
516
+ ]
517
+ },
518
+ oneway: {
519
+ values: ['true', 'false']
520
+ },
521
+ bike_lane: {
522
+ values: ['left', 'right', 'both', 'no', 'yes']
523
+ },
524
+ layer: {
525
+ values: [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5]
526
+ },
527
+ access: {
528
+ values: ['restricted']
529
+ },
530
+ dual_carriageway: {
531
+ values: ['true', 'false']
532
+ },
533
+ structure: {
534
+ values: ['none', 'bridge', 'tunnel', 'ford']
535
+ },
536
+ surface: {
537
+ values: ['paved', 'unpaved']
538
+ },
539
+ shield: {
540
+ values: [
541
+ 'default',
542
+ 'rectangle-white',
543
+ 'rectangle-red',
544
+ 'rectangle-orange',
545
+ 'rectangle-yellow',
546
+ 'rectangle-green',
547
+ 'rectangle-blue',
548
+ 'circle-white',
549
+ 'ae-national',
550
+ 'ae-d-route',
551
+ 'ae-f-route',
552
+ 'ae-s-route',
553
+ 'au-national-highway',
554
+ 'au-national-route',
555
+ 'au-state',
556
+ 'au-tourist',
557
+ 'br-federal',
558
+ 'br-state',
559
+ 'ch-motorway',
560
+ 'cn-nths-expy',
561
+ 'cn-provincial-expy',
562
+ 'de-motorway',
563
+ 'gr-motorway',
564
+ 'hk-strategic-route',
565
+ 'hr-motorway',
566
+ 'hu-motorway',
567
+ 'hu-main',
568
+ 'in-national',
569
+ 'in-state',
570
+ 'kr-natl-expy',
571
+ 'kr-natl-hwy',
572
+ 'kr-metro-expy',
573
+ 'kr-metropolitan',
574
+ 'kr-local',
575
+ 'mx-federal',
576
+ 'mx-state',
577
+ 'nz-state',
578
+ 'pe-national',
579
+ 'pe-regional',
580
+ 'ro-national',
581
+ 'ro-county',
582
+ 'ro-communal',
583
+ 'si-motorway',
584
+ 'tw-national',
585
+ 'tw-provincial-expy',
586
+ 'tw-provincial',
587
+ 'tw-county-township',
588
+ 'us-interstate',
589
+ 'us-interstate-duplex',
590
+ 'us-interstate-business',
591
+ 'us-interstate-truck',
592
+ 'us-highway',
593
+ 'us-highway-duplex',
594
+ 'us-highway-alternate',
595
+ 'us-highway-business',
596
+ 'us-highway-bypass',
597
+ 'us-highway-truck',
598
+ 'us-bia',
599
+ 'za-national',
600
+ 'za-provincial'
601
+ ]
602
+ },
603
+ shield_beta: {
604
+ values: [
605
+ 'default',
606
+ 'rectangle-white',
607
+ 'rectangle-red',
608
+ 'rectangle-orange',
609
+ 'rectangle-yellow',
610
+ 'rectangle-green',
611
+ 'rectangle-blue',
612
+ 'circle-white',
613
+ 'ae-national',
614
+ 'ae-d-route',
615
+ 'ae-f-route',
616
+ 'ae-s-route',
617
+ 'au-national-highway',
618
+ 'au-national-route',
619
+ 'au-state',
620
+ 'au-tourist',
621
+ 'br-federal',
622
+ 'br-state',
623
+ 'ch-motorway',
624
+ 'cn-nths-expy',
625
+ 'cn-provincial-expy',
626
+ 'de-motorway',
627
+ 'gr-motorway',
628
+ 'hk-strategic-route',
629
+ 'hr-motorway',
630
+ 'hu-motorway',
631
+ 'hu-main',
632
+ 'in-national',
633
+ 'in-state',
634
+ 'kr-natl-expy',
635
+ 'kr-natl-hwy',
636
+ 'kr-metro-expy',
637
+ 'kr-metropolitan',
638
+ 'kr-local',
639
+ 'mx-federal',
640
+ 'mx-state',
641
+ 'nz-state',
642
+ 'pe-national',
643
+ 'pe-regional',
644
+ 'ro-national',
645
+ 'ro-county',
646
+ 'ro-communal',
647
+ 'si-motorway',
648
+ 'tw-national',
649
+ 'tw-provincial-expy',
650
+ 'tw-provincial',
651
+ 'tw-county-township',
652
+ 'us-interstate',
653
+ 'us-interstate-duplex',
654
+ 'us-interstate-business',
655
+ 'us-interstate-truck',
656
+ 'us-highway',
657
+ 'us-highway-duplex',
658
+ 'us-highway-alternate',
659
+ 'us-highway-business',
660
+ 'us-highway-bypass',
661
+ 'us-highway-truck',
662
+ 'us-bia',
663
+ 'za-national',
664
+ 'za-provincial',
665
+ 'al-motorway',
666
+ 'ar-national',
667
+ 'cl-highway',
668
+ 'co-national',
669
+ 'cy-motorway',
670
+ 'il-highway-black',
671
+ 'il-highway-blue',
672
+ 'il-highway-green',
673
+ 'il-highway-red',
674
+ 'it-motorway',
675
+ 'md-local',
676
+ 'md-main',
677
+ 'my-expressway',
678
+ 'my-federal',
679
+ 'nz-urban',
680
+ 'ph-expressway',
681
+ 'ph-primary',
682
+ 'qa-main',
683
+ 'sa-highway',
684
+ 'th-highway',
685
+ 'th-motorway-toll',
686
+ 'tr-motorway'
687
+ ]
688
+ },
689
+ shield_text_color: {
690
+ values: ['black', 'blue', 'white', 'yellow', 'orange']
691
+ },
692
+ shield_text_color_beta: {
693
+ values: ['black', 'blue', 'white', 'yellow', 'red', 'green']
694
+ },
695
+ iso_3166_1: ISO_3166_1_FIELD,
696
+ class: {
697
+ values: [
698
+ 'motorway',
699
+ 'motorway_link',
700
+ 'trunk',
701
+ 'trunk_link',
702
+ 'primary',
703
+ 'primary_link',
704
+ 'secondary',
705
+ 'secondary_link',
706
+ 'tertiary',
707
+ 'tertiary_link',
708
+ 'level_crossing',
709
+ 'street',
710
+ 'street_limited',
711
+ 'pedestrian',
712
+ 'construction',
713
+ 'track',
714
+ 'service',
715
+ 'ferry',
716
+ 'path',
717
+ 'major_rail',
718
+ 'minor_rail',
719
+ 'service_rail',
720
+ 'aerialway',
721
+ 'golf',
722
+ 'turning_circle',
723
+ 'roundabout',
724
+ 'mini_roundabout',
725
+ 'turning_loop',
726
+ 'traffic_signals',
727
+ 'intersection',
728
+ 'junction'
729
+ ]
730
+ },
731
+ type: {
732
+ values: [
733
+ 'motorway',
734
+ 'motorway_link',
735
+ 'trunk',
736
+ 'primary',
737
+ 'secondary',
738
+ 'tertiary',
739
+ 'trunk_link',
740
+ 'primary_link',
741
+ 'secondary_link',
742
+ 'tertiary_link',
743
+ 'residential',
744
+ 'unclassified',
745
+ 'road',
746
+ 'living_street',
747
+ 'level_crossing',
748
+ 'raceway',
749
+ 'pedestrian',
750
+ 'platform',
751
+ 'construction:motorway',
752
+ 'construction:motorway_link',
753
+ 'construction:trunk',
754
+ 'construction:trunk_link',
755
+ 'construction:primary',
756
+ 'construction:primary_link',
757
+ 'construction:secondary',
758
+ 'construction:secondary_link',
759
+ 'construction:tertiary',
760
+ 'construction:tertiary_link',
761
+ 'construction:unclassified',
762
+ 'construction:residential',
763
+ 'construction:road',
764
+ 'construction:living_street',
765
+ 'construction:pedestrian',
766
+ 'construction',
767
+ 'track:grade1',
768
+ 'track:grade2',
769
+ 'track:grade3',
770
+ 'track:grade4',
771
+ 'track:grade5',
772
+ 'track',
773
+ 'service:alley',
774
+ 'service:emergency_access',
775
+ 'service:drive_through',
776
+ 'service:driveway',
777
+ 'service:parking_aisle',
778
+ 'service',
779
+ 'ferry',
780
+ 'ferry_auto',
781
+ 'steps',
782
+ 'corridor',
783
+ 'sidewalk',
784
+ 'crossing',
785
+ 'piste',
786
+ 'mountain_bike',
787
+ 'hiking',
788
+ 'trail',
789
+ 'cycleway',
790
+ 'footway',
791
+ 'path',
792
+ 'bridleway',
793
+ 'rail',
794
+ 'subway',
795
+ 'narrow_gauge',
796
+ 'funicular',
797
+ 'light_rail',
798
+ 'miniature',
799
+ 'monorail',
800
+ 'preserved',
801
+ 'tram',
802
+ 'aerialway:cable_car',
803
+ 'aerialway:gondola',
804
+ 'aerialway:mixed_lift',
805
+ 'aerialway:chair_lift',
806
+ 'aerialway:drag_lift',
807
+ 'aerialway:magic_carpet',
808
+ 'aerialway',
809
+ 'hole',
810
+ 'turning_circle',
811
+ 'mini_roundabout',
812
+ 'traffic_signals'
813
+ ]
814
+ },
815
+ toll: {
816
+ values: ['true']
817
+ }
818
+ },
819
+ // ============ admin ============
820
+ admin: {
821
+ admin_level: {
822
+ values: [0, 1, 2]
823
+ },
824
+ disputed: {
825
+ values: ['true', 'false']
826
+ },
827
+ iso_3166_1: ISO_3166_1_FIELD,
828
+ maritime: {
829
+ values: ['true', 'false']
830
+ },
831
+ worldview: {
832
+ values: ['JP', 'CN', 'IN', 'US', 'all']
833
+ }
834
+ },
835
+ // ============ place_label ============
836
+ place_label: {
837
+ class: {
838
+ values: [
839
+ 'country',
840
+ 'disputed_country',
841
+ 'state',
842
+ 'settlement',
843
+ 'disputed_settlement',
844
+ 'settlement_subdivision',
845
+ 'disputed_settlement_subdivision'
846
+ ]
847
+ },
848
+ name_script: {
849
+ values: [
850
+ 'Arabic',
851
+ 'Armenian',
852
+ 'Bengali',
853
+ 'Bopomofo',
854
+ 'Canadian_Aboriginal',
855
+ 'Common',
856
+ 'Cyrillic',
857
+ 'Devanagari',
858
+ 'Ethiopic',
859
+ 'Georgian',
860
+ 'Glagolitic',
861
+ 'Greek',
862
+ 'Gujarati',
863
+ 'Gurmukhi',
864
+ 'Han',
865
+ 'Hangul',
866
+ 'Hebrew',
867
+ 'Hiragana',
868
+ 'Kannada',
869
+ 'Katakana',
870
+ 'Khmer',
871
+ 'Lao',
872
+ 'Latin',
873
+ 'Malayalam',
874
+ 'Mongolian',
875
+ 'Myanmar',
876
+ 'Nko',
877
+ 'Sinhala',
878
+ 'Syriac',
879
+ 'Tamil',
880
+ 'Telugu',
881
+ 'Thaana',
882
+ 'Thai',
883
+ 'Tibetan',
884
+ 'Tifinagh',
885
+ 'Unknown'
886
+ ]
887
+ },
888
+ filterrank: {
889
+ values: [0, 1, 2, 3, 4, 5]
890
+ },
891
+ capital: {
892
+ values: [2, 3, 4, 5, 6]
893
+ },
894
+ text_anchor: {
895
+ values: [
896
+ 'center',
897
+ 'left',
898
+ 'right',
899
+ 'top',
900
+ 'top-left',
901
+ 'top-right',
902
+ 'bottom',
903
+ 'bottom-left',
904
+ 'bottom-right'
905
+ ]
906
+ },
907
+ symbolrank: {
908
+ values: [
909
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
910
+ ]
911
+ },
912
+ type: {
913
+ values: [
914
+ 'country',
915
+ 'territory',
916
+ 'sar',
917
+ 'disputed_territory',
918
+ 'state',
919
+ 'city',
920
+ 'town',
921
+ 'village',
922
+ 'hamlet',
923
+ 'suburb',
924
+ 'neighbourhood',
925
+ 'quarter',
926
+ 'block'
927
+ ]
928
+ },
929
+ iso_3166_1: ISO_3166_1_FIELD,
930
+ worldview: {
931
+ values: ['JP', 'CN', 'IN', 'US', 'all']
932
+ }
933
+ },
934
+ // ============ airport_label ============
935
+ airport_label: {
936
+ class: {
937
+ values: ['military', 'civil']
938
+ },
939
+ name_script: {
940
+ values: [
941
+ 'Arabic',
942
+ 'Armenian',
943
+ 'Bengali',
944
+ 'Bopomofo',
945
+ 'Canadian_Aboriginal',
946
+ 'Common',
947
+ 'Cyrillic',
948
+ 'Devanagari',
949
+ 'Ethiopic',
950
+ 'Georgian',
951
+ 'Glagolitic',
952
+ 'Greek',
953
+ 'Gujarati',
954
+ 'Gurmukhi',
955
+ 'Han',
956
+ 'Hangul',
957
+ 'Hebrew',
958
+ 'Hiragana',
959
+ 'Kannada',
960
+ 'Katakana',
961
+ 'Khmer',
962
+ 'Lao',
963
+ 'Latin',
964
+ 'Malayalam',
965
+ 'Mongolian',
966
+ 'Myanmar',
967
+ 'Nko',
968
+ 'Sinhala',
969
+ 'Syriac',
970
+ 'Tamil',
971
+ 'Telugu',
972
+ 'Thaana',
973
+ 'Thai',
974
+ 'Tibetan',
975
+ 'Tifinagh',
976
+ 'Unknown'
977
+ ]
978
+ },
979
+ maki: {
980
+ values: ['airport', 'heliport', 'rocket', 'airfield']
981
+ },
982
+ sizerank: {
983
+ values: [
984
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
985
+ ]
986
+ },
987
+ worldview: {
988
+ values: ['JP', 'CN', 'IN', 'US', 'all']
989
+ },
990
+ iso_3166_1: ISO_3166_1_FIELD
991
+ },
992
+ // ============ transit_stop_label ============
993
+ transit_stop_label: {
994
+ name_script: {
995
+ values: [
996
+ 'Arabic',
997
+ 'Armenian',
998
+ 'Bengali',
999
+ 'Bopomofo',
1000
+ 'Canadian_Aboriginal',
1001
+ 'Common',
1002
+ 'Cyrillic',
1003
+ 'Devanagari',
1004
+ 'Ethiopic',
1005
+ 'Georgian',
1006
+ 'Glagolitic',
1007
+ 'Greek',
1008
+ 'Gujarati',
1009
+ 'Gurmukhi',
1010
+ 'Han',
1011
+ 'Hangul',
1012
+ 'Hebrew',
1013
+ 'Hiragana',
1014
+ 'Kannada',
1015
+ 'Katakana',
1016
+ 'Khmer',
1017
+ 'Lao',
1018
+ 'Latin',
1019
+ 'Malayalam',
1020
+ 'Mongolian',
1021
+ 'Myanmar',
1022
+ 'Nko',
1023
+ 'Sinhala',
1024
+ 'Syriac',
1025
+ 'Tamil',
1026
+ 'Telugu',
1027
+ 'Thaana',
1028
+ 'Thai',
1029
+ 'Tibetan',
1030
+ 'Tifinagh',
1031
+ 'Unknown'
1032
+ ]
1033
+ },
1034
+ mode: {
1035
+ values: [
1036
+ 'metro_rail',
1037
+ 'rail',
1038
+ 'light_rail',
1039
+ 'tram',
1040
+ 'monorail',
1041
+ 'funicular',
1042
+ 'bicycle',
1043
+ 'bus',
1044
+ 'ferry'
1045
+ ]
1046
+ },
1047
+ stop_type: {
1048
+ values: ['stop', 'station', 'entrance']
1049
+ },
1050
+ maki: {
1051
+ values: [
1052
+ 'bus',
1053
+ 'rail',
1054
+ 'rail-light',
1055
+ 'entrance',
1056
+ 'ferry',
1057
+ 'bicycle-share',
1058
+ 'rail-metro'
1059
+ ]
1060
+ },
1061
+ network: {
1062
+ values: [
1063
+ 'barcelona-metro',
1064
+ 'boston-t',
1065
+ 'chongqing-rail-transit',
1066
+ 'de-s-bahn',
1067
+ 'de-s-bahn.de-u-bahn',
1068
+ 'de-u-bahn',
1069
+ 'delhi-metro',
1070
+ 'gb-national-rail',
1071
+ 'gb-national-rail.london-dlr',
1072
+ 'gb-national-rail.london-dlr.london-overground.london-tfl-rail.london-underground',
1073
+ 'gb-national-rail.london-dlr.london-overground.london-underground',
1074
+ 'gb-national-rail.london-dlr.london-underground',
1075
+ 'gb-national-rail.london-overground',
1076
+ 'gb-national-rail.london-overground.london-underground',
1077
+ 'gb-national-rail.london-overground.london-tfl-rail.london-underground',
1078
+ 'gb-national-rail.london-tfl-rail',
1079
+ 'gb-national-rail.london-tfl-rail.london-overground',
1080
+ 'gb-national-rail.london-tfl-rail.london-underground',
1081
+ 'gb-national-rail.london-underground',
1082
+ 'hong-kong-mtr',
1083
+ 'kiev-metro',
1084
+ 'london-dlr',
1085
+ 'london-dlr.london-tfl-rail',
1086
+ 'london-dlr.london-tfl-rail.london-underground',
1087
+ 'london-dlr.london-underground',
1088
+ 'london-overground',
1089
+ 'london-overground.london-tfl-rail',
1090
+ 'london-overground.london-tfl-rail.london-underground',
1091
+ 'london-overground.london-underground',
1092
+ 'london-tfl-rail',
1093
+ 'london-tfl-rail.london-underground',
1094
+ 'london-underground',
1095
+ 'madrid-metro',
1096
+ 'mexico-city-metro',
1097
+ 'milan-metro',
1098
+ 'moscow-metro',
1099
+ 'new-york-subway',
1100
+ 'osaka-subway',
1101
+ 'oslo-metro',
1102
+ 'paris-metro',
1103
+ 'paris-metro.paris-rer',
1104
+ 'paris-rer',
1105
+ 'paris-rer.paris-transilien',
1106
+ 'paris-transilien',
1107
+ 'philadelphia-septa',
1108
+ 'san-francisco-bart',
1109
+ 'singapore-mrt',
1110
+ 'stockholm-metro',
1111
+ 'taipei-metro',
1112
+ 'tokyo-metro',
1113
+ 'vienna-u-bahn',
1114
+ 'washington-metro',
1115
+ 'rail',
1116
+ 'rail-metro',
1117
+ 'rail-light',
1118
+ 'entrance',
1119
+ 'bus',
1120
+ 'ferry',
1121
+ 'bicycle-share'
1122
+ ]
1123
+ },
1124
+ network_beta: {
1125
+ values: [
1126
+ 'jp-shinkansen',
1127
+ 'jp-shinkansen.jp-jr',
1128
+ 'jp-shinkansen.tokyo-metro',
1129
+ 'jp-shinkansen.osaka-subway',
1130
+ 'jp-shinkansen.jp-jr.tokyo-metro',
1131
+ 'jp-shinkansen.jp-jr.osaka-subway',
1132
+ 'jp-jr',
1133
+ 'jp-jr.tokyo-metro',
1134
+ 'jp-jr.osaka-subway'
1135
+ ]
1136
+ },
1137
+ iso_3166_1: ISO_3166_1_FIELD,
1138
+ filterrank: {
1139
+ values: [0, 1, 2, 3, 4, 5]
1140
+ }
1141
+ },
1142
+ // ============ natural_label ============
1143
+ natural_label: {
1144
+ iso_3166_1: ISO_3166_1_FIELD,
1145
+ name_script: {
1146
+ values: [
1147
+ 'Arabic',
1148
+ 'Armenian',
1149
+ 'Bengali',
1150
+ 'Bopomofo',
1151
+ 'Canadian_Aboriginal',
1152
+ 'Common',
1153
+ 'Cyrillic',
1154
+ 'Devanagari',
1155
+ 'Ethiopic',
1156
+ 'Georgian',
1157
+ 'Glagolitic',
1158
+ 'Greek',
1159
+ 'Gujarati',
1160
+ 'Gurmukhi',
1161
+ 'Han',
1162
+ 'Hangul',
1163
+ 'Hebrew',
1164
+ 'Hiragana',
1165
+ 'Kannada',
1166
+ 'Katakana',
1167
+ 'Khmer',
1168
+ 'Lao',
1169
+ 'Latin',
1170
+ 'Malayalam',
1171
+ 'Mongolian',
1172
+ 'Myanmar',
1173
+ 'Nko',
1174
+ 'Sinhala',
1175
+ 'Syriac',
1176
+ 'Tamil',
1177
+ 'Telugu',
1178
+ 'Thaana',
1179
+ 'Thai',
1180
+ 'Tibetan',
1181
+ 'Tifinagh',
1182
+ 'Unknown'
1183
+ ]
1184
+ },
1185
+ sizerank: {
1186
+ values: [
1187
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
1188
+ ]
1189
+ },
1190
+ class: {
1191
+ values: [
1192
+ 'ocean',
1193
+ 'disputed_ocean',
1194
+ 'sea',
1195
+ 'disputed_sea',
1196
+ 'water',
1197
+ 'disputed_water',
1198
+ 'reservoir',
1199
+ 'disputed_reservoir',
1200
+ 'river',
1201
+ 'disputed_river',
1202
+ 'bay',
1203
+ 'disputed_bay',
1204
+ 'dock',
1205
+ 'disputed_dock',
1206
+ 'canal',
1207
+ 'disputed_canal',
1208
+ 'stream',
1209
+ 'disputed_stream',
1210
+ 'landform',
1211
+ 'disputed_landform',
1212
+ 'wetland',
1213
+ 'disputed_wetland',
1214
+ 'water_feature',
1215
+ 'disputed_water_feature',
1216
+ 'glacier',
1217
+ 'disputed_glacier',
1218
+ 'continent'
1219
+ ]
1220
+ },
1221
+ maki: {
1222
+ values: ['marker', 'waterfall', 'volcano', 'mountain']
1223
+ },
1224
+ filterrank: {
1225
+ values: [0, 1, 2, 3, 4, 5]
1226
+ },
1227
+ disputed: {
1228
+ values: ['true', 'false']
1229
+ },
1230
+ worldview: {
1231
+ values: ['JP', 'CN', 'IN', 'US', 'all']
1232
+ }
1233
+ },
1234
+ // ============ poi_label ============
1235
+ poi_label: {
1236
+ name_script: {
1237
+ values: [
1238
+ 'Arabic',
1239
+ 'Armenian',
1240
+ 'Bengali',
1241
+ 'Bopomofo',
1242
+ 'Canadian_Aboriginal',
1243
+ 'Common',
1244
+ 'Cyrillic',
1245
+ 'Devanagari',
1246
+ 'Ethiopic',
1247
+ 'Georgian',
1248
+ 'Glagolitic',
1249
+ 'Greek',
1250
+ 'Gujarati',
1251
+ 'Gurmukhi',
1252
+ 'Han',
1253
+ 'Hangul',
1254
+ 'Hebrew',
1255
+ 'Hiragana',
1256
+ 'Kannada',
1257
+ 'Katakana',
1258
+ 'Khmer',
1259
+ 'Lao',
1260
+ 'Latin',
1261
+ 'Malayalam',
1262
+ 'Mongolian',
1263
+ 'Myanmar',
1264
+ 'Nko',
1265
+ 'Sinhala',
1266
+ 'Syriac',
1267
+ 'Tamil',
1268
+ 'Telugu',
1269
+ 'Thaana',
1270
+ 'Thai',
1271
+ 'Tibetan',
1272
+ 'Tifinagh',
1273
+ 'Unknown'
1274
+ ]
1275
+ },
1276
+ maki: {
1277
+ values: [
1278
+ 'amusement-park',
1279
+ 'aquarium',
1280
+ 'art-gallery',
1281
+ 'attraction',
1282
+ 'cinema',
1283
+ 'casino',
1284
+ 'museum',
1285
+ 'stadium',
1286
+ 'theatre',
1287
+ 'zoo',
1288
+ 'marker',
1289
+ 'bank',
1290
+ 'bicycle',
1291
+ 'car-rental',
1292
+ 'laundry',
1293
+ 'suitcase',
1294
+ 'veterinary',
1295
+ 'college',
1296
+ 'school',
1297
+ 'bar',
1298
+ 'beer',
1299
+ 'cafe',
1300
+ 'fast-food',
1301
+ 'ice-cream',
1302
+ 'restaurant',
1303
+ 'restaurant-noodle',
1304
+ 'restaurant-pizza',
1305
+ 'restaurant-seafood',
1306
+ 'alcohol-shop',
1307
+ 'bakery',
1308
+ 'grocery',
1309
+ 'convenience',
1310
+ 'confectionery',
1311
+ 'castle',
1312
+ 'monument',
1313
+ 'harbor',
1314
+ 'farm',
1315
+ 'bridge',
1316
+ 'communications-tower',
1317
+ 'watermill',
1318
+ 'windmill',
1319
+ 'lodging',
1320
+ 'dentist',
1321
+ 'doctor',
1322
+ 'hospital',
1323
+ 'pharmacy',
1324
+ 'fuel',
1325
+ 'car-repair',
1326
+ 'charging-station',
1327
+ 'parking',
1328
+ 'parking-garage',
1329
+ 'campsite',
1330
+ 'cemetery',
1331
+ 'dog-park',
1332
+ 'garden',
1333
+ 'golf',
1334
+ 'park',
1335
+ 'picnic-site',
1336
+ 'playground',
1337
+ 'embassy',
1338
+ 'fire-station',
1339
+ 'library',
1340
+ 'police',
1341
+ 'post',
1342
+ 'prison',
1343
+ 'town-hall',
1344
+ 'place-of-worship',
1345
+ 'religious-buddhist',
1346
+ 'religious-christian',
1347
+ 'religious-jewish',
1348
+ 'religious-muslim',
1349
+ 'viewpoint',
1350
+ 'horse-riding',
1351
+ 'swimming',
1352
+ 'beach',
1353
+ 'american-football',
1354
+ 'basketball',
1355
+ 'tennis',
1356
+ 'table-tennis',
1357
+ 'volleyball',
1358
+ 'bowling-alley',
1359
+ 'slipway',
1360
+ 'pitch',
1361
+ 'fitness-centre',
1362
+ 'skateboard',
1363
+ 'car',
1364
+ 'clothing-store',
1365
+ 'furniture',
1366
+ 'hardware',
1367
+ 'globe',
1368
+ 'jewelry-store',
1369
+ 'mobile-phone',
1370
+ 'optician',
1371
+ 'shoe',
1372
+ 'watch',
1373
+ 'shop',
1374
+ 'music',
1375
+ 'drinking-water',
1376
+ 'information',
1377
+ 'toilet',
1378
+ 'ranger-station'
1379
+ ]
1380
+ },
1381
+ maki_beta: {
1382
+ values: [
1383
+ 'baseball',
1384
+ 'lighthouse',
1385
+ 'landmark',
1386
+ 'industry',
1387
+ 'highway-services',
1388
+ 'highway-rest-area',
1389
+ 'racetrack-cycling',
1390
+ 'racetrack-horse',
1391
+ 'racetrack-boat',
1392
+ 'racetrack',
1393
+ 'religious-shinto',
1394
+ 'observation-tower',
1395
+ 'restaurant-bbq',
1396
+ 'tunnel'
1397
+ ]
1398
+ },
1399
+ maki_modifier: {
1400
+ values: ['JP']
1401
+ },
1402
+ class: {
1403
+ values: [
1404
+ 'arts_and_entertainment',
1405
+ 'building',
1406
+ 'commercial_services',
1407
+ 'education',
1408
+ 'food_and_drink',
1409
+ 'food_and_drink_stores',
1410
+ 'historic',
1411
+ 'industrial',
1412
+ 'landmark',
1413
+ 'lodging',
1414
+ 'medical',
1415
+ 'motorist',
1416
+ 'park_like',
1417
+ 'place_like',
1418
+ 'public_facilities',
1419
+ 'religion',
1420
+ 'sport_and_leisure',
1421
+ 'store_like',
1422
+ 'visitor_amenities',
1423
+ 'general'
1424
+ ]
1425
+ },
1426
+ type: {
1427
+ values: [
1428
+ 'Parking',
1429
+ 'Locality',
1430
+ 'Yes',
1431
+ 'School',
1432
+ 'Restaurant',
1433
+ 'Place Of Worship',
1434
+ 'Pitch',
1435
+ 'Swimming Pool',
1436
+ 'Retail',
1437
+ 'Playground',
1438
+ 'Convenience',
1439
+ 'Residential',
1440
+ 'Park',
1441
+ 'Fuel',
1442
+ 'Fast Food',
1443
+ 'Isolated Dwelling',
1444
+ 'Cafe',
1445
+ 'Supermarket',
1446
+ 'Cemetery',
1447
+ 'Hotel',
1448
+ 'Bank',
1449
+ 'Industrial',
1450
+ 'Pharmacy',
1451
+ 'Clothes',
1452
+ 'Guidepost',
1453
+ 'Allotments',
1454
+ 'Hospital',
1455
+ 'Apartments',
1456
+ 'Kindergarten',
1457
+ 'Toilets',
1458
+ 'Memorial',
1459
+ 'Hairdresser',
1460
+ 'Car Repair',
1461
+ 'Bar',
1462
+ 'Commercial',
1463
+ 'Bakery',
1464
+ 'Government',
1465
+ 'Board',
1466
+ 'Bridge',
1467
+ 'House',
1468
+ 'Company',
1469
+ 'Grave Yard',
1470
+ 'Drinking Water',
1471
+ 'Post Office',
1472
+ 'Pub',
1473
+ 'Clinic',
1474
+ 'Beach',
1475
+ 'Guest House',
1476
+ 'Sports Centre',
1477
+ 'Attraction',
1478
+ 'Viewpoint',
1479
+ 'Doctors',
1480
+ 'Car',
1481
+ 'Townhall',
1482
+ 'Police',
1483
+ 'Fire Station',
1484
+ 'University',
1485
+ 'Camp Site',
1486
+ 'Picnic Site',
1487
+ 'Beauty',
1488
+ 'Community Centre',
1489
+ 'Dentist',
1490
+ 'Works',
1491
+ 'Library',
1492
+ 'Shinto',
1493
+ 'Museum',
1494
+ 'Social Facility',
1495
+ 'Wood',
1496
+ 'Nature Reserve',
1497
+ 'Mobile Phone',
1498
+ 'Information',
1499
+ 'Hardware',
1500
+ 'Furniture',
1501
+ 'Buddhist',
1502
+ 'Chalet',
1503
+ 'Electronics',
1504
+ 'Marketplace',
1505
+ 'Butcher',
1506
+ 'College',
1507
+ 'Forest',
1508
+ 'Mall',
1509
+ 'Estate Agent',
1510
+ 'Shoes',
1511
+ 'Alcohol',
1512
+ 'Florist',
1513
+ 'Archaeological Site',
1514
+ 'Picnic Table',
1515
+ 'Ruins',
1516
+ 'Doityourself',
1517
+ 'Fitness Centre',
1518
+ 'Car Parts',
1519
+ 'Monument',
1520
+ 'Map',
1521
+ 'Optician',
1522
+ 'Office',
1523
+ 'Jewelry',
1524
+ 'Variety Store',
1525
+ 'Hostel',
1526
+ 'Construction',
1527
+ 'Insurance'
1528
+ ]
1529
+ },
1530
+ brand: {
1531
+ values: [
1532
+ '21rentacar',
1533
+ '2nd-street',
1534
+ '31-ice-cream',
1535
+ '7-eleven',
1536
+ 'aen',
1537
+ 'aeon',
1538
+ 'aiya',
1539
+ 'alpen',
1540
+ 'aoki',
1541
+ 'aoyama',
1542
+ 'asakuma',
1543
+ 'atom',
1544
+ 'audi',
1545
+ 'autobacs',
1546
+ 'b-kids',
1547
+ 'bamiyan',
1548
+ 'barneys-newyork',
1549
+ 'benz',
1550
+ 'best-denki',
1551
+ 'big-boy',
1552
+ 'bikkuri-donkey',
1553
+ 'bmw',
1554
+ 'bon-belta',
1555
+ 'book-off',
1556
+ 'budget',
1557
+ 'carenex',
1558
+ 'casa',
1559
+ 'citroen',
1560
+ 'cockpit',
1561
+ 'coco-ichibanya',
1562
+ 'cocos',
1563
+ 'community-store',
1564
+ 'cosmo-oil',
1565
+ 'costco',
1566
+ 'daiei',
1567
+ 'daihatsu',
1568
+ 'daily-store',
1569
+ 'daimaru',
1570
+ 'daiwa',
1571
+ 'dennys',
1572
+ 'dio',
1573
+ 'doutor-coffee',
1574
+ 'eki-rent-a-car',
1575
+ 'eneos',
1576
+ 'f-rent-a-car',
1577
+ 'familymart',
1578
+ 'ferrari',
1579
+ 'fiat',
1580
+ 'forus',
1581
+ 'fukudaya-department-store',
1582
+ 'fukuya',
1583
+ 'futata',
1584
+ 'garage-off',
1585
+ 'general-motors',
1586
+ 'gmdat',
1587
+ 'grache-gardens',
1588
+ 'gulliver',
1589
+ 'gusto',
1590
+ 'hamacho',
1591
+ 'hamazushi',
1592
+ 'hamburg-restaurant-bell',
1593
+ 'hankyu-department-store',
1594
+ 'hanshin',
1595
+ 'hard-off',
1596
+ 'haruyama',
1597
+ 'heisei-car',
1598
+ 'heiwado',
1599
+ 'hihirose',
1600
+ 'hino',
1601
+ 'hobby-off',
1602
+ 'hokuren',
1603
+ 'honda',
1604
+ 'honda-cars',
1605
+ 'ichibata-department-store',
1606
+ 'idemitsu-oil',
1607
+ 'inageya',
1608
+ 'isetan',
1609
+ 'isuzu',
1610
+ 'ito-yokado',
1611
+ 'iwataya',
1612
+ 'izumi',
1613
+ 'izumiya',
1614
+ 'izutsuya',
1615
+ 'j-net-rentcar',
1616
+ 'ja-ss',
1617
+ 'jaguar',
1618
+ 'japan-post-bank',
1619
+ 'japan-post-insurance',
1620
+ 'japan-rent-a-car',
1621
+ 'jolly-ox',
1622
+ 'jolly-pasta',
1623
+ 'jonathans',
1624
+ 'joyfull',
1625
+ 'jumble-store',
1626
+ 'kaisen-misakiko',
1627
+ 'kasumi',
1628
+ 'kawatoku',
1629
+ 'keihan-department-store',
1630
+ 'keio-department-store',
1631
+ 'kfc',
1632
+ 'kintetsu-department-store',
1633
+ 'kygnus-oil',
1634
+ 'kyubeiya',
1635
+ 'laforet-harajuku',
1636
+ 'lamborghini',
1637
+ 'lamu',
1638
+ 'landrover',
1639
+ 'lawson',
1640
+ 'lexus',
1641
+ 'life',
1642
+ 'lotteria',
1643
+ 'lumine',
1644
+ 'maruetsu',
1645
+ 'maruetsupetit',
1646
+ 'maruhiro-department-store',
1647
+ 'maruhoncowboy',
1648
+ 'marui',
1649
+ 'marunen-me',
1650
+ 'matsubishi',
1651
+ 'matsuya',
1652
+ 'matsuya-department-store',
1653
+ 'matsuyadenki',
1654
+ 'matsuzakaya',
1655
+ 'mazda-autozam',
1656
+ 'mazda-enfini',
1657
+ 'mcdonalds',
1658
+ 'meitetsu-pare-department-store',
1659
+ 'melsa',
1660
+ 'michi-no-eki',
1661
+ 'milky-way',
1662
+ 'mini',
1663
+ 'mini-piago',
1664
+ 'ministop',
1665
+ 'mitsubishi-corporation-energy',
1666
+ 'mitsubishi-fuso',
1667
+ 'mitsubishi-motors',
1668
+ 'mitsukoshi',
1669
+ 'mizuho-bank',
1670
+ 'mode-off',
1671
+ 'mos-burger',
1672
+ 'mufg-bank',
1673
+ 'my-basket',
1674
+ 'nagasakiya',
1675
+ 'nakago',
1676
+ 'nakasan',
1677
+ 'nakau',
1678
+ 'natural-lawson',
1679
+ 'navi',
1680
+ 'netz-toyota',
1681
+ 'niconicorentacar',
1682
+ 'nippo-rent-a-car-system',
1683
+ 'nippon-rent-a-car',
1684
+ 'nissan',
1685
+ 'nissan-cherry',
1686
+ 'nissan-motor',
1687
+ 'nissan-parts',
1688
+ 'nissan-prince',
1689
+ 'nissan-rent-a-car',
1690
+ 'nissan-satio',
1691
+ 'odakyu-department-store',
1692
+ 'off-house',
1693
+ 'ohsho',
1694
+ 'oita-rental',
1695
+ 'ok',
1696
+ 'okajima',
1697
+ 'okuno',
1698
+ 'okuwa',
1699
+ 'onuma',
1700
+ 'orix-rent-a-car',
1701
+ 'osaka-ohsho',
1702
+ 'ots-rentacar',
1703
+ 'palty-fuji',
1704
+ 'parco',
1705
+ 'petras',
1706
+ 'peugeot',
1707
+ 'plaka',
1708
+ 'poplar',
1709
+ 'popolo',
1710
+ 'pork-cutlet-hamakatsu',
1711
+ 'porsche',
1712
+ 'ralse',
1713
+ 'recycle-mart',
1714
+ 'red-cabbage',
1715
+ 'red-lobster',
1716
+ 'renault',
1717
+ 'resona-bank',
1718
+ 'ringer-hut',
1719
+ 'rolls-royce',
1720
+ 'royal-host',
1721
+ 'saga-rent-lease',
1722
+ 'saijo-department-store',
1723
+ 'saikaya',
1724
+ 'saint-marc',
1725
+ 'saitama-resona-bank',
1726
+ 'saizeriya',
1727
+ 'sanbangai',
1728
+ 'sanei',
1729
+ 'santa-no-souko',
1730
+ 'sato',
1731
+ 'seibu',
1732
+ 'seicomart',
1733
+ 'seiyu',
1734
+ 'shabushabu-dontei',
1735
+ 'shinkin-bank',
1736
+ 'showa-shell-oil',
1737
+ 'sizzler',
1738
+ 'sky-rentallease',
1739
+ 'smile-santa',
1740
+ 'sogo',
1741
+ 'sokoseikatsukan',
1742
+ 'solato',
1743
+ 'starbucks-coffee',
1744
+ 'steak-hamburg-ken',
1745
+ 'steak-miya',
1746
+ 'steak-no-don',
1747
+ 'store100',
1748
+ 'subaru',
1749
+ 'suehiro',
1750
+ 'sukiya',
1751
+ 'sumitomo-mitsui-banking-corporation',
1752
+ 'sunpiazza',
1753
+ 'sushihan',
1754
+ 'suzuki',
1755
+ 'suzuran-department-store',
1756
+ 'tachiya',
1757
+ 'taiyakan',
1758
+ 'takarajima',
1759
+ 'takashimaya',
1760
+ 'tamaya',
1761
+ 'tenmaya',
1762
+ 'times-car-rental',
1763
+ 'tobu-department-store',
1764
+ 'tokiwa',
1765
+ 'tokyu-department-store',
1766
+ 'tokyu-store',
1767
+ 'tomato-onion',
1768
+ 'tonden',
1769
+ 'toyopet',
1770
+ 'toyota',
1771
+ 'toyota-corolla',
1772
+ 'toyota-parts',
1773
+ 'toyota-rent-a-car',
1774
+ 'tsuruya-department-store',
1775
+ 'tullys-coffee',
1776
+ 'ud-trucks',
1777
+ 'victoria',
1778
+ 'victoria-station',
1779
+ 'vivre',
1780
+ 'volks',
1781
+ 'volkswagen',
1782
+ 'volvo',
1783
+ 'yamakataya',
1784
+ 'yamazaki-shop',
1785
+ 'yanase',
1786
+ 'yao-department-store',
1787
+ 'yayoiken',
1788
+ 'yellow-hat',
1789
+ 'york-benimaru',
1790
+ 'yoshinoya',
1791
+ 'you-me-mart',
1792
+ 'yumean',
1793
+ 'zenrin'
1794
+ ]
1795
+ },
1796
+ category_en: {
1797
+ values: [
1798
+ 'Locality',
1799
+ 'School Grounds',
1800
+ 'Swimming Pool',
1801
+ 'Restaurant',
1802
+ 'Park',
1803
+ 'Church',
1804
+ 'Shop',
1805
+ 'Playground',
1806
+ 'Sport Pitch',
1807
+ 'Convenience Store',
1808
+ 'Gas Station',
1809
+ 'Supermarket',
1810
+ 'Cafe',
1811
+ 'Cemetery',
1812
+ 'Bank',
1813
+ 'Fast Food',
1814
+ 'Hotel',
1815
+ 'Isolated Dwelling',
1816
+ 'Retail Building',
1817
+ 'Guidepost',
1818
+ 'Pharmacy',
1819
+ 'Residential Area',
1820
+ 'Community Garden',
1821
+ 'Clothing Store',
1822
+ 'Kindergarten',
1823
+ 'Information Board',
1824
+ 'Graveyard',
1825
+ 'Memorial',
1826
+ 'Apartments',
1827
+ 'Hospital Grounds',
1828
+ 'Pub',
1829
+ 'Post Office',
1830
+ 'Bar',
1831
+ 'House',
1832
+ 'Bakery',
1833
+ 'Industrial Area',
1834
+ 'Car Repair Shop',
1835
+ 'Mosque',
1836
+ 'Place of Worship',
1837
+ 'Viewpoint',
1838
+ 'Sports Complex',
1839
+ 'Police',
1840
+ 'Beach',
1841
+ 'Picnic Site',
1842
+ 'Tourist Attraction',
1843
+ 'Guest House',
1844
+ 'Town Hall',
1845
+ 'Car Parking',
1846
+ 'Fire Station',
1847
+ 'Campground',
1848
+ 'Car Dealership',
1849
+ "Doctor's Office",
1850
+ 'Residential Building',
1851
+ 'Community Center',
1852
+ 'Library',
1853
+ 'Museum',
1854
+ 'Clinic',
1855
+ 'Information',
1856
+ 'Dentist',
1857
+ 'Social Facility',
1858
+ 'Monument',
1859
+ 'Hardware Store',
1860
+ 'Butcher',
1861
+ 'Wood',
1862
+ 'Furniture Store',
1863
+ 'Florist',
1864
+ 'Marketplace',
1865
+ 'University Grounds',
1866
+ 'Electronics Store',
1867
+ 'DIY Store',
1868
+ 'Mall',
1869
+ 'College Grounds',
1870
+ 'Shoe Store',
1871
+ 'Mobile Phone Store',
1872
+ 'University Building',
1873
+ 'Archaeological Site',
1874
+ 'Liquor Store',
1875
+ 'Quarry',
1876
+ 'Stadium',
1877
+ 'Commercial Area',
1878
+ 'Tower',
1879
+ 'Buddhist Temple',
1880
+ 'Hostel',
1881
+ 'Castle',
1882
+ 'Factory',
1883
+ 'Bridge',
1884
+ 'Ruins',
1885
+ 'Department Store',
1886
+ 'Motel',
1887
+ 'Book Store',
1888
+ 'Jeweler',
1889
+ 'Optician',
1890
+ 'Golf Course',
1891
+ 'Holiday Cottage',
1892
+ 'Gift Shop',
1893
+ 'Farmland',
1894
+ 'Bicycle Shop',
1895
+ 'Greengrocer',
1896
+ 'Theater',
1897
+ 'Retail Area'
1898
+ ]
1899
+ },
1900
+ 'category_zh-Hans': {
1901
+ values: [
1902
+ '地方',
1903
+ '学校',
1904
+ '游泳池',
1905
+ '餐馆',
1906
+ '公园',
1907
+ '基督教堂',
1908
+ '商店',
1909
+ '墓地',
1910
+ '儿童游乐场',
1911
+ '运动场地',
1912
+ '便利店',
1913
+ '加油站',
1914
+ '超市',
1915
+ '咖啡馆',
1916
+ '银行',
1917
+ '快餐店',
1918
+ '宾馆',
1919
+ '孤立居所',
1920
+ '零售业建筑',
1921
+ '路标',
1922
+ '药房',
1923
+ '居民区',
1924
+ '公共花园',
1925
+ '服装店',
1926
+ '幼儿园',
1927
+ '信息板',
1928
+ '纪念碑',
1929
+ '住宅楼',
1930
+ '诊所',
1931
+ '医院',
1932
+ '酒馆',
1933
+ '邮局',
1934
+ '酒吧',
1935
+ '房屋',
1936
+ '面包店',
1937
+ '工业区',
1938
+ '汽车修理店',
1939
+ '清真寺',
1940
+ '礼拜场所',
1941
+ '观景点',
1942
+ '体育中心/综合体育场',
1943
+ '警察局',
1944
+ '海滩',
1945
+ '野餐地',
1946
+ '旅游名胜',
1947
+ '小旅馆',
1948
+ '政府办公大楼',
1949
+ '停车场',
1950
+ '消防站',
1951
+ '宿营场地',
1952
+ '汽车店',
1953
+ '住宅建筑物',
1954
+ '社区中心',
1955
+ '图书馆',
1956
+ '博物馆',
1957
+ '游客中心',
1958
+ '牙科医院',
1959
+ '社会服务设施',
1960
+ '纪念堂',
1961
+ '五金店',
1962
+ '肉店',
1963
+ '树林',
1964
+ '家具店',
1965
+ '花店',
1966
+ '鞋店',
1967
+ '市场',
1968
+ '大学',
1969
+ '电子产品店',
1970
+ 'DIY店',
1971
+ '购物中心',
1972
+ '学院',
1973
+ '手机店',
1974
+ '大学建筑',
1975
+ '考古遗址',
1976
+ '外卖酒店',
1977
+ '露天矿场',
1978
+ '体育场',
1979
+ '商业区',
1980
+ '塔',
1981
+ '佛教寺庙',
1982
+ '旅舍',
1983
+ '城堡',
1984
+ '工厂',
1985
+ '桥梁',
1986
+ '遗迹',
1987
+ '百货商场',
1988
+ '汽车旅馆',
1989
+ '书店',
1990
+ '珠宝店',
1991
+ '眼镜店',
1992
+ '高尔夫球场',
1993
+ '度假屋',
1994
+ '礼品店',
1995
+ '自行车店',
1996
+ '蔬果店',
1997
+ '剧院',
1998
+ '零售商店',
1999
+ '兽医院',
2000
+ '旅行社',
2001
+ '绿地'
2002
+ ]
2003
+ },
2004
+ iso_3166_1: ISO_3166_1_FIELD,
2005
+ sizerank: {
2006
+ values: [
2007
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
2008
+ ]
2009
+ },
2010
+ filterrank: {
2011
+ values: [0, 1, 2, 3, 4, 5]
2012
+ },
2013
+ disputed: {
2014
+ values: ['true', 'false']
2015
+ }
2016
+ },
2017
+ // ============ motorway_junction ============
2018
+ motorway_junction: {
2019
+ iso_3166_1: ISO_3166_1_FIELD,
2020
+ class: {
2021
+ values: [
2022
+ 'motorway',
2023
+ 'motorway_link',
2024
+ 'trunk',
2025
+ 'trunk_link',
2026
+ 'primary',
2027
+ 'secondary',
2028
+ 'tertiary',
2029
+ 'primary_link',
2030
+ 'secondary_link',
2031
+ 'tertiary_link',
2032
+ 'street',
2033
+ 'street_limited',
2034
+ 'construction',
2035
+ 'track',
2036
+ 'service',
2037
+ 'path',
2038
+ 'major_rail',
2039
+ 'minor_rail',
2040
+ 'service_rail'
2041
+ ]
2042
+ },
2043
+ type: {
2044
+ values: [
2045
+ 'motorway',
2046
+ 'trunk',
2047
+ 'motorway_link',
2048
+ 'primary',
2049
+ 'trunk_link',
2050
+ 'secondary',
2051
+ 'tertiary',
2052
+ 'primary_link',
2053
+ 'secondary_link',
2054
+ 'tertiary_link'
2055
+ ]
2056
+ },
2057
+ maki_beta: {
2058
+ values: ['interchange', 'junction']
2059
+ },
2060
+ filterrank: {
2061
+ values: [0, 1, 2, 3, 4, 5]
2062
+ }
2063
+ },
2064
+ // ============ housenum_label ============
2065
+ housenum_label: {
2066
+ iso_3166_1: ISO_3166_1_FIELD
2067
+ }
2068
+ };
2069
+ //# sourceMappingURL=mapboxStreetsV8Fields.trimmed.js.map