Hello list!
i`ve problem with EPSG:4326.
I have house_4326.mif It has real earth coordinates, and its looks great in MapInfo.
<img src="http://pic.ipicture.ru/uploads/090303/itT5FqUVIh.png">
http://pic.ipicture.ru/uploads/090303/itT5FqUVIh.png
but when i load it in postgreSQL and connect datasource in GeoServer i have shrinked image ((
<img src="http://pic.ipicture.ru/uploads/090303/G4j2D0SkOK.png">
http://pic.ipicture.ru/uploads/090303/G4j2D0SkOK.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
<img src="http://pic.ipicture.ru/uploads/090303/h4jOLR3NM5.png">
http://pic.ipicture.ru/uploads/090303/h4jOLR3NM5.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?