Skip to content

Commit

Permalink
Prepare 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Parlato committed May 19, 2022
1 parent 2145c81 commit 8a872e3
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 93 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 0.5.0

- Implement popup to inspect rendered features (#67)
- Fix polling url issue (#64)

## 0.4.0

- Allow one map view
Expand Down
186 changes: 93 additions & 93 deletions dist/bundle.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
html,
body {
position: relative;
Expand Down Expand Up @@ -82,6 +67,21 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
.map-controls.svelte-v9dmm4 {
background: white;
border-bottom: 1px solid #eee;
Expand Down Expand Up @@ -113,48 +113,49 @@ button:focus {
.validation-message-warning.svelte-v9dmm4 {
color: #c1810c;
}
.viewer-container.svelte-1hvjgnk.svelte-1hvjgnk {
.map-state-container.svelte-xc7hba.svelte-xc7hba {
align-items: center;
display: flex;
flex-direction: column;
}
.map-state.svelte-xc7hba.svelte-xc7hba {
display: flex;
height: 100%;
justify-content: space-around;
}
.maps.svelte-1hvjgnk.svelte-1hvjgnk {
.state-record.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: column;
align-items: center;
}
.location-actions.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: row;
align-self: center;
}
.maps.svelte-1hvjgnk .map-container.svelte-1hvjgnk {
border: 20px solid #333;
border-radius: 30px;
box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
height: 620px;
margin: 20px;
width: 300px;
}
.maps.phone .mapboxgl-map {
border-radius: 10px;
.location-actions.svelte-xc7hba > div.svelte-xc7hba {
margin: 0 0.5em;
}
.maps.svelte-yry985.svelte-yry985 {
.maps.svelte-1g37ixp {
display: flex;
flex-grow: 1;
flex-direction: column;
height: 100%;
--border: 1px solid black;
}
.maps.dragging.svelte-yry985 .map-container.svelte-yry985 {
user-select: none;
.row.svelte-1g37ixp {
display: flex;
flex-grow: 1;
flex-direction: row;
border-bottom: var(--border);
}
.maps.svelte-yry985 .map-container.svelte-yry985 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
.row.svelte-1g37ixp:last-of-type {
border-bottom: none;
}
.slider.svelte-yry985.svelte-yry985 {
position: absolute;
top: 0;
bottom: 0;
cursor: col-resize;
background: black;
z-index: 1000;
.map-container.svelte-1g37ixp {
flex-grow: 1;
border-right: var(--border);
}
.map-container.svelte-1g37ixp:last-of-type {
border-right: none;
}
.maps.svelte-1pk77jp {
display: flex;
Expand Down Expand Up @@ -210,49 +211,48 @@ input.svelte-1pk77jp::-webkit-inner-spin-button {
input[type='number'].svelte-1pk77jp {
-moz-appearance: textfield;
}
.map-state-container.svelte-xc7hba.svelte-xc7hba {
align-items: center;
display: flex;
flex-direction: column;
}
.map-state.svelte-xc7hba.svelte-xc7hba {
.viewer-container.svelte-1hvjgnk.svelte-1hvjgnk {
display: flex;
height: 100%;
justify-content: space-around;
}
.state-record.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: column;
.maps.svelte-1hvjgnk.svelte-1hvjgnk {
align-items: center;
}
.location-actions.svelte-xc7hba.svelte-xc7hba {
display: flex;
flex-direction: row;
align-self: center;
}
.location-actions.svelte-xc7hba > div.svelte-xc7hba {
margin: 0 0.5em;
.maps.svelte-1hvjgnk .map-container.svelte-1hvjgnk {
border: 20px solid #333;
border-radius: 30px;
box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
height: 620px;
margin: 20px;
width: 300px;
}
.maps.svelte-1g37ixp {
display: flex;
flex-grow: 1;
flex-direction: column;
height: 100%;
--border: 1px solid black;
.maps.phone .mapboxgl-map {
border-radius: 10px;
}
.row.svelte-1g37ixp {
display: flex;
flex-grow: 1;
flex-direction: row;
border-bottom: var(--border);
.maps.svelte-yry985.svelte-yry985 {
height: 100%;
}
.row.svelte-1g37ixp:last-of-type {
border-bottom: none;
.maps.dragging.svelte-yry985 .map-container.svelte-yry985 {
user-select: none;
}
.map-container.svelte-1g37ixp {
flex-grow: 1;
border-right: var(--border);
.maps.svelte-yry985 .map-container.svelte-yry985 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.map-container.svelte-1g37ixp:last-of-type {
border-right: none;
.slider.svelte-yry985.svelte-yry985 {
position: absolute;
top: 0;
bottom: 0;
cursor: col-resize;
background: black;
z-index: 1000;
}
div.svelte-1k1b3t4 {
padding: 0;
Expand All @@ -264,6 +264,20 @@ div.svelte-1kuj9kb {
div.svelte-1pfu5h6 {
display: none;
}
.spin.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 2s 0s infinite linear;
}
.pulse.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 1s infinite steps(8);
}
@keyframes svelte-1cj2gr0-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.map.svelte-qvie9m {
height: 100%;
width: 100%;
Expand All @@ -288,20 +302,6 @@ div.svelte-1pfu5h6 {
.map-label-responsive.svelte-qvie9m {
position: fixed;
}
.spin.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 2s 0s infinite linear;
}
.pulse.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 1s infinite steps(8);
}
@keyframes svelte-1cj2gr0-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
button.svelte-d9bm20 {
background: none;
border: none;
Expand All @@ -311,9 +311,6 @@ button.svelte-d9bm20 {
padding: 0;
margin: 0;
}
.map.svelte-16c2pp7 {
height: 100%;
}
.map.svelte-18031t1 {
height: 100%;
}
Expand Down Expand Up @@ -373,6 +370,9 @@ button.svelte-d9bm20 {
cursor: not-allowed;
color: lightgray;
}
.map.svelte-16c2pp7 {
height: 100%;
}
.map-style-input.svelte-1qgw420 {
margin-top: 6px;
}
Expand Down

0 comments on commit 8a872e3

Please sign in to comment.