Skip to content

Commit 0a53717

Browse files
committed
add comment
1 parent 65eae7f commit 0a53717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapswipe_workers/mapswipe_workers/project_types/build_area/build_area_tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def generate_tutorial_data(tutorial):
6969

7070
for i in range(0, 1):
7171
group_id = 101 + i
72+
# the yMin represents a tile located at the equator at zoom level 18
7273
groups_dict[group_id] = {
7374
"xMax": "115",
7475
"xMin": "100",
@@ -86,6 +87,7 @@ def generate_tutorial_data(tutorial):
8687
# select 6 tasks for each category and add to group
8788
counter = -1
8889
task_x = 100
90+
# the task_y represents a tile located at the equator at zoom level 18
8991
task_y = 131072
9092
for category in categories:
9193
# print(category)

0 commit comments

Comments
 (0)