Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-974] Add bushes to merliot #979

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 323 additions & 1 deletion priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5002,7 +5002,329 @@ merliot_map_config = %{
]
}
],
bushes: [],
bushes: [
%{
name: "Bottom Left A1",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: -6370, y: -5029},
%{x: -5550, y: -5029},
%{x: -5430, y: -5659},
%{x: -6370, y: -5669}
]
},
%{
name: "Bottom Left A2",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: -6370, y: -5669},
%{x: -5114, y: -5649},
%{x: -5107, y: -6427},
%{x: -6349, y: -6434}
]
},
%{
name: "Bottom Left A3",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: -5107, y: -6427},
%{x: -5100, y: -6072},
%{x: -4643, y: -6072},
%{x: -4643, y: -6441}
]
},
%{
name: "Bottom Mid A1",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: -2583, y: -6420},
%{x: -2354, y: -5906},
%{x: -1411, y: -5953},
%{x: -1471, y: -6487}
]
},
%{
name: "Bottom Mid A2",
radius: 1000,
shape: "polygon",
position: %{x: 0, y: 0},
vertices: [
%{x: -2220, y: -6063},
%{x: -2219, y: -5587},
%{x: -1774, y: -5566},
%{x: -1774, y: -6089}
]
},
%{
name: "Bottom Mid B1",
radius: 1800,
shape: "circle",
position: %{x: 1570, y: -7248},
vertices: []
},
%{
name: "Bottom Mid B2",
radius: 500,
shape: "circle",
position: %{x: 310, y: -6110},
vertices: []
},
%{
name: "Bottom Mid B3",
radius: 500,
shape: "circle",
position: %{x: 2712, y: -6114},
vertices: []
},
%{
name: "Bottom Mid C1",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: 4970, y: -6462},
%{x: 4963, y: -6040},
%{x: 6658, y: -6040},
%{x: 6665, y: -6442}
]
},
%{
name: "Bottom Mid C2",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: 5485, y: -6023},
%{x: 5485, y: -5673},
%{x: 6650, y: -5673},
%{x: 6663, y: -6040}
]
},
%{
name: "Bottom Mid C3",
radius: 0.0,
shape: "polygon",
position: %{
x: 0.0,
y: 0.0
},
vertices: [
%{x: 6000, y: -5614},
%{x: 6000, y: -5275},
%{x: 6628, y: -5275},
%{x: 6656, y: -5599}
]
},
%{
name: "Mid Left A1",
radius: 1800,
shape: "circle",
position: %{x: -6940, y: -1239},
vertices: []
},
%{
name: "Mid Left A2",
radius: 700,
shape: "circle",
position: %{x: -6020, y: -2129},
vertices: []
},
%{
name: "Mid Left A3",
radius: 700,
shape: "circle",
position: %{x: -6000, y: -439},
vertices: []
},
%{
name: "Mid Left B1",
radius: 500,
shape: "circle",
position: %{x: -6360, y: 2020},
vertices: []
},
%{
name: "Mid Left B2",
radius: 500,
shape: "circle",
position: %{x: -5810, y: 2220},
vertices: []
},
%{
name: "Top Left B1",
radius: 1000,
shape: "circle",
position: %{x: -6390, y: 6550},
vertices: []
},
%{
name: "Top Mid A1",
radius: 1700,
shape: "circle",
position: %{x: -1480, y: 6970},
vertices: []
},
%{
name: "Top Mid A2",
radius: 700,
shape: "circle",
position: %{x: 1859, y: 6110},
vertices: []
},
%{
name: "Top Right A1",
radius: 1700,
shape: "circle",
position: %{x: 7369, y: 6680},
vertices: []
},
%{
name: "Mid Right A1",
radius: 700,
shape: "circle",
position: %{x: 6653, y: 2360},
vertices: []
},
%{
name: "Mid Right A2",
radius: 700,
shape: "circle",
position: %{x: 6486, y: 655},
vertices: []
},
%{
name: "Mid Right A3",
radius: 700,
shape: "circle",
position: %{x: 6300, y: 2007},
vertices: []
},
%{
name: "Mid Right B1",
radius: 0,
shape: "polygon",
position: %{x: 0.0, y: 0.0},
vertices: [
%{x: 6085, y: -1374},
%{x: 6596, y: -1374},
%{x: 6497, y: -2222},
%{x: 5911, y: -2222}
]
},
%{
name: "Mid Right B2",
radius: 300,
shape: "circle",
position: %{x: 5626, y: -1885},
vertices: []
},
%{
name: "Mid Top A1",
radius: 1000,
shape: "circle",
position: %{x: 3799, y: 3810},
vertices: []
},
%{
name: "Mid Top A2",
radius: 0,
shape: "polygon",
position: %{x: 0.0, y: 0.0},
vertices: [
%{x: -2010, y: 4592},
%{x: -421, y: 4368},
%{x: -504, y: 3850},
%{x: -2110, y: 4132}
]
},
%{
name: "Mid Top A3",
radius: 700,
shape: "circle",
position: %{x: -3800, y: 3690},
vertices: []
},
%{
name: "Mid Bottom A1",
radius: 850,
shape: "circle",
position: %{x: -1570, y: -2879},
vertices: []
},
%{
name: "Mid Bottom B1",
radius: 850,
shape: "circle",
position: %{x: -1570, y: -2879},
vertices: []
},
%{
name: "Mid Bottom C1",
radius: 1000,
shape: "circle",
position: %{x: 1529, y: -3639},
vertices: []
},
%{
name: "Mid Bottom A4",
radius: 0.0,
shape: "polygon",
position: %{x: 0.0, y: 0.0},
vertices: [
%{x: 2480, y: -1523},
%{x: 3445, y: -1518},
%{x: 3445, y: -2205},
%{x: 2489, y: -2242}
]
},
%{
name: "Mid Top A1",
radius: 1000,
shape: "circle",
position: %{x: 4229, y: 1160},
vertices: []
},
%{
name: "Mid Top B1",
radius: 950,
shape: "circle",
position: %{x: -3110, y: 1220},
vertices: []
},
%{
name: "Mid Top C1",
radius: 900,
shape: "circle",
position: %{x: 1819, y: 3130},
vertices: []
}
],
pools: [],
version_id: version.id
}
Expand Down
Loading