forked from MapComplete/MapComplete
		
	Fix bug in generation of the main manifest file
This commit is contained in:
		
							parent
							
								
									b441e6e8a5
								
							
						
					
					
						commit
						3b66bce24d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -212,9 +212,9 @@ createManifest(new LayoutConfig({ | |||
|     startLat: 0, | ||||
|     startLon: 0, | ||||
|     startZoom: 0, | ||||
|     title: "MapComplete", | ||||
|     title: {en:"MapComplete"}, | ||||
|     version: Constants.vNumber, | ||||
|     description: "MapComplete as a map viewer and editor which show thematic POI based on OpenStreetMap" | ||||
|     description: {en:"A thematic map viewer and editor based on OpenStreetMap"} | ||||
| }), "").then(manifObj => { | ||||
|     const manif = JSON.stringify(manifObj, undefined, 2); | ||||
|     writeFileSync("index.manifest", manif) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue