Skip to content
Snippets Groups Projects
Commit 3777373c authored by Davis, Duane T's avatar Davis, Duane T
Browse files

Modified boundaries of mine world nogo areas in GeoMap factory func.

parent 2a890e20
No related branches found
No related tags found
No related merge requests found
......@@ -496,9 +496,9 @@ class GeometryMap(Map):
nogo1 = geometry.Polygon(((10, 43), (30, 41), (36, 31), (6, 27)))
nogo2 = geometry.Polygon(((48, 27), (62, 45), (74, 33)))
nogo3 = geometry.Polygon(((30, 13), (56, 21), (64, 13), (38, 5)))
nogo4 = geometry.Polygon(((5, 15), (20, 11), (22, 6), (9, 2)))
nogo4 = geometry.Polygon(((6, 15), (20, 11), (22, 6), (9, 2)))
nogo5 = geometry.Polygon(((50, 3), (67, 8), (71, 3)))
nogo6 = geometry.Polygon(((37, 48), (50, 47), (41, 38)))
nogo6 = geometry.Polygon(((36, 48), (50, 47), (41, 38)))
geometries = ( east_wall, north_wall, west_wall, south_wall, \
nogo1, nogo2, nogo3, nogo4, nogo5, nogo6 )
return GeometryMap((-7, -7), (87, 57), geometries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment