Versions Compared

Key

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

...

Code Block
titleExample
   LAYER
      NAME faults
      DEBUG 5
      TYPE POINT
      STATUS OFF
      CONNECTIONTYPE postgis
      CONNECTION "user=iShareData password=password dbname=iShareData host=localhost port=5432"
      DATA "wkb_geometry from (select * from at_incidents WHERE active > 0) as foo using unique ogc_fid using SRID=27700"
      
      METADATA
         qstring_validation_pattern '.'
      END
      TOLERANCE 0
      TOLERANCEUNITS PIXELSMETERS
      CLASS
         STYLE
            SYMBOL "D:\iShareMaps\surreyheath_01\faults\images\doublecircle.png"
         END
      END
   END

...