Post Install Work In ZMI 

After installing and launching the zope/plone site, the following changes must be made to ensure proper functionality:

1) Modify Navtree.css
Navigate in the ZMI to ZMI > Portal_Skins > Plone_Styles > Navtree.css. Choose to create a customization. In that file, add the following lines near the top of the CSS:

/* New navtree styles */
li.simMap {
display: inline;
}

li.simMap a,
li.simMap a:hover {
display: inline;
}


2) Update Javascript Registry
Add the following file to the javascript registry 'wms-gs-1_0_1.js'.

3) Enable Products
Enable the Theme492, SimMap, and SimMapFolder products.

4) Create Legend Portlet
To do this, create a "Static Text Portlet" that will be displayed on the SimMap and SimMapFolder content types. This static text portlet should contain the following html:

<div id="legend"> </div>
[ add comment ] ( 5 views ) permalink ( 3 / 340 )
Meeting 2/26 

We've noted bugs and reported them in the bug tracking system. Some can be worked on this week, others may be something for future developers to consider.

We will meet with the LEAM group to discuss the user study on FRIDAY, MARCH 7th, at 1:00pm.

We need to:
- Place User Manual online in the Plone site.
- Add instructions on how to change a map template and edit a map
- Document setting up our products and themes when installing Plone
- Check code into subversion
- Get more maps on the page (?)
- Jeff would like us to research KSS (AJAX framework) as a solution for opening subfolders. This will probably not be something we can use now, but we may want to look into it so we can recommend it to future developers. See: kssproject.org
[ add comment ] ( 5 views ) permalink ( 3 / 336 )
Meeting Notes 2/19 

Things to do (potentially)
- setting zoom value in SimMapFolder and SimMap objects
- test legend with non-change map
- clean up naming conventions in code
- default allow comments for SimMap objects
- look for a solution to close SimMapFolders dynamically without refreshing page
- editing the text of mapfile through the web, is there an existing plone product?
- check code into subversion

Questions for User Testing Survey
- What transparency is best?
- Should there be labels for each legend image by layer?
[ add comment ] ( 5 views ) permalink ( 3 / 344 )
Edit SimMap Fixed 

During the meeting this evening we found that we were unable to edit an existing map. This was because of a typo in the SimMap product which is now fixed.
[ add comment ] ( 4 views ) permalink ( 3 / 352 )
Gentlemen, we now have a legend! 

The legend has been created and is now dynamic. It should be fully working, so be sure to submit bugs if you find them.
[ add comment ] ( 4 views ) permalink ( 3 / 341 )

| 1 | 2 | Next> Last>>