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 :