map src block fixed, and travel page updated

This commit is contained in:
arnaucode
2017-01-27 19:29:48 +01:00
parent 2b36c80084
commit 907ec6e62d
7 changed files with 65 additions and 52 deletions

View File

@@ -9,6 +9,12 @@ angular.module('app.travel', ['pascalprecht.translate', 'ui-leaflet'])
zoom: 1
};
$scope.markers=[];
$scope.tiles= {
url: "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
options: {
attribution: '<a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
};
$scope.travel={};
$scope.doRefresh = function() {