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

View File

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Fraunhofer FIT")] [assembly: AssemblyCompany("Fraunhofer FIT")]
[assembly: AssemblyProduct("Lora-Map")] [assembly: AssemblyProduct("Lora-Map")]
[assembly: AssemblyCopyright("Copyright © 2018 - 24.06.2019")] [assembly: AssemblyCopyright("Copyright © 2018 - 10.07.2019")]
[assembly: AssemblyTrademark("Fraunhofer FIT, BlubbFish")] [assembly: AssemblyTrademark("Fraunhofer FIT, BlubbFish")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("de-DE")] [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.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.6 New Types of marker for person
* 1.2.7 Reorganise a lot of things, add Support for Cameradata * 1.2.7 Reorganise a lot of things, add Support for Cameradata
* 1.2.8 Improving the UI
*/ */