forked from MapComplete/MapComplete
		
	Remove obsolete code fragment, remove w-min from label
This commit is contained in:
		
							parent
							
								
									26ff765e5f
								
							
						
					
					
						commit
						aacbb74caf
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		| 
						 | 
					@ -361,12 +361,6 @@ export default class LayerConfig {
 | 
				
			||||||
        const self = this;
 | 
					        const self = this;
 | 
				
			||||||
        const mappedHtml = tags.map(tgs => {
 | 
					        const mappedHtml = tags.map(tgs => {
 | 
				
			||||||
            function genHtmlFromString(sourcePart: string): BaseUIElement {
 | 
					            function genHtmlFromString(sourcePart: string): BaseUIElement {
 | 
				
			||||||
                if (sourcePart.indexOf("html:") == 0) {
 | 
					 | 
				
			||||||
                    // We use § as a replacement for ;
 | 
					 | 
				
			||||||
                    const html = sourcePart.substring("html:".length)
 | 
					 | 
				
			||||||
                    const inner = new FixedUiElement(SubstitutingTag.substituteString(html, tgs)).SetClass("block w-min text-center")
 | 
					 | 
				
			||||||
                    return new Combine([inner]).SetClass("flex flex-col items-center");
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
                const style = `width:100%;height:100%;transform: rotate( ${rotation} );display:block;position: absolute; top: 0; left: 0`;
 | 
					                const style = `width:100%;height:100%;transform: rotate( ${rotation} );display:block;position: absolute; top: 0; left: 0`;
 | 
				
			||||||
                let html: BaseUIElement = new FixedUiElement(`<img src="${sourcePart}" style="${style}" />`);
 | 
					                let html: BaseUIElement = new FixedUiElement(`<img src="${sourcePart}" style="${style}" />`);
 | 
				
			||||||
| 
						 | 
					@ -428,7 +422,7 @@ export default class LayerConfig {
 | 
				
			||||||
            try {
 | 
					            try {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                const label = self.label?.GetRenderValue(tgs)?.Subs(tgs)
 | 
					                const label = self.label?.GetRenderValue(tgs)?.Subs(tgs)
 | 
				
			||||||
                    ?.SetClass("block w-min text-center")
 | 
					                    ?.SetClass("block text-center")
 | 
				
			||||||
                    ?.SetStyle("margin-top: " + (iconH + 2) + "px")
 | 
					                    ?.SetStyle("margin-top: " + (iconH + 2) + "px")
 | 
				
			||||||
                if (label !== undefined) {
 | 
					                if (label !== undefined) {
 | 
				
			||||||
                    htmlParts.push(new Combine([label]).SetClass("flex flex-col items-center"))
 | 
					                    htmlParts.push(new Combine([label]).SetClass("flex flex-col items-center"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue