parent
b22bc070c0
commit
c18d5873c1
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## 0.0.2 – 2016-12-08
|
||||
### Added
|
||||
- ability to load kml and csv (unicsv format) files
|
||||
[#1](https://gitlab.com/eneiluj/gpxedit-oc/issues/1) @eneiluj
|
||||
|
|
|
@ -28,7 +28,7 @@ p($_['gpxedit_version']);
|
|||
<div id="loaddiv" style="display:none;">
|
||||
<p>Select a gpx file to load it on the map</p>
|
||||
<div>
|
||||
<input type="checkbox" id="clearbeforeload"></input>
|
||||
<input type="checkbox" id="clearbeforeload" checked></input>
|
||||
<label for="clearbeforeload">Clear map before loading</label>
|
||||
</div>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in New Issue