更新 'README.md'
This commit is contained in:
32
README.md
32
README.md
@@ -1,6 +1,11 @@
|
||||
## 图标库
|
||||
|
||||
https://github.com/mapbox/maki.git
|
||||
|
||||
|
||||
新建数据类型
|
||||
|
||||
|
||||
## 新建数据类型
|
||||
|
||||
data/presets/xxx/yyyy.json
|
||||
|
||||
@@ -14,6 +19,31 @@ dist/presets.json
|
||||
dist/taginfo.json
|
||||
|
||||
|
||||
## 选项
|
||||
|
||||
* 下拉菜单
|
||||
|
||||
dronesstationmode.json
|
||||
|
||||
id-tagging-schema/data/fields/dronesstationmode.json
|
||||
|
||||
```
|
||||
{
|
||||
"key": "dronesstationmode",
|
||||
"type": "combo",
|
||||
"label": "dronesstationmode",
|
||||
"strings": {
|
||||
"options": {
|
||||
"A": "A",
|
||||
"B": "B",
|
||||
"C": "C"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
 [](https://badge.fury.io/js/%40openstreetmap%2Fid-tagging-schema)
|
||||
|
||||
Reference in New Issue
Block a user