CMDBuild Forum

cmdbuild 2.3.3 + GIS

Hi, i have probably simple problem, and you could explain it to me.

I want to add map of my servers as a geoserver layer, but after i do that i get this.

http://s14.postimg.org/5v4negpr5/Zrzut_ekranu_z_2015_09_14_09_09_35.png

But in GeoServer app this layer is loaded, and i can see it.

This layer was added as GeoTiff file, which i created from png file by these commands:

gdal_translate -of GTiff -gcp 0 0 144907.1658 910679.6817 -gcp 0 1060 144907.1658 140544.7241 -gcp 981 0 877004.0070 910679.6817 -gcp 981 1060 877004.0070 140544.7241 serwerownia_new.png serwerownia_overlaay.tif

gdalwarp -s_srs epsg:2180 -t_srs epsg:2180 -ts 981 1060 serwerownia_overlay.tif serwerownia_overlay6.tif

I'm new with GIS stuff, so if anyone could help me, i will be very glad :)