Dave Conway-Jones
21d3ab4f95
Fix for geojson multipoint icons
2023-07-28 09:16:35 +01:00
Dave Conway-Jones
1afcddeca1
Bump for client headers on connect PR
2023-07-15 13:08:06 +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
Richard Wiseman
7ee1204cf1
Update worldmap.js to allow "flying" to new bounds ( #225 )
...
* Update worldmap.js to allow "flying" to new bounds
When the bounds command is used, give the option to "fly" (a Leaflet term meaning to animate the change of bounds: zoom out, pan, zoom in) to the new bounds rather than simply repositioning the map. This is done very simply by providing a "fly" flag that, with a truthy value, calls map.flyToBounds instead of map.fitBounds.
There are 10 other places where map.fitBounds is used, but for my purposes, I only want to "fly" to the new bounds when I explicitly set the bounds through this command. So perhaps these changes could/should be used in other scenarios too.
* Update worldmap.js to allow flying to bounds
I've changed almost every instance of fitBounds so that, if the "fly" property is true, then it will use flyToBounds instead.
I didn't change the search, where it does fitBounds and then panTo, as it wasn't clear how/whether "fly" could be provided there.
I also fixed a few bugs where it was checking for "fit" being a property, but then didn't check its value! So you could provide fit:false and it would still be treated as fit:true!
2023-04-11 14:48:50 +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
Richard Wiseman
77083c1ac4
Allow the icon URL to be only a full path ( #223 )
2023-03-09 16:55:09 +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
4e18987139
Fix numerous bad || assignments
...
to close #219
2022-12-13 10:47:39 +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
97edd95ddd
Merge branch 'master' of https://github.com/dceejay/RedMap
2022-11-23 09:43:46 +00:00
smallf00t
606cb2d875
Update worldmap.js ( #215 )
2022-11-23 09:43:32 +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
6236928ff5
Only send bounds if they have changed
...
to close Issue #209
2022-10-26 17:17:22 +01:00
Zafrir Ron
6f28ffc91e
optional ruler ( #206 )
2022-09-23 13:41:24 +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
c4bdb031e5
better geojson sidc icon handling
2022-04-02 23:52:27 +01:00
Dave Conway-Jones
70bc32d049
Add 3d view to dashboard node, better key handling/errors
2022-03-07 21:04:08 +00: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
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
Dave Conway-Jones
eb3d4bb04e
Update worldmap.js
2022-01-25 10:03:14 +00:00
Dave Conway-Jones
cd48c56e12
Update worldmap.js
2022-01-25 09:46:19 +00:00
Dave Conway-Jones
3b1cb2056f
ad UTM and MGRS to coordinate display options
2022-01-24 09:09:14 +00:00
Dave Conway-Jones
f005ae2f4d
Fix 3d stuff to work again... vaguely...
2022-01-16 17:25:05 +00:00
Dave Conway-Jones
7d0badd134
Add bounds command capability
2022-01-16 15:35:27 +00:00
Dave Conway-Jones
49198b79d2
Fix geojson multiline fill mistake
2022-01-12 17:05:44 +00:00
Dave Conway-Jones
19def98cf8
tweak drawing colours
2022-01-10 15:48:26 +00:00
Dave Conway-Jones
84307ebd19
fix circle/ellipse accuracy
2022-01-08 12:04:33 +00:00
Dave Conway-Jones
0fa462c4c0
tweak greatcircle readme
2022-01-02 16:02:02 +00:00
Dave Conway-Jones
80e944afa8
Add greatcircle, fix httpRoot, drawing colours
...
bump packages
2021-12-30 12:29:05 +00:00
Dave Conway-Jones
5010c596a2
Fix addtoheatmap - to close #192
2021-12-21 17:22:23 +00:00
Dave Conway-Jones
fac1876000
add line and area fit to readme
2021-12-21 15:44:56 +00:00
Dave Conway-Jones
cbbd0bd0cb
fix area stroke opacity
2021-12-21 13:29:36 +00:00
Dave Conway-Jones
5048d111e1
Fix loading of maps
2021-12-17 22:56:58 +00:00
Dave Conway-Jones
1a4951594d
Fix saving fo custom map option
2021-12-16 21:45:21 +00:00
Dave Conway-Jones
8aa754132a
Bump for dynamic logo PR
...
slight tidy and add to README
2021-12-05 17:05:30 +00:00
Dave Conway-Jones
140c5234e4
only show geoobject popup if it has any contents
2021-12-05 09:30:15 +00:00