Show
Ignore:
Timestamp:
07/01/06 09:04:04 (4 years ago)
Author:
dokai
Message:

Updated the documentation and improved the country name symbolization a bit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • PrimaGIS/trunk/skins/primagis/createPrimaGISDemo.py

    r723 r741  
    99## 
    1010""" 
    11 This script creates a full ZCO/PrimaGIS installation. Everything is installed 
     11This script creates a fully working PrimaGIS map. Everything is installed 
    1212under a 'demo' folder which will be created in the context where the script is 
    1313called. 
    1414 
    15 The ZCO objects are not visible in Plone and need to be modified using 
    16 ZMI. In addition to ZCO/PrimaGIS objects, the script creates some 
     15The ZCO DataStore objects are stored within the portal_gis tool, which is accessible 
     16through ZMI at the portal root. In addition to PrimaGIS objects the script creates some 
    1717content objects to which the GeoArchetypesProxy object refer to. 
    18  
    19 The content types that this script will create need to be Archetypes based. For 
    20 Plone 2.1 users this is not a problem as Plone 2.1 comes with ATContentTypes 
    21 installed. If you are using Plone 2.1, you should leave PROXY_SUBJECT_TYPE set 
    22 to the default value of 'Document' unless you wish to use another type. 
    23  
    24 Plone 2.0 users will need to have an Archetypes based content type available on 
    25 their system. It does not matter what the type is as long as it is AT based. If 
    26 you do not have such a content type available, you can use DummyContent which is 
    27 a trivial AT based content type created for testing purposes. Download 
    28 DummyContent from http://www.primagis.fi/download/DummyContent-0.1.tar.gz and 
    29 install it on your Zope system. Set PROXY_SUBJECT_TYPE to 'DummyContent'. 
    3018 
    3119The demo instance assumes that you have installed the world_borders shapefile 
     
    154142#symbolizer.setDisplacement() 
    155143symbolizer.setFontFamily('vera') 
    156 symbolizer.setFontSize(12.0) 
    157 symbolizer.setFontColor('#000000') 
    158 symbolizer.setHaloColor('#ffffff') 
     144symbolizer.setFontSize(13.0) 
     145symbolizer.setFontColor('#ffffff') 
     146symbolizer.setHaloColor('#000000') 
    159147symbolizer.setHaloRadius(1.0) 
    160148symbolizer.setPartialRendering(False)