Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Dec 23, 2024
1 parent 918d8d3 commit 63d2959
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import com.vaadin.flow.component.html.H1;
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
import com.vaadin.flow.router.Route;
import org.apache.commons.lang3.ArrayUtils;
import org.junit.platform.commons.util.CollectionUtils;
import org.vaadin.addons.maplibre.dto.CircleLayerDefinition;
import org.vaadin.addons.maplibre.dto.CirclePaint;
import org.vaadin.addons.maplibre.dto.FillLayerDefinition;
Expand Down Expand Up @@ -110,7 +108,7 @@ public FinnishTerrainMapWithSomeNauticalChartDataMap() throws IOException, URISy

setLayout(new SymbolLayout() {{
setSymbolPlacement(SymbolPlacement.lineCenter);
setTextField("{VALDCO}");
setTextField("{VALDCO} ");
setTextFont("Open Sans Semibold");
setTextSize(Interpolate
.exponential(1.4)
Expand Down

0 comments on commit 63d2959

Please sign in to comment.