fix(img): fix img paht
|
@ -11,6 +11,7 @@
|
|||
/** @ngInject */
|
||||
function LeafletPageCtrl($timeout) {
|
||||
function initialize() {
|
||||
L.Icon.Default.imagePath = 'assets/img/theme/vendor/leaflet/';
|
||||
var map = L.map(document.getElementById('leaflet-map')).setView([51.505, -0.09], 13);
|
||||
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
images: {
|
||||
root: IMAGES_ROOT,
|
||||
profile: IMAGES_ROOT + 'app/profile/',
|
||||
amMap: 'bower_components/ammap/dist/ammap/images/',
|
||||
amChart: 'bower_components/amcharts/dist/amcharts/images/'
|
||||
amMap: 'assets/img/theme/vendor/ammap/',
|
||||
amChart: 'assets/img/theme/vendor/amchart/'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
After Width: | Height: | Size: 122 B |
After Width: | Height: | Size: 122 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 257 B |
After Width: | Height: | Size: 72 B |
After Width: | Height: | Size: 73 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 848 B |
After Width: | Height: | Size: 848 B |
After Width: | Height: | Size: 59 B |
After Width: | Height: | Size: 63 B |
After Width: | Height: | Size: 63 B |
After Width: | Height: | Size: 63 B |
After Width: | Height: | Size: 63 B |
After Width: | Height: | Size: 65 B |
After Width: | Height: | Size: 93 B |
After Width: | Height: | Size: 79 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 797 B |
|
@ -270,10 +270,13 @@
|
|||
|
||||
/* zoom control */
|
||||
|
||||
.leaflet-control-zoom-in,
|
||||
.leaflet-control-zoom-out {
|
||||
font: bold 18px 'Lucida Console', Monaco, monospace;
|
||||
text-indent: 1px;
|
||||
.leaflet-bar .leaflet-control-zoom-in,
|
||||
.leaflet-bar .leaflet-control-zoom-out {
|
||||
line-height: 18px;
|
||||
&:hover{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.leaflet-control-zoom-out {
|
||||
|
|
|
@ -203,7 +203,7 @@ body.badmin-transparent {
|
|||
position: absolute;
|
||||
content: '';
|
||||
background-size: contain;
|
||||
background: url("../../../assets/img/app/todo/check-icon.png") no-repeat;
|
||||
background: url("/assets/img/app/todo/check-icon.png") no-repeat;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|