Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grammostola committed Sep 20, 2024
1 parent b640c7f commit cd3718b
Show file tree
Hide file tree
Showing 10 changed files with 81,431 additions and 75,764 deletions.
84 changes: 70 additions & 14 deletions build/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@
align-items: baseline; }
.o-ui .flex .align-stretch {
align-items: stretch; }
.o-ui .flex .basis-0 {
flex-basis: 0; }
.o-ui .flex .basis-25 {
flex-basis: 25%; }
.o-ui .flex .basis-50 {
Expand Down Expand Up @@ -784,14 +786,12 @@
box-sizing: border-box;
display: inline-block;
line-height: 0;
overflow: hidden;
position: relative;
transition: height 0.3s; }
.o-ui .slidenav > .main {
box-sizing: border-box;
display: inline-block;
left: 0;
overflow: hidden;
position: relative;
top: 0;
transition: all 0.3s;
Expand All @@ -811,20 +811,24 @@
transition: all 0.3s;
width: 100%;
will-change: transform;
z-index: 1000; }
z-index: 1000;
height: unset; }
.o-ui .slidenav > .secondary.absolute {
position: absolute; }
position: absolute;
height: 0; }
.o-ui .slidenav.right .secondary {
transform: translateX(100%); }
.o-ui .slidenav.left .secondary {
transform: translateX(-100%); }
.o-ui .slidenav.slide-secondary.right .main {
transform: translateX(-20%); }
.o-ui .slidenav.slide-secondary.left .main {
transform: translateX(20%); }
.o-ui .slidenav.slide-secondary .secondary {
opacity: 1;
transform: none; }
.o-ui .slidenav.slide-secondary {
overflow: hidden; }
.o-ui .slidenav.slide-secondary.right .main {
transform: translateX(-20%); }
.o-ui .slidenav.slide-secondary.left .main {
transform: translateX(20%); }
.o-ui .slidenav.slide-secondary .secondary {
opacity: 1;
transform: none; }
.o-ui .o-scrollbar::-webkit-scrollbar {
width: 11px; }
.o-ui .o-scrollbar {
Expand Down Expand Up @@ -1343,6 +1347,8 @@
overflow-x: auto; }
.o-ui .overflow-auto-y {
overflow-y: auto; }
.o-ui .overflow-unset {
overflow: unset; }
.o-ui .absolute {
position: absolute; }
.o-ui .fixed {
Expand Down Expand Up @@ -2420,7 +2426,8 @@ body {
.o-map .o-tooltip:hover span[data-tooltip] {
display: inline-block;
opacity: 1;
visibility: visible; }
visibility: visible;
z-index: 100; }
.o-map .o-tooltip:hover span[data-tooltip]::after {
background: rgba(51, 51, 51, 0.85);
border-radius: 4px;
Expand All @@ -2434,7 +2441,7 @@ body {
text-align: center;
white-space: nowrap;
width: auto;
z-index: 100; }
pointer-events: none; }
@media (hover: none) {
.o-map .o-tooltip:hover span[data-tooltip] {
animation: 0.2s linear 3s forwards fadeout; } }
Expand Down Expand Up @@ -2478,6 +2485,10 @@ body {
margin-top: .5rem; }
.o-map .o-toolbar-misc {
margin-top: .5rem; }
.o-map .o-navigation button {
position: relative; }
.o-map .o-maptools button {
position: relative; }
.o-map .o-footer {
background-color: black;
background-color: rgba(0, 0, 0, 0.8);
Expand Down Expand Up @@ -3154,7 +3165,8 @@ body {
transition: 0.5s; }
.o-map .o-identify-content {
display: inline-block;
width: 100%; }
width: 100%;
overflow-wrap: anywhere; }
.o-map .folded {
max-height: 0;
overflow: hidden;
Expand Down Expand Up @@ -3312,6 +3324,50 @@ body {
margin-left: 0.22em;
bottom: -3px;
position: relative; }
.o-map .logger-toast {
border-radius: 0.5em;
box-shadow: 0 0 8px #888;
padding: 1em;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
text-align: center;
position: fixed;
z-index: 999;
display: inline-block;
max-width: 90%;
bottom: 2.5rem; }
.o-map .logger-primary {
fill: #084298;
color: #084298;
background-color: #cfe2ff;
border-color: #b6d4fe; }
.o-map .logger-success {
fill: #0f5132;
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc; }
.o-map .logger-info {
fill: #055160;
color: #055160;
background-color: #cff4fc;
border-color: #b6effb; }
.o-map .logger-warning {
fill: #664d03;
color: #664d03;
background-color: #fff3cd;
border-color: #ffecb5; }
.o-map .logger-danger {
fill: #842029;
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7; }
.o-map .logger-light {
fill: #636464;
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe; }

html,
body {
Expand Down
1 change: 1 addition & 0 deletions build/css/svg/origo-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 22 additions & 21 deletions build/data/origo-cities-3857.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@
"name": "origo-cities-3857",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
"features": [
{ "type": "Feature", "properties": { "id": 1, "name": "Karlstad" }, "geometry": { "type": "Point", "coordinates": [ 1503136, 8262205 ] } },
{ "type": "Feature", "properties": { "id": 2, "name": "Hallstahammar" }, "geometry": { "type": "Point", "coordinates": [ 1807133, 8313751 ] } },
{ "type": "Feature", "properties": { "id": 4, "name": "Eskilstuna" }, "geometry": { "type": "Point", "coordinates": [ 1836807, 8260572 ] } },
{ "type": "Feature", "properties": { "id": 5, "name": "Strängnäs" }, "geometry": { "type": "Point", "coordinates": [ 1894581, 8261118 ] } },
{ "type": "Feature", "properties": { "id": 6, "name": "Enköping" }, "geometry": { "type": "Point", "coordinates": [ 1901643, 8320134 ] } },
{ "type": "Feature", "properties": { "id": 7, "name": "Sigtuna" }, "geometry": { "type": "Point", "coordinates": [ 1986473, 8315061 ] } },
{ "type": "Feature", "properties": { "id": 8, "name": "Hudiksvall" }, "geometry": { "type": "Point", "coordinates": [ 1904063, 8794995 ] } },
{ "type": "Feature", "properties": { "id": 9, "name": "Nordanstig" }, "geometry": { "type": "Point", "coordinates": [ 1898886, 8855279 ] } },
{ "type": "Feature", "properties": { "id": 10, "name": "Ånge" }, "geometry": { "type": "Point", "coordinates": [ 1743306, 8984535 ] } },
{ "type": "Feature", "properties": { "id": 11, "name": "Sundsvall" }, "geometry": { "type": "Point", "coordinates": [ 1926687, 8952900 ] } },
{ "type": "Feature", "properties": { "id": 12, "name": "Timrå" }, "geometry": { "type": "Point", "coordinates": [ 1928943, 8976191 ] } },
{ "type": "Feature", "properties": { "id": 13, "name": "Härnösand" }, "geometry": { "type": "Point", "coordinates": [ 1996548, 9010642 ] } },
{ "type": "Feature", "properties": { "id": 14, "name": "Kramfors" }, "geometry": { "type": "Point", "coordinates": [ 1979837, 9083261 ] } },
{ "type": "Feature", "properties": { "id": 15, "name": "Sollefteå" }, "geometry": { "type": "Point", "coordinates": [ 1922083, 9141271 ] } },
{ "type": "Feature", "properties": { "id": 16, "name": "Örnsköldsvik" }, "geometry": { "type": "Point", "coordinates": [ 2082559, 9171375 ] } },
{ "type": "Feature", "properties": { "id": 17, "name": "Norberg" }, "geometry": { "type": "Point", "coordinates": [ 1773055, 8414134 ] } },
{ "type": "Feature", "properties": { "id": 18, "name": "Avesta" }, "geometry": { "type": "Point", "coordinates": [ 1801204, 8431717 ] } },
{ "type": "Feature", "properties": { "id": 19, "name": "Fagersta" }, "geometry": { "type": "Point", "coordinates": [ 1758647, 8400343 ] } },
{ "type": "Feature", "properties": { "id": 20, "name": "Kristianstad" }, "geometry": { "type": "Point", "coordinates": [ 1575633, 7565358 ] } },
{ "type": "Feature", "properties": { "id": 21, "name": "Mora" }, "geometry": { "type": "Point", "coordinates": [ 1618908, 8627715 ] } },
{ "type": "Feature", "properties": { "id": 22, "name": "Orsa" }, "geometry": { "type": "Point", "coordinates": [ 1627705, 8653421 ] } }
{ "type": "Feature", "properties": { "id": 1, "name": "Karlstad" }, "geometry": { "type": "Point", "coordinates": [ 1503136.0, 8262205.0 ] } },
{ "type": "Feature", "properties": { "id": 2, "name": "Hallstahammar" }, "geometry": { "type": "Point", "coordinates": [ 1807133.0, 8313751.0 ] } },
{ "type": "Feature", "properties": { "id": 4, "name": "Eskilstuna" }, "geometry": { "type": "Point", "coordinates": [ 1836807.0, 8260572.0 ] } },
{ "type": "Feature", "properties": { "id": 5, "name": "Strängnäs" }, "geometry": { "type": "Point", "coordinates": [ 1894581.0, 8261118.0 ] } },
{ "type": "Feature", "properties": { "id": 6, "name": "Enköping" }, "geometry": { "type": "Point", "coordinates": [ 1901643.0, 8320134.0 ] } },
{ "type": "Feature", "properties": { "id": 7, "name": "Sigtuna" }, "geometry": { "type": "Point", "coordinates": [ 1986473.0, 8315061.0 ] } },
{ "type": "Feature", "properties": { "id": 8, "name": "Hudiksvall" }, "geometry": { "type": "Point", "coordinates": [ 1904063.0, 8794995.0 ] } },
{ "type": "Feature", "properties": { "id": 9, "name": "Nordanstig" }, "geometry": { "type": "Point", "coordinates": [ 1898886.0, 8855279.0 ] } },
{ "type": "Feature", "properties": { "id": 10, "name": "Ånge" }, "geometry": { "type": "Point", "coordinates": [ 1743306.0, 8984535.0 ] } },
{ "type": "Feature", "properties": { "id": 11, "name": "Sundsvall" }, "geometry": { "type": "Point", "coordinates": [ 1926687.0, 8952900.0 ] } },
{ "type": "Feature", "properties": { "id": 12, "name": "Timrå" }, "geometry": { "type": "Point", "coordinates": [ 1928943.0, 8976191.0 ] } },
{ "type": "Feature", "properties": { "id": 13, "name": "Härnösand" }, "geometry": { "type": "Point", "coordinates": [ 1996548.0, 9010642.0 ] } },
{ "type": "Feature", "properties": { "id": 14, "name": "Kramfors" }, "geometry": { "type": "Point", "coordinates": [ 1979837.0, 9083261.0 ] } },
{ "type": "Feature", "properties": { "id": 15, "name": "Sollefteå" }, "geometry": { "type": "Point", "coordinates": [ 1922083.0, 9141271.0 ] } },
{ "type": "Feature", "properties": { "id": 16, "name": "Örnsköldsvik" }, "geometry": { "type": "Point", "coordinates": [ 2082559.0, 9171375.0 ] } },
{ "type": "Feature", "properties": { "id": 17, "name": "Norberg" }, "geometry": { "type": "Point", "coordinates": [ 1773055.0, 8414134.0 ] } },
{ "type": "Feature", "properties": { "id": 18, "name": "Avesta" }, "geometry": { "type": "Point", "coordinates": [ 1801204.0, 8431717.0 ] } },
{ "type": "Feature", "properties": { "id": 19, "name": "Fagersta" }, "geometry": { "type": "Point", "coordinates": [ 1758647.0, 8400343.0 ] } },
{ "type": "Feature", "properties": { "id": 20, "name": "Kristianstad" }, "geometry": { "type": "Point", "coordinates": [ 1575633.0, 7565358.0 ] } },
{ "type": "Feature", "properties": { "id": 21, "name": "Mora" }, "geometry": { "type": "Point", "coordinates": [ 1618908.0, 8627715.0 ] } },
{ "type": "Feature", "properties": { "id": 22, "name": "Orsa" }, "geometry": { "type": "Point", "coordinates": [ 1627705.0, 8653421.0 ] } },
{ "type": "Feature", "properties": { "id": 23, "name": "Tomelilla" }, "geometry": { "type": "Point", "coordinates": [ 1553290.0, 7467849.0 ] } }
]
}
5 changes: 2 additions & 3 deletions build/data/origo-mask-3857.geojson

Large diffs are not rendered by default.

Loading

0 comments on commit cd3718b

Please sign in to comment.