[1.2.8] Improving the UI

This commit is contained in:
Philip Schell 2019-07-10 14:14:09 +02:00
parent 137edb6011
commit 4f628a5a01
2 changed files with 59 additions and 55 deletions

111
CHANGELOG
View File

@ -1,15 +1,18 @@
# Changelogs
## 1.2.8
# Changelogs
## 1.2.8
### New Features
* #12 Make icon transparent if there is no data update
* Implement #12 Make icon transparent if there is no data update
* Implement #18 history an panikbutton pressed
### Bugfixes
* Implement #13 fixing issue with port when using proxy
* Implement #14 show description on map in tooltip on area
* Implement #25 Icons flickering when using ssl
* Add some errorhandling with locks
### Changes
* Move CoordinateSharp to own Library
* Changes to new Mqtt topic for camera density
* Move CoordinateSharp to own Library
* Changes to new Mqtt topic for camera density
## 1.2.7
### New Features
* Add support to display camera values that counts people. needs to be on a mqtt toipc camera/counting
@ -18,55 +21,55 @@
* Rename Adminmodel.cs to AdminModel.cs, cause it sould be Uppercase!
* Fix a Parsing Bug in Lora-Map/Model/PositionItem.cs
### Changes
* Move the Dockerfile to the parent project Repository
## 1.2.6
* Move the Dockerfile to the parent project Repository
## 1.2.6
### New Features
* New types of marker for a person, so you can add drawing inside
## 1.2.5
* New types of marker for a person, so you can add drawing inside
## 1.2.5
### New Features
* Implement #10 text Letzer Datenempfang is too long when scrollbar is there
### Bugfixes
* Implement #11 set textsize for every zoomlevel
### Changes
* Add an link to kml to geojson converter
## 1.2.4
* Add an link to kml to geojson converter
## 1.2.4
### New Features
* Possible to draw textmarkers on map (eg. for static text in a polygon)
* Now using MGRS as default output
## 1.2.3
* Now using MGRS as default output
## 1.2.3
### New Features
* Implement #9 display polygons and marker on the map
### Bugfixes
* change the wort get to post
### Changes
* Default zoomlevel is now 16
## 1.2.2
* Default zoomlevel is now 16
## 1.2.2
### Bugfixes
* When only recieve a panic packet with gps data, update also the normal location on the map
## 1.2.1
* When only recieve a panic packet with gps data, update also the normal location on the map
## 1.2.1
### New Features
* Implement #6 Load the map from the Device
### Bugfixes
* Show now output 200 of images from Webserver
### Changes
* Now layers.png is also exported
## 1.2.0
* Now layers.png is also exported
## 1.2.0
### New Features
* Implement #4 Possible to Ex and Import Settings
### Bugfixes
* Move username and password to configfile
### Changes
* Verifiy names.json when sending
* Add logger to Programm
## 1.1.7
* Add logger to Programm
## 1.1.7
### New Features
* Implement #8 Editor for Names and Icons
### Bugfixes
@ -74,14 +77,14 @@
* Fixing a Bug when map is not running on port 8080
### Changes
* New Batterylevels
* Change textcolors in Marker.svg
## 1.1.6
* Change textcolors in Marker.svg
## 1.1.6
### New Features
* new Levels for Battery, so that is ~ 1/5 of time for each Icon
* #5 Create adminpannel
## 1.1.5
* #5 Create adminpannel
## 1.1.5
### New Features
* Shows a red border on the marker on the map, when the panicbutton is pressed
* Icons are now created by a script from the SVG directly, so all big marker icons are SVGs
@ -92,28 +95,28 @@
* Times are now complete in UTC internaly and will calculated in the browser to local time.
### Changes
* requests.conf must now have a section `js/map.js` instead of `js/nav.js`
* names.json format has changed
## 1.1.4
* names.json format has changed
## 1.1.4
### New Features
* Implement #3 Create icons for devices
## 1.1.3
## 1.1.3
### New Features
* Implement #1 Click on icon and show details
## 1.1.2
* Implement #1 Click on icon and show details
## 1.1.2
### New Features
* Implement #2 Show versions number in Site
## 1.1.1
* Implement #2 Show versions number in Site
## 1.1.1
### New Features
* Add Debian package config
## 1.1.0.0
* Add Debian package config
## 1.1.0.0
### New Features
* Change to new JSON format, and make it usable for more than one listener
## 1.0.0.0
* Change to new JSON format, and make it usable for more than one listener
## 1.0.0.0
### New Features
* First Version, only used as a testoutput for debugging tracker

View File

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Fraunhofer FIT")]
[assembly: AssemblyProduct("Lora-Map")]
[assembly: AssemblyCopyright("Copyright © 2018 - 24.06.2019")]
[assembly: AssemblyCopyright("Copyright © 2018 - 10.07.2019")]
[assembly: AssemblyTrademark("Fraunhofer FIT, BlubbFish")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("de-DE")]
@ -52,4 +52,5 @@ using System.Runtime.InteropServices;
* 1.2.5 #10 text Letzer Datenempfang is too long when scrollbar is there and #11 set textsize for every zoomlevel
* 1.2.6 New Types of marker for person
* 1.2.7 Reorganise a lot of things, add Support for Cameradata
* 1.2.8 Improving the UI
*/