1) It appears the map files need regenerating every time the web is recreated?
2) I can map addresses or places but have a security issue. In FH I only publish certain events (e.g. I show Birth but not Residence). The plugin currently appears to map all events so Residence is shown on the Map page.
3) There appear significant formatting differences. I've got close by changing the mapfacts.css as follows:
Code: Select all
/*
REMOVE THIS
body {font-family:Arial,Helvetica,sans-serif;}
li {font-size:small; padding-bottom:0.25em;}
h1 {font-family:Arial,Helvetica,sans-serif; background-color:rgb(255,255,204); padding-top:0.1em; padding-right:1em; padding-bottom:0.1em; padding-left:1em;}
a {text-decoration:none;}
ADD THIS
h1 { clear: both; height: auto; font-size: 20pt; font-weight: 700; margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; border-style: solid; border-top-width: 1pt; border-right-width: 0px; border-bottom-width: 1pt; border-left-width: 0px; font-family: "Calibri"; color: #000000}
A PROBLEM REMAINS BECAUSE IN THE MAP HTML FILES <H1> IS USED FOR BOTH THE PAGE HEADING AND "Map of Locations for...." HEADING SO THE CSS IS NOT USED AS STANDARD FH PAGES. THE USE OF TAGS IN MAP FILES NEEDS SOME REVIEW.
*/
h1 { clear: both; height: auto; font-size: 20pt; font-weight: 700; margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; border-style: solid; border-top-width: 1pt; border-right-width: 0px; border-bottom-width: 1pt; border-left-width: 0px; font-family: "Calibri"; color: #000000}
#facts {width:48%; float:left; padding-right:2%;}
#map {width:50%; height:80%;}
.noinfoscrollbar {line-height:1.35; overflow:hidden; white-space:nowrap; }