mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
Updated taginfo project name, description (#238)
This commit is contained in:
Vendored
+3
-3
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"data_format": 1,
|
||||
"project": {
|
||||
"name": "iD Editor",
|
||||
"description": "Online editor for OSM data.",
|
||||
"project_url": "https://github.com/openstreetmap/iD",
|
||||
"name": "iD Tagging Schema",
|
||||
"description": "Presets available in the iD and Go Map!! editors and recognized by the Overpass turbo query wizard",
|
||||
"project_url": "https://github.com/openstreetmap/id-tagging-schema/",
|
||||
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png",
|
||||
"contact_name": "Quincy Morgan",
|
||||
"contact_email": "q@quincylvania.com"
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+3
-3
@@ -2,9 +2,9 @@ const schemaBuilder = require('@ideditor/schema-builder');
|
||||
|
||||
schemaBuilder.buildDist({
|
||||
taginfoProjectInfo: {
|
||||
name: 'iD Editor',
|
||||
description: 'Online editor for OSM data.',
|
||||
project_url: 'https://github.com/openstreetmap/iD',
|
||||
name: 'iD Tagging Schema',
|
||||
description: 'Presets available in the iD and Go Map!! editors and recognized by the Overpass turbo query wizard',
|
||||
project_url: 'https://github.com/openstreetmap/id-tagging-schema/',
|
||||
icon_url: 'https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png',
|
||||
contact_name: 'Quincy Morgan',
|
||||
contact_email: 'q@quincylvania.com'
|
||||
|
||||
Reference in New Issue
Block a user