Browse Source

비행구역(console제거)

ctrlDraw
sanguu 2 years ago
parent
commit
5f5f4c1715
  1. 2
      src/components/map/naver/feature/FeatureAirZone.js

2
src/components/map/naver/feature/FeatureAirZone.js

@ -122,7 +122,7 @@ export const FeatureAirZone = props => {
const featureAirEvent = () => {
props.map.data.addListener('click', function (e) {
// e.feature.setProperty('isColorful', true);
console.log(e.feature.property_name);
// console.log(e.feature.property_name);
});
props.map.data.addListener('mouseover', function (e) {

Loading…
Cancel
Save