From 8eb15a5a3c6e2ee1e1e839f14775583e85e389ba Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 23 May 2014 11:50:37 -0400 Subject: added openlayers assets to local, apparently that's the way you do it, as per: https://github.com/openlayers/openlayers/issues/1025 --- app/locations/static/admin/js/.DS_Store | Bin 0 -> 6148 bytes app/locations/static/admin/js/img/blank.gif | Bin 0 -> 42 bytes .../static/admin/js/img/cloud-popup-relative.png | Bin 0 -> 4067 bytes .../static/admin/js/img/drag-rectangle-off.png | Bin 0 -> 1024 bytes .../static/admin/js/img/drag-rectangle-on.png | Bin 0 -> 1041 bytes app/locations/static/admin/js/img/east-mini.png | Bin 0 -> 342 bytes .../admin/js/img/layer-switcher-maximize.png | Bin 0 -> 405 bytes .../admin/js/img/layer-switcher-minimize.png | Bin 0 -> 220 bytes app/locations/static/admin/js/img/marker-blue.png | Bin 0 -> 758 bytes app/locations/static/admin/js/img/marker-gold.png | Bin 0 -> 703 bytes app/locations/static/admin/js/img/marker-green.png | Bin 0 -> 753 bytes app/locations/static/admin/js/img/marker.png | Bin 0 -> 601 bytes .../static/admin/js/img/measuring-stick-off.png | Bin 0 -> 3028 bytes .../static/admin/js/img/measuring-stick-on.png | Bin 0 -> 3725 bytes app/locations/static/admin/js/img/north-mini.png | Bin 0 -> 378 bytes .../static/admin/js/img/panning-hand-off.png | Bin 0 -> 3511 bytes .../static/admin/js/img/panning-hand-on.png | Bin 0 -> 3565 bytes app/locations/static/admin/js/img/slider.png | Bin 0 -> 247 bytes app/locations/static/admin/js/img/south-mini.png | Bin 0 -> 373 bytes app/locations/static/admin/js/img/west-mini.png | Bin 0 -> 360 bytes .../static/admin/js/img/zoom-minus-mini.png | Bin 0 -> 291 bytes .../static/admin/js/img/zoom-plus-mini.png | Bin 0 -> 386 bytes .../static/admin/js/img/zoom-world-mini.png | Bin 0 -> 882 bytes app/locations/static/admin/js/img/zoombar.png | Bin 0 -> 350 bytes .../static/admin/js/theme/default/google.css | 9 + .../static/admin/js/theme/default/ie6-style.css | 10 + .../admin/js/theme/default/img/add_point_off.png | Bin 0 -> 1614 bytes .../admin/js/theme/default/img/add_point_on.png | Bin 0 -> 1464 bytes .../static/admin/js/theme/default/img/blank.gif | Bin 0 -> 42 bytes .../static/admin/js/theme/default/img/close.gif | Bin 0 -> 1078 bytes .../js/theme/default/img/drag-rectangle-off.png | Bin 0 -> 1024 bytes .../js/theme/default/img/drag-rectangle-on.png | Bin 0 -> 1041 bytes .../admin/js/theme/default/img/draw_line_off.png | Bin 0 -> 1565 bytes .../admin/js/theme/default/img/draw_line_on.png | Bin 0 -> 1396 bytes .../admin/js/theme/default/img/draw_point_off.png | Bin 0 -> 1610 bytes .../admin/js/theme/default/img/draw_point_on.png | Bin 0 -> 1458 bytes .../js/theme/default/img/draw_polygon_off.png | Bin 0 -> 1544 bytes .../admin/js/theme/default/img/draw_polygon_on.png | Bin 0 -> 1405 bytes .../js/theme/default/img/editing_tool_bar.png | Bin 0 -> 2222 bytes .../js/theme/default/img/move_feature_off.png | Bin 0 -> 1541 bytes .../admin/js/theme/default/img/move_feature_on.png | Bin 0 -> 1377 bytes .../js/theme/default/img/navigation_history.png | Bin 0 -> 6628 bytes .../js/theme/default/img/overview_replacement.gif | Bin 0 -> 79 bytes .../js/theme/default/img/pan-panel-NOALPHA.png | Bin 0 -> 564 bytes .../admin/js/theme/default/img/pan-panel.png | Bin 0 -> 814 bytes .../static/admin/js/theme/default/img/pan_off.png | Bin 0 -> 1696 bytes .../static/admin/js/theme/default/img/pan_on.png | Bin 0 -> 1566 bytes .../js/theme/default/img/panning-hand-off.png | Bin 0 -> 3511 bytes .../admin/js/theme/default/img/panning-hand-on.png | Bin 0 -> 3565 bytes .../js/theme/default/img/remove_point_off.png | Bin 0 -> 1612 bytes .../admin/js/theme/default/img/remove_point_on.png | Bin 0 -> 1461 bytes .../static/admin/js/theme/default/img/ruler.png | Bin 0 -> 1211 bytes .../js/theme/default/img/save_features_off.png | Bin 0 -> 354 bytes .../js/theme/default/img/save_features_on.png | Bin 0 -> 361 bytes .../admin/js/theme/default/img/view_next_off.png | Bin 0 -> 1499 bytes .../admin/js/theme/default/img/view_next_on.png | Bin 0 -> 1686 bytes .../js/theme/default/img/view_previous_off.png | Bin 0 -> 1476 bytes .../js/theme/default/img/view_previous_on.png | Bin 0 -> 1592 bytes .../js/theme/default/img/zoom-panel-NOALPHA.png | Bin 0 -> 1173 bytes .../admin/js/theme/default/img/zoom-panel.png | Bin 0 -> 1285 bytes .../static/admin/js/theme/default/style.css | 516 +++++++++++++++++++++ .../static/admin/js/theme/default/style.mobile.css | 70 +++ 62 files changed, 605 insertions(+) create mode 100644 app/locations/static/admin/js/.DS_Store create mode 100755 app/locations/static/admin/js/img/blank.gif create mode 100755 app/locations/static/admin/js/img/cloud-popup-relative.png create mode 100755 app/locations/static/admin/js/img/drag-rectangle-off.png create mode 100755 app/locations/static/admin/js/img/drag-rectangle-on.png create mode 100755 app/locations/static/admin/js/img/east-mini.png create mode 100755 app/locations/static/admin/js/img/layer-switcher-maximize.png create mode 100755 app/locations/static/admin/js/img/layer-switcher-minimize.png create mode 100755 app/locations/static/admin/js/img/marker-blue.png create mode 100755 app/locations/static/admin/js/img/marker-gold.png create mode 100755 app/locations/static/admin/js/img/marker-green.png create mode 100755 app/locations/static/admin/js/img/marker.png create mode 100755 app/locations/static/admin/js/img/measuring-stick-off.png create mode 100755 app/locations/static/admin/js/img/measuring-stick-on.png create mode 100755 app/locations/static/admin/js/img/north-mini.png create mode 100755 app/locations/static/admin/js/img/panning-hand-off.png create mode 100755 app/locations/static/admin/js/img/panning-hand-on.png create mode 100755 app/locations/static/admin/js/img/slider.png create mode 100755 app/locations/static/admin/js/img/south-mini.png create mode 100755 app/locations/static/admin/js/img/west-mini.png create mode 100755 app/locations/static/admin/js/img/zoom-minus-mini.png create mode 100755 app/locations/static/admin/js/img/zoom-plus-mini.png create mode 100755 app/locations/static/admin/js/img/zoom-world-mini.png create mode 100755 app/locations/static/admin/js/img/zoombar.png create mode 100755 app/locations/static/admin/js/theme/default/google.css create mode 100755 app/locations/static/admin/js/theme/default/ie6-style.css create mode 100755 app/locations/static/admin/js/theme/default/img/add_point_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/add_point_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/blank.gif create mode 100755 app/locations/static/admin/js/theme/default/img/close.gif create mode 100755 app/locations/static/admin/js/theme/default/img/drag-rectangle-off.png create mode 100755 app/locations/static/admin/js/theme/default/img/drag-rectangle-on.png create mode 100755 app/locations/static/admin/js/theme/default/img/draw_line_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/draw_line_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/draw_point_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/draw_point_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/draw_polygon_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/draw_polygon_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/editing_tool_bar.png create mode 100755 app/locations/static/admin/js/theme/default/img/move_feature_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/move_feature_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/navigation_history.png create mode 100755 app/locations/static/admin/js/theme/default/img/overview_replacement.gif create mode 100755 app/locations/static/admin/js/theme/default/img/pan-panel-NOALPHA.png create mode 100755 app/locations/static/admin/js/theme/default/img/pan-panel.png create mode 100755 app/locations/static/admin/js/theme/default/img/pan_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/pan_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/panning-hand-off.png create mode 100755 app/locations/static/admin/js/theme/default/img/panning-hand-on.png create mode 100755 app/locations/static/admin/js/theme/default/img/remove_point_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/remove_point_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/ruler.png create mode 100755 app/locations/static/admin/js/theme/default/img/save_features_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/save_features_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/view_next_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/view_next_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/view_previous_off.png create mode 100755 app/locations/static/admin/js/theme/default/img/view_previous_on.png create mode 100755 app/locations/static/admin/js/theme/default/img/zoom-panel-NOALPHA.png create mode 100755 app/locations/static/admin/js/theme/default/img/zoom-panel.png create mode 100755 app/locations/static/admin/js/theme/default/style.css create mode 100755 app/locations/static/admin/js/theme/default/style.mobile.css (limited to 'app') diff --git a/app/locations/static/admin/js/.DS_Store b/app/locations/static/admin/js/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/app/locations/static/admin/js/.DS_Store differ diff --git a/app/locations/static/admin/js/img/blank.gif b/app/locations/static/admin/js/img/blank.gif new file mode 100755 index 0000000..4bcc753 Binary files /dev/null and b/app/locations/static/admin/js/img/blank.gif differ diff --git a/app/locations/static/admin/js/img/cloud-popup-relative.png b/app/locations/static/admin/js/img/cloud-popup-relative.png new file mode 100755 index 0000000..c9fd4c4 Binary files /dev/null and b/app/locations/static/admin/js/img/cloud-popup-relative.png differ diff --git a/app/locations/static/admin/js/img/drag-rectangle-off.png b/app/locations/static/admin/js/img/drag-rectangle-off.png new file mode 100755 index 0000000..382a81d Binary files /dev/null and b/app/locations/static/admin/js/img/drag-rectangle-off.png differ diff --git a/app/locations/static/admin/js/img/drag-rectangle-on.png b/app/locations/static/admin/js/img/drag-rectangle-on.png new file mode 100755 index 0000000..2ed2d5b Binary files /dev/null and b/app/locations/static/admin/js/img/drag-rectangle-on.png differ diff --git a/app/locations/static/admin/js/img/east-mini.png b/app/locations/static/admin/js/img/east-mini.png new file mode 100755 index 0000000..ecedc5e Binary files /dev/null and b/app/locations/static/admin/js/img/east-mini.png differ diff --git a/app/locations/static/admin/js/img/layer-switcher-maximize.png b/app/locations/static/admin/js/img/layer-switcher-maximize.png new file mode 100755 index 0000000..f346086 Binary files /dev/null and b/app/locations/static/admin/js/img/layer-switcher-maximize.png differ diff --git a/app/locations/static/admin/js/img/layer-switcher-minimize.png b/app/locations/static/admin/js/img/layer-switcher-minimize.png new file mode 100755 index 0000000..b4aab0b Binary files /dev/null and b/app/locations/static/admin/js/img/layer-switcher-minimize.png differ diff --git a/app/locations/static/admin/js/img/marker-blue.png b/app/locations/static/admin/js/img/marker-blue.png new file mode 100755 index 0000000..f5b4efc Binary files /dev/null and b/app/locations/static/admin/js/img/marker-blue.png differ diff --git a/app/locations/static/admin/js/img/marker-gold.png b/app/locations/static/admin/js/img/marker-gold.png new file mode 100755 index 0000000..0b62f96 Binary files /dev/null and b/app/locations/static/admin/js/img/marker-gold.png differ diff --git a/app/locations/static/admin/js/img/marker-green.png b/app/locations/static/admin/js/img/marker-green.png new file mode 100755 index 0000000..c36b164 Binary files /dev/null and b/app/locations/static/admin/js/img/marker-green.png differ diff --git a/app/locations/static/admin/js/img/marker.png b/app/locations/static/admin/js/img/marker.png new file mode 100755 index 0000000..ea3e59a Binary files /dev/null and b/app/locations/static/admin/js/img/marker.png differ diff --git a/app/locations/static/admin/js/img/measuring-stick-off.png b/app/locations/static/admin/js/img/measuring-stick-off.png new file mode 100755 index 0000000..efbf63f Binary files /dev/null and b/app/locations/static/admin/js/img/measuring-stick-off.png differ diff --git a/app/locations/static/admin/js/img/measuring-stick-on.png b/app/locations/static/admin/js/img/measuring-stick-on.png new file mode 100755 index 0000000..2d41c84 Binary files /dev/null and b/app/locations/static/admin/js/img/measuring-stick-on.png differ diff --git a/app/locations/static/admin/js/img/north-mini.png b/app/locations/static/admin/js/img/north-mini.png new file mode 100755 index 0000000..dfd7211 Binary files /dev/null and b/app/locations/static/admin/js/img/north-mini.png differ diff --git a/app/locations/static/admin/js/img/panning-hand-off.png b/app/locations/static/admin/js/img/panning-hand-off.png new file mode 100755 index 0000000..d1c593e Binary files /dev/null and b/app/locations/static/admin/js/img/panning-hand-off.png differ diff --git a/app/locations/static/admin/js/img/panning-hand-on.png b/app/locations/static/admin/js/img/panning-hand-on.png new file mode 100755 index 0000000..9b7e064 Binary files /dev/null and b/app/locations/static/admin/js/img/panning-hand-on.png differ diff --git a/app/locations/static/admin/js/img/slider.png b/app/locations/static/admin/js/img/slider.png new file mode 100755 index 0000000..4335364 Binary files /dev/null and b/app/locations/static/admin/js/img/slider.png differ diff --git a/app/locations/static/admin/js/img/south-mini.png b/app/locations/static/admin/js/img/south-mini.png new file mode 100755 index 0000000..2970875 Binary files /dev/null and b/app/locations/static/admin/js/img/south-mini.png differ diff --git a/app/locations/static/admin/js/img/west-mini.png b/app/locations/static/admin/js/img/west-mini.png new file mode 100755 index 0000000..363cd3d Binary files /dev/null and b/app/locations/static/admin/js/img/west-mini.png differ diff --git a/app/locations/static/admin/js/img/zoom-minus-mini.png b/app/locations/static/admin/js/img/zoom-minus-mini.png new file mode 100755 index 0000000..8f0d77f Binary files /dev/null and b/app/locations/static/admin/js/img/zoom-minus-mini.png differ diff --git a/app/locations/static/admin/js/img/zoom-plus-mini.png b/app/locations/static/admin/js/img/zoom-plus-mini.png new file mode 100755 index 0000000..a73ab4e Binary files /dev/null and b/app/locations/static/admin/js/img/zoom-plus-mini.png differ diff --git a/app/locations/static/admin/js/img/zoom-world-mini.png b/app/locations/static/admin/js/img/zoom-world-mini.png new file mode 100755 index 0000000..aebf22d Binary files /dev/null and b/app/locations/static/admin/js/img/zoom-world-mini.png differ diff --git a/app/locations/static/admin/js/img/zoombar.png b/app/locations/static/admin/js/img/zoombar.png new file mode 100755 index 0000000..47110ab Binary files /dev/null and b/app/locations/static/admin/js/img/zoombar.png differ diff --git a/app/locations/static/admin/js/theme/default/google.css b/app/locations/static/admin/js/theme/default/google.css new file mode 100755 index 0000000..1b748ef --- /dev/null +++ b/app/locations/static/admin/js/theme/default/google.css @@ -0,0 +1,9 @@ +.olLayerGoogleCopyright { + right: 3px; + bottom: 2px; + left: auto; +} +.olLayerGooglePoweredBy { + left: 2px; + bottom: 2px; +} diff --git a/app/locations/static/admin/js/theme/default/ie6-style.css b/app/locations/static/admin/js/theme/default/ie6-style.css new file mode 100755 index 0000000..a0fd7c6 --- /dev/null +++ b/app/locations/static/admin/js/theme/default/ie6-style.css @@ -0,0 +1,10 @@ +.olControlZoomPanel div { + background-image: url(img/zoom-panel-NOALPHA.png); +} +.olControlPanPanel div { + background-image: url(img/pan-panel-NOALPHA.png); +} +.olControlEditingToolbar { + width: 200px; +} + diff --git a/app/locations/static/admin/js/theme/default/img/add_point_off.png b/app/locations/static/admin/js/theme/default/img/add_point_off.png new file mode 100755 index 0000000..26c0233 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/add_point_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/add_point_on.png b/app/locations/static/admin/js/theme/default/img/add_point_on.png new file mode 100755 index 0000000..1294a2c Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/add_point_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/blank.gif b/app/locations/static/admin/js/theme/default/img/blank.gif new file mode 100755 index 0000000..4bcc753 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/blank.gif differ diff --git a/app/locations/static/admin/js/theme/default/img/close.gif b/app/locations/static/admin/js/theme/default/img/close.gif new file mode 100755 index 0000000..a8958de Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/close.gif differ diff --git a/app/locations/static/admin/js/theme/default/img/drag-rectangle-off.png b/app/locations/static/admin/js/theme/default/img/drag-rectangle-off.png new file mode 100755 index 0000000..382a81d Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/drag-rectangle-off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/drag-rectangle-on.png b/app/locations/static/admin/js/theme/default/img/drag-rectangle-on.png new file mode 100755 index 0000000..2ed2d5b Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/drag-rectangle-on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/draw_line_off.png b/app/locations/static/admin/js/theme/default/img/draw_line_off.png new file mode 100755 index 0000000..a4d67b3 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/draw_line_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/draw_line_on.png b/app/locations/static/admin/js/theme/default/img/draw_line_on.png new file mode 100755 index 0000000..90dcf3e Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/draw_line_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/draw_point_off.png b/app/locations/static/admin/js/theme/default/img/draw_point_off.png new file mode 100755 index 0000000..5633407 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/draw_point_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/draw_point_on.png b/app/locations/static/admin/js/theme/default/img/draw_point_on.png new file mode 100755 index 0000000..fff50b7 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/draw_point_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/draw_polygon_off.png b/app/locations/static/admin/js/theme/default/img/draw_polygon_off.png new file mode 100755 index 0000000..917af35 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/draw_polygon_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/draw_polygon_on.png b/app/locations/static/admin/js/theme/default/img/draw_polygon_on.png new file mode 100755 index 0000000..05a2cc5 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/draw_polygon_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/editing_tool_bar.png b/app/locations/static/admin/js/theme/default/img/editing_tool_bar.png new file mode 100755 index 0000000..5977856 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/editing_tool_bar.png differ diff --git a/app/locations/static/admin/js/theme/default/img/move_feature_off.png b/app/locations/static/admin/js/theme/default/img/move_feature_off.png new file mode 100755 index 0000000..ed4472d Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/move_feature_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/move_feature_on.png b/app/locations/static/admin/js/theme/default/img/move_feature_on.png new file mode 100755 index 0000000..62226a2 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/move_feature_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/navigation_history.png b/app/locations/static/admin/js/theme/default/img/navigation_history.png new file mode 100755 index 0000000..84e3489 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/navigation_history.png differ diff --git a/app/locations/static/admin/js/theme/default/img/overview_replacement.gif b/app/locations/static/admin/js/theme/default/img/overview_replacement.gif new file mode 100755 index 0000000..a82cf5f Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/overview_replacement.gif differ diff --git a/app/locations/static/admin/js/theme/default/img/pan-panel-NOALPHA.png b/app/locations/static/admin/js/theme/default/img/pan-panel-NOALPHA.png new file mode 100755 index 0000000..6987268 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/pan-panel-NOALPHA.png differ diff --git a/app/locations/static/admin/js/theme/default/img/pan-panel.png b/app/locations/static/admin/js/theme/default/img/pan-panel.png new file mode 100755 index 0000000..dfe6748 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/pan-panel.png differ diff --git a/app/locations/static/admin/js/theme/default/img/pan_off.png b/app/locations/static/admin/js/theme/default/img/pan_off.png new file mode 100755 index 0000000..30b2aed Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/pan_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/pan_on.png b/app/locations/static/admin/js/theme/default/img/pan_on.png new file mode 100755 index 0000000..e3953a8 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/pan_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/panning-hand-off.png b/app/locations/static/admin/js/theme/default/img/panning-hand-off.png new file mode 100755 index 0000000..d1c593e Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/panning-hand-off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/panning-hand-on.png b/app/locations/static/admin/js/theme/default/img/panning-hand-on.png new file mode 100755 index 0000000..9b7e064 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/panning-hand-on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/remove_point_off.png b/app/locations/static/admin/js/theme/default/img/remove_point_off.png new file mode 100755 index 0000000..76c8606 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/remove_point_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/remove_point_on.png b/app/locations/static/admin/js/theme/default/img/remove_point_on.png new file mode 100755 index 0000000..cc8d7b2 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/remove_point_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/ruler.png b/app/locations/static/admin/js/theme/default/img/ruler.png new file mode 100755 index 0000000..aa4883b Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/ruler.png differ diff --git a/app/locations/static/admin/js/theme/default/img/save_features_off.png b/app/locations/static/admin/js/theme/default/img/save_features_off.png new file mode 100755 index 0000000..3d305b6 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/save_features_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/save_features_on.png b/app/locations/static/admin/js/theme/default/img/save_features_on.png new file mode 100755 index 0000000..5640ae8 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/save_features_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/view_next_off.png b/app/locations/static/admin/js/theme/default/img/view_next_off.png new file mode 100755 index 0000000..9149a24 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/view_next_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/view_next_on.png b/app/locations/static/admin/js/theme/default/img/view_next_on.png new file mode 100755 index 0000000..e41fb7b Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/view_next_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/view_previous_off.png b/app/locations/static/admin/js/theme/default/img/view_previous_off.png new file mode 100755 index 0000000..8a9ef21 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/view_previous_off.png differ diff --git a/app/locations/static/admin/js/theme/default/img/view_previous_on.png b/app/locations/static/admin/js/theme/default/img/view_previous_on.png new file mode 100755 index 0000000..c009c25 Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/view_previous_on.png differ diff --git a/app/locations/static/admin/js/theme/default/img/zoom-panel-NOALPHA.png b/app/locations/static/admin/js/theme/default/img/zoom-panel-NOALPHA.png new file mode 100755 index 0000000..cdde6fc Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/zoom-panel-NOALPHA.png differ diff --git a/app/locations/static/admin/js/theme/default/img/zoom-panel.png b/app/locations/static/admin/js/theme/default/img/zoom-panel.png new file mode 100755 index 0000000..c91a4ef Binary files /dev/null and b/app/locations/static/admin/js/theme/default/img/zoom-panel.png differ diff --git a/app/locations/static/admin/js/theme/default/style.css b/app/locations/static/admin/js/theme/default/style.css new file mode 100755 index 0000000..cbed84e --- /dev/null +++ b/app/locations/static/admin/js/theme/default/style.css @@ -0,0 +1,516 @@ +div.olMap { + z-index: 0; + padding: 0 !important; + margin: 0 !important; + cursor: default; +} + +div.olMapViewport { + text-align: left; + -ms-touch-action: none; +} + +div.olLayerDiv { + -moz-user-select: none; + -khtml-user-select: none; +} + +.olLayerGoogleCopyright { + left: 2px; + bottom: 2px; +} +.olLayerGoogleV3.olLayerGoogleCopyright { + right: auto !important; +} +.olLayerGooglePoweredBy { + left: 2px; + bottom: 15px; +} +.olLayerGoogleV3.olLayerGooglePoweredBy { + bottom: 15px !important; +} +/* GMaps should not set styles on its container */ +.olForeignContainer { + opacity: 1 !important; +} +.olControlAttribution { + font-size: smaller; + right: 3px; + bottom: 4.5em; + position: absolute; + display: block; +} +.olControlScale { + right: 3px; + bottom: 3em; + display: block; + position: absolute; + font-size: smaller; +} +.olControlScaleLine { + display: block; + position: absolute; + left: 10px; + bottom: 15px; + font-size: xx-small; +} +.olControlScaleLineBottom { + border: solid 2px black; + border-bottom: none; + margin-top:-2px; + text-align: center; +} +.olControlScaleLineTop { + border: solid 2px black; + border-top: none; + text-align: center; +} + +.olControlPermalink { + right: 3px; + bottom: 1.5em; + display: block; + position: absolute; + font-size: smaller; +} + +div.olControlMousePosition { + bottom: 0; + right: 3px; + display: block; + position: absolute; + font-family: Arial; + font-size: smaller; +} + +.olControlOverviewMapContainer { + position: absolute; + bottom: 0; + right: 0; +} + +.olControlOverviewMapElement { + padding: 10px 18px 10px 10px; + background-color: #00008B; + -moz-border-radius: 1em 0 0 0; +} + +.olControlOverviewMapMinimizeButton, +.olControlOverviewMapMaximizeButton { + height: 18px; + width: 18px; + right: 0; + bottom: 80px; + cursor: pointer; +} + +.olControlOverviewMapExtentRectangle { + overflow: hidden; + background-image: url("img/blank.gif"); + cursor: move; + border: 2px dotted red; +} +.olControlOverviewMapRectReplacement { + overflow: hidden; + cursor: move; + background-image: url("img/overview_replacement.gif"); + background-repeat: no-repeat; + background-position: center; +} + +.olLayerGeoRSSDescription { + float:left; + width:100%; + overflow:auto; + font-size:1.0em; +} +.olLayerGeoRSSClose { + float:right; + color:gray; + font-size:1.2em; + margin-right:6px; + font-family:sans-serif; +} +.olLayerGeoRSSTitle { + float:left;font-size:1.2em; +} + +.olPopupContent { + padding:5px; + overflow: auto; +} + +.olControlNavigationHistory { + background-image: url("img/navigation_history.png"); + background-repeat: no-repeat; + width: 24px; + height: 24px; + +} +.olControlNavigationHistoryPreviousItemActive { + background-position: 0 0; +} +.olControlNavigationHistoryPreviousItemInactive { + background-position: 0 -24px; +} +.olControlNavigationHistoryNextItemActive { + background-position: -24px 0; +} +.olControlNavigationHistoryNextItemInactive { + background-position: -24px -24px; +} + +div.olControlSaveFeaturesItemActive { + background-image: url(img/save_features_on.png); + background-repeat: no-repeat; + background-position: 0 1px; +} +div.olControlSaveFeaturesItemInactive { + background-image: url(img/save_features_off.png); + background-repeat: no-repeat; + background-position: 0 1px; +} + +.olHandlerBoxZoomBox { + border: 2px solid red; + position: absolute; + background-color: white; + opacity: 0.50; + font-size: 1px; + filter: alpha(opacity=50); +} +.olHandlerBoxSelectFeature { + border: 2px solid blue; + position: absolute; + background-color: white; + opacity: 0.50; + font-size: 1px; + filter: alpha(opacity=50); +} + +.olControlPanPanel { + top: 10px; + left: 5px; +} + +.olControlPanPanel div { + background-image: url(img/pan-panel.png); + height: 18px; + width: 18px; + cursor: pointer; + position: absolute; +} + +.olControlPanPanel .olControlPanNorthItemInactive { + top: 0; + left: 9px; + background-position: 0 0; +} +.olControlPanPanel .olControlPanSouthItemInactive { + top: 36px; + left: 9px; + background-position: 18px 0; +} +.olControlPanPanel .olControlPanWestItemInactive { + position: absolute; + top: 18px; + left: 0; + background-position: 0 18px; +} +.olControlPanPanel .olControlPanEastItemInactive { + top: 18px; + left: 18px; + background-position: 18px 18px; +} + +.olControlZoomPanel { + top: 71px; + left: 14px; +} + +.olControlZoomPanel div { + background-image: url(img/zoom-panel.png); + position: absolute; + height: 18px; + width: 18px; + cursor: pointer; +} + +.olControlZoomPanel .olControlZoomInItemInactive { + top: 0; + left: 0; + background-position: 0 0; +} + +.olControlZoomPanel .olControlZoomToMaxExtentItemInactive { + top: 18px; + left: 0; + background-position: 0 -18px; +} + +.olControlZoomPanel .olControlZoomOutItemInactive { + top: 36px; + left: 0; + background-position: 0 18px; +} + +/* + * When a potential text is bigger than the image it move the image + * with some headers (closes #3154) + */ +.olControlPanZoomBar div { + font-size: 1px; +} + +.olPopupCloseBox { + background: url("img/close.gif") no-repeat; + cursor: pointer; +} + +.olFramedCloudPopupContent { + padding: 5px; + overflow: auto; +} + +.olControlNoSelect { + -moz-user-select: none; + -khtml-user-select: none; +} + +.olImageLoadError { + background-color: pink; + opacity: 0.5; + filter: alpha(opacity=50); /* IE */ +} + +/** + * Cursor styles + */ + +.olCursorWait { + cursor: wait; +} +.olDragDown { + cursor: move; +} +.olDrawBox { + cursor: crosshair; +} +.olControlDragFeatureOver { + cursor: move; +} +.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown { + cursor: -moz-grabbing; +} + +/** + * Layer switcher + */ +.olControlLayerSwitcher { + position: absolute; + top: 25px; + right: 0; + width: 20em; + font-family: sans-serif; + font-weight: bold; + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + font-size: smaller; + color: white; + background-color: transparent; +} + +.olControlLayerSwitcher .layersDiv { + padding-top: 5px; + padding-left: 10px; + padding-bottom: 5px; + padding-right: 10px; + background-color: darkblue; +} + +.olControlLayerSwitcher .layersDiv .baseLbl, +.olControlLayerSwitcher .layersDiv .dataLbl { + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; +} + +.olControlLayerSwitcher .layersDiv .baseLayersDiv, +.olControlLayerSwitcher .layersDiv .dataLayersDiv { + padding-left: 10px; +} + +.olControlLayerSwitcher .maximizeDiv, +.olControlLayerSwitcher .minimizeDiv { + width: 18px; + height: 18px; + top: 5px; + right: 0; + cursor: pointer; +} + +.olBingAttribution { + color: #DDD; +} +.olBingAttribution.road { + color: #333; +} + +.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite { + color: #EEE; +} +.olGoogleAttribution { + color: #333; +} +span.olGoogleAttribution a { + color: #77C; +} +span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a { + color: #EEE; +} + +/** + * Editing and navigation icons. + * (using the editing_tool_bar.png sprint image) + */ +.olControlNavToolbar , +.olControlEditingToolbar { + margin: 5px 5px 0 0; +} +.olControlNavToolbar div, +.olControlEditingToolbar div { + background-image: url("img/editing_tool_bar.png"); + background-repeat: no-repeat; + margin: 0 0 5px 5px; + width: 24px; + height: 22px; + cursor: pointer +} +/* positions */ +.olControlEditingToolbar { + right: 0; + top: 0; +} +.olControlNavToolbar { + top: 295px; + left: 9px; +} +/* layouts */ +.olControlEditingToolbar div { + float: right; +} +/* individual controls */ +.olControlNavToolbar .olControlNavigationItemInactive, +.olControlEditingToolbar .olControlNavigationItemInactive { + background-position: -103px -1px; +} +.olControlNavToolbar .olControlNavigationItemActive , +.olControlEditingToolbar .olControlNavigationItemActive { + background-position: -103px -24px; +} +.olControlNavToolbar .olControlZoomBoxItemInactive { + background-position: -128px -1px; +} +.olControlNavToolbar .olControlZoomBoxItemActive { + background-position: -128px -24px; +} +.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { + background-position: -77px -1px; +} +.olControlEditingToolbar .olControlDrawFeaturePointItemActive { + background-position: -77px -24px; +} +.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { + background-position: -51px -1px; +} +.olControlEditingToolbar .olControlDrawFeaturePathItemActive { + background-position: -51px -24px; +} +.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{ + background-position: -26px -1px; +} +.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { + background-position: -26px -24px; +} + +div.olControlZoom { + position: absolute; + top: 8px; + left: 8px; + background: rgba(255,255,255,0.4); + border-radius: 4px; + padding: 2px; +} +div.olControlZoom a { + display: block; + margin: 1px; + padding: 0; + color: white; + font-size: 18px; + font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; + font-weight: bold; + text-decoration: none; + text-align: center; + height: 22px; + width:22px; + line-height: 19px; + background: #130085; /* fallback for IE - IE6 requires background shorthand*/ + background: rgba(0, 60, 136, 0.5); + filter: alpha(opacity=80); +} +div.olControlZoom a:hover { + background: #130085; /* fallback for IE */ + background: rgba(0, 60, 136, 0.7); + filter: alpha(opacity=100); +} +@media only screen and (max-width: 600px) { + div.olControlZoom a:hover { + background: rgba(0, 60, 136, 0.5); + } +} +a.olControlZoomIn { + border-radius: 4px 4px 0 0; +} +a.olControlZoomOut { + border-radius: 0 0 4px 4px; +} + + +/** + * Animations + */ + +.olLayerGrid .olTileImage { + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + -o-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; +} + +/* Turn on GPU support where available */ +.olTileImage { + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -o-transform: translateZ(0); + -ms-transform: translateZ(0); + transform: translateZ(0); + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000; + -moz-perspective: 1000; + -ms-perspective: 1000; + perspective: 1000; +} + +/* when replacing tiles, do not show tile and backbuffer at the same time */ +.olTileReplacing { + display: none; +} + +/* override any max-width image settings (e.g. bootstrap.css) */ +img.olTileImage { + max-width: none; +} diff --git a/app/locations/static/admin/js/theme/default/style.mobile.css b/app/locations/static/admin/js/theme/default/style.mobile.css new file mode 100755 index 0000000..92e7d00 --- /dev/null +++ b/app/locations/static/admin/js/theme/default/style.mobile.css @@ -0,0 +1,70 @@ +div.olControlZoom { + position: absolute; + top: 8px; + left: 8px; + background: rgba(255,255,255,0.4); + border-radius: 4px; + padding: 2px; +} +* { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +div.olControlZoom a { + display: block; + margin: 1px; + padding: 0; + color: white; + font-size: 28px; + font-family: sans-serif; + font-weight: bold; + text-decoration: none; + text-align: center; + height: 32px; + width: 32px; + line-height: 28px; + text-shadow: 0 0 3px rgba(0,0,0,0.8); + background: #130085; /* fallback for IE - IE6 requires background shorthand*/ + background: rgba(0, 60, 136, 0.5); + filter: alpha(opacity=80); +} +a.olControlZoomIn { + border-radius: 4px 4px 0 0; +} +a.olControlZoomOut { + border-radius: 0 0 4px 4px; +} +div.olControlZoom a:hover { + background: #130085; /* fallback for IE */ + background: rgba(0, 60, 136, 0.7); + filter: alpha(opacity=100); +} +@media only screen and (max-width: 600px) { + div.olControlZoom a:hover { + background: rgba(0, 60, 136, 0.5); + } +} +div.olMapViewport { + -ms-touch-action: none; +} +.olLayerGrid .olTileImage { + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + -o-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; +} +/* Turn on GPU support where available */ +.olTileImage { + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -o-transform: translateZ(0); + -ms-transform: translateZ(0); + transform: translateZ(0); + -webkit-backface-visibility: hidden; + -moz-backface-visibility: hidden; + -ms-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000; + -moz-perspective: 1000; + -ms-perspective: 1000; + perspective: 1000; +} -- cgit v1.2.3-70-g09d2