From 82c8db98ac015790fa877c8dc6c8d2b0cf3144a4 Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Wed, 2 Dec 2015 11:48:14 +0000 Subject: [PATCH] Update map_coordinates.md --- research/map_coordinates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/map_coordinates.md b/research/map_coordinates.md index 7756b7f90..317746cfa 100644 --- a/research/map_coordinates.md +++ b/research/map_coordinates.md @@ -25,7 +25,7 @@ private double ToMapCoordinate(double val) { *Code samples in PHP* -You can translate the `levels.exd` values to Long/Lat using the `x`, `y` and **scale** would be the maps ` [size_factor](https://github.com/viion/XIV-Datamining/blob/master/offsets/3.1_list.txt#L679)` +You can translate the `levels.exd` values to Long/Lat using the `x`, `y` and **scale** would be the maps [size_factor](https://github.com/viion/XIV-Datamining/blob/master/offsets/3.1_list.txt#L679) ``` function mapsRadiansToDegrees($rad)