This commit is contained in:
Rohan Mitchell
2016-06-30 12:15:40 +10:00
parent f586dbc3e1
commit a9a68151ec

View File

@@ -16,6 +16,6 @@ Darkswarm.directive 'mapOsmTiles', ($timeout) ->
x = tilesPerGlobe + x
# Wrap y (latitude) in a like manner if you want to enable vertical infinite scroll
'http://tile.openstreetmap.org/' + zoom + '/' + x + '/' + coord.y + '.png'
tileSize: new (google.maps.Size)(256, 256)
tileSize: new google.maps.Size(256, 256)
name: 'OpenStreetMap'
maxZoom: 18