Skip to content

Commit

Permalink
Removed 'value = 43' from index.html, extra 'return from seeyou_reade…
Browse files Browse the repository at this point in the history
…r.py
  • Loading branch information
Frank Paynter authored and Frank Paynter committed Jan 7, 2025
1 parent cb17de5 commit b14cb97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/xcsoar/mapgen/server/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div id="map"/>
<em class="note">Draw the map bounds rectangle by clicking in the map.</em>
<hr/>
<label class="left" for="left">Minimum Longitude:</label><input id="left" type="text" name="left" value="43"/><br/>
<label class="left" for="left">Minimum Longitude:</label><input id="left" type="text" name="left"/><br/>
<label class="left" for="right">Maximum Longitude:</label><input id="right" type="text" name="right"/><br/>
<label class="left" for="bottom">Minimum Latitude:</label><input id="bottom" type="text" name="bottom"/><br/>
<label class="left" for="top">Maximum Latitude:</label><input id="top" type="text" name="top"/><br/>
Expand Down
2 changes: 0 additions & 2 deletions lib/xcsoar/mapgen/waypoints/seeyou_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,3 @@ def parse_seeyou_waypoints(lines, bounds=None):
waypoint_list.append(wp)

return waypoint_list

return waypoint_list

0 comments on commit b14cb97

Please sign in to comment.