Skip to content

Commit

Permalink
fix: add base location
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed May 24, 2022
1 parent 76246d5 commit 8ca3ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clip/clip.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import initParamsValidationRules from "./initParamsValidationRules";

const SVGD = loadPlugin(SVGDDef);
const Maps = loadPlugin(MapsDef);
const base = MapsDef.utils.fromLonLat([22.962279589437337, 40.586910407551436]);

export const clip = new HTMLClip({
html,
Expand Down

0 comments on commit 8ca3ef5

Please sign in to comment.