From 5eda9cf5fb4da18c821f27dbae3c83434d787c73 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 5 Aug 2024 12:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aff440..755b06b 100644 --- a/README.md +++ b/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" + } + } +} + + + +``` ![test](https://github.com/openstreetmap/id-tagging-schema/workflows/test/badge.svg) [![npm version](https://badge.fury.io/js/%40openstreetmap%2Fid-tagging-schema.svg)](https://badge.fury.io/js/%40openstreetmap%2Fid-tagging-schema)