From 4ed9ce41e8ae8d64b887e19b7d5ee88b7370e7c6 Mon Sep 17 00:00:00 2001 From: Brian Bailey <5913377+bbailey1024@users.noreply.github.com> Date: Mon, 20 May 2024 08:09:08 -0500 Subject: [PATCH] removed dev notes from readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index af6898e..366e3ec 100644 --- a/README.md +++ b/README.md @@ -67,15 +67,4 @@ Sea Spy is designed to track hundreds of thousands of vessels via Google Maps wi * API returns ships based on supplied bounding box (from getTile) * Puts more work on server, and requires new data structure(s) for ship storage * May allow per tile redraws to animate ships (clearRect and redraw after api pull) -* Implement additional AIS message types and associated features (Currently only position report and ship static data messages are utilized) - -### 1.1 Changes -~~Switch to signal.NotifyContext and pass context to ListenAndServe~~ -~~Add toggle for ship history~~ -~~Add configurable element for dock worker count~~ -~~Add MMSI value to State~~ -~~Adjust JS code related to mmsi not existing in ship object~~ -Implemented tile redraws - Add server data structure to store sorted geospatial data of vessels (i.e., geohash+geocache) - Add API that takes a bounding box and returns number of ships in that area - Add per tile vessel update, followed by per tile redraws, finishing with all clipping redraws \ No newline at end of file +* Implement additional AIS message types and associated features (Currently only position report and ship static data messages are utilized) \ No newline at end of file