Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eyr1n committed Sep 19, 2024
1 parent b8fde04 commit 54b0753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GikadaiMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const GikadaiMap = forwardRef(function MyInput(
}),
new VectorLayer({
source: new VectorSource({
features: [accuracyFeature, currentPositionFeature],
features: [/* accuracyFeature, */ currentPositionFeature],
}),
}),
],
Expand Down

0 comments on commit 54b0753

Please sign in to comment.