Created
April 28, 2014 13:13
-
-
Save jatorre/11371647 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 *, | |
'http://maps.googleapis.com/maps/api/streetview?size=300x190&location='|| | |
ST_Y((the_geom))||','||ST_X((the_geom)) | |
||'&sensor=false&fov=110' as image | |
FROM table_2012_entire_tree_down_complaints_sandy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment