diff --git a/MapPolygons.js b/MapPolygons.js index 2029d75..37d53ea 100644 --- a/MapPolygons.js +++ b/MapPolygons.js @@ -1,10 +1,10 @@ //import { getArrowPolygon } from "athena-utils/shape/Arrow.js"; -import { getArrowPolygon } from "./Arrow.js"; -import { ARROW_BODY_STYLE_CONSTANT, ARROW_BODY_STYLE_LINEAR, ARROW_BODY_STYLE_EXPONENTIAL } from "./Arrow.js"; -import { getCirclePolygon } from "./BasicShapes.js"; -import { getRectanglePolygon } from "./BasicShapes.js"; -import { getFrontline } from "./Frontline.js"; -import { LEFT_SIDE, RIGHT_SIDE, BOTH_SIDES } from "./Frontline.js"; +import { getArrowPolygon } from "athena-utils/shape/Arrow.js"; +import { ARROW_BODY_STYLE_CONSTANT, ARROW_BODY_STYLE_LINEAR, ARROW_BODY_STYLE_EXPONENTIAL } from "athena-utils/shape/Arrow.js"; +import { getCirclePolygon } from "athena-utils/shape/BasicShapes.js"; +import { getRectanglePolygon } from "athena-utils/shape/BasicShapes.js"; +import { getFrontline } from "athena-utils/shape/Frontline.js"; +import { LEFT_SIDE, RIGHT_SIDE, BOTH_SIDES } from "athena-utils/shape/Frontline.js"; mapboxgl.accessToken = 'pk.eyJ1Ijoib3V0ZG9vcm1hcHBpbmdjb21wYW55IiwiYSI6ImNqYmh3cDdjYzNsMnozNGxsYzlvMmk2bTYifQ.QqcZ4LVoLWnXafXdjZxnZg'; const map = new mapboxgl.Map({ diff --git a/package-lock.json b/package-lock.json index 4833b0b..97dd0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2718,7 +2718,7 @@ "dev": true }, "node_modules/athena-utils": { - "resolved": "git+https://git.projectathena.ca/andyaxxe/athena-utils.git#541d465195", + "resolved": "git+https://git.projectathena.ca/andyaxxe/athena-utils.git#4425aaa18d", "dev": true, "dependencies": { "@turf/turf": "7.2.0"