Skip to content

Instantly share code, notes, and snippets.

@dandye
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandye/c5c3251b6e26d9058592 to your computer and use it in GitHub Desktop.
Save dandye/c5c3251b6e26d9058592 to your computer and use it in GitHub Desktop.
OpenTreeMap2 create bbox for instance
select ST_Transform(ST_MPolyFromText(
'MULTIPOLYGON(((-82.4048638930815 27.5218423579402,
-82.5226783079082 27.5218423579402,
-82.5226783079082 28.4201576420597,
-82.4048638930815 28.4201576420597,
-82.4048638930815 27.5218423579402)))', 4326), 3857);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment