Removed the markers from the other day. They were not needed in the first place.
svn: r18534
This commit is contained in:
parent
4e18e93ec0
commit
28e83efd2a
@ -6606,13 +6606,6 @@ class NavWebReport(Report):
|
|||||||
fname = CSS["NarrativeMaps"]["filename"]
|
fname = CSS["NarrativeMaps"]["filename"]
|
||||||
self.copy_file(fname, "narrative-maps.css", "styles")
|
self.copy_file(fname, "narrative-maps.css", "styles")
|
||||||
|
|
||||||
# if Family Map Pages is selected, then copy the colored markers too?
|
|
||||||
imgs += CSS["FamilyMaps"]["images"]
|
|
||||||
|
|
||||||
# if OpenStreetMap is being used, copy blue marker?
|
|
||||||
if self.mapservice == "OpenStreetMap":
|
|
||||||
imgs += CSS["NarrativeMaps"]["images"]
|
|
||||||
|
|
||||||
# Copy the Creative Commons icon if the Creative Commons
|
# Copy the Creative Commons icon if the Creative Commons
|
||||||
# license is requested
|
# license is requested
|
||||||
if 0 < self.copyright <= len(_CC):
|
if 0 < self.copyright <= len(_CC):
|
||||||
|
@ -40,10 +40,9 @@ button#drop {
|
|||||||
------------------------------------------------------ */
|
------------------------------------------------------ */
|
||||||
div#map_canvas {
|
div#map_canvas {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
|
||||||
border: solid 4px #000;
|
border: solid 4px #000;
|
||||||
width: 931px;
|
width: 1200px;
|
||||||
height: 800px;
|
height: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Place Maps
|
/* Place Maps
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
DATAFILES = \
|
DATAFILES = \
|
||||||
blue_marker.jpg \
|
|
||||||
purple_marker.jpg \
|
|
||||||
red_marker.jpg \
|
|
||||||
blank.gif \
|
blank.gif \
|
||||||
crosshairs.png \
|
crosshairs.png \
|
||||||
document.png \
|
document.png \
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 33 KiB |
@ -155,13 +155,6 @@ def load_on_reg(dbstate, uistate, plugin):
|
|||||||
# document image in case the media object is not an image
|
# document image in case the media object is not an image
|
||||||
['Document', 0, 'Document',
|
['Document', 0, 'Document',
|
||||||
path_img("document.png"), None, [], []],
|
path_img("document.png"), None, [], []],
|
||||||
|
|
||||||
# markers for use in NarrativeWeb's Family Maps
|
|
||||||
["FamilyMaps", 0, "", [], None,
|
|
||||||
[path_img("blue_marker.png"),
|
|
||||||
path_img("purple_marker.png"),
|
|
||||||
path_img("red_marker.png")], [] ],
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
return CSS_FILES
|
return CSS_FILES
|
||||||
|
Loading…
Reference in New Issue
Block a user