Skip to content

Commit 7930a52

Browse files
committed
Add contact info to taginfo file (re: #7502)
1 parent 482f62a commit 7930a52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build_data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ function generateTaginfo(presets, fields) {
438438
'project_url': 'https://github.com/openstreetmap/iD',
439439
'doc_url': 'https://github.com/openstreetmap/iD/blob/develop/data/presets/README.md',
440440
'icon_url': 'https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png',
441-
'keywords': ['editor']
441+
'contact_name': 'Quincy Morgan',
442+
'contact_email': 'q@quincylvania.com'
442443
},
443444
'tags': []
444445
};

data/taginfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data_format": 1,
33
"data_url": "https://raw.githubusercontent.com/openstreetmap/iD/develop/data/taginfo.json",
4-
"project": {"name": "iD Editor", "description": "Online editor for OSM data.", "project_url": "https://github.com/openstreetmap/iD", "doc_url": "https://github.com/openstreetmap/iD/blob/develop/data/presets/README.md", "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png", "keywords": ["editor"]},
4+
"project": {"name": "iD Editor", "description": "Online editor for OSM data.", "project_url": "https://github.com/openstreetmap/iD", "doc_url": "https://github.com/openstreetmap/iD/blob/develop/data/presets/README.md", "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png", "contact_name": "Quincy Morgan", "contact_email": "q@quincylvania.com"},
55
"tags": [
66
{"key": "aerialway", "description": "🄿 Aerialway Feature (unsearchable), 🄵 Type", "object_types": ["node", "way"]},
77
{"key": "aeroway", "description": "🄿 Aeroway Feature (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},

0 commit comments

Comments
 (0)