diff --git a/src/components/map/nhn/NMap.js b/src/components/map/nhn/NMap.js index 154ae48..9cf0501 100644 --- a/src/components/map/nhn/NMap.js +++ b/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