kdamichie commented on code in PR #7364:
URL: https://github.com/apache/trafficcontrol/pull/7364#discussion_r1137393788


##########
experimental/traffic-portal/src/app/core/cache-groups/cache-group-details/cache-group-details.component.html:
##########
@@ -56,11 +56,11 @@
                        <div class="pair">
                                <mat-form-field>
                                        <mat-label>Latitude</mat-label>
-                                       <input type="number" matInput min="-90" 
max="90" step="0.001" name="latitude" [(ngModel)]="cacheGroup.latitude" 
required/>
+                                       <input type="number" matInput min="-90" 
max="90" step="0.0000001" name="latitude" [(ngModel)]="cacheGroup.latitude" 
required/>

Review Comment:
   I agree after looking at how finite that gets.  I think reverting it back to 
its original precision is appropriate though, as that is about 328 feet 
accurate.  First decimal is about 6.2 miles.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to