aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/MainModule.java
AgeCommit message (Collapse)Author
2021-09-15Update when geofences changeAnton Tananaev
2021-08-21Implement MapTiler geocoderAnton Tananaev
2021-08-10Add driver behavior eventsAnton Tananaev
2021-04-25Register all geocoding requestsAnton Tananaev
2021-03-26Implements MapboxGeocoderRafaelMiquelino
Add Mapbox reverser geocoder support
2020-12-29Migrate more keysAnton Tananaev
2020-09-14Add speed limit handlerAnton Tananaev
2020-07-13Collect protocol statisticsAnton Tananaev
2020-06-23Add PositionStack geocoderAnton Tananaev
2020-06-10Added TomTom Reverse Geocoder (#4543)Przemek Malolepszy
Co-authored-by: Przemyslaw Malolepszy <przemyslaw.malolepszy@tomtom.com>
2020-02-25Merge pull request #4389 from edvalley/proposedAnton Tananaev
Add an optional queue to web data handler
2020-02-25Changes after reviewEdward Valley
2020-02-15Changes after reviewEdward Valley
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