Skip to content

Commit

Permalink
Update point icon
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Dec 17, 2024
1 parent 6a2d18d commit 4d19701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/form/ViewMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Ext.define('CpsiMapview.form.ViewMixin', {
toggleGroup: 'map',
apiUrl: '/WebServices/roadschedule/cutWithPolygon',
resetOnToggle: false,
iconCls: 'x-fa fa-circle-thin',
iconCls: 'x-far fa-circle',
listeners: {
toggle: 'onDigitizingToolToggle'
},
Expand All @@ -198,7 +198,7 @@ Ext.define('CpsiMapview.form.ViewMixin', {
tooltip: 'Create points by clicking on the map',
toggleGroup: 'map',
resetOnToggle: false,
iconCls: 'x-fa fa-circle-thin',
iconCls: 'x-far fa-circle',
bind: {
drawLayer: '{resultLayer}',
disabled: '{isLocked}',
Expand Down

0 comments on commit 4d19701

Please sign in to comment.