more work-in-progress...

This commit is contained in:
Jon Atkins
2013-08-26 17:44:08 +01:00
parent 8984ff0285
commit be97d72158
3 changed files with 199 additions and 2 deletions

View File

@ -15,7 +15,7 @@ window.RenderDebugTiles.prototype.reset = function() {
}
window.RenderDebugTiles.prototype.create = function(id,bounds) {
var s = {color: '#888', weight: 3, opacity: 0.7, fillColor: '#888', fillOpacity: 0.4, clickable: false};
var s = {color: '#000', weight: 3, opacity: 0.7, fillColor: '#000', fillOpacity: 0.5, clickable: false};
var bounds = new L.LatLngBounds(bounds);
bounds = bounds.pad(-0.02);