Skip to content

Commit

Permalink
CLMS-3172 (chore): Disabled unused polygon method
Browse files Browse the repository at this point in the history
  • Loading branch information
ujbolivar committed Apr 10, 2024
1 parent 35eec0c commit 0360805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/MapViewer/AreaWidget.jsx
Expand Up @@ -9,7 +9,7 @@ var Graphic,
Field,
GroupLayer,
Color,
Polygon,
//Polygon,
request,
SimpleLineSymbol,
SimpleFillSymbol;
Expand Down Expand Up @@ -58,7 +58,7 @@ class AreaWidget extends React.Component {
'esri/layers/support/Field',
'esri/layers/GroupLayer',
'esri/Color',
'esri/geometry/Polygon',
//'esri/geometry/Polygon',
'esri/request',
'esri/symbols/SimpleLineSymbol',
'esri/symbols/SimpleFillSymbol',
Expand All @@ -71,7 +71,7 @@ class AreaWidget extends React.Component {
_Field,
_GroupLayer,
_Color,
_Polygon,
//_Polygon,
_request,
_SimpleLineSymbol,
_SimpleFillSymbol,
Expand All @@ -84,7 +84,7 @@ class AreaWidget extends React.Component {
Field,
GroupLayer,
Color,
Polygon,
//Polygon,
request,
SimpleLineSymbol,
SimpleFillSymbol,
Expand All @@ -96,7 +96,7 @@ class AreaWidget extends React.Component {
_Field,
_GroupLayer,
_Color,
_Polygon,
//_Polygon,
_request,
_SimpleLineSymbol,
_SimpleFillSymbol,
Expand Down

0 comments on commit 0360805

Please sign in to comment.