File tree 2 files changed +3
-2
lines changed
catalog/ui/catalog-ui-search/src/main/webapp/component/location-old 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 105
105
106
106
<div class =" input-group input-group-sm for-radius" >
107
107
<span class =" input-group-addon" >Radius </span >
108
- <input class =" form-control" id =" radiusValue" type =" number" min =" 0" step =" any" placeholder =" " value =" {{ radius }} " />
108
+ <input class =" form-control" id =" radiusValue" type =" number" min =" 0.000001 " step =" any" placeholder =" " value =" {{ radius }} " />
109
109
<span class =" input-group-btn" >
110
110
<select id =" radiusUnits" name =" radiusUnits" class =" input-group-addon" >
111
111
<option value =" meters" selected =" selected" >meters</option >
Original file line number Diff line number Diff line change @@ -362,7 +362,8 @@ define([
362
362
363
363
return _ . extend ( modelJSON , {
364
364
type : type ,
365
- lineWidth : Math . max ( modelJSON . lineWidth , 0.000001 )
365
+ lineWidth : Math . max ( modelJSON . lineWidth , 0.000001 ) ,
366
+ radius : Math . max ( modelJSON . radius , 0.000001 )
366
367
} ) ;
367
368
} ,
368
369
onDestroy : function ( ) {
You can’t perform that action at this time.
0 commit comments