Commit Graph

1152 Commits

Author SHA1 Message Date
Jan-Piet Mens
a20c1538c0 Surface GEOCODE_TIMEOUT into config.mk
addresses #272
2018-11-29 20:16:10 +01:00
Jan-Piet Mens
312f142b8c Merge branch 'cocker-cc-Issue_260_Incorrect_Timedifferences_in_indexhtml' 2018-11-27 08:34:48 +01:00
Cocker Koch
c5af89c448 Issue-260: Correct Calculation of Timedifferences in index.html
For calculating Timedifferences (12h, 7d, 30d) there is reused the
Variable "now".  Indeed the Substractions are cumulated in the Variable,
resulting in incorrect Timedifferences.

- use moment() instead of Variable "now"
- rename Timevariables to be more speaking
- introduce a Timevariable f0 for "now"
- add Seconds to Timeformat to be more intuitive to ISO8601-Format
- add GET-Variable "to", to be editable more easy in Addressbar
- resort GET-Variables "from" and "to" to Front, to be editable more easy in Addressbar
2018-11-27 00:14:58 +01:00
Jan-Piet Mens
083d0e9c78 2018-11-24 version 0.8.0
- FIX: local leaflet.js installation (#269)
- FIX: swapped lat/lon in last/ (#268)
- NEW: support for revgeod (#263)
- UPD: remove bundled MDB
- UPD: increased LMDB mapsize (#253) This increases the maximum size of the LMDB in place
2018-11-23 23:51:43 +01:00
Jan-Piet Mens
5e4d1e0ef0 local leaflet 2018-11-22 23:01:48 +01:00
Jan-Piet Mens
0cce0ae1ba Merge branch 'cocker-cc-Issue_267_swap_Lon_Lat' 2018-11-13 16:09:45 +01:00
Cocker Koch
6023d2851d Issue-267: Swap Lat Lon
- Coordinates in map_leaflet.js are calculated and displayed in unusual
  Order "Lon,Lat" instead of "Lat,Lon".  So swap them
- Improve Calculation of Popup-Text
2018-11-13 15:57:39 +01:00
JP Mens
0914ecd663
Merge pull request #265 from rossey/patch-1
Add link to MQTT and fix easily typo
2018-10-29 10:29:24 +01:00
Alex Ross
3622efc94e
Add link to MQTT and fix easily typo 2018-10-29 09:06:12 +00:00
Jan-Piet Mens
768da35b5a clarify default use of OSM
addresses #264
2018-10-24 07:44:49 +02:00
Jan-Piet Mens
704af81996 NEW: add support for revgeod
closes #263
2018-10-23 14:09:32 +02:00
Jan-Piet Mens
34003192ea add lmdb deps 2018-10-22 22:25:00 +02:00
Jan-Piet Mens
900394e175 add liblmdb-dev 2018-10-22 22:22:17 +02:00
Jan-Piet Mens
4ba7fcaa5f remove bundled MDB 2018-10-22 15:23:51 +02:00
Jan-Piet Mens
daf21bba84 force size_t 2018-09-12 10:36:28 +02:00
JP Mens
af6d500a97
Merge pull request #251 from ldruschk/250-http-mqtt-compiler-error
move argument checks for psk and identity to WITH_MQTT
2018-09-12 10:31:52 +02:00
Jan-Piet Mens
e78cdf3d1e increased LMDB mapsize
closes #253
2018-09-12 10:28:51 +02:00
Jan-Piet Mens
7829e5a7bd note historic value only
addresses https://github.com/owntracks/recorderd/issues/19
2018-09-04 16:49:17 +02:00
Jan-Piet Mens
ff00c83222 2018-09-01 version 0.7.9
- NEW: support for OSM on live map, by @avanc (#244)
- FIX: compilation on gcc 8 no longer warns about truncated strings (#242)
- FIX: remove deprecated signed_in in Google maps
- UPD: Use OpenCage geocoder for reverse geocoding (#202)
- NEW: Support for OpenCage in Lua
2018-09-01 10:46:12 +02:00
Jan-Piet Mens
dfa6f308dd 2018-09-01 version 0.7.8
- NEW: support for OSM on live map, by @avanc (#244)
- FIX: compilation on gcc 8 no longer warns about truncated strings (#242)
- FIX: remove deprecated signed_in in Google maps
- UPD: Use OpenCage geocoder for reverse geocoding (#202)
- NEW: Support for OpenCage in Lua
2018-09-01 10:17:45 +02:00
ldruschk
9929716cd4 move argument checks for psk and identity to WITH_MQTT, closes #250 2018-07-14 21:00:22 +02:00
JP Mens
0ccc01dba9
Merge pull request #244 from avanc/livemap
Add support for OSM on live map
2018-06-20 22:18:29 +02:00
Sven Klomp
32a7c1f91c Store image from first websocket package for later use 2018-06-20 21:06:54 +02:00
Sven Klomp
9dc1f65466 Merge branch 'master' 2018-06-19 22:03:35 +02:00
JP Mens
59c18af596
Merge pull request #246 from edautz/master
Added speed information to Openstreet map point
2018-06-18 14:19:23 +02:00
edautz
9ae6caab50
Update map_leaflet.js 2018-06-18 11:53:38 +00:00
edautz
ccb852f48e
Update map_leaflet.js
Added speed parameter on the openstreet map points map, but only when speed > 0.
2018-06-18 11:49:39 +00:00
Sven Klomp
7ef616bb28 Add support for OSM on live map
Not all functionality supported yet.
2018-06-17 17:22:31 +02:00
Jan-Piet Mens
7a1562e24e introduce define for BUFSIZ issue
addresses #242
2018-06-17 13:22:51 +02:00
Jan-Piet Mens
685a6f57c6 remove space
(#243)
2018-06-17 13:17:56 +02:00
JP Mens
7a9dbc4292
Merge pull request #243 from avanc/master
Deactivate warnings for format truncation
2018-06-17 13:16:21 +02:00
Sven Klomp
8a57bc19bd Change buffer sizes to avoid truncation 2018-06-16 21:47:03 +02:00
Jan-Piet Mens
8e62f86e30 Add vel to Feature for live map
addresses #241
2018-06-16 17:38:44 +02:00
Jan-Piet Mens
14c76c7c58 remove deprecated signed_in in Google maps 2018-06-16 17:38:44 +02:00
Jan-Piet Mens
43e17baf9a add original Hello.txt 2018-06-16 17:38:44 +02:00
Sven Klomp
c388b7fbd5 Deactivate warnings for format truncation
Fixes #242
2018-06-16 14:31:06 +02:00
JP Mens
f642e3427b
add deprecation information for packages of older distros
Add deprecation info for older distros
  closes https://github.com/owntracks/recorder/issues/240
2018-06-07 11:02:53 +02:00
Jan-Piet Mens
160a3f6fd8 notes on building on FreeBSD
closes #236
2018-05-10 12:41:55 +02:00
Jan-Piet Mens
0163b577f4 complete Lua script 2018-05-04 09:55:52 +02:00
JP Mens
98447b61bd
Merge pull request #235 from freyfogle/patch-1
fix link to OpenCage Lua script
2018-05-04 09:53:55 +02:00
Ed Freyfogle
bb4f32bc88
fix link to OpenCage Lua script 2018-05-04 09:52:28 +02:00
Jan-Piet Mens
c20d6a3158 found by travis 2018-05-04 09:41:19 +02:00
Jan-Piet Mens
8d36de816a Fully support OpenCage as a reverse geocoder
closes #234
	addresses #202
	addresses #233
2018-05-04 09:34:02 +02:00
Jan-Piet Mens
bb0968b59f Support for OpenCage via Lua
addresses #202
2018-05-03 15:52:29 +02:00
Jan-Piet Mens
345305a002 2018-04-30 version 0.7.6
- NEW: contrib/freebsd/  notes and rc (#229)
- NEW: View using Leaflet (#226)
- FIX: CAPATH or CAFILE set TLS (#232)
2018-04-30 13:09:03 +02:00
Jan-Piet Mens
064ff8d64a Add notes / rc file for FreeBSD
addresses #229
2018-04-23 20:25:49 +02:00
JP Mens
21df648b8e
Merge pull request #226 from ldruschk/master
add view html file for OpenStreetMap based on leaflet
2018-04-23 18:59:21 +02:00
Jan-Piet Mens
da3bafe863 FIX: CAPATH or CAFILE set TLS
addresses #232
2018-04-23 18:56:37 +02:00
Jan-Piet Mens
fbd2c26c9d add note to use gmake
addresses #228
2018-04-17 12:03:55 +02:00
ldruschk
bc19b558b6 add view html file for OpenStreetMap based on leaflet 2018-03-31 22:17:08 +02:00