Commit graph

293 commits

Author SHA1 Message Date
Arndt Brenschede
e25c531d2d SuspectManager: Node-Context, filter-speedup 2018-09-04 20:39:17 +02:00
Arndt Brenschede
b9a13183df suspect-manager: who-did-it -> latest-changes 2018-09-01 16:24:16 +02:00
Arndt Brenschede
235f8242e7 changed fixedsuspect expiry 2018-09-01 12:39:55 +02:00
Arndt Brenschede
2a8ceff2d9 changed fixedsuspect expiry 2018-09-01 12:15:37 +02:00
Arndt Brenschede
373dc7ce36 Suspect Manager: who-did-it, hide-for 2018-08-25 21:28:33 +02:00
Arndt Brenschede
337ee21d17 Suspect-Manager: josm+overpass links 2018-08-19 11:33:34 +02:00
Arndt Brenschede
6799c0a171 Suspect-Manager: new-suspects-filter 2018-08-18 10:46:16 +02:00
Arndt Brenschede
195a39ed0c suspect-manager: profile per country 2018-07-08 12:30:55 +02:00
Arndt Brenschede
53a0aac21d locus ETA 2018-07-08 12:10:23 +02:00
Arndt Brenschede
ed0619d93a locus ETA 2018-07-08 12:08:38 +02:00
Arndt Brenschede
67df0743cd destination access logic 2018-05-31 23:08:24 +02:00
abrensch
6691a0ab5c
Merge pull request #101 from ProBackup-nl/patch-1
Create vm-forum-liegerad-schnell.brf
2018-04-11 16:55:18 +02:00
ProBackup-nl
50301f91cc
Create vm-forum-liegerad-schnell.brf 2018-04-09 13:07:34 +02:00
Arndt Brenschede
5a2ce9d3ce fixed bug for TR near start/end 2018-04-07 13:04:14 +02:00
Arndt Brenschede
9c5f2d113e 1.4.11 preps 2018-04-02 22:41:55 +02:00
Arndt Brenschede
fcae2caa75 1.4.11 preps 2018-04-02 22:20:21 +02:00
Arndt Brenschede
599a24f710 automatically ignore islands 2018-04-02 19:19:52 +02:00
Arndt Brenschede
f2d04ef70a breaking speeds from cost model + cost tuning 2018-03-21 09:10:59 +01:00
Arndt Brenschede
fc1656dd7b energy along the track 2018-03-11 08:34:57 +01:00
Arndt Brenschede
22f27f89d4 extraParams in addition to routing-profile 2018-03-10 10:32:59 +01:00
Arndt Brenschede
e7c68abbd8 Merge branch 'master' of https://github.com/abrensch/brouter 2018-03-10 09:26:42 +01:00
Arndt Brenschede
0325c33cdf extraParams in addition to routing-profile 2018-03-10 09:25:46 +01:00
Arndt Brenschede
3e48eea41b added vm forum profiles to distribution 2018-03-07 19:55:11 +01:00
Arndt Brenschede
1de5532b74 version 1.4.10 2018-03-07 19:38:47 +01:00
Arndt Brenschede
b783b4568a motorcar TR exceptions 2018-03-07 19:35:23 +01:00
Arndt Brenschede
c9593331bd suspect manager 2018-03-07 19:32:54 +01:00
abrensch
45495d8692
Merge pull request #97 from ntruchsess/NogoPolygons
Nogo polygons / polylines
2018-03-07 17:53:10 +01:00
abrensch
1c25574bae
Merge pull request #95 from ProBackup-nl/patch-1
typos in readme fixed
2018-03-07 17:52:50 +01:00
Norbert Truchsess
16259f1f17 set default open nogo-lines for OsmAnd 2018-02-26 16:33:14 +01:00
Norbert Truchsess
fb00e0d130 cleanup 2018-02-25 20:33:10 +01:00
Norbert Truchsess
41201520c7 read NogoPolygons from OsmAnd Tracks 2018-02-25 20:00:50 +01:00
ntruchsess
a0198e3b34 add support for open nogo-polygons 2018-02-07 20:50:06 +01:00
ntruchsess
419cb4e78c add junit to brouter-core dependencies 2018-02-04 20:19:33 +01:00
ntruchsess
659bbe8d82 fix NogoPolygon radius being modified 2018-02-04 19:25:29 +01:00
ntruchsess
05b0b6d362 more elaborated NogoPolygon unit-test 2018-02-04 18:58:16 +01:00
ntruchsess
1fc6c9e62c fix radius-calculation, clockwise windingnumber and wp-init 2018-01-24 16:05:10 +01:00
ntruchsess
144c0018de fix parsing and generics errors 2018-01-23 23:57:17 +01:00
ntruchsess
f30ba74ac1 add parsing of NogoPolygons to ServerHandler 2018-01-22 23:24:59 +01:00
ntruchsess
32a49bfa32 add method 'isWithin' for single WP (being called from RoutingContext.cleanNogolist) 2018-01-22 18:59:10 +01:00
ntruchsess
48d60dd69e update javadoc 2018-01-22 16:18:38 +01:00
ntruchsess
1fd973daf2 rewrite calculation of bounding circle using coslat-transformed lon-values. 2018-01-22 15:39:38 +01:00
ntruchsess
c1048ab62a add OsmNogoPolygon 2018-01-20 18:47:57 +01:00
ProBackup-nl
dcc32c981f
typos in readme fixed
appended a reference to project's github issues page
2017-12-30 08:50:06 +01:00
abrensch
3ca296ca96
Merge pull request #92 from ntruchsess/master
decode query-string by standard URLDecoder
2017-12-03 21:16:10 +01:00
abrensch
c84ab169f0
Merge pull request #93 from ntruchsess/bindaddress
add optional parameter bindaddress for standalone mode
2017-12-03 21:14:34 +01:00
ntruchsess
7f2a7ce215 add optional parameter bindaddress to optionally restrict the ipaddresses brouter listens on 2017-12-03 13:22:01 +01:00
ntruchsess
77ee79bdc3 decode query-string by standard URLDecoder 2017-12-02 17:17:19 +01:00
abrensch
04e2491f4d Merge pull request #83 from Poussinou/master
Update README.md
2017-10-20 21:39:09 +02:00
abrensch
bd9df52184 Merge pull request #88 from cpesch/gitignore-intellij
ignore Intellij project files
2017-10-20 21:36:28 +02:00
Arndt Brenschede
1cee6f3139 supress TRs with from or to not containiong via node 2017-10-20 21:23:23 +02:00