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