Commit 312867e1091cc086d68639919cb734db626a1531

Authored by lsagona
1 parent 45f3afcf07
Exists in master and in 1 other branch dev

Revert "fix readme ?"

This reverts commit 45f3afcf0758f6ed422979273ccd817930698b7f.

Showing 1 changed file with 4 additions and 5 deletions Side-by-side Diff

  1 +#Intro
1 2  
2   -## Intro
3   -
4 3 Maritime Visualisation is a tool that allow you to visualize ais data.
5 4  
6 5 ## Usage
7 6 You can import data by clicking on File -> Import, and select your CSV file. The CSV file must be in this format : <br/>
8 7 MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo<br/>
9   -![import.png](visualisation-maritime/src/main/resources/readmeImage/import.png 'Import example')<br/>
  8 +![Smaller icon](src/main/resources/readmeImage/import.png?raw=true 'Import example')<br/>
10 9 A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.<br/>
11   -![selectedData.png](visualisation-maritime/src/main/resources/readmeImage/selectedData.png 'Selected data example')<br/>
  10 +![Smaller icon](src/main/resources/readmeImage/selectedData.png?raw=true 'Selected data example')<br/>
12 11  
13 12 ## Requirements
14 13  
... ... @@ -23,7 +22,7 @@
23 22  
24 23 Go to :
25 24  
26   - $cd visualisation-maritime
  25 + $visualisation-maritime
27 26  
28 27 Build and run the project with :
29 28