[Geoserver-users] [SPAM] problem with EPSG:4326

Hello list!

i`ve problem with EPSG:4326.

I have house_4326.mif It has real earth coordinates, and its looks great
in MapInfo.

[scrMI.png]

but when i load it in postgreSQL and connect datasource in GeoServer i
have shrinked image ((

[scrShrink.png]

Here it is how i load mif into SQL:
ogr2ogr.exe -overwrite -f "PostgreSQL" "PG:user=test password=test
dbname=test" -nln house house_4326.mif

[scrConnectDS.png]

After a while i decide to connect a shape.
I have converted mif to shp:
ogr2ogr.exe -f "ESRI Shapefile" -overwrite "C:/House_4326.shp"
"C:/House_4326.MIF" -sql "SELECT * FROM House_4326"
and connect shape to geoserver, but have the same problem.
What i do wrong?

scrConnectDS.png

scrMI.png

scrShrink.png

Giuseppe Profaci ha scritto:

Hello list!

i`ve problem with EPSG:4326.

I have house_4326.mif It has real earth coordinates, and its looks great
in MapInfo.

[scrMI.png]

but when i load it in postgreSQL and connect datasource in GeoServer i
have shrinked image ((

[scrShrink.png]

Here it is how i load mif into SQL:
ogr2ogr.exe -overwrite -f "PostgreSQL" "PG:user=test password=test
dbname=test" -nln house house_4326.mif

[scrConnectDS.png]

After a while i decide to connect a shape.
I have converted mif to shp:
ogr2ogr.exe -f "ESRI Shapefile" -overwrite "C:/House_4326.shp"
"C:/House_4326.MIF" -sql "SELECT * FROM House_4326"
and connect shape to geoserver, but have the same problem.
What i do wrong?

It seems there is a reprojection happening there. Are you sure
your data is really in 4326?

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.