Added extra features to OpenStreetMap in Place Maps.

svn: r17966
This commit is contained in:
Rob G. Healey
2011-07-26 05:12:15 +00:00
parent 59c793608c
commit 888e464700
3 changed files with 42 additions and 48 deletions

View File

@@ -69,3 +69,12 @@ div#middlesection {
float: center;
overflow-y: hidden;
}
/* map_canvas-- place map holder
------------------------------------------------- */
div#map_canvas {
margin-left: 30px;
border: solid 4px #000;
width: 900px;
height: 600px;
}