On Thu, Aug 27, 2015 at 8:46 AM, maven apache
wrote:
> I just updated to 13.7, it have the same issue.
>
> It seems that I can report it.
>
>
Yep... please add everything needed to reproduce (code, data).
The issue definitely does not show up in the normal GeoServer usage (which
uses
the Streamin
When I post the question, it said that the content is out of the
limit(50Kb), so I have to remove some markups.
This is the whole sld:
http://www.opengis.net/sld
StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld";
xmlns:ogc="http://www.ope
Hi,
you should share the whole SLD, I see you have skipped bits of it
Cheers
Andrea
On Thu, Aug 27, 2015 at 1:55 AM, maven apache
wrote:
> I am not sure if that was a bug or it was caused by my mis-using.
>
> If that's a bug, I will report it soon.
>
> On Thu, Aug 27, 2015 at 5:48 AM, Jody Garn
The WMS service I sue for my app is not very good and often is so slow my
app times out.
This is a pain if it happens during a zoom or other operation.
I’d like to simply let my user try to reload the layer if this happens.
What’s the best approach?
I can get the last GetMapRequest and invoke, but
I am not sure if that was a bug or it was caused by my mis-using.
If that's a bug, I will report it soon.
On Thu, Aug 27, 2015 at 5:48 AM, Jody Garnett
wrote:
> That is also really confusing to me! Streaming renderer must be seeing
> the features (or an entry would of been created for them in
That is also really confusing to me! Streaming renderer must be seeing the
features (or an entry would of been created for them in the label cache).
I am not sure why the line symbolizer is skipping over the features. It
looks like your XRoad line (which is drawn in one picture) extends passed
the
Thanks Michael,
We always welcome new contributors (especially for docs I try and keep the
bar for participation low).
One goal we have for code examples is to provide them as actual java
classes, and then we "inline" them into the docs. This allows the code
examples to always be current (and not
Ciao Emmanuel,
you might have to roll your own operation if there isn't one that does
what you need.
You would have to wrap the JAI-Ext Algebra operation using the
OperationJAI hierarchy.
As an example you might want to look at Multiply:
https://github.com/geotools/geotools/blob/master/modules/lib
This is a question I have posted at stackchange(
http://gis.stackexchange.com/questions/159551/label-rendered-with-empty-features-using-geotools),however
it did not own much attention, so I tried to post it here. And I will
update the origin post once it is solved here.
Origin post:
I am using ge