Browse Source

관제 기체 데이터 정보 위치 수정

pull/2/head
김장현 1 year ago
parent
commit
8bb4181095
  1. 3
      src/components/map/mapbox/dron/DronMarker.js

3
src/components/map/mapbox/dron/DronMarker.js

@ -603,7 +603,8 @@ export const DronMarker = props => {
const info = new props.mapboxgl.Popup({
closeButton: false,
closeOnClick: false
closeOnClick: false,
offset: new props.mapboxgl.Point(5, -60)
})
.setLngLat([marker.position.lng, marker.position.lat])
.setHTML(

Loading…
Cancel
Save