merge-requests/1/head v0.0.2
Julien Veyssier 2016-12-08 18:36:37 +01:00
parent b22bc070c0
commit c18d5873c1
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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/>