Re: [JPP-Devel] Flash method in zoom plugin

2013-03-11 Thread Asma ouqalli
Hi Michaud, no bornes are point and titre are polygon, here what i did to bornes: public Geometry selectedBornes() { Geometry geometry; geometry = searchBorne().get(getSelectedRowIndex()).getGeometry(); return geometry; } with i'll not have a problem converting to geometry iin the method t

[JPP-Devel] Spatialite reader plugin problem

2013-03-11 Thread Rahkonen Jukka
Hi, I started a new thread about this plugin. We have two plugins for Spatialite. The first is Spatialite DB Query plugin and the second Spatialite Reader plugin. DB Query plugin works. However, it is not really a Spatialite plugin because it does not use any Spatialite extentions. It is a SQL

[JPP-Devel] OJ should try to parse WMS error messages

2013-03-11 Thread Rahkonen Jukka
Hi, Currently OpenJUMP throws a NPE when trying to make a connection with a WMS and if the answer from the server is not what was expected Try this - Add WMS layer, use url http://demo.opengeo.org/geoserver/wms?SERVICE=WFS - Press next - Get NPE It would better to tell user that something abno

Re: [JPP-Devel] OJ should try to parse WMS error messages

2013-03-11 Thread Giuseppe Aruta
Currently none of servers embedded inn Oj seem to work. Should we also upgrade the list? Peppe 2013/3/11 Rahkonen Jukka > Hi, > > Currently OpenJUMP throws a NPE when trying to make a connection with a > WMS and if the answer from the server is not what was expected > Try this > - Add WMS layer,

[JPP-Devel] One more document about Spatialite and Java

2013-03-11 Thread Rahkonen Jukka
Hi, For some reason it is not always so easy to find relevant Spatialite documents from the web so here is a link to one which is handling the use of Spatialite from Java. http://www.gaia-gis.it/spatialite-2.4.0-4/splite-jdbc.html -Jukka- --

Re: [JPP-Devel] Change the color of the selected feature

2013-03-11 Thread Matthias Scholz
Hi Michaël > Hi > > Nice to read you Matthias, > > You're perfectly right about selection styling option. > Your work isn't it ? Yes this was my first OJ contribution... > I pointed to Asma the SelectionStyllingOptionsPanel > as it is where these options are defined, > but I missed to point how to

Re: [JPP-Devel] Change the color of the selected feature

2013-03-11 Thread Matthias Scholz
I can write this to my TODO list ;-) > and don't forget the zooming to selection and outline blinking.. not sure > what kind of users he is targeting at ;) > > ..ede > > On 10.03.2013 12:35, Rahkonen Jukka wrote: >> Hi, >> >> Changing line colour was not enough for Asma, he wanted to change the fi

Re: [JPP-Devel] OJ should try to parse WMS error messages

2013-03-11 Thread edgar . soldin
On 11.03.2013 13:32, Rahkonen Jukka wrote: > Currently OpenJUMP throws a NPE when trying to make a connection with a WMS > and if the answer from the server is not what was expected > Try this > - Add WMS layer, use url http://demo.opengeo.org/geoserver/wms?SERVICE=WFS > - Press next > - Get NPE

Re: [JPP-Devel] OJ should try to parse WMS error messages

2013-03-11 Thread Rahkonen Jukka
edgar.soldin wrote: >On 11.03.2013 13:32, Rahkonen Jukka wrote: >> Currently OpenJUMP throws a NPE when trying to make a connection with a WMS >> and if the answer from the server is not what was expected >> Try this >> - Add WMS layer, use url http://demo.opengeo.org/geoserver/wms?SERVICE=WFS >>

Re: [JPP-Devel] Spatialite reader plugin problem

2013-03-11 Thread Michaël Michaud
Hi Jukka, I had a look on both plugins source code. I could not see anything obvious, they seem to parse spatialite geometries about the same way. SQLite store geometries in a blob including ewkb + a few extra information. EWKB part is parsed by JTS in both cases. I must have a deeper look. Al

Re: [JPP-Devel] Spatialite reader plugin problem

2013-03-11 Thread Rahkonen Jukka
Michaël Michaud wrote: > Hi Jukka, > I had a look on both plugins source code. > I could not see anything obvious, they seem to parse spatialite geometries > about the same way. > SQLite store geometries in a blob including ewkb + a few extra information. > EWKB part is parsed by JTS in both ca