[...]
> Merged. Btw, if you want, you have direct commit rights too
Thanks a lot Andrea.
Cheers,
Andrea
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common
On Fri, Feb 7, 2014 at 8:14 AM, andrea antonello wrote:
> Hi Bastian,
> it makes sense, I just created a pull request for this.
> https://github.com/geotools/geotools/pull/359
Merged. Btw, if you want, you have direct commit rights too
Cheers
Andrea
--
== Our support, Your Success! Visit htt
Hi Bastian,
it makes sense, I just created a pull request for this.
https://github.com/geotools/geotools/pull/359
Cheers,
Andrea
On Thu, Feb 6, 2014 at 3:21 PM, bastian winzen wrote:
> Hi there,
> would it be possible to change the constructor of
> org.geotools.swt.event.MapMouseEvent
>
> p
Title: Message Title
Justin Deoliveira created an issue
Title: Message Title
Daniele Romagnoli reopened an issue
Hi there,
would it be possible to change the constructor of org.geotools.swt.event.MapMouseEvent
public MapMouseEvent( SwtMapPane pane, MouseEvent event, boolean isWheel ) {
this.event = event;
isWheelEvent = isWheel;
if (!isWheel) {
wheelAmount = 0;
Hi,
I am using geotools 10.4 en I am trying to encode a FES filter to XML.
(I never had any problems with v1.1 OGC Filters). For example: encoding
a PropertyIsLike filter results in (ValueReference and Literal are missong):
http://www.opengis.net/fes/2.0";
xmlns:gml="http://www.opengis.net/gml