aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/MainModule.java
AgeCommit message (Collapse)Author
2020-01-21Here geocoder url config parameter (#4472)jcardus
* here geocoder url config parameter * here geocoder url config parameter * added new parameter apiKey and kept app_code for retro compatibility added default url for here * fixed ident removed url from here geocode test * fixed ident intellij uses 2 spaces, this project uses 4. * fixed ident intellij uses 2 spaces, this project uses 4. * url should be null not "" * wrong file
2019-11-09Updated OpenCellId geolocation to utilize the URL parameter from theAnton Tananaev
configuration file in order to allow for changes to the end point. If not set, default URL is used for backwards compatibility.
2019-04-18Option to force time overrideAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev