We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65eae7f commit 0a53717Copy full SHA for 0a53717
mapswipe_workers/mapswipe_workers/project_types/build_area/build_area_tutorial.py
@@ -69,6 +69,7 @@ def generate_tutorial_data(tutorial):
69
70
for i in range(0, 1):
71
group_id = 101 + i
72
+ # the yMin represents a tile located at the equator at zoom level 18
73
groups_dict[group_id] = {
74
"xMax": "115",
75
"xMin": "100",
@@ -86,6 +87,7 @@ def generate_tutorial_data(tutorial):
86
87
# select 6 tasks for each category and add to group
88
counter = -1
89
task_x = 100
90
+ # the task_y represents a tile located at the equator at zoom level 18
91
task_y = 131072
92
for category in categories:
93
# print(category)
0 commit comments