@vidro/map-handler 1.1.4 → 1.1.16
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +39 -101
- package/dist/map-handler.js +1 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +9 -78
- package/examples/full/tester.js +12 -177
- package/examples/serverLess/dist/index.23420cfa.js +117 -120
- package/examples/serverLess/dist/index.23420cfa.js.map +1 -1
- package/examples/serverLess/dist/index.html +1 -38
- package/examples/serverLess/index.html +1 -2
- package/examples/serverLess/main.js +2 -2
- package/examples/simple/index.html +1 -1
- package/examples/taigua/index.html +46 -8
- package/examples/taigua/main.js +467 -18
- package/examples/vidromap/index.php +1 -1
- package/package.json +1 -1
- package/src/index.js +180 -321
- package/examples/externalwms/index.js +0 -20
- package/examples/externalwms/index.php +0 -88
- package/examples/integration/tool/css/dist/home.css.min.css +0 -0
- package/examples/integration/tool/css/dist/home.min.css +0 -1
- package/examples/integration/tool/css/dist/home.min.css.map +0 -10
- package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style-login.min.css +0 -1
- package/examples/integration/tool/css/dist/style-login.min.css.map +0 -10
- package/examples/integration/tool/css/dist/style.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style.min.css +0 -1
- package/examples/integration/tool/css/dist/style.min.css.map +0 -23
- package/examples/integration/tool/css/master/_bottom-sheet-2.scss +0 -103
- package/examples/integration/tool/css/master/_bottom-sheet.scss +0 -142
- package/examples/integration/tool/css/master/_colors.scss +0 -35
- package/examples/integration/tool/css/master/_dropdown-form.scss +0 -167
- package/examples/integration/tool/css/master/_forms.scss +0 -416
- package/examples/integration/tool/css/master/_header.scss +0 -134
- package/examples/integration/tool/css/master/_menu-toc.scss +0 -135
- package/examples/integration/tool/css/master/_menu-tools.scss +0 -187
- package/examples/integration/tool/css/master/_mixins.scss +0 -42
- package/examples/integration/tool/css/master/_notifyjs.scss +0 -39
- package/examples/integration/tool/css/master/_ol-map-controls.scss +0 -117
- package/examples/integration/tool/css/master/_simplelightbox.scss +0 -287
- package/examples/integration/tool/css/master/_toc-config.scss +0 -28
- package/examples/integration/tool/css/master/_toc-layouts.scss +0 -173
- package/examples/integration/tool/css/master/_tooltip.scss +0 -34
- package/examples/integration/tool/css/master/home.scss +0 -266
- package/examples/integration/tool/css/master/style-login.scss +0 -240
- package/examples/integration/tool/css/master/style.scss +0 -166
- package/examples/integration/tool/img/doc-gallery-placeholder.svg +0 -3
- package/examples/integration/tool/img/home/ic_calendar-clock.svg +0 -1
- package/examples/integration/tool/img/home/ic_caret-down.svg +0 -1
- package/examples/integration/tool/img/home/ic_cog.svg +0 -1
- package/examples/integration/tool/img/home/ic_marker.svg +0 -1
- package/examples/integration/tool/img/home/ic_play-circle.svg +0 -1
- package/examples/integration/tool/img/home/ic_power.svg +0 -1
- package/examples/integration/tool/img/home/ic_squares.svg +0 -1
- package/examples/integration/tool/img/home/ic_user-pointer.svg +0 -1
- package/examples/integration/tool/img/home/ic_user-square.svg +0 -1
- package/examples/integration/tool/img/home/logo_footer.svg +0 -1
- package/examples/integration/tool/img/ic/accessControl.svg +0 -1
- package/examples/integration/tool/img/ic/account-location.svg +0 -1
- package/examples/integration/tool/img/ic/actionDelete.svg +0 -64
- package/examples/integration/tool/img/ic/actionOpen.svg +0 -64
- package/examples/integration/tool/img/ic/addFile.svg +0 -100
- package/examples/integration/tool/img/ic/addFile_off.svg +0 -102
- package/examples/integration/tool/img/ic/arrow-left.svg +0 -1
- package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +0 -1
- package/examples/integration/tool/img/ic/bt_add_photo.svg +0 -3
- package/examples/integration/tool/img/ic/bug.svg +0 -1
- package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +0 -3
- package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +0 -1
- package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +0 -1
- package/examples/integration/tool/img/ic/chevron-down-grey.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-down-white.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-down.svg +0 -1
- package/examples/integration/tool/img/ic/chevron-right-grey.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-right-white.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-right.svg +0 -1
- package/examples/integration/tool/img/ic/comment-text-outline.svg +0 -1
- package/examples/integration/tool/img/ic/cookie.svg +0 -1
- package/examples/integration/tool/img/ic/delete.svg +0 -1
- package/examples/integration/tool/img/ic/dot.svg +0 -1
- package/examples/integration/tool/img/ic/dump.svg +0 -1
- package/examples/integration/tool/img/ic/e.svg +0 -9
- package/examples/integration/tool/img/ic/eye-off.svg +0 -1
- package/examples/integration/tool/img/ic/eye.svg +0 -1
- package/examples/integration/tool/img/ic/forbidden.svg +0 -1
- package/examples/integration/tool/img/ic/form-title-1.svg +0 -3
- package/examples/integration/tool/img/ic/group.svg +0 -1
- package/examples/integration/tool/img/ic/hamburger.svg +0 -1
- package/examples/integration/tool/img/ic/ic-users.svg +0 -1
- package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +0 -3
- package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +0 -3
- package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +0 -14
- package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +0 -14
- package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +0 -3
- package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +0 -3
- package/examples/integration/tool/img/ic/ic_gps.svg +0 -3
- package/examples/integration/tool/img/ic/ic_search.svg +0 -5
- package/examples/integration/tool/img/ic/ic_selector_fechas.svg +0 -63
- package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +0 -3
- package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
- package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +0 -55
- package/examples/integration/tool/img/ic/imaqua.svg +0 -87
- package/examples/integration/tool/img/ic/incidencia.svg +0 -77
- package/examples/integration/tool/img/ic/info_multi_selection.svg +0 -230
- package/examples/integration/tool/img/ic/layers.svg +0 -1
- package/examples/integration/tool/img/ic/map-marker.svg +0 -3
- package/examples/integration/tool/img/ic/map.svg +0 -1
- package/examples/integration/tool/img/ic/measure_area.svg +0 -111
- package/examples/integration/tool/img/ic/minus.svg +0 -7
- package/examples/integration/tool/img/ic/notification.svg +0 -1
- package/examples/integration/tool/img/ic/offline.svg +0 -3
- package/examples/integration/tool/img/ic/online.svg +0 -1
- package/examples/integration/tool/img/ic/pencil.svg +0 -3
- package/examples/integration/tool/img/ic/plus.svg +0 -1
- package/examples/integration/tool/img/ic/polygon_selection.svg +0 -68
- package/examples/integration/tool/img/ic/power.svg +0 -1
- package/examples/integration/tool/img/ic/remoteLocalized.svg +0 -4
- package/examples/integration/tool/img/ic/remoteStartLocalize.svg +0 -4
- package/examples/integration/tool/img/ic/ruler.svg +0 -125
- package/examples/integration/tool/img/ic/selection-plus.svg +0 -10
- package/examples/integration/tool/img/ic/selection.svg +0 -1
- package/examples/integration/tool/img/ic/settings.svg +0 -1
- package/examples/integration/tool/img/ic/sort.svg +0 -1
- package/examples/integration/tool/img/ic/sort_asc.svg +0 -1
- package/examples/integration/tool/img/ic/sort_desc.svg +0 -1
- package/examples/integration/tool/img/ic/spreadsheet.svg +0 -3
- package/examples/integration/tool/img/ic/times.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/AB3.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/AB4.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/IC1.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB1.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB11.svg +0 -5
- package/examples/integration/tool/img/ic/toolbar/TB2.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB20.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB21.svg +0 -54
- package/examples/integration/tool/img/ic/toolbar/TB3.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB31.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB32.svg +0 -57
- package/examples/integration/tool/img/ic/toolbar/TB4.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB5.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB6.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB7.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB8.svg +0 -1
- package/examples/integration/tool/img/ic/tools.svg +0 -28
- package/examples/integration/tool/img/ic/user.svg +0 -1
- package/examples/integration/tool/img/ic/vector-polygon.svg +0 -1
- package/examples/integration/tool/img/ic/visit_manager.svg +0 -135
- package/examples/integration/tool/img/logo-footer-login.png +0 -0
- package/examples/integration/tool/img/logo-footer.png +0 -0
- package/examples/integration/tool/img/logo-header-login.png +0 -0
- package/examples/integration/tool/img/logo-header-login@2x.png +0 -0
- package/examples/integration/tool/img/logo-header-login@3x.png +0 -0
- package/examples/integration/tool/img/logo-header.png +0 -0
- package/examples/integration/tool/img/logo-header@2x.png +0 -0
- package/examples/integration/tool/img/logo-header@3x.png +0 -0
- package/examples/integration/tool/img/logo_project.png +0 -0
- package/examples/integration/tool/img/photo-gallery-placeholder.svg +0 -3
- package/examples/integration/tool/img/pixel.png +0 -0
- package/examples/integration/tool/index.html +0 -228
- package/examples/integration/tool/js/demo.js +0 -238
- package/examples/integration/tool/js/interface.js +0 -147
- package/examples/integration/tool/js/jquery.js +0 -4
- package/examples/integration/vanguardia.html +0 -6636
- package/examples/taigua/global.css +0 -10
- package/examples/xavi/index.html +0 -37
- package/examples/xavi/main.js +0 -168
@@ -1,135 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
.menu-toc{
|
4
|
-
line-height: 0;
|
5
|
-
font-size: 0;
|
6
|
-
|
7
|
-
> .sidebar{
|
8
|
-
display: flex;
|
9
|
-
flex-direction: column;
|
10
|
-
background-color: #e9e9e9;
|
11
|
-
padding: 0;
|
12
|
-
width: 270px;
|
13
|
-
max-width: 540px;
|
14
|
-
min-width: 150px;
|
15
|
-
box-sizing: border-box;
|
16
|
-
font-size: 16px;
|
17
|
-
line-height: 1.4em;
|
18
|
-
position: absolute;
|
19
|
-
top: $header-height-mobile;
|
20
|
-
bottom: 0;
|
21
|
-
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
|
22
|
-
z-index:0;
|
23
|
-
|
24
|
-
@include only-desktop{
|
25
|
-
top: $header-height-desktop;
|
26
|
-
}
|
27
|
-
|
28
|
-
@media(max-width: 600px){
|
29
|
-
max-width: calc(100% - 60px);
|
30
|
-
}
|
31
|
-
|
32
|
-
&.closed{ transform: translateX(-100%); }
|
33
|
-
&.open{
|
34
|
-
transform: translateX(0);
|
35
|
-
box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.5);
|
36
|
-
}
|
37
|
-
|
38
|
-
// Regular list
|
39
|
-
> ul:nth-child(1){
|
40
|
-
overflow-y: scroll;
|
41
|
-
flex-grow: 1;
|
42
|
-
}
|
43
|
-
|
44
|
-
// Bottom list
|
45
|
-
> ul:nth-child(2){
|
46
|
-
> li{
|
47
|
-
border-top: 1px solid #FFF;
|
48
|
-
border-bottom: none;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
|
52
|
-
> ul{
|
53
|
-
list-style: none;
|
54
|
-
margin: 0;
|
55
|
-
padding: 0;
|
56
|
-
|
57
|
-
> li{
|
58
|
-
margin: 0;
|
59
|
-
padding: 0;
|
60
|
-
border-bottom: 1px solid #FFFFFF;
|
61
|
-
|
62
|
-
> a{
|
63
|
-
display: flex;
|
64
|
-
flex-wrap: nowrap;
|
65
|
-
align-items: center;
|
66
|
-
transition: color, background-color .2s;
|
67
|
-
text-transform: uppercase;
|
68
|
-
font-size: 13px;
|
69
|
-
font-weight: bold;
|
70
|
-
color: $color-menu-text;
|
71
|
-
background-color: #dadad9;
|
72
|
-
|
73
|
-
.col-1,
|
74
|
-
.col-3{
|
75
|
-
flex-grow: 0;
|
76
|
-
flex-shrink: 1;
|
77
|
-
}
|
78
|
-
.col-2{
|
79
|
-
flex-grow: 1;
|
80
|
-
flex-shrink: 0;
|
81
|
-
flex-basis: 0;
|
82
|
-
white-space: nowrap;
|
83
|
-
overflow: hidden;
|
84
|
-
text-overflow: ellipsis;
|
85
|
-
}
|
86
|
-
|
87
|
-
&.active{
|
88
|
-
background-color: $color-menu-item-active;
|
89
|
-
}
|
90
|
-
|
91
|
-
&.active{
|
92
|
-
svg.chevron{
|
93
|
-
transform: rotate(90deg);
|
94
|
-
// margin: 10px 0 0 0;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
|
98
|
-
svg{
|
99
|
-
display: inline-block;
|
100
|
-
fill: $color-menu-text;
|
101
|
-
padding: 5px 7px;
|
102
|
-
vertical-align: middle;
|
103
|
-
transition: transform, fill .4s cubic-bezier(0.5, 0, 0.19, 1.84);
|
104
|
-
box-sizing: initial;
|
105
|
-
|
106
|
-
&.ico{
|
107
|
-
width: 19px;
|
108
|
-
height: 19px;
|
109
|
-
padding: 8px 8px;
|
110
|
-
}
|
111
|
-
|
112
|
-
&.chevron{
|
113
|
-
margin: 0 0 0 0;
|
114
|
-
}
|
115
|
-
}
|
116
|
-
}
|
117
|
-
|
118
|
-
> div.content{
|
119
|
-
display: none;
|
120
|
-
padding: 20px;
|
121
|
-
background-color: #f5f5f5;
|
122
|
-
font-size: 13px;
|
123
|
-
|
124
|
-
&.zero-padding{
|
125
|
-
padding: 0;
|
126
|
-
}
|
127
|
-
}
|
128
|
-
}
|
129
|
-
}
|
130
|
-
|
131
|
-
.ui-resizable-e{
|
132
|
-
right: 0;
|
133
|
-
}
|
134
|
-
}
|
135
|
-
}
|
@@ -1,187 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
.menu-tools{
|
4
|
-
position: absolute;
|
5
|
-
top: 0;
|
6
|
-
right: 0;
|
7
|
-
bottom: 0px;
|
8
|
-
font-size: 0;
|
9
|
-
line-height: 0;
|
10
|
-
overflow: hidden;
|
11
|
-
padding-left: 10px;
|
12
|
-
pointer-events: none;
|
13
|
-
|
14
|
-
@media (min-width: 700px){
|
15
|
-
display: none;
|
16
|
-
}
|
17
|
-
|
18
|
-
a.menu-toggle{
|
19
|
-
display: inline-block;
|
20
|
-
padding: 15px;
|
21
|
-
background-color: $color-accent;
|
22
|
-
position: relative;
|
23
|
-
width: 60px;
|
24
|
-
height: 60px;
|
25
|
-
box-sizing: border-box;
|
26
|
-
z-index: 2;
|
27
|
-
pointer-events: auto;
|
28
|
-
|
29
|
-
> svg{
|
30
|
-
position: absolute;
|
31
|
-
display: block;
|
32
|
-
fill: white;
|
33
|
-
width: 30px;
|
34
|
-
height: 30px;
|
35
|
-
}
|
36
|
-
|
37
|
-
// &:hover{
|
38
|
-
// svg{
|
39
|
-
// fill: $color-accent;
|
40
|
-
// }
|
41
|
-
// }
|
42
|
-
|
43
|
-
.hamburger, .times{
|
44
|
-
transform: translateX(0);
|
45
|
-
transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
|
46
|
-
transition-property: transform, opacity, fill;
|
47
|
-
}
|
48
|
-
|
49
|
-
&.closed .times{ opacity: 0; transform: translateX(25px); }
|
50
|
-
&.open .hamburger{ opacity: 0; transform: translateX(-25px);}
|
51
|
-
|
52
|
-
}
|
53
|
-
|
54
|
-
ul{
|
55
|
-
list-style: none;
|
56
|
-
margin: 0;
|
57
|
-
padding: 0;
|
58
|
-
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
|
59
|
-
background-color: $color-menu-tools-mobile-background;
|
60
|
-
pointer-events: auto;
|
61
|
-
overflow-y: scroll;
|
62
|
-
position: absolute;
|
63
|
-
top: 60px;
|
64
|
-
bottom: 0;
|
65
|
-
z-index: 999;
|
66
|
-
|
67
|
-
&::-webkit-scrollbar-thumb {
|
68
|
-
background: $color-menu-tools-mobile-scrollbar;
|
69
|
-
}
|
70
|
-
|
71
|
-
&.closed{
|
72
|
-
transform: translateX(80px);
|
73
|
-
}
|
74
|
-
&.open{
|
75
|
-
transform: translateX(0);
|
76
|
-
box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.5);
|
77
|
-
}
|
78
|
-
|
79
|
-
> li{
|
80
|
-
margin: 0;
|
81
|
-
padding: 0;
|
82
|
-
|
83
|
-
&:not(:last-child){
|
84
|
-
border-bottom: 1px solid rgba(0, 0, 0, .2);
|
85
|
-
}
|
86
|
-
&:not(:first-child){
|
87
|
-
border-top: 1px solid rgba(255, 255, 255, .2);
|
88
|
-
}
|
89
|
-
|
90
|
-
> button{
|
91
|
-
background: none;
|
92
|
-
border: none;
|
93
|
-
padding: 10px;
|
94
|
-
cursor: pointer;
|
95
|
-
|
96
|
-
svg{
|
97
|
-
width: 37px;
|
98
|
-
}
|
99
|
-
|
100
|
-
svg path{
|
101
|
-
fill: white;
|
102
|
-
}
|
103
|
-
|
104
|
-
&:focus{
|
105
|
-
box-shadow: none;
|
106
|
-
outline: none;
|
107
|
-
}
|
108
|
-
|
109
|
-
&:disabled{
|
110
|
-
cursor: not-allowed;
|
111
|
-
svg path{
|
112
|
-
fill: fade-out(white, .8);
|
113
|
-
}
|
114
|
-
}
|
115
|
-
|
116
|
-
&:hover:not(:disabled),
|
117
|
-
&.tool-selected:not(:disabled){
|
118
|
-
background-color: $color-menu-tools-mobile-background;
|
119
|
-
svg path{
|
120
|
-
fill: white;
|
121
|
-
}
|
122
|
-
}
|
123
|
-
}
|
124
|
-
}
|
125
|
-
}
|
126
|
-
|
127
|
-
// @media (max-width: 600px){
|
128
|
-
// bottom: 230px;
|
129
|
-
// }
|
130
|
-
|
131
|
-
//
|
132
|
-
// @media (max-width: 600px){
|
133
|
-
//
|
134
|
-
// * { box-shadow: 0 0 0 1px red; }
|
135
|
-
//
|
136
|
-
// left: 0;
|
137
|
-
// bottom: auto;
|
138
|
-
// text-align: right;
|
139
|
-
//
|
140
|
-
// ul{
|
141
|
-
// * { box-shadow: 0 0 0 1px green; }
|
142
|
-
// background-color: $color-menu-bg;
|
143
|
-
//
|
144
|
-
// &.closed{ transform: translateX(100%); }
|
145
|
-
// &.open{ transform: translateX(0); }
|
146
|
-
//
|
147
|
-
// > li{
|
148
|
-
// display: inline-block;
|
149
|
-
// > a,
|
150
|
-
// > button{
|
151
|
-
// background: none;
|
152
|
-
// }
|
153
|
-
// }
|
154
|
-
// }
|
155
|
-
// }
|
156
|
-
}
|
157
|
-
|
158
|
-
// @media (min-width: 1281px){
|
159
|
-
//
|
160
|
-
// .menu-tools a.menu-toggle{
|
161
|
-
// width: 45px;
|
162
|
-
// height: 45px;
|
163
|
-
// padding: 10px;
|
164
|
-
// overflow: hidden;
|
165
|
-
// svg{
|
166
|
-
// width: 25px;
|
167
|
-
// height: 25px;
|
168
|
-
// }
|
169
|
-
// }
|
170
|
-
//
|
171
|
-
// .menu-tools ul{
|
172
|
-
// &.closed{ transform: translateX(45px); }
|
173
|
-
// &.open{ transform: translateX(0); }
|
174
|
-
// }
|
175
|
-
// .menu-tools ul li a,
|
176
|
-
// .menu-tools ul li button{
|
177
|
-
// padding: 12.5px;
|
178
|
-
// background-color: $color-menu-bg;
|
179
|
-
//
|
180
|
-
// > svg{
|
181
|
-
// display: block;
|
182
|
-
// fill: white;
|
183
|
-
// width: 20px;
|
184
|
-
// height: 20px;
|
185
|
-
// }
|
186
|
-
// }
|
187
|
-
// }
|
@@ -1,42 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
$min-width-desktop: 700px;
|
4
|
-
$max-width-tablet: 699px;
|
5
|
-
$min-width-tablet: 501px;
|
6
|
-
$max-width-mobile: 500px;
|
7
|
-
|
8
|
-
@mixin only-desktop {
|
9
|
-
@media (min-width: $min-width-desktop){
|
10
|
-
@content;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
|
-
@mixin only-tablet {
|
15
|
-
@media (min-width: $min-width-tablet) and (max-width: $max-width-tablet){
|
16
|
-
@content;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
|
20
|
-
@mixin only-mobile {
|
21
|
-
@media (max-width: $max-width-mobile){
|
22
|
-
@content;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
|
26
|
-
@mixin only-desktop-and-tablet {
|
27
|
-
@media (min-width: $min-width-tablet){
|
28
|
-
@content;
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
@mixin only-mobile-and-tablet {
|
33
|
-
@media (max-width: $max-width-tablet){
|
34
|
-
@content;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
@mixin ellipsize{
|
39
|
-
white-space: nowrap;
|
40
|
-
overflow: hidden;
|
41
|
-
text-overflow: ellipsis;
|
42
|
-
}
|
@@ -1,39 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
.notifyjs-corner{
|
4
|
-
padding: 0 60px;
|
5
|
-
top: 60px !important;
|
6
|
-
left: 50% !important;
|
7
|
-
transform: translateX(-50%);
|
8
|
-
}
|
9
|
-
|
10
|
-
.notifyjs-bootstrap-base {
|
11
|
-
font-weight: bold;
|
12
|
-
border: none !important;
|
13
|
-
padding-left: 0 !important;
|
14
|
-
text-shadow: none !important;
|
15
|
-
color: #FFFFFF !important;
|
16
|
-
padding: 10px 25px !important;
|
17
|
-
background-image: none !important;
|
18
|
-
text-align: center !important;
|
19
|
-
|
20
|
-
&.notifyjs-bootstrap-error {
|
21
|
-
// color: #84002f !important;
|
22
|
-
background-color: #ef1d67 !important;
|
23
|
-
}
|
24
|
-
|
25
|
-
&.notifyjs-bootstrap-warning{
|
26
|
-
// color: #a07800 !important;
|
27
|
-
background-color: #ffc000 !important;
|
28
|
-
}
|
29
|
-
|
30
|
-
&.notifyjs-bootstrap-success{
|
31
|
-
// color: #019554 !important;
|
32
|
-
background-color: #1cf395 !important;
|
33
|
-
}
|
34
|
-
|
35
|
-
&.notifyjs-bootstrap-info{
|
36
|
-
// color: #017a8c !important;
|
37
|
-
background-color: #0cd5f3 !important;
|
38
|
-
}
|
39
|
-
}
|
@@ -1,117 +0,0 @@
|
|
1
|
-
// main: style.scss
|
2
|
-
|
3
|
-
.ol-attribution.ol-logo-only {
|
4
|
-
bottom: 15px !important;
|
5
|
-
left: 15px !important;
|
6
|
-
width: 22px !important;
|
7
|
-
height: 22px !important;
|
8
|
-
}
|
9
|
-
|
10
|
-
.map-control-button{
|
11
|
-
display: inline-block !important;
|
12
|
-
display: none !important;
|
13
|
-
width: 40px !important;
|
14
|
-
height: 40px !important;
|
15
|
-
border-radius: 60px !important;
|
16
|
-
background-color: white !important;
|
17
|
-
margin: 10px 10px 10px 0 !important;
|
18
|
-
padding: 2px 6px 7px 6px !important;
|
19
|
-
box-sizing: border-box !important;
|
20
|
-
border-radius: 99px !important;
|
21
|
-
text-align: center !important;
|
22
|
-
font-size: 30px !important;
|
23
|
-
cursor: pointer;
|
24
|
-
color: black !important;
|
25
|
-
&:hover,
|
26
|
-
&:active,
|
27
|
-
&:focus{
|
28
|
-
background-color: white;
|
29
|
-
outline: none;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
.ol-zoom{
|
34
|
-
right: 15px;
|
35
|
-
bottom: 15px;
|
36
|
-
top: inherit !important;
|
37
|
-
left: inherit !important;
|
38
|
-
background: none !important;
|
39
|
-
transition: all .2s;
|
40
|
-
|
41
|
-
.ol-zoom-out,
|
42
|
-
.ol-zoom-in{
|
43
|
-
@extend .map-control-button;
|
44
|
-
}
|
45
|
-
}
|
46
|
-
|
47
|
-
.ol-zoom-extent{
|
48
|
-
right: 155px;
|
49
|
-
bottom: 15px;
|
50
|
-
top: inherit !important;
|
51
|
-
left: inherit !important;
|
52
|
-
background: none !important;
|
53
|
-
|
54
|
-
button{
|
55
|
-
@extend .map-control-button;
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
// @media (max-width: 600px){
|
60
|
-
// .map-control-button{
|
61
|
-
// display: block !important;
|
62
|
-
// }
|
63
|
-
// .ol-zoom{
|
64
|
-
// right: 0px;
|
65
|
-
// bottom: 0px;
|
66
|
-
// }
|
67
|
-
// .ol-zoom-extent{
|
68
|
-
// right: 0px;
|
69
|
-
// bottom: 140px;
|
70
|
-
// }
|
71
|
-
// }
|
72
|
-
|
73
|
-
@media (min-width: 1281px){
|
74
|
-
.map-control-button{
|
75
|
-
width: 40px !important;
|
76
|
-
height: 40px !important;
|
77
|
-
border-radius: 50px !important;
|
78
|
-
margin: 5px 5px 5px 0 !important;
|
79
|
-
padding: 5px 6px 7px 6px !important;
|
80
|
-
font-size: 20px !important;
|
81
|
-
}
|
82
|
-
.ol-zoom-extent{
|
83
|
-
right: 105px;
|
84
|
-
}
|
85
|
-
}
|
86
|
-
.ol-scale-coordinates{
|
87
|
-
position: absolute;
|
88
|
-
width: auto;
|
89
|
-
bottom: 10px;
|
90
|
-
right: 5px;
|
91
|
-
}
|
92
|
-
.scale-line {
|
93
|
-
|
94
|
-
}
|
95
|
-
.ol-scale-line {
|
96
|
-
position: relative;
|
97
|
-
bottom: 0px;
|
98
|
-
right: 5px;
|
99
|
-
width: fit-content;
|
100
|
-
align: -webkit-center;
|
101
|
-
}
|
102
|
-
.ol-mouse-position{
|
103
|
-
position: relative;
|
104
|
-
bottom: 0px;
|
105
|
-
left: 0px;
|
106
|
-
height: 18px;
|
107
|
-
color: white;
|
108
|
-
text-align: center;
|
109
|
-
font-size: 12px;
|
110
|
-
background-color: rgba(0,60,136,.3);
|
111
|
-
}
|
112
|
-
.coordinates {
|
113
|
-
width: 150px;
|
114
|
-
right: 140px;
|
115
|
-
bottom: 36px;
|
116
|
-
position: relative;
|
117
|
-
}
|