Created
August 9, 2015 17:38
-
-
Save giacecco/d30f1d6749aefa0cb74e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT lr_town, ST_Union(mbr) AS geom | |
FROM os_open_names_with_towns | |
WHERE type = 'transportNetwork' AND lr_town = 'SOUTHAMPTON' | |
GROUP BY lr_town |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment