From 2dc6e8a2027b5364d0b087794e47b8f28be457d6 Mon Sep 17 00:00:00 2001 From: lsagona Date: Mon, 24 Aug 2020 10:58:14 +0200 Subject: [PATCH] test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b08427..04523c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ##Intro Maritime Visualisation is a tool that allow you to visualize ais data. @@ -5,7 +6,7 @@ Maritime Visualisation is a tool that allow you to visualize ais data. ## Usage You can import data by clicking on File -> Import, and select your CSV file. The CSV file must be in this format :
MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo
-![Smaller icon](src/main/resources/readmeImage/import.png?raw=true 'Import example')
+![src/main/resources/readmeImage/import.png](src/main/resources/readmeImage/import.png?raw=true 'Import example')
A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.
![Smaller icon](src/main/resources/readmeImage/selectedData.png?raw=true 'Selected data example')
@@ -14,7 +15,6 @@ A specific MMSI can be highlighted by selecting it in the left panel and specifi * Java installed (Jdk8). * Gradle (6.2+) - ## Importing and running project Clone the project with : -- 1.7.10.4