Merge vector-2.4 branch back to trunk.
svn merge sandbox/vector-2.4/@2307 sandbox/vector-2.4/@HEAD trunk/openlayers/ git-svn-id: http://svn.openlayers.org/trunk/openlayers@2803 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
BIN
theme/default/img/add_point_off.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
theme/default/img/add_point_on.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
theme/default/img/drag-rectangle-off.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
theme/default/img/drag-rectangle-on.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
theme/default/img/draw_line_off.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
theme/default/img/draw_line_on.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
theme/default/img/draw_point_off.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
theme/default/img/draw_point_on.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
theme/default/img/draw_polygon_off.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
theme/default/img/draw_polygon_on.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
theme/default/img/move_feature_off.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
theme/default/img/move_feature_on.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
theme/default/img/pan_off.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
theme/default/img/pan_on.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
theme/default/img/panning-hand-off.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
theme/default/img/panning-hand-on.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
theme/default/img/remove_point_off.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
theme/default/img/remove_point_on.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
@@ -78,3 +78,61 @@ div.olControlMousePosition {
|
||||
.olPopupContent {
|
||||
padding:5px;
|
||||
}
|
||||
.olControlNavToolbar div {
|
||||
display:block;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
top: 300px;
|
||||
left: 6px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.olControlNavToolbar .olControlNavigationItemActive {
|
||||
background-image: url("img/panning-hand-on.png");
|
||||
}
|
||||
.olControlNavToolbar .olControlNavigationItemInactive {
|
||||
background-image: url("img/panning-hand-off.png");
|
||||
}
|
||||
.olControlNavToolbar .olControlZoomBoxItemActive {
|
||||
background-image: url("img/drag-rectangle-on.png");
|
||||
background-color: orange;
|
||||
}
|
||||
.olControlNavToolbar .olControlZoomBoxItemInactive {
|
||||
background-image: url("img/drag-rectangle-off.png");
|
||||
}
|
||||
.olControlEditingToolbar {
|
||||
float:right;
|
||||
right: 0px;
|
||||
height: 30px;
|
||||
width: 200px;
|
||||
}
|
||||
.olControlEditingToolbar div {
|
||||
float:right;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 5px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlNavigationItemActive {
|
||||
background-image: url("img/pan_on.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlNavigationItemInactive {
|
||||
background-image: url("img/pan_off.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
|
||||
background-image: url("img/draw_point_on.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
|
||||
background-image: url("img/draw_point_off.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
|
||||
background-image: url("img/draw_line_off.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
|
||||
background-image: url("img/draw_line_on.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
|
||||
background-image: url("img/draw_polygon_off.png");
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
|
||||
background-image: url("img/draw_polygon_on.png");
|
||||
}
|
||||
|
||||