Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProgGis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Severin Steffensen Hjelseth
ProgGis
Commits
aa33404e
Commit
aa33404e
authored
1 year ago
by
Jakob Severin Steffensen Hjelseth
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into 'main'
From dev into main See merge request
!23
parents
bced478e
f3c01ae8
No related branches found
Branches containing commit
No related tags found
2 merge requests
!26
Resolve "Buffer"
,
!23
From dev into main
Pipeline
#234686
passed
1 year ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/style.css
+1
-1
1 addition, 1 deletion
css/style.css
index.html
+35
-11
35 additions, 11 deletions
index.html
with
36 additions
and
12 deletions
css/style.css
+
1
−
1
View file @
aa33404e
...
...
@@ -25,7 +25,7 @@
.box1
{
display
:
flex
;
flex-grow
:
5
;
flex-grow
:
7
;
flex-direction
:
row
;
}
...
...
This diff is collapsed.
Click to expand it.
index.html
+
35
−
11
View file @
aa33404e
...
...
@@ -22,11 +22,13 @@
<div
style=
"display: flex; flex-grow: 2; flex-direction: column;"
>
<h1
style=
"margin: 0; padding: 0; text-align: center; font-size: 12vh;"
>
ProgGIS
</h1>
<div
class=
"box1"
>
<p
style=
"width:
1
7vw;"
></p>
<p
style=
"width: 7vw;"
></p>
<button
class=
"button"
onclick=
"openBox('bufferBox')"
>
Buffer
</button>
<button
class=
"button"
onclick=
"openBox('differenceBox')"
>
Difference
</button>
<button
class=
"button"
onclick=
"openBox('dissolveBox')"
>
Dissolve
</button>
<button
class=
"button"
onclick=
"openBox('extractBox')"
>
Extract
</button>
<button
class=
"button"
onclick=
"openBox('intersectionBox')"
>
Intersection
</button>
<button
class=
"button"
onclick=
"openBox('unionBox')"
>
Union
</button>
<button
class=
"button"
onclick=
"openBox('differenceBox')"
>
Difference
</button>
</div>
</div>
...
...
@@ -75,33 +77,55 @@
</div>
</div>
<div
id=
"
intersection
Box"
class=
"box"
>
<div
id=
"
difference
Box"
class=
"box"
>
<div
class=
"box3"
>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Intersection
</h1>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Difference
</h1>
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('
intersection
Box')"
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('
difference
Box')"
xmlns=
"http://www.w3.org/2000/svg"
width=
"3vw"
height=
"3vw"
fill=
"currentColor"
class=
"bi bi-x-circle-fill"
viewBox=
"0 0 16 16"
>
<path
d=
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"
/>
</svg>
</div>
</div>
<div
id=
"
union
Box"
class=
"box"
>
<div
id=
"
dissolve
Box"
class=
"box"
>
<div
class=
"box3"
>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Union
</h1>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Dissolve
</h1>
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('
union
Box')"
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('
dissolve
Box')"
xmlns=
"http://www.w3.org/2000/svg"
width=
"3vw"
height=
"3vw"
fill=
"currentColor"
class=
"bi bi-x-circle-fill"
viewBox=
"0 0 16 16"
>
<path
d=
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"
/>
</svg>
</div>
</div>
<div
id=
"
difference
Box"
class=
"box"
>
<div
id=
"
extract
Box"
class=
"box"
>
<div
class=
"box3"
>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Difference
</h1>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Extract
</h1>
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('differenceBox')"
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('extractBox')"
xmlns=
"http://www.w3.org/2000/svg"
width=
"3vw"
height=
"3vw"
fill=
"currentColor"
class=
"bi bi-x-circle-fill"
viewBox=
"0 0 16 16"
>
<path
d=
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"
/>
</svg>
</div>
</div>
<div
id=
"intersectionBox"
class=
"box"
>
<div
class=
"box3"
>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Intersection
</h1>
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('intersectionBox')"
xmlns=
"http://www.w3.org/2000/svg"
width=
"3vw"
height=
"3vw"
fill=
"currentColor"
class=
"bi bi-x-circle-fill"
viewBox=
"0 0 16 16"
>
<path
d=
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"
/>
</svg>
</div>
</div>
<div
id=
"unionBox"
class=
"box"
>
<div
class=
"box3"
>
<h1
style=
"font-size: 4vh; text-align: center; width: 36vw;"
>
Union
</h1>
<svg
style=
"cursor: pointer; padding-top: 15px;"
onclick=
"closeBox('unionBox')"
xmlns=
"http://www.w3.org/2000/svg"
width=
"3vw"
height=
"3vw"
fill=
"currentColor"
class=
"bi bi-x-circle-fill"
viewBox=
"0 0 16 16"
>
<path
d=
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"
/>
</svg>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment