Skip to content

Commit

Permalink
moving attribution to left
Browse files Browse the repository at this point in the history
  • Loading branch information
paregorios committed Feb 25, 2015
1 parent d84dbb5 commit a2ea5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/PleiadesEntity/place_map.js
Expand Up @@ -95,7 +95,7 @@ if (!bounds) { bounds = L.latLngBounds([[20.0, -5.0], [50.0, 45.0]]); }

var map = L.map('map', {zoomControl: false, attributionControl: false});
map.setView(bounds.getCenter(), Math.min(map.getBoundsZoom(bounds), 11), true);
L.control.attribution({prefix: false}).addTo(map);
L.control.attribution({prefix: false, position: 'bottomleft'}).addTo(map);
pl_zoom({initialBounds: bounds}).addTo(map);

var awmcterrain = L.tileLayer(
Expand Down

0 comments on commit a2ea5ea

Please sign in to comment.