Guest User

Untitled

a guest
Nov 16th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. LAYER
  2. NAME "settlements"
  3. CONNECTIONTYPE postgis
  4. CONNECTION "user=x password=x dbname=x host=localhost"
  5. DATA "polygon_geom from (select id, name, polygon_geom, label_geom from settlements) as subquery using unique id"
  6.  
  7. PROCESSING "CLOSE_CONNECTION=DEFER"
Add Comment
Please, Sign In to add comment