Skip to content

Commit

Permalink
Remove spaces at EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
vog committed Mar 8, 2012
1 parent ed0a553 commit 210c84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions location.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ <h3>Map</h3>
// adapted from http://derickrethans.nl/archive.html

var map = new L.Map('map', {zoomControl: true});

var osmUrl = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
osmAttribution = 'Map data &copy; 2012 <a href="http://openstreetmap.org">OpenStreetMap</a> contributors',
osm = new L.TileLayer(osmUrl, {maxZoom: 18, attribution: osmAttribution}),
lat = 52.50035,
lon = 13.41984;

var latlon = new L.LatLng(lat, lon);

map.setView(latlon, 16).addLayer(osm);
Expand Down

0 comments on commit 210c84b

Please sign in to comment.