Skip to content

Commit f124edc

Browse files
fbonzonkarussell
authored andcommitted
web UI: upgrade dependencies versions (graphhopper#887)
1 parent c4f7c1e commit f124edc

File tree

4 files changed

+82
-46137
lines changed

4 files changed

+82
-46137
lines changed

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
}
2323
},
2424
"dependencies": {
25-
"browserify": "13.1.0",
25+
"browserify": "13.1.1",
2626
"browserify-swap": "0.2.2",
2727
"d3": "3.5.17",
2828
"jquery": "3.1.1",
29-
"leaflet": "1.0.1",
29+
"leaflet": "1.0.2",
3030
"leaflet-contextmenu": "1.1.1",
3131
"leaflet-loading": "0.1.23",
32-
"uglifyify": "3.0.3"
32+
"uglifyify": "3.0.4"
3333
},
3434
"devDependencies": {
3535
"jasmine": "2.5.2",
36-
"jshint": "2.9.3",
36+
"jshint": "2.9.4",
3737
"watchify": "3.7.0"
3838
}
3939
}

web/src/main/webapp/css/leaflet.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.leaflet-marker-icon,
66
.leaflet-marker-shadow,
77
.leaflet-tile-container,
8-
.leaflet-map-pane svg,
9-
.leaflet-map-pane canvas,
8+
.leaflet-pane > svg,
9+
.leaflet-pane > canvas,
1010
.leaflet-zoom-box,
1111
.leaflet-image-layer,
1212
.leaflet-layer {
@@ -43,6 +43,7 @@
4343
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
4444
.leaflet-container .leaflet-overlay-pane svg,
4545
.leaflet-container .leaflet-marker-pane img,
46+
.leaflet-container .leaflet-shadow-pane img,
4647
.leaflet-container .leaflet-tile-pane img,
4748
.leaflet-container img.leaflet-image-layer {
4849
max-width: none !important;

web/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="search" type="application/opensearchdescription+xml" title="GraphHopper Maps" href="opensearch.xml"/>
99
<title>Driving Directions - GraphHopper Maps</title>
1010
<meta name="description" content="A fast route planner for biking, hiking and more! Based on OpenStreetMap including elevation data. Try out for free!"/>
11-
<link rel="stylesheet" href="css/leaflet.css?v=1.0.1" />
11+
<link rel="stylesheet" href="css/leaflet.css?v=1.0.2" />
1212
<link rel="stylesheet" href="css/leaflet.elevation-0.0.4.css" />
1313
<link rel="stylesheet" href="css/leaflet_numbered_markers.css" />
1414
<link rel="stylesheet" href="css/leaflet.contextmenu.css" />

0 commit comments

Comments
 (0)