diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json
index 89b93b87..bfec8d72 100755
--- a/src/core/config/Categories.json
+++ b/src/core/config/Categories.json
@@ -228,6 +228,7 @@
"Convert speed",
"Convert data units",
"Convert co-ordinate format",
+ "Show on map",
"Parse UNIX file permissions",
"Swap endianness",
"Parse colour code",
diff --git a/src/core/operations/ShowOnMap.mjs b/src/core/operations/ShowOnMap.mjs
index 4a362fec..9c81a27b 100644
--- a/src/core/operations/ShowOnMap.mjs
+++ b/src/core/operations/ShowOnMap.mjs
@@ -4,9 +4,9 @@
* @license Apache-2.0
*/
-import Operation from "../Operation";
-import {FORMATS, convertCoordinates} from "../lib/ConvertCoordinates";
-import OperationError from "../errors/OperationError";
+import Operation from "../Operation.mjs";
+import {FORMATS, convertCoordinates} from "../lib/ConvertCoordinates.mjs";
+import OperationError from "../errors/OperationError.mjs";
/**
* Show on map operation
@@ -22,7 +22,7 @@ class ShowOnMap extends Operation {
this.name = "Show on map";
this.module = "Hashing";
this.description = "Displays co-ordinates on a slippy map.
Co-ordinates will be converted to decimal degrees before being shown on the map.
Supported formats: