[Chameleon-dev] [Bug 1808] [Chameleon-Samples]Need to add the RoiFeatureTool in the sample

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Wed Oct 10 15:13:25 EDT 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1808

nsavard at mapgears.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From nsavard at mapgears.com  2007-10-10 15:13 -------
Actually the bug description is wrong.  The widget is there but the buffer
feature is not there and there is no vector layer with local data (non WMS).

I added two layers which are a subset of WorldPOI and WorldRoads layers.  I
modified the widget definition in the application template to enable buffering.
Committed in CVS.

  LAYER
    GROUP "Point"
    NAME "WorldPOI_local"
    DATA "world_poi_quebec"
    LabelItem "TXT"  
    CLASS
      TEMPLATE "ttt"
      SYMBOL 4
      SIZE 8

      NAME "WorldPOI_local"
      LABEL
        COLOR  106 90 205
        FONT sans-italic
        TYPE truetype
        SIZE 8
        POSITION AUTO     
        PARTIALS FALSE
        OUTLINECOLOR 255 255 255      
      END 
      COLOR 0 0 128
    END
    SIZEUNITS PIXELS
    STATUS OFF
    TOLERANCE 0
    TOLERANCEUNITS PIXELS
    TYPE POINT
    UNITS METERS
    PROJECTION
      "init=epsg:4326"
    END
  END

  LAYER
    GROUP "Line"
    NAME "WorldRoads_local"
    DATA "roadL_quebec"
    CLASS
      NAME "Roads"
      SYMBOL 0 
      COLOR 218 165 32
    END
    SIZEUNITS PIXELS
    STATUS OFF
    TOLERANCE 0
    TOLERANCEUNITS PIXELS
    TYPE LINE
    TEMPLATE "ttt"
    UNITS METERS
    PROJECTION
      "init=epsg:4326"
    END
  END




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list