Skip to content

Commit

Permalink
darker steel texture
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Jun 16, 2013
1 parent 0423e52 commit b98a3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added images/steel2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/osmbuildmap.js
Expand Up @@ -147,7 +147,7 @@ function loadBuildings(polys){

};
//textureimg.src = "../images/treeblot.png";
textureimg.src = "../images/steel.png";
textureimg.src = "../images/steel2.png";
}

function replaceAll(src, oldr, newr){
Expand Down
4 changes: 2 additions & 2 deletions steel/index.html
Expand Up @@ -15,8 +15,8 @@
<script type="text/javascript" src="../scripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../pancontrol/scripts/L.Control.Pan.js"></script>
<script type="text/javascript" src="../scripts/bootstrap.min.js"></script>
<script type="text/javascript" src="../scripts/L.BuildingsLayer.js?texture=7"></script>
<script type="text/javascript" src="../scripts/osmbuildmap.js?texture=7"></script>
<script type="text/javascript" src="../scripts/L.BuildingsLayer.js?texture=9"></script>
<script type="text/javascript" src="../scripts/osmbuildmap.js?texture=9"></script>
</head>
<body>
<div id="sidebar" style="padding-left:20px;padding-top:8px;">
Expand Down

0 comments on commit b98a3fb

Please sign in to comment.