Commit Graph

305 Commits

Author SHA1 Message Date
Dave Conway-Jones
3b22462992
slight fixes to label position. Add .lineColor
bump to 1.5.22
2019-02-08 19:07:22 +00:00
Dave Conway-Jones
3756601cc7
Ensure popped stays popped... (again) 2019-02-07 20:52:05 +00:00
Dave Conway-Jones
2948c02fd2
Add .label option 2019-02-07 10:58:49 +00:00
Dave Conway-Jones
3839485a30
bump package 2019-02-06 19:59:15 +00:00
Dave Conway-Jones
4402a660ba
Fix worldmap in node to start after out node ready 2019-02-06 19:17:00 +00:00
Dave Conway-Jones
6aa8643cc6
Fix node label to not truncate path 2019-02-05 15:01:45 +00:00
Dave Conway-Jones
f4eb610438
bump dates to 2019, catch small error on failed remove. 2019-01-26 16:25:25 +00:00
Manuel Mausz
d94aadf502 Update Leaflet.vector-markers to 0.0.6 (#66)
* Update Leaflet.vector-markers to 0.0.6

* Bump to v1.5.18
2019-01-26 16:00:37 +00:00
Dave Conway-Jones
c2edfbe63e
Fix maxage set to 0 not recognised
to Close #64
2019-01-11 11:11:58 +00:00
Dave Conway-Jones
3e51895d45
add panlock, zoomlock and hiderightclick control options
to close #60
2018-12-23 14:30:26 +00:00
Dave Conway-Jones
071007f11c
let clusterAt be set to 0 to disable completely
To close #61
2018-12-22 17:05:26 +00:00
Dave Conway-Jones
456354059c
bump map on npm 2018-12-13 09:15:48 +00:00
Dave Conway-Jones
0194165a8a
Stop delete marker feedback
to close #59
2018-12-07 11:27:21 +00:00
Dave Conway-Jones
7ce853145a
ensure name is part of click message
to close #57
2018-11-21 19:48:20 +00:00
Dave Conway-Jones
e68f71d9c1
Send marker click to websocket
to close #56
2018-11-17 12:10:46 +00:00
Dave Conway-Jones
d77c6e70ec
Add geocoding names to search 2018-11-17 10:53:05 +00:00
Dave Conway-Jones
f8c9a71230
fixup weblink example in readme 2018-11-09 17:26:53 +00:00
Dave Conway-Jones
28da7948d9
try again on panning with popup 2018-11-09 12:54:43 +00:00
Dave Conway-Jones
57c27d0fd9
move open popup to requested marker 2018-11-09 11:16:45 +00:00
Dave Conway-Jones
738e953549
let sidc be entered as lowercase, and be more draggable 2018-10-30 22:22:45 +00:00
Dave Conway-Jones
2ca2de2f1a
Trim README changes section 2018-10-25 22:12:29 +01:00
Dave Conway-Jones
84ed5e3a2e
Slight reformatting / linting of search PR 2018-10-25 09:56:42 +01:00
Rohan Asmat
27dd9a1fea Basic Dynamic Search Control using the command (#54)
* Worldmap add search command and clear search command

* update in readme!

* update in readme regarding searcch results command

* removing unecessary commits
2018-10-24 23:43:26 +01:00
Dave Conway-Jones
16e588567d
bump package for Issue #53 2018-10-23 08:34:14 +01:00
Dave Conway-Jones
71f868bcff
ensure clicks on country overlay pass through ok 2018-10-22 22:51:18 +01:00
Dave Conway-Jones
6838038c66
remove unnecessary logging 2018-10-22 22:29:16 +01:00
Dave Conway-Jones
24f3a066ba
Allow show/hidelayer to add multiple overlyas in one go
To close #53
2018-10-22 22:09:56 +01:00
Dave Conway-Jones
0e7484263c
Add screen split capability 2018-10-22 21:01:24 +01:00
Dave Conway-Jones
4600491b0a
Add side by side command mode 2018-10-15 23:20:38 +01:00
Dave Conway-Jones
5799b58216
Adding spacing to config menu for IE ;-(
tiny bit of dcj linting
bump version
2018-10-15 17:11:48 +01:00
Thorsten von Eicken
4aaae6358b multimap tweaks (#52)
* Multimaps tweaks

* fix leading / in worldmap path
2018-10-15 16:18:21 +01:00
Dave Conway-Jones
428d0aca55
fix add to layer, update popup lat/lon on move 2018-10-15 00:03:42 +01:00
Dave Conway-Jones
b511f97e2b
let draw layer added icons be draggable by default 2018-10-13 22:42:52 +01:00
Dave Conway-Jones
4d870dd38b
update changelog, redme, tidy for release 2018-10-13 00:08:07 +01:00
Dave Conway-Jones
fd595c4c1c
Merge branch 'master' of https://github.com/dceejay/RedMap 2018-10-12 23:58:50 +01:00
Dave Conway-Jones
3992e05cdc
multimap (#51)
* fix fa-icons links

* first go at multimaps

* Handle cleaning up old static routes

Not great but seems to be the best way...
Issue #40

* add some colour buttons

* Add topojson countries layer for disconnected use
2018-10-12 23:58:20 +01:00
Dave Conway-Jones
beeac34962
fix fa-icons links 2018-10-08 17:41:03 +01:00
Dave Conway-Jones
5f3812a368
Finally fix example path
to close PR #13
2018-10-06 16:47:09 +01:00
Dave Conway-Jones
43765d8b89
allow fa-icon midifers to affect size more usefully
to close #49
2018-10-04 22:39:42 +01:00
Dave Conway-Jones
31fe6d5ec1
Only add layer to control if control exisits
to close #50
2018-10-04 16:16:08 +01:00
Dave Conway-Jones
68953a1747
Fix clearing overlays - to close #48 2018-10-03 14:57:14 +01:00
Dave Conway-Jones
fb9b44e5be
small readme update to include wms overlay 2018-10-02 18:54:09 +01:00
Dave Conway-Jones
98391b4b75
Fix overlay layer name 2018-10-02 10:42:45 +01:00
Dave Conway-Jones
e48a681623
add a couple of useful overlays 2018-10-01 19:24:58 +01:00
Dave Conway-Jones
e3b65979fc
allow GPX, KML icon 2018-09-20 22:26:17 +01:00
Thorsten von Eicken
2313d9703a allow the icon of GPX overlay markers to be chosen (#41) 2018-09-20 20:47:47 +01:00
Dave Conway-Jones
f14c7fb081
bump to 1.4.2 2018-09-19 20:50:06 +01:00
Dave Conway-Jones
fdc92c958e
add _sessionid to worldmap in node 2018-09-13 07:58:18 -04:00
Dave Conway-Jones
5bf01197c5
missing bracket 2018-09-11 17:14:34 -04:00
Dave Conway-Jones
9432e816be
fix readme for area colors 2018-09-11 06:02:33 -04:00