pull/96/head v0.4r4
Christopher Young 2015-10-21 15:27:44 -04:00
commit 293d0e74a8
4 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -28,6 +28,7 @@
top: 0;
left: 0;
font-size: 18px;
color: white;
}
.section_invisible {

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 178 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 135 KiB

Wyświetl plik

@ -8,7 +8,7 @@
<div class="map-container">
<div id="map_display" class="world-map" ng-attr-style="background-position:{{map_pos_x + 'px ' + map_pos_y + 'px'}}; width:{{map_width}}px; height:{{map_height}}px;">
<div class="mark-position" ng-style="{left: map_mark_x+'px', top: map_mark_y+'px'}">
<span class="fa fa-crosshairs icon-white"></span>
<span class="fa fa-crosshairs"></span>
</div>
</div>
</div>

Wyświetl plik

@ -23,10 +23,10 @@ function GPSCtrl($rootScope, $scope, $state, $http, $interval) {
function setGeoReferenceMap(la, lo) {
// Mercator projection
// var map = "img/world.png";
var map_width = 3929;
var map_height = 2184;
var map_zero_x = 1868;
var map_zero_y = 1412;
var map_width = 2530;
var map_height = 1603;
var map_zero_x = 1192;
var map_zero_y = 1124;
var font_size = 18; // size of font used for marker
sizeMap();