The bugtracker for this one has a lot of others attached to it. Bug#5026, #4029, #2313, and #5103. Benny has given permission for me to add this to NarrativeWeb so that we could get rid of the mapstraction/mxn javascript files...

svn: r17994
This commit is contained in:
Rob G. Healey
2011-08-06 17:09:09 +00:00
parent d37abb43df
commit 2dbf98feee
4 changed files with 401 additions and 306 deletions
+18 -31
View File
@@ -22,29 +22,12 @@
# $Id$
#
#
Body element
Family Map body element
------------------------------------------------- */
body#FamilyMap {
margin-left: 2px;
margin-right: 2px;
background-color: #FFF;
margin: 0 auto;
width: 1060px;
padding: 0px 4px 0px 4px;
}
/* Mapstraction
------------------------------------------------- */
div#mapstraction {
height: 580px;
width: 100%;
}
/* Middle
------------------------------------------------- */
div#middle {
float: center;
height: 440px;
width: 90%;
margin: 10px 2% 10px 2%;
}
/* geo-info Bubble
@@ -53,19 +36,23 @@ div#geo-info {
font: bold 11px sans-serif;
}
/* GoogleV3
/* map_canvas-- place map holder
------------------------------------------------- */
div#googlev3 {
height: 500px;
width: 600px;
border: solid 1px #000;
div#map_canvas {
margin: 5px;
border: solid 4px #00029D;
width: 1200px;
height: 800px;
}
/* **************************************************************************************
MiddleSection
/* button
------------------------------------------------- */
div#middlesection {
float: center;
overflow-y: hidden;
button#drop {
font-weight: bold;
margin-left: 10px;
padding: 5px;
text-align: center;
width: 100px;
height: 30px;
border: solid 2px #00029D;
}
+1 -5
View File
@@ -108,11 +108,7 @@ def load_on_reg(dbstate, uistate, plugin):
# narrative-maps style sheet for NarrativeWeb place maps
["NarrativeMaps", 0, "",
path_css("Mapstraction.css"), None, [],
[path_js("mapstraction", "mxn.core.js"),
path_js("mapstraction", "mxn.googlev3.core.js"),
path_js("mapstraction", "mxn.js"),
path_js("mapstraction", "mxn.openlayers.core.js")] ],
path_css("narrative-maps.css"), None, [], [] ],
# default style sheet in the options
["default", 0, _("Basic-Ash"),