Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/google.css |
— | — | @@ -0,0 +1,9 @@ |
| 2 | +.olLayerGoogleCopyright { |
| 3 | + right: 3px; |
| 4 | + bottom: 2px; |
| 5 | +} |
| 6 | +.olLayerGooglePoweredBy { |
| 7 | + left: 2px; |
| 8 | + bottom: 2px; |
| 9 | +} |
| 10 | + |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/style.css |
— | — | @@ -0,0 +1,343 @@ |
| 2 | +div.olMap { |
| 3 | + z-index: 0; |
| 4 | + padding: 0px!important; |
| 5 | + margin: 0px!important; |
| 6 | + cursor: default; |
| 7 | +} |
| 8 | + |
| 9 | +div.olMapViewport { |
| 10 | + text-align: left; |
| 11 | +} |
| 12 | + |
| 13 | +div.olLayerDiv { |
| 14 | + -moz-user-select: none; |
| 15 | +} |
| 16 | + |
| 17 | +.olLayerGoogleCopyright { |
| 18 | + left: 2px; |
| 19 | + bottom: 2px; |
| 20 | +} |
| 21 | +.olLayerGooglePoweredBy { |
| 22 | + left: 2px; |
| 23 | + bottom: 15px; |
| 24 | +} |
| 25 | +.olControlAttribution { |
| 26 | + font-size: smaller; |
| 27 | + right: 3px; |
| 28 | + bottom: 4.5em; |
| 29 | + position: absolute; |
| 30 | + display: block; |
| 31 | +} |
| 32 | +.olControlScale { |
| 33 | + right: 3px; |
| 34 | + bottom: 3em; |
| 35 | + display: block; |
| 36 | + position: absolute; |
| 37 | + font-size: smaller; |
| 38 | +} |
| 39 | +.olControlScaleLine { |
| 40 | + left: 10px; |
| 41 | + bottom: 15px; |
| 42 | + font-size: xx-small; |
| 43 | +} |
| 44 | +.olControlScaleLineBottom { |
| 45 | + border: solid 2px black; |
| 46 | + border-bottom: none; |
| 47 | + margin-top:-2px; |
| 48 | + text-align: center; |
| 49 | +} |
| 50 | +.olControlScaleLineTop { |
| 51 | + border: solid 2px black; |
| 52 | + border-top: none; |
| 53 | + text-align: center; |
| 54 | +} |
| 55 | + |
| 56 | +.olControlPermalink { |
| 57 | + right: 3px; |
| 58 | + bottom: 1.5em; |
| 59 | + display: block; |
| 60 | + position: absolute; |
| 61 | + font-size: smaller; |
| 62 | +} |
| 63 | + |
| 64 | +div.olControlMousePosition { |
| 65 | + bottom: 0em; |
| 66 | + right: 3px; |
| 67 | + display: block; |
| 68 | + position: absolute; |
| 69 | + font-family: Arial; |
| 70 | + font-size: smaller; |
| 71 | +} |
| 72 | + |
| 73 | +.olControlOverviewMapContainer { |
| 74 | + position: absolute; |
| 75 | + bottom: 0px; |
| 76 | + right: 0px; |
| 77 | +} |
| 78 | + |
| 79 | +.olControlOverviewMapElement { |
| 80 | + padding: 10px 18px 10px 10px; |
| 81 | + background-color: #00008B; |
| 82 | + -moz-border-radius: 1em 0 0 0; |
| 83 | +} |
| 84 | + |
| 85 | +.olControlOverviewMapMinimizeButton { |
| 86 | + right: 0px; |
| 87 | + bottom: 80px; |
| 88 | +} |
| 89 | + |
| 90 | +.olControlOverviewMapMaximizeButton { |
| 91 | + right: 0px; |
| 92 | + bottom: 80px; |
| 93 | +} |
| 94 | + |
| 95 | +.olControlOverviewMapExtentRectangle { |
| 96 | + overflow: hidden; |
| 97 | + background-image: url("img/blank.gif"); |
| 98 | + cursor: move; |
| 99 | + border: 2px dotted red; |
| 100 | +} |
| 101 | +.olControlOverviewMapRectReplacement { |
| 102 | + overflow: hidden; |
| 103 | + cursor: move; |
| 104 | + background-image: url("img/overview_replacement.gif"); |
| 105 | + background-repeat: no-repeat; |
| 106 | + background-position: center; |
| 107 | +} |
| 108 | + |
| 109 | +.olLayerGeoRSSDescription { |
| 110 | + float:left; |
| 111 | + width:100%; |
| 112 | + overflow:auto; |
| 113 | + font-size:1.0em; |
| 114 | +} |
| 115 | +.olLayerGeoRSSClose { |
| 116 | + float:right; |
| 117 | + color:gray; |
| 118 | + font-size:1.2em; |
| 119 | + margin-right:6px; |
| 120 | + font-family:sans-serif; |
| 121 | +} |
| 122 | +.olLayerGeoRSSTitle { |
| 123 | + float:left;font-size:1.2em; |
| 124 | +} |
| 125 | + |
| 126 | +.olPopupContent { |
| 127 | + padding:5px; |
| 128 | + overflow: auto; |
| 129 | +} |
| 130 | +.olControlNavToolbar { |
| 131 | + width:0px; |
| 132 | + height:0px; |
| 133 | +} |
| 134 | +.olControlNavToolbar div { |
| 135 | + display:block; |
| 136 | + width: 28px; |
| 137 | + height: 28px; |
| 138 | + top: 300px; |
| 139 | + left: 6px; |
| 140 | + position: relative; |
| 141 | +} |
| 142 | + |
| 143 | +.olControlNavigationHistory { |
| 144 | + background-image: url("img/navigation_history.png"); |
| 145 | + background-repeat: no-repeat; |
| 146 | + width: 24px; |
| 147 | + height: 24px; |
| 148 | + |
| 149 | +} |
| 150 | +.olControlNavigationHistoryPreviousItemActive { |
| 151 | + background-position: 0px 0px; |
| 152 | +} |
| 153 | +.olControlNavigationHistoryPreviousItemInactive { |
| 154 | + background-position: 0px -24px; |
| 155 | +} |
| 156 | +.olControlNavigationHistoryNextItemActive { |
| 157 | + background-position: -24px 0px; |
| 158 | +} |
| 159 | +.olControlNavigationHistoryNextItemInactive { |
| 160 | + background-position: -24px -24px; |
| 161 | +} |
| 162 | + |
| 163 | +.olControlNavToolbar .olControlNavigationItemActive { |
| 164 | + background-image: url("img/panning-hand-on.png"); |
| 165 | + background-repeat: no-repeat; |
| 166 | +} |
| 167 | +.olControlNavToolbar .olControlNavigationItemInactive { |
| 168 | + background-image: url("img/panning-hand-off.png"); |
| 169 | + background-repeat: no-repeat; |
| 170 | +} |
| 171 | +.olControlNavToolbar .olControlZoomBoxItemActive { |
| 172 | + background-image: url("img/drag-rectangle-on.png"); |
| 173 | + background-color: orange; |
| 174 | + background-repeat: no-repeat; |
| 175 | +} |
| 176 | +.olControlNavToolbar .olControlZoomBoxItemInactive { |
| 177 | + background-image: url("img/drag-rectangle-off.png"); |
| 178 | + background-repeat: no-repeat; |
| 179 | +} |
| 180 | +.olControlEditingToolbar { |
| 181 | + float:right; |
| 182 | + right: 0px; |
| 183 | + height: 30px; |
| 184 | + width: 200px; |
| 185 | +} |
| 186 | +.olControlEditingToolbar div { |
| 187 | + background-image: url("img/editing_tool_bar.png"); |
| 188 | + background-repeat: no-repeat; |
| 189 | + float:right; |
| 190 | + width: 24px; |
| 191 | + height: 24px; |
| 192 | + margin: 5px; |
| 193 | +} |
| 194 | +.olControlEditingToolbar .olControlNavigationItemActive { |
| 195 | + background-position: -103px -23px; |
| 196 | +} |
| 197 | +.olControlEditingToolbar .olControlNavigationItemInactive { |
| 198 | + background-position: -103px -0px; |
| 199 | +} |
| 200 | +.olControlEditingToolbar .olControlDrawFeaturePointItemActive { |
| 201 | + background-position: -77px -23px; |
| 202 | +} |
| 203 | +.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { |
| 204 | + background-position: -77px -0px; |
| 205 | +} |
| 206 | +.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { |
| 207 | + background-position: -51px 0px; |
| 208 | +} |
| 209 | +.olControlEditingToolbar .olControlDrawFeaturePathItemActive { |
| 210 | + background-position: -51px -23px; |
| 211 | +} |
| 212 | +.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { |
| 213 | + background-position: -26px 0px; |
| 214 | +} |
| 215 | +.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { |
| 216 | + background-position: -26px -23px ; |
| 217 | +} |
| 218 | +.olControlSaveFeaturesItemActive { |
| 219 | + background-image: url(img/save_features_on.png); |
| 220 | + background-repeat: no-repeat; |
| 221 | + background-position: 0px 1px; |
| 222 | +} |
| 223 | +.olControlSaveFeaturesItemInactive { |
| 224 | + background-image: url(img/save_features_off.png); |
| 225 | + background-repeat: no-repeat; |
| 226 | + background-position: 0px 1px; |
| 227 | +} |
| 228 | + |
| 229 | +.olHandlerBoxZoomBox { |
| 230 | + border: 2px solid red; |
| 231 | + position: absolute; |
| 232 | + background-color: white; |
| 233 | + opacity: 0.50; |
| 234 | + font-size: 1px; |
| 235 | + filter: alpha(opacity=50); |
| 236 | +} |
| 237 | +.olHandlerBoxSelectFeature { |
| 238 | + border: 2px solid blue; |
| 239 | + position: absolute; |
| 240 | + background-color: white; |
| 241 | + opacity: 0.50; |
| 242 | + font-size: 1px; |
| 243 | + filter: alpha(opacity=50); |
| 244 | +} |
| 245 | + |
| 246 | +.olControlPanPanel { |
| 247 | + top: 10px; |
| 248 | + left: 5px; |
| 249 | +} |
| 250 | + |
| 251 | +.olControlPanPanel div { |
| 252 | + background-image: url(img/pan-panel.png); |
| 253 | + height: 18px; |
| 254 | + width: 18px; |
| 255 | + cursor: pointer; |
| 256 | + position: absolute; |
| 257 | +} |
| 258 | + |
| 259 | +.olControlPanPanel .olControlPanNorthItemInactive { |
| 260 | + top: 0px; |
| 261 | + left: 9px; |
| 262 | + background-position: 0px 0px; |
| 263 | +} |
| 264 | +.olControlPanPanel .olControlPanSouthItemInactive { |
| 265 | + top: 36px; |
| 266 | + left: 9px; |
| 267 | + background-position: 18px 0px; |
| 268 | +} |
| 269 | +.olControlPanPanel .olControlPanWestItemInactive { |
| 270 | + position: absolute; |
| 271 | + top: 18px; |
| 272 | + left: 0px; |
| 273 | + background-position: 0px 18px; |
| 274 | +} |
| 275 | +.olControlPanPanel .olControlPanEastItemInactive { |
| 276 | + top: 18px; |
| 277 | + left: 18px; |
| 278 | + background-position: 18px 18px; |
| 279 | +} |
| 280 | + |
| 281 | +.olControlZoomPanel { |
| 282 | + top: 71px; |
| 283 | + left: 14px; |
| 284 | +} |
| 285 | + |
| 286 | +.olControlZoomPanel div { |
| 287 | + background-image: url(img/zoom-panel.png); |
| 288 | + position: absolute; |
| 289 | + height: 18px; |
| 290 | + width: 18px; |
| 291 | + cursor: pointer; |
| 292 | +} |
| 293 | + |
| 294 | +.olControlZoomPanel .olControlZoomInItemInactive { |
| 295 | + top: 0px; |
| 296 | + left: 0px; |
| 297 | + background-position: 0px 0px; |
| 298 | +} |
| 299 | + |
| 300 | +.olControlZoomPanel .olControlZoomToMaxExtentItemInactive { |
| 301 | + top: 18px; |
| 302 | + left: 0px; |
| 303 | + background-position: 0px -18px; |
| 304 | +} |
| 305 | + |
| 306 | +.olControlZoomPanel .olControlZoomOutItemInactive { |
| 307 | + top: 36px; |
| 308 | + left: 0px; |
| 309 | + background-position: 0px 18px; |
| 310 | +} |
| 311 | + |
| 312 | +.olPopupCloseBox { |
| 313 | + background: url("img/close.gif") no-repeat; |
| 314 | + cursor: pointer; |
| 315 | +} |
| 316 | + |
| 317 | +.olFramedCloudPopupContent { |
| 318 | + padding: 5px; |
| 319 | + overflow: auto; |
| 320 | +} |
| 321 | + |
| 322 | +.olControlNoSelect { |
| 323 | + -moz-user-select: none; |
| 324 | +} |
| 325 | + |
| 326 | +/** |
| 327 | + * Cursor styles |
| 328 | + */ |
| 329 | + |
| 330 | +.olCursorWait { |
| 331 | + cursor: wait; |
| 332 | +} |
| 333 | +.olDragDown { |
| 334 | + cursor: move; |
| 335 | +} |
| 336 | +.olDrawBox { |
| 337 | + cursor: crosshair; |
| 338 | +} |
| 339 | +.olControlDragFeatureOver { |
| 340 | + cursor: move; |
| 341 | +} |
| 342 | +.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown { |
| 343 | + cursor: -moz-grabbing; |
| 344 | +} |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/ie6-style.css |
— | — | @@ -0,0 +1,7 @@ |
| 2 | +.olControlZoomPanel div { |
| 3 | + background-image: url(img/zoom-panel-NOALPHA.png); |
| 4 | +} |
| 5 | +.olControlPanPanel div { |
| 6 | + background-image: url(img/pan-panel-NOALPHA.png); |
| 7 | +} |
| 8 | + |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/framedCloud.css |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/add_point_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/add_point_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
1 | 9 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_line_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_line_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
2 | 10 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_line_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_line_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
3 | 11 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_point_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_point_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
4 | 12 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_next_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_next_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
5 | 13 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_point_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_point_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
6 | 14 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_next_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_next_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
7 | 15 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/overview_replacement.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/overview_replacement.gif |
___________________________________________________________________ |
Name: svn:mime-type |
8 | 16 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
9 | 17 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/blank.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/blank.gif |
___________________________________________________________________ |
Name: svn:mime-type |
10 | 18 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
11 | 19 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/move_feature_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/move_feature_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
12 | 20 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/navigation_history.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/navigation_history.png |
___________________________________________________________________ |
Name: svn:mime-type |
13 | 21 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/drag-rectangle-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/drag-rectangle-off.png |
___________________________________________________________________ |
Name: svn:mime-type |
14 | 22 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/ruler.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/ruler.png |
___________________________________________________________________ |
Name: svn:mime-type |
15 | 23 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/add_point_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/add_point_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
16 | 24 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan-panel-NOALPHA.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan-panel-NOALPHA.png |
___________________________________________________________________ |
Name: svn:mime-type |
17 | 25 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_polygon_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_polygon_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
18 | 26 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_polygon_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/draw_polygon_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
19 | 27 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/remove_point_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/remove_point_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
20 | 28 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_previous_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_previous_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
21 | 29 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/zoom-panel-NOALPHA.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/zoom-panel-NOALPHA.png |
___________________________________________________________________ |
Name: svn:mime-type |
22 | 30 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/remove_point_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/remove_point_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
23 | 31 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_previous_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/view_previous_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
24 | 32 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/editing_tool_bar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/editing_tool_bar.png |
___________________________________________________________________ |
Name: svn:mime-type |
25 | 33 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/panning-hand-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/panning-hand-off.png |
___________________________________________________________________ |
Name: svn:mime-type |
26 | 34 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan-panel.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/pan-panel.png |
___________________________________________________________________ |
Name: svn:mime-type |
27 | 35 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/panning-hand-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/panning-hand-on.png |
___________________________________________________________________ |
Name: svn:mime-type |
28 | 36 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/move_feature_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/move_feature_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
29 | 37 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/zoom-panel.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/zoom-panel.png |
___________________________________________________________________ |
Name: svn:mime-type |
30 | 38 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/close.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/close.gif |
___________________________________________________________________ |
Name: svn:mime-type |
31 | 39 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/save_features_off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/save_features_off.png |
___________________________________________________________________ |
Name: svn:mime-type |
32 | 40 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/save_features_on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/save_features_on.png |
___________________________________________________________________ |
Name: svn:mime-type |
33 | 41 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/drag-rectangle-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/theme/default/img/drag-rectangle-on.png |
___________________________________________________________________ |
Name: svn:mime-type |
34 | 42 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/south-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/south-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
35 | 43 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoom-plus-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoom-plus-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
36 | 44 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoom-world-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoom-world-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
37 | 45 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker-gold.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker-gold.png |
___________________________________________________________________ |
Name: svn:mime-type |
38 | 46 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker-blue.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker-blue.png |
___________________________________________________________________ |
Name: svn:mime-type |
39 | 47 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoom-minus-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoom-minus-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
40 | 48 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/blank.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/blank.gif |
___________________________________________________________________ |
Name: svn:mime-type |
41 | 49 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoombar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/zoombar.png |
___________________________________________________________________ |
Name: svn:mime-type |
42 | 50 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/panning-hand-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/panning-hand-off.png |
___________________________________________________________________ |
Name: svn:mime-type |
43 | 51 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/west-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/west-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
44 | 52 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/panning-hand-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/panning-hand-on.png |
___________________________________________________________________ |
Name: svn:mime-type |
45 | 53 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/measuring-stick-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/measuring-stick-off.png |
___________________________________________________________________ |
Name: svn:mime-type |
46 | 54 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker-green.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker-green.png |
___________________________________________________________________ |
Name: svn:mime-type |
47 | 55 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/measuring-stick-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/measuring-stick-on.png |
___________________________________________________________________ |
Name: svn:mime-type |
48 | 56 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/cloud-popup-relative.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/cloud-popup-relative.png |
___________________________________________________________________ |
Name: svn:mime-type |
49 | 57 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/marker.png |
___________________________________________________________________ |
Name: svn:mime-type |
50 | 58 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/layer-switcher-minimize.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/layer-switcher-minimize.png |
___________________________________________________________________ |
Name: svn:mime-type |
51 | 59 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/slider.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/slider.png |
___________________________________________________________________ |
Name: svn:mime-type |
52 | 60 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/layer-switcher-maximize.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/layer-switcher-maximize.png |
___________________________________________________________________ |
Name: svn:mime-type |
53 | 61 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/north-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/north-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
54 | 62 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/east-mini.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/east-mini.png |
___________________________________________________________________ |
Name: svn:mime-type |
55 | 63 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/drag-rectangle-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/drag-rectangle-off.png |
___________________________________________________________________ |
Name: svn:mime-type |
56 | 64 | + application/octet-stream |
Index: trunk/extensions/Maps/OpenLayers/OpenLayers/img/drag-rectangle-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/Maps/OpenLayers/OpenLayers/img/drag-rectangle-on.png |
___________________________________________________________________ |
Name: svn:mime-type |
57 | 65 | + application/octet-stream |