id-tagging-schema/scripts/dist.js
2021-12-13 18:30:50 +01:00

16 lines
631 B
JavaScript

const schemaBuilder = require('@ideditor/schema-builder');
schemaBuilder.buildDist({
taginfoProjectInfo: {
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'
},
translOrgId: 'openstreetmap',
translProjectId: 'id-editor',
translResourceIds: ['presets'],
translReviewedOnly: ['vi']
});