Skip to content

Commit

Permalink
Merge branch 'main' into Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuTae98 authored Dec 4, 2023
2 parents 0a5aa86 + c2741ff commit be9b5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Backend/Frontend/creative/src/component/map/BusMapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const Mapping = () => {
if (busmode)
busmapcoordinate(marker, map)
},[tmX,tmY,busmode,arsid,position])

const busmapcoordinate = (marker:any, map:any) => {
marker.forEach((element:any) => {
const imageSrc = './image/busImage.png' // 마커이미지의 주소입니다
Expand Down

0 comments on commit be9b5a8

Please sign in to comment.