Test map application developed with Spring Boot.
MAP_KEY environment variable must be set with the LocationIQ map token.
A small application that updates the UK map based on 2 independent continuous streams of events:
- around 2000 risk areas (Heat map) updated every second
- 100 moving vehicles updated every 2 seconds.
./readfile.sh {heatmapfile} | MAP_KEY=<key_value> java -jar build/libs/heatmap-1.0.0.jar {lab} {vehicles} {rate}
*Lab = Type of simulation. Valid Values: 1, 2, both. Default: both
*Vehicles = Number of vehicles to track. Defaul: 10
*Rate = Vehicles real refresh interval in seconds. Default: 60
*example: ./readfile.sh test1.csv | java -jar build/libs/heatmap-1.0.0.jar both 10 2
localhost:8080
https://pacific-oasis-11496.herokuapp.com/
http://heatmap-heatmap-sb.apps.us-east-2.starter.openshift-online.com/ //Openshift does not offer free tier anymore.