[commits] Horde branch ansel-map updated. 411341bbba5b836bb98e8cecc8d1e08ed3c62787
Michael J. Rubinsky
mrubinsk at horde.org
Tue Sep 13 16:05:22 UTC 2011
The branch "ansel-map" has been updated.
The following is a summary of the commits.
from: 78818e922e2c229f120f74f952deea7e64315c9f
6567a99 update OL css/images
580d0d9 add note about BC
3ac42e7 @deprecated
08ae819 Add support for some more provider layers.
996b323 Add conf.xml section for map support
ea5e588 Bing now requires an API key.
24bfc3d Use !important to force this rule, don't do it in code.
411341b Bail out if we don't have maps configured
-----------------------------------------------------------------------
commit 6567a9965ad57ec7eaff3e5eaeb53a324cfcd7b5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 11:52:01 2011 -0400
update OL css/images
horde/js/map/theme/default/google.css | 7 +
horde/js/map/theme/default/google.tidy.css | 1 +
horde/js/map/theme/default/ie6-style.css | 3 +
horde/js/map/theme/default/ie6-style.tidy.css | 1 +
horde/js/map/theme/default/img/add_point_off.png | Bin 1616 -> 1614 bytes
horde/js/map/theme/default/img/drag-rectangle-off.png | Bin 1202 -> 1024 bytes
horde/js/map/theme/default/img/drag-rectangle-on.png | Bin 1218 -> 1041 bytes
horde/js/map/theme/default/img/draw_line_off.png | Bin 1567 -> 1565 bytes
horde/js/map/theme/default/img/draw_line_on.png | Bin 1399 -> 1396 bytes
horde/js/map/theme/default/img/draw_point_off.png | Bin 1612 -> 1610 bytes
horde/js/map/theme/default/img/draw_point_on.png | Bin 1460 -> 1458 bytes
horde/js/map/theme/default/img/draw_polygon_off.png | Bin 1546 -> 1544 bytes
horde/js/map/theme/default/img/draw_polygon_on.png | Bin 1407 -> 1405 bytes
horde/js/map/theme/default/img/editing_tool_bar.png | Bin 3901 -> 2222 bytes
horde/js/map/theme/default/img/move_feature_off.png | Bin 1543 -> 1541 bytes
horde/js/map/theme/default/img/move_feature_on.png | Bin 1379 -> 1377 bytes
horde/js/map/theme/default/img/navigation_history.png | Bin 7021 -> 6628 bytes
horde/js/map/theme/default/img/pan-panel-NOALPHA.png | Bin 566 -> 564 bytes
horde/js/map/theme/default/img/pan-panel.png | Bin 1287 -> 814 bytes
horde/js/map/theme/default/img/pan_on.png | Bin 1568 -> 1566 bytes
horde/js/map/theme/default/img/panning-hand-off.png | Bin 3875 -> 3511 bytes
horde/js/map/theme/default/img/panning-hand-on.png | Bin 3977 -> 3565 bytes
horde/js/map/theme/default/img/remove_point_on.png | Bin 1464 -> 1461 bytes
horde/js/map/theme/default/img/save_features_off.png | Bin 357 -> 354 bytes
horde/js/map/theme/default/img/save_features_on.png | Bin 364 -> 361 bytes
horde/js/map/theme/default/img/view_next_off.png | Bin 1644 -> 1499 bytes
horde/js/map/theme/default/img/view_previous_off.png | Bin 1553 -> 1476 bytes
horde/js/map/theme/default/img/zoom-panel.png | Bin 1624 -> 1285 bytes
horde/js/map/theme/default/style.css | 256 ++++++++++-------
horde/js/map/theme/default/style.tidy.css | 1 +
30 files changed, 158 insertions(+), 111 deletions(-)
create mode 100644 horde/js/map/theme/default/google.tidy.css
create mode 100644 horde/js/map/theme/default/ie6-style.tidy.css
create mode 100644 horde/js/map/theme/default/style.tidy.css
http://git.horde.org/horde-git/-/commit/6567a9965ad57ec7eaff3e5eaeb53a324cfcd7b5
-----------------------------------------------------------------------
commit 580d0d956fa9fe5ad4269e9e559bb1c74b240ff5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 11:53:54 2011 -0400
add note about BC
horde/js/map/public.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/580d0d956fa9fe5ad4269e9e559bb1c74b240ff5
-----------------------------------------------------------------------
commit 3ac42e72f1ef17710e99378aff263a910b47cd42
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 11:54:11 2011 -0400
@deprecated
replaced by OpenLayers.Layer.Bing - the VirtualEarth layer was never
used by Horde code (it had some display issues when used with {delayed: true}
leave in until Horde 5, just in case.
horde/js/map/ve.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/3ac42e72f1ef17710e99378aff263a910b47cd42
-----------------------------------------------------------------------
commit 08ae819f49706302c2e09ba2a4eab5c32131ae62
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 11:56:23 2011 -0400
Add support for some more provider layers.
* New Bing layer - *much* more effecient - pulls image tiles directly,
no need to load any additional js.
* OpenMapQuest
* OpenCycleMap
* Copy the tiles at home layer from Public to it's own layer.
* New OSM layer based on default Mapnik rendering.
horde/js/map/bing.js | 321 +++++++++++++++++++++++++++++++++++++++++++
horde/js/map/mapquest.js | 43 ++++++
horde/js/map/ocm.js | 32 +++++
horde/js/map/osm.js | 32 +++++
horde/js/map/tilesathome.js | 32 +++++
5 files changed, 460 insertions(+), 0 deletions(-)
create mode 100644 horde/js/map/bing.js
create mode 100644 horde/js/map/mapquest.js
create mode 100644 horde/js/map/ocm.js
create mode 100644 horde/js/map/osm.js
create mode 100644 horde/js/map/tilesathome.js
http://git.horde.org/horde-git/-/commit/08ae819f49706302c2e09ba2a4eab5c32131ae62
-----------------------------------------------------------------------
commit 996b323d6f1c156831db2e1cc0f09ceadcc0aa7e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 11:59:46 2011 -0400
Add conf.xml section for map support
ansel/config/conf.xml | 34 +++++++++++++++++++++++++++++++++-
1 files changed, 33 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/996b323d6f1c156831db2e1cc0f09ceadcc0aa7e
-----------------------------------------------------------------------
commit ea5e588b2034a61a71ba6af46e051780f9575263
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 12:00:11 2011 -0400
Bing now requires an API key.
ansel/lib/Ansel.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/ea5e588b2034a61a71ba6af46e051780f9575263
-----------------------------------------------------------------------
commit 24bfc3dbf8e598a225096dcc07f692f0ecb2b344
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 12:03:45 2011 -0400
Use !important to force this rule, don't do it in code.
ansel/js/map.js | 6 ------
ansel/themes/default/screen.css | 2 +-
2 files changed, 1 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/24bfc3dbf8e598a225096dcc07f692f0ecb2b344
-----------------------------------------------------------------------
commit 411341bbba5b836bb98e8cecc8d1e08ed3c62787
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 13 12:04:17 2011 -0400
Bail out if we don't have maps configured
ansel/lib/Widget/Geotag.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/411341bbba5b836bb98e8cecc8d1e08ed3c62787
More information about the commits
mailing list