Skip to content

Commit

Permalink
draw circles on map init
Browse files Browse the repository at this point in the history
  • Loading branch information
tehstone committed Dec 7, 2024
1 parent 736959f commit cb00f25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wayfarer-review-map-mods.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Wayfarer Review Map Mods
// @version 0.9.1
// @version 0.9.2
// @description Add Map Mods to Wayfarer Review Page
// @namespace https://github.com/tehstone/wayfarer-addons
// @downloadURL https://github.com/tehstone/wayfarer-addons/raw/main/wayfarer-review-map-mods.user.js
Expand Down Expand Up @@ -218,6 +218,8 @@ function init() {
if (isDisplayGridEnabled()) {
addS2Overlay(cellSize, cellColor, secondGridEnabled, cellSizeTwo, cellColorTwo);
addS2HighlightAtCoords(candidate['lat'], candidate['lng']);
drawCloseCircle();
drawMoveCircle();
}
locationChangeBtnListener();
locationResetChangeBtnListener();
Expand Down

0 comments on commit cb00f25

Please sign in to comment.