Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Image RemovedImage Added

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.

Image RemovedImage Added

 

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.

...