Skip to content

Instantly share code, notes, and snippets.

@jbants
Created September 21, 2015 15:47
Show Gist options
  • Save jbants/00aed6aca1260975098b to your computer and use it in GitHub Desktop.
Save jbants/00aed6aca1260975098b to your computer and use it in GitHub Desktop.
Snippets for geoserver
# create boundingbox from geometry
toString(xmin( $geometry )) + ' , '+ toString(ymin( $geometry )) + ' , '+ toString(xmax( $geometry )) + ' , '+ toString(ymax( $geometry ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment