Skip to content

Simplify parsing of hull for bbox response field#11

Merged
c-w merged 1 commit intomasterfrom
simplify-bbox
Sep 4, 2017
Merged

Simplify parsing of hull for bbox response field#11
c-w merged 1 commit intomasterfrom
simplify-bbox

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Aug 18, 2017

Previously we used ST_AsText to convert the geometry of the bounding box to WKT and then parsed that using regular expressions. We can simplify this by converting to GeoJSON instead which is much simpler to parse.

Previously we used `ST_AsText` to convert the geometry of the bounding
box to WKT and then parsed that using regular expressions. We can
simplify this by converting to GeoJSON instead which is much simpler to
parse.
@c-w c-w requested a review from timfpark August 18, 2017 22:08
@erikschlegel erikschlegel self-requested a review September 4, 2017 15:32
Copy link
Contributor

@erikschlegel erikschlegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@c-w c-w merged commit ca9976d into master Sep 4, 2017
@c-w c-w deleted the simplify-bbox branch September 4, 2017 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants