mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			631 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			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: 'Martin Raifer',
 | |
|     contact_email: 'martin@raifer.tech'
 | |
|   },
 | |
|   translOrgId: 'openstreetmap',
 | |
|   translProjectId: 'id-editor',
 | |
|   translResourceIds: ['presets'],
 | |
|   translReviewedOnly: ['vi']
 | |
| });
 | 
