Merge branch 'develop' into feature/flexible-mapping-search

This commit is contained in:
Pieter Vander Vennet 2022-07-10 18:25:28 +02:00
commit 7fdfeb865c
57 changed files with 6543 additions and 303 deletions

View file

@ -54,7 +54,7 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
const titleIcons = new Combine(
layerConfig.titleIcons.map(icon => {
return new TagRenderingAnswer(tags, icon, state,
"block h-8 max-h-8 align-baseline box-content sm:p-0.5").SetClass("flex");
"block h-8 max-h-8 align-baseline box-content sm:p-0.5 titleicon");
}
))
.SetClass("flex flex-row flex-wrap pt-0.5 sm:pt-1 items-center mr-2")