Skip to content

Commit

Permalink
Merge pull request #870 from stadtnavi/fix/poi-marker-colors
Browse files Browse the repository at this point in the history
fix(poi-layer): poi marker colors not set
  • Loading branch information
andreashelms authored Jan 9, 2025
2 parents 7532003 + b52291a commit 8b0004c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 37 deletions.
1 change: 1 addition & 0 deletions app/component/map/tile-layer/PoiVectorTileLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default class PoiVectorTileLayer {
this.tile,
feature.geom,
this.imageSize,
svgElement.style,
);
}
}
Expand Down
Loading

0 comments on commit 8b0004c

Please sign in to comment.