Dave Conway-Jones
164c6dcedb
More TAK msg handling
...
spots, waypoints, alerts, sensors
2023-08-21 16:07:18 +01:00
Dave Conway-Jones
f4696a1ad4
Updates leaflet to latest stable 1.9.4
2023-08-14 09:24:45 +01:00
Dave Conway-Jones
645f6c43ad
Make cot timestamps more readable
2023-08-13 14:06:05 +01:00
Dave Conway-Jones
17b83b1180
fix missing countries overlay when starting disconnected
2023-08-12 16:24:26 +01:00
Dave Conway-Jones
942186035d
Add TAK input capability
2023-08-11 15:21:34 +01:00
Dave Conway-Jones
a30d8bbb35
Bump for PR #245
2023-07-31 09:37:13 +01:00
meeki007
73b1347ec3
Update README.md - clientTimezone ( #246 )
...
Document the function of msg.payload.clientTimezone
Also added documentation for msg.payload.parameters
2023-07-31 09:34:20 +01:00
Dave Conway-Jones
e9a7f66bdc
Only handle marker if it's there
2023-07-29 16:28:03 +01:00
Dave Conway-Jones
4eb745401c
better fix for geojson objects
2023-07-29 15:56:22 +01:00
Dave Conway-Jones
21d3ab4f95
Fix for geojson multipoint icons
2023-07-28 09:16:35 +01:00
Dave Conway-Jones
9fc059ca4c
Slight cleanup of readme
2023-07-16 10:08:00 +01:00
meeki007
42b763c013
Update README.md for _clientheaders and _sessionip ( #242 )
...
I forgot to document the _sessionip pull I created and you committed years ago. figured I would add a blip on it as well for anyone using CTRL+F
Please read and change any explanation to how you think it should sound.
2023-07-15 13:10:16 +01:00
Dave Conway-Jones
1afcddeca1
Bump for client headers on connect PR
2023-07-15 13:08:06 +01:00
Dave Conway-Jones
d358bca8d5
Update README.md
2023-06-05 14:50:20 +01:00
Dave Conway-Jones
5a516b17cb
Update README.md
2023-06-05 14:48:18 +01:00
meeki007
82f0cb691f
Syntax error- forgot [ " ] - Update README.md ( #236 )
...
sorry just noticed it when I tried to use it by copying from doc's
this should fix it.
2023-06-02 08:59:27 +01:00
Dave Conway-Jones
132d3b5871
Fix to not store old session specific data
...
to close #233
to close #234
to close #235
2023-05-27 11:14:43 +01:00
meeki007
1a5f75f853
Update README.md - Optional properties ( #232 )
...
Documentation states:
```
showruler - turns on and off a display of the ruler control. Values can be "true" or "false". - {"command":{"showruler":true}}
```
The command is wrong its missing key 'ruler'
see RedMap/worldmap/worldmap.js line 2280-2281:
```
if (cmd.hasOwnProperty("ruler")) {
if (cmd.ruler.hasOwnProperty("showruler")) {
```
Also, some Optional properties that users can use were not described in the documentation.
Added showmenu and showlayers so users can know about the functionality
2023-05-20 21:10:11 +01:00
Dave Conway-Jones
1a7ccdb45d
fix hang on layer change
2023-05-17 08:45:05 +01:00
Dave Conway-Jones
010a9aad21
Fix to show custom layer if it is the only one defined
...
to close #230
2023-04-26 10:52:53 +01:00
Dave Conway-Jones
d4fd1fdb7e
Warn if msgs missing payload property
...
to close #229
2023-04-14 18:43:46 +01:00
Dave Conway-Jones
1225cb36d2
Bump for 2.37.0 (add fly to option)
2023-04-11 14:56:06 +01:00
Dave Conway-Jones
7d9c9a6603
Add Awareness for sidc icons just off edge of map ( #228 )
...
* Update worldmap.js
add edge sidc icons
* Bump edge awareness for release
2023-04-04 18:57:18 +01:00
Dave Conway-Jones
8627c03a2f
Let clickable property also work for markers
2023-03-26 15:06:10 +01:00
Dave Conway-Jones
54d855b4c2
bump for local icon path PR
...
version 2.34.0
2023-03-13 11:22:23 +00:00
Dave Conway-Jones
1cbefdcaa5
let shapes create click event, fix heatmap delete point bug
...
to close #221 and close #222
2023-01-21 13:35:20 +00:00
Dave Conway-Jones
9667df12f3
Fix split map position in iframe
2022-12-16 18:28:17 +00:00
Dave Conway-Jones
23a0aa12e1
Let heatmap be completely replaced
2022-12-13 15:45:27 +00:00
Dave Conway-Jones
1bdc44f4f9
delete markers from heatmap when removed.
...
to close #218
bump for release
2022-12-13 14:40:36 +00:00
Dave Conway-Jones
efc5d49f41
Undo previous fix. Not so nice looking
...
to Close #217
2022-12-01 12:48:16 +00:00
Dave Conway-Jones
d6d2359016
More Antimeridian wrikles
...
to close #216
2022-11-30 15:52:29 +00:00
Dave Conway-Jones
937ec40cb6
Add route distance and duration
...
based on PR #215
2022-11-23 10:13:51 +00:00
Dave Conway-Jones
7b772d4e6c
ensure feedback value is passed back
...
to close #212
2022-11-23 09:42:03 +00:00
Dave Conway-Jones
ed728eb4db
Fix missing drawing type property
...
to close #213
2022-11-22 14:26:52 +00:00
Dave Conway-Jones
89569f5827
Use a better KML parsing library
...
to close #211
2022-11-10 11:08:18 +00:00
Dave Conway-Jones
ac272121d5
Fix for iframe height.
...
To close #210
2022-10-27 10:41:18 +01:00
Dave Conway-Jones
13926ef385
Fix for bad handling of mapbox id.
...
to close #208
2022-10-26 18:51:01 +01:00
Dave Conway-Jones
6236928ff5
Only send bounds if they have changed
...
to close Issue #209
2022-10-26 17:17:22 +01:00
Dave Conway-Jones
a56c276f33
Bump for ruler PR and add to README.
2022-09-23 14:00:10 +01:00
Dave Conway-Jones
ab16942e34
Add location toggle and trackme command options, also remove historic layers
...
to close #202 and close #201
2022-08-23 12:09:14 +01:00
Dave Conway-Jones
5d1d99b479
fix buttons
2022-06-10 14:05:30 +01:00
Dave Conway-Jones
5787896cd5
let button settings be an array
2022-06-08 19:18:11 +01:00
Dave Conway-Jones
0e6c2505b2
Fix layer command for non core base layers
...
to Close #195
2022-04-08 11:53:10 +01:00
Dave Conway-Jones
19b7679964
fix version in readme
2022-04-03 00:12:27 +01:00
Dave Conway-Jones
c4bdb031e5
better geojson sidc icon handling
2022-04-02 23:52:27 +01:00
Dave Conway-Jones
71111f8c8a
better smoothing for greatcircles
2022-02-24 21:28:54 +00:00
Dave Conway-Jones
0b259013bb
Add support for gc crossing antimeridian
2022-02-23 15:42:57 +00:00
Dave Conway-Jones
809ae45a3e
Fix allPoints object pass by ref feedback error
...
to close #194
2022-02-06 17:18:57 +00:00
Dave Conway-Jones
b5553b2acb
resend markers for late joiners
2022-02-04 11:24:48 +00:00
Dave Conway-Jones
6b898e6d3f
Add QTH option, and try connect when Ready
2022-01-29 17:49:36 +00:00