[Geoserver-devel] [JIRA] (GEOS-9525) "Internal Error" when rendering tiles with GeometryCollection from mongoDB storage with "map wrapping" WMS options enabled

Artem Groznykh created an issue

GeoServer / BugGEOS-9525

“Internal Error” when rendering tiles with GeometryCollection from mongoDB storage with “map wrapping” WMS options enabled

Issue Type:

BugBug

Assignee:

Unassigned

Attachments:

image1.jpg, image2.jpg

Created:

03/Mar/20 3:00 PM

Environment:

windows 7 64bit
geoserver 2.15.2
mongoDB 3.6

Priority:

MediumMedium

Reporter:

Artem Groznykh

Hello.

I created a collection in mongoDB. Inserted one document with “geo” field equals to a geojson GeometryCollection. That contains one LineString and one Polygon

Here is a mongo document:

{
“id” : 1,
“geo” : {
“type” : “GeometryCollection”,
“geometries” : [

{ “type” : “LineString”, “coordinates” : [ [ 99.2922, 57.932074 ], [ 99.297522, 57.932222 ] ] }

,

{ “type” : “Polygon”, “coordinates” : [ [ [ 99.2919, 57.932074 ], [ 99.285581, 57.931908 ], [ 99.285581, 57.926168 ], [ 99.288996, 57.926688 ], [ 99.288996, 57.930237 ], [ 99.2919, 57.932074 ] ] ] }

]
}
}

Created 2dsphere index on field “geo”. Then created GeoServer layer on that collection.

WMS requests of tiles on some zoom level are OK

And when I increase zoom level geoserver returns tiles with ‘code=“InternalError” Rendering process failed’ (for WMS)

When I disable map wrapping in WMS options - errors disappear, all tiles are rendered.

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100121-sha1:a532aba)

Atlassian logo