konto usunięte
Temat: Problem z wyświetlaniem warstw w EPSG:2180 (GeoServer)
Mam problem z wyświetlaniem warstw wms w EPSG:2180 (dane pobierane są z bazy PostgreSQL). Mimo ustawień nadal wszystko wyświetla się w WGS 84. Prosiłbym o pomoc w ustawieniu poprawnego wyświetlania warstw.PostGIS:
- SRS: EPSG:2180
(Warstwa podłączona w QGIS wyświetla się poprawnie, także przy podglądzie warstwy w GeoServerze jako png (w podglądzie warstw) jest wszystko poprawnie)
Ustawienia warstwy na GeoServerze:
- Natywny SRS: EPSG:2180
- Deklarowany SRS: EPSG:2180
- Obsługa: Wymuś deklarowany
Fragment kodu w OpenLayers:
layer = new OpenLayers.Layer.WMS(
"OpenLayers WMS",
"http://localhost:8080/geoserver/wms",
{ srs: 'EPSG:2180', layers: 'postgis:ot_adja_a' }
);
fragment logu z GeoServera:
...
2014-05-23 11:52:07,243 INFO [geoserver.wms] -
Request: getMap
Width = 256
Height = 256
BgColor = java.awt.Color[r=255,g=255,b=255]
Tiled = false
Palette = null
SRS = EPSG:4326
FeatureVersion = null
Styles = [StyleImpl[ name=ot_adms_a]]
Layers = [org.geoserver.wms.MapLayerInfo@4d52ecd4]
TilesOrigin = null
MaxFeatures = null
Crs = GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]
Bbox = SRSEnvelope[20.21484375 : 20.390625, 53.0859375 : 53.26171875]
RemoteOwsType = null
RemoteOwsURL = null
Env = {}
FormatOptions = {}
Angle = 0.0
CQLFilter = null
Elevation = []
FeatureId = null
StartIndex = null
ViewParams = null
Transparent = false
SldBody = null
ValidateSchema = false
Sld = null
SldVersion = null
Exceptions = SE_XML
Buffer = 0
Filter = null
Format = image/jpeg
Filters = null
Time = []
Get = true
BaseUrl = http://localhost:8080/geoserver/
RawKvp = {BBOX=20.21484375,53.0859375,20.390625,53.26171875, VERSION=1.1.1, FORMAT=image/jpeg, SERVICE=WMS, HEIGHT=256, LAYERS=postgis:ot_adja_a, REQUEST=GetMap, STYLES=, SRS=EPSG:4326, WIDTH=256}
RequestCharset = UTF-8
Version = 1.1.1
Request = GetMap