Opened 15 years ago

Closed 15 years ago

#275 closed defect (fixed)

Default overview map styling not disabled

Reported by: jbirch Owned by: madair
Priority: P2 Milestone: 2.0
Component: Widgets Version: SVN
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

From mapguide-users:

I have resolved the OverviewMap issue. In the previous release of fusion/lib/OpenLayers/theme/default/style.css the .olControlOverviewMapElement styling was commented out. It was uncommented in the new version causing the MapExtentRectangle to be off-center. Commenting the styling out again fixes the problem:

.olControlOverviewMapElement {
/* modified for fusion    
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
    */}

Change History (1)

comment:1 by madair, 15 years ago

Resolution: fixed
Status: newclosed

fixed at rev 1948

Note: See TracTickets for help on using tickets.