Guest User

Untitled

a guest
Feb 7th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. DATA "geom FROM some_table using unique id using srid=4326"
  2. FILTER (id = '%id%')
  3.  
  4. DATA "PG:host=localhost port=5432 dbname='some_db' user='some_user' password='some_password' schema='some_schema' table='some_table' where='id=12' mode='2' "
Add Comment
Please, Sign In to add comment