Skip to content

Commit

Permalink
Use new location search marker. Fix #2615
Browse files Browse the repository at this point in the history
  • Loading branch information
lederer committed Jun 10, 2016
1 parent bb42f63 commit 04af67d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opentreemap/treemap/js/src/mapPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ function onLocationFound(config, mapManager, location) {
var latLng = U.webMercatorToLeafletLatLng(location.x, location.y),
marker = L.marker(latLng, {
icon: L.icon({
iconUrl: config.staticUrl + 'img/marker.png',
iconSize: [21, 25],
iconAnchor: [10, 24]
iconUrl: config.staticUrl + 'img/mapmarker_locationsearch.png',
iconSize: [70, 60],
iconAnchor: [20, 60]
}),
clickable: false,
keyboard: false
Expand Down

0 comments on commit 04af67d

Please sign in to comment.