-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add maximum altitude to display intervals + comments on the code
- Loading branch information
Showing
2 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,10 @@ | |
</head> | ||
<body> | ||
<div id="map" style="position: absolute; top: 0; left:0; bottom:0; right: 0;"> | ||
<h2> <center> Please enter a limit altitude to highlight (in meters): | ||
<input type='text' id='selectedAltitude' size="5" style="text-align:center;" value="" /></center></h2> | ||
<h2> <center> Please enter a minimum limit altitude to highlight: | ||
<input type='text' id='minimumAltitude' size="5" style="text-align:center;" value="" /> | ||
and a maximum: | ||
<input type='text' id='maximumAltitude' size="5" style="text-align:center;" value="" /> (in meters)</center></h2> | ||
</div> | ||
|
||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters