...
Since this layer will be displayed as a thematic layer in iShare Maps or iShare GIS, the styling will be handled dynamically. Simply include the basic styling for the type of layer you are configuring, such as an OUTLINECOLOR and WIDTH for a polygon e.g.
Filtering your Thematic Data
...
Code Block |
---|
DATA "wkb_geometry from (select * from civil_parishes where county=’SUUREY_COUNTY’) as subquery using unique ogc_fid using srid=27700" |
e.g.
Note |
---|
If you wish to display this data as a normal (non-thematic) layer then you will need a separate entry in the map file. This will not have dynamic styling, so should be styled as you wish it to be displayed. |
...
- V5.6.0 or greater - see OGC Layer Configuration to create your OGC Layer and then OGC Layer - Advanced Thematic & Geometry Options to configure the Thematics.
- Pre V5.6.0 - Thematic Layer Configuration.