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