Browse Source

비행 시물레이션 지도 스타일 변경

pull/2/head
sanguu516(박상현) 11 months ago
parent
commit
16d67fb647
  1. 2
      src/components/map/nhn/NMap.js

2
src/components/map/nhn/NMap.js

@ -35,7 +35,7 @@ export const NMap = props => {
const map = new mapboxgl.Map({
container: 'map', // container ID
style: 'mapbox://styles/mapbox/satellite-streets-v12', // style URL
style: 'mapbox://styles/mapbox/streets-v12', // style URL
center: [127.85101412107547, 37.520357], // starting position [lng, lat]
zoom: 8.5, // starting zoom
antialias: true

Loading…
Cancel
Save