Skip to content

Commit 7c8e74b

Browse files
committed
syntax error
1 parent b67647c commit 7c8e74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ships_hybrid_algorithm/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ $R \approx \cos(\phi_0)\cdot \frac{\Delta lon}{\Delta lat}$
4040
## How to convert lon,lat to x,y
4141

4242
You have defined width and height of the map. You also have min and max lon,lat of the map in decimal degrees.
43-
$x=\frac{\text{lon}-\text{min\_lon}}{\text{max\_lon}-\text{min\_lon}}\cdot \text{width},\quad y=\frac{\text{lat}-\text{min\_lat}}{\text{max\_lat}-\text{min\_lat}}\cdot \text{height}$
43+
$x=\frac{\mathrm{lon}-\mathrm{min\_lon}}{\mathrm{max\_lon}-\mathrm{min\_lon}}\cdot \mathrm{width},\ y=\frac{\mathrm{lat}-\mathrm{min\_lat}}{\mathrm{max\_lat}-\mathrm{min\_lat}}\cdot \mathrm{height}$

0 commit comments

Comments
 (0)