[Geoserver-users] Labels not showing at all

I have an SLD I am using for GeoServer 2.6.0.
The sld is here:
http://pastebin.com/QHDLj90N
No matter what I do, I cannot get the labels to appear correctly.
When I view the layer on the Layer preview I get labels at that immediate
zoom level (1st image)

When I zoom in any more, all labels disappear (2nd image)

When I add the layer to OpenLayers 3, I get no labels no matter what level I
am zoomed.
<http://osgeo-org.1560.x6.nabble.com/file/n5179059/eqLabels.png&gt;
<http://osgeo-org.1560.x6.nabble.com/file/n5179059/eqNoLabels.png&gt;

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Labels-not-showing-at-all-tp5179059.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

I solved this issue. The problem was my db view was still using geometry type
of GeometryCollection. I changed the geometry type to MultiPoint and now my
labels are behaving.

ST_CollectionExtract(geom,1)::geometry(MultiPoint, 4326) as geom

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Labels-not-showing-at-all-tp5179059p5179066.html
Sent from the GeoServer - User mailing list archive at Nabble.com.