Skip to content

Commit

Permalink
Add type info
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Dec 19, 2024
1 parent d6c4b1e commit b0e0382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/Map/markerCreators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const _createIconMarker = (
});
};

const _createFeatureTypeMarker = (featureType) => {
const _createFeatureTypeMarker = (featureType: FeatureType) => {
const icon = featureTypeToIcon(featureType);
const iconPath = icon.icon[4];
const viewBoxWidth = icon.icon[0];
Expand Down

0 comments on commit b0e0382

Please sign in to comment.