I am using the MassGIS House District data layer with srid 26986
. I then query for the geom containing the lat/lon 42.21, -71.5
which should give me Boston but I got nothing. So I used OpenJump to visualize this and the point is rendering a few hundred miles south of the House District geoms:
I am guessing there is something wrong with the projection but according to multiple sources this is the correct srid
: http://www.mass.gov/anf/research-and-tech/it-serv-and-support/application-serv/office-of-geographic-information-massgis/datalayers/overview.html.
Any pointers?
select st_point(-71.5, 42.21);
– bcardarella Aug 14 '13 at 21:42