Import osm-community-index and debug flag so we can look at it

This commit is contained in:
Bryan Housel
2018-04-03 22:44:52 -04:00
parent d60c423ac0
commit 242a01a3e1
5 changed files with 30 additions and 2 deletions
+1 -1
View File
@@ -3043,7 +3043,7 @@ img.tile-debug {
.nocolor { color: rgba(0, 0, 0, 0); }
.red { color: rgba(255, 0, 0, 0.75); }
.green { color: rgba(0, 255, 0, 0.75); }
.blue { color: rgba(0, 0, 255, 0.75); }
.blue { color: rgba(176, 176, 255, 0.75); }
.yellow { color: rgba(255, 255, 0, 0.75); }
.cyan { color: rgba(0, 255, 255, 0.75); }
.magenta { color: rgba(255, 0, 255, 0.75); }