From 312867e1091cc086d68639919cb734db626a1531 Mon Sep 17 00:00:00 2001 From: lsagona Date: Mon, 24 Aug 2020 11:13:00 +0200 Subject: [PATCH] Revert "fix readme ?" This reverts commit 45f3afcf0758f6ed422979273ccd817930698b7f. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f12b19..88f5a0d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ - -## Intro +#Intro 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
-![import.png](visualisation-maritime/src/main/resources/readmeImage/import.png 'Import example')
+![Smaller icon](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.
-![selectedData.png](visualisation-maritime/src/main/resources/readmeImage/selectedData.png 'Selected data example')
+![Smaller icon](src/main/resources/readmeImage/selectedData.png?raw=true 'Selected data example')
## Requirements @@ -23,7 +22,7 @@ Clone the project with : Go to : - $cd visualisation-maritime + $visualisation-maritime Build and run the project with : -- 1.7.10.4