Re: [JPP-Devel] OpenJUMP 2.1 released

2022-08-07 Thread Stefan Steiniger via Jump-pilot-devel
Congrats to all who have been working on it!!! :)

On Sun, Aug 7, 2022 at 9:29 AM Giuseppe Aruta 
wrote:

> Thank Ede!
>
> Il ven 5 ago 2022, 22:18  ha scritto:
>
>> without further ado, we released a new OpenJUMP versioned 2.1 with some
>> fixes and upgrades. notably you may want try the new GDAL-driver for
>> windows to enable more image formats, especially JPEG2000. find the changes
>> listed below, on the download page
>> https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.1/ and of
>> course in the distro's Changes.txt.
>>
>> sunny regards.. ede
>>
>>
>> Changes in OpenJUMP Version 2.1 release rev.5126[8c611f4] (released on
>> 01. August 2022)
>>
>> New Features
>>- prj file for shapefile: use the string from http://epsg.io when
>> possible
>>
>> Improvements
>>- upgrade JTS to 1.19 and postgresql driver to 42.4
>>- upgrade postgres jdbc to latest
>>- upgrade Xerces to latest
>>- NoderPlugIn, preserve first point of linear rings where nodes are
>> added
>>- upgrade imageio-ext to 1.4.5, gdal to 3.5.0
>>  updated windows GDAL driver available on
>>
>> https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/GDAL-win-x86x64-3.5.0stable-20220620.zip
>>
>> Bug Fixes (tickets on either
>>https://sourceforge.net/p/jump-pilot/bugs/ or
>>https://github.com/openjump-gis/openjump/issues )
>>- Fix z interpolation in NoderPlugIn
>>- fix #52 "Geometry converter turns valid polygons into invalid ones"
>>- fix "panning with shortcuts (Ctrl+Cursor keys)" died with error stack
>>- issue #55: java17+ jaxb related stack trace during start
>>
>>
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-- 
No sienta la obligación de contestar este mail fuera de horario laboral.
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] mirror on Gitlab

2022-04-20 Thread Stefan Steiniger via Jump-pilot-devel
nice Ede! Have fun too and stay safe too. Got my 4th vaccine shot today
(Moderna).

cheers from Santiago (yes, still there).
stefan

On Wed, Apr 20, 2022 at 11:11 AM  wrote:

> just because (you never know;)), i set up a git mirror on Gitlab of the
> Openjump repo
>   https://gitlab.com/openjump-gis/openjump
>
> will document it later in the README. have fun, stay safe ..ede
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-- 
No sienta la obligación de contestar este mail fuera de horario laboral.
Dirección de Personas UC

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ2 virtually on debian cinnamon arm64(!)

2022-02-25 Thread Stefan Steiniger via Jump-pilot-devel
ahhh... good to hear ede that your are doing well despite Covid!

thanks for testing with Arm (considering the OSGeoLive threads...)!
cheers from the (still) summer in Santiago,
Stefan


On Thu, Feb 24, 2022 at 8:17 PM  wrote:

> hey All,
>
> because i was playin around with arm emulation on x86 platforms i wanted
> to share these snaps ;=)
>
> ..positively ede
>
> ps. indeed i was tested positive (rapid,pcr), but maybe because or just
> with the vaccinations it turned out to be a very mild
> flu___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] How to avoid non-noded intersection error in Overlay?

2021-05-18 Thread Stefan Steiniger via Jump-pilot-devel
Hi Jukka,

I guess the lines are almost parallel of you zoom in : or parallel for the
observer - but indeed are not. They could also be a duplicate. So, the
option would be to change precision of evaluation, I believe or delete one
or separate them? At least manual intervention seems necessary.

Perhaps not so useful but usually this was the case in the past :)

Cheers,
Stefan

On Tue., May 18, 2021, 13:13 Rahkonen Jukka (MML), <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
>
>
> I tried to run the Overlay function for this heavy dataset
> https://we.tl/t-gshlI4TbCU
>
> Both layers seem to have no topology errors but the Overlay function fails
> with an error
>
>
>
> org.locationtech.jts.geom.TopologyException: found non-noded intersection
> between LINESTRING ( 95.49610823093388 4.949137070569244, 95.49623518653348
> 4.948912456969601 ) and LINESTRING ( 95.4962351860291 4.948912457861983,
> 95.49623518653348 4.948912456969593 ) [ (95.49623518627793,
> 4.948912457421728, NaN) ]
>
>   at
> org.locationtech.jts.noding.FastNodingValidator.checkValid(FastNodingValidator.java:140)
>
>   at
> org.locationtech.jts.geomgraph.EdgeNodingValidator.checkValid(EdgeNodingValidator.java:81)
>
>   at
> org.locationtech.jts.geomgraph.EdgeNodingValidator.checkValid(EdgeNodingValidator.java:46)
>
>   at
> org.locationtech.jts.operation.overlay.OverlayOp.computeOverlay(OverlayOp.java:231)
>
>   at
> org.locationtech.jts.operation.overlay.OverlayOp.getResultGeometry(OverlayOp.java:183)
>
>   at
> org.locationtech.jts.operation.overlay.OverlayOp.overlayOp(OverlayOp.java:86)
>
>   at
> org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp.getResultGeometry(SnapIfNeededOverlayOp.java:75)
>
>   at
> org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp.overlayOp(SnapIfNeededOverlayOp.java:37)
>
>   at
> org.locationtech.jts.geom.GeometryOverlay.overlay(GeometryOverlay.java:76)
>
>   at
> org.locationtech.jts.geom.GeometryOverlay.union(GeometryOverlay.java:157)
>
>   at
> org.locationtech.jts.geom.Geometry.union(Geometry.java:1367)
>
>   at
> org.openjump.core.geomutils.algorithm.IntersectGeometries.nodeLines(IntersectGeometries.java:478)
>
>   at
> org.openjump.core.ui.plugin.tools.IntersectPolygonLayersPlugIn.runIntersectionNew(IntersectPolygonLayersPlugIn.java:205)
>
>   at
> org.openjump.core.ui.plugin.tools.IntersectPolygonLayersPlugIn.run(IntersectPolygonLayersPlugIn.java:127)
>
>   at
> com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:151)
>
>
>
> What does this error mean, in which part of the operation it happens, and
> is there any way to get over it? I also tried a GDAL/GEOS based utility but
> it fails with similar error “TopologyException: found non-noded
> intersection between LINESTRING (104.098 0.627591, 104.098 0.627447) and
> LINESTRING (104.098 0.627484, 104.098 0.627447) at 104.09781931770398
> 0.62748351910904443".
>
>
>
> -Jukka Rahkonen-
>
>
>
>
>
>
>
>
>
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Do we have a tool "create a linestring from ordered set of points"?

2020-01-10 Thread Stefan Steiniger via Jump-pilot-devel
Hi Jukka,

the HomeRange Analysis toolbox /extension has something similar to load GPS
tracks [1]. But I don't know of any functionality directly within OJ.

cheers,
stefan

[1] https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/horae/

On Tue, Jan 7, 2020 at 6:21 PM Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
>
>
> I can do what I want in PostGIS with
> https://postgis.net/docs/ST_MakeLine.html but that is an extra step for
> my purpose that is to check if points are ordered correctly and if there
> are outliers. Natural order by feature ID would be enough for my immediate
> use case but a more universal tool could offer an option to sort point set
> by a selected attribute, that quite often is something related to time.
>
>
>
> -Jukka Rahkonen-
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ starts with openjdk14

2019-10-08 Thread Stefan Steiniger via Jump-pilot-devel
Nice!

:)

On Mon., Oct. 7, 2019, 14:17 ,  wrote:

> hey All,
>
> out of interest i tried starting the current release with the latest
> openjdk-14-ea+17_windows-x64 . it started up fine and didn't throw any
> exceptions. didn't try to anything more though.
>
> just fyi.. ede
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: OSGeoLive 13.0 - which version of jts should be installed?

2019-04-30 Thread Stefan Steiniger
Please see below ;)

⁣Sent from BlueMail ​

On Apr 30, 2019, 05:01, at 05:01, astroi...@gmail.com wrote:
>Hi Landon, Stefan, Martin,
>
>The OSGeoLive 13.0 build cycle has started and we already have a build.
>
>Please download alpha1 version and check your application/data [1]
>http://aiolos.survey.ntua.gr/gisvm/13.0/osgeolive-13.0alpha1-amd64.iso
>(3.8
>GB)
>http://osprey.ucdavis.edu/downloads/osgeo/gisvm/gisvm/13.0/osgeolive-13.0alpha1-amd64.iso
>
>(3.8
>GB)
>
>Many projects have already updated their software and are included in
>alpha1. Thank you.
>
>You can find a list of software versions at:
>
>https://github.com/OSGeo/OSGeoLive/blob/master/CHANGES.txt
>
>If your project jts is not available yet, please provide it by 25 June
>2019.
>
>* please change your installer at Github [2] or provide a package.
>
>Key Milestones - see schedule [4]
>25-June-2019 OSGeoLive Feature Freeze (final application versions
>installed)
>09-Jul-2019 English Project Overviews & Quickstarts complete (commit
>your
>changes on github)
>   Note: our documentation translation has moved to Transifex [3]
>16-Jul-2019 OSGeoLive RC stage (documentation release)
>23-Jul-2019 Translations complete (translations are done in Transifex)
>[3]
>30-Jul-2019 OSGeoLive Final ISO
>26-Aug-2019 FOSS4G 2019 Bucharest, Romania [5]
>
>Any questions, please ask on the OSGeoLive mailing list [6]  or  meet
>the
>osgeolive team on irc #osgeolive or contact me directly.
>
>Warm regards,
>
>Astrid Emde and the OSGeoLive Team
>
>[1]
>http://aiolos.survey.ntua.gr/gisvm/13.0/osgeolive-13.0alpha1-amd64.iso
>
>(3.8 GB)
>
>http://osprey.ucdavis.edu/downloads/osgeo/gisvm/gisvm/13.0/osgeolive-13.0alpha1-amd64.iso
>[2] https://trac.osgeo.org/osgeolive/wiki/Source_code
>[3] https://wiki.osgeo.org/wiki/OSGeoLive#Translate
>[4] https://trac.osgeo.org/osgeolive/wiki/Release%20Schedule
>[5] http://2019.foss4g.org/
>[6] https://live.osgeo.org/en/contact.html
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP 1.14.1 released

2019-03-06 Thread Stefan Steiniger
Congrats! :)

On Wed, Mar 6, 2019, 12:59 Giuseppe Aruta,  wrote:

> ;-)
>
> Il mar 5 mar 2019, 17:03  ha scritto:
>
>> hey Jumpers,
>>
>> quick and painless a maintenance release fixing two significant bugs
>>  https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.14.1
>>
>> enjoy ..ede
>>
>>
>> Version 1.14.1 release rev.6147 (released on 04. March 2019)
>>
>>   Improvements
>>   * Add an option to connect to a WMS with invalid certificate
>>   * speedup loading GeoPackage datasets w/ date/time columns utilizing
>> flex feature's lazy conversion
>>   * added format to FlexibleDateParser for dates containing
>> ISO 8601 time zone "-08; -0800; -08:00" eg. "2019/02/17
>> 22:44:35.325+02"
>>   * Added calculus of number of classes on DEM statistics plugin
>>
>>   Bug Fixes
>>   * Corrected typo in SpatialiteDSMetadata datasetInfoQuery string
>> preventing
>> spatial tables to be listed
>>   * Corrected another bug preventing some Spatialite tables to be loaded.
>>   * bugfix "NPE with adding data into the second project with OJ"
>>
>>   PLUS
>>   * PLUS upgrade KML extension
>> - 0.2.5 (2019-02-17) also read  if no  exists
>>   * bugfix #485 "Cannot import kml", removed currently obsolete
>> conversion to
>> FlexibleFeatureSchema
>>   * OpenKLEM Plugin: Corrected a list of bug and made some
>> implementations:
>> 1) Reduced hydro table to 2500 cells for OpenKLEM output tab (speedup
>> time)
>> 2) added monitoring to mostly all processes
>> 3) workaround to avoid 'gost' list of raster layers (partially solved)
>> 4) workaround to solve border false values on the borders for aspect
>> and
>>slope rasters
>> 5) added file type to exported raster plugin
>>
>>
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] [jump-pilot:bugs] #484 WMS Authentification fails

2019-02-25 Thread Stefan Steiniger
Hi Michael,

Sounds like you fixed it already, but in any case:
http://datos.cedeus.cl/geoserver/wms/

Cheers,
Stefan


On Mon, Feb 25, 2019, 05:20 Michaël Michaud, 
wrote:

> Hi Stefan,
>
> Hey nice website !
>
> I could not find a way to get WMS addresses from your site, but I found
> one ssl wms in the default addresses we have in OpenJUMP.
>
> It does not work if I set the trust option to false back just "after"
> returning the new URLConnection. I modified the code right now and it works
> if I set the defaut trust option to untrust just "before" a new connection.
> The drawback is that it is set to trust all the time between two
> connections, so that if someone use a HttpsURLConnection without using the
> URLConnectionProvider, he is in trust mode.
>
> Michaël
> Le 23/02/2019 à 16:56, Stefan Steiniger a écrit :
>
> Hi Michael,
>
> As you said you may need another uncertified url  to test: you can try
> with GeoNode demo, or my GeoNode instance: http://datos.cedeus.cl (both
> with GeoServer backend)
> Cheers,
> Stefan
>
> On Sat, Feb 23, 2019, 08:36 Michaël Michaud, 
> wrote:
>
>> Ede,
>>
>> I moved the URLConnection strategy into a separate class. It will be
>> easier to share if another service (WFS?) needs it.
>>
>> I also added the persistance mechanism with PersistantBlackboard.
>>
>> I tried to set the authorization on a per URL basis rather than
>> globally. In fact, I still use the setDefaultSSLSocketFactory, but I set
>> it back to default after each URLConnection creation. Not sure it works.
>> I don't know how to test it without a second uncertified URL.
>>
>> Let me know if you think about a better strategy.
>>
>> Michaël
>>
>> Le 21/02/2019 à 10:41, edgar.sol...@web.de a écrit :
>> > On 21.02.2019 08:39, michael michaud wrote:
>> >> OK, I started the change. I added a dialog in WMService to make it
>> possible to accept or reject the connection to an url with uncertified
>> authority.
>> >> The main problem was to not break project loading when the project
>> contains such WMSLayers. You already get the infinite loop problem I
>> encountered (you let a comment in WMService in 2016-01). Hopefully, the
>> problem is now fixed in OpenProjectWizard).
>> >> I did not tried to persist URLs accepted by the user. It can be done
>> later (not very urgent as the dialog is opened only once during a session
>> for the same URL connection).
>> > ok, had a look at your addition.
>> >
>> > 1.
>> > firstly, you add new thrown exceptions all over the place. this changes
>> the methods signatures (bad). try to wrap it into the existing exception
>> definition like "new IOException(e);"
>> >
>> > 2.
>> >private void setTrustOption(boolean trust, URL url)
>> >throws KeyManagementException, NoSuchAlgorithmException {
>> >  SSLContext sc = SSLContext.getInstance("SSL");
>> >  if (trust || trustedURLs.contains(url)) {
>> >sc.init(null, new TrustManager[]{trm}, null);
>> >trustedURLs.add(url);
>> >  } else {
>> >sc.init(null, null, null);
>> >  }
>> >
>> HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
>> >}
>> >
>> > sets the global SSLContext, for _all_ connections via
>> HttpsURLConnection thereafter. this means all connections after a one time
>> OK in your dialog will not check the cert anymore.
>> >
>> > this definitely must be limited to _only_ affect new WMS connections.
>> >
>> > 3.
>> > we should add CertificateException which signals a generally wrong
>> cert. eg. different host name in cert
>> >
>> > 4.
>> > i'll have a look at the dialog phrasing. it currently just spits out
>> "UnverifiedCertificate". let me think of a proper error description.
>> >
>> > so far ..ede
>> >
>> >
>> > ___
>> > Jump-pilot-devel mailing list
>> > Jump-pilot-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> >
>>
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>
>
> ___
> Jump-pilot-devel mailing 
> listJump-pilot-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] [jump-pilot:bugs] #484 WMS Authentification fails

2019-02-23 Thread Stefan Steiniger
Hi Michael,

As you said you may need another uncertified url  to test: you can try with
GeoNode demo, or my GeoNode instance: http://datos.cedeus.cl (both with
GeoServer backend)
Cheers,
Stefan

On Sat, Feb 23, 2019, 08:36 Michaël Michaud, 
wrote:

> Ede,
>
> I moved the URLConnection strategy into a separate class. It will be
> easier to share if another service (WFS?) needs it.
>
> I also added the persistance mechanism with PersistantBlackboard.
>
> I tried to set the authorization on a per URL basis rather than
> globally. In fact, I still use the setDefaultSSLSocketFactory, but I set
> it back to default after each URLConnection creation. Not sure it works.
> I don't know how to test it without a second uncertified URL.
>
> Let me know if you think about a better strategy.
>
> Michaël
>
> Le 21/02/2019 à 10:41, edgar.sol...@web.de a écrit :
> > On 21.02.2019 08:39, michael michaud wrote:
> >> OK, I started the change. I added a dialog in WMService to make it
> possible to accept or reject the connection to an url with uncertified
> authority.
> >> The main problem was to not break project loading when the project
> contains such WMSLayers. You already get the infinite loop problem I
> encountered (you let a comment in WMService in 2016-01). Hopefully, the
> problem is now fixed in OpenProjectWizard).
> >> I did not tried to persist URLs accepted by the user. It can be done
> later (not very urgent as the dialog is opened only once during a session
> for the same URL connection).
> > ok, had a look at your addition.
> >
> > 1.
> > firstly, you add new thrown exceptions all over the place. this changes
> the methods signatures (bad). try to wrap it into the existing exception
> definition like "new IOException(e);"
> >
> > 2.
> >private void setTrustOption(boolean trust, URL url)
> >throws KeyManagementException, NoSuchAlgorithmException {
> >  SSLContext sc = SSLContext.getInstance("SSL");
> >  if (trust || trustedURLs.contains(url)) {
> >sc.init(null, new TrustManager[]{trm}, null);
> >trustedURLs.add(url);
> >  } else {
> >sc.init(null, null, null);
> >  }
> >
> HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
> >}
> >
> > sets the global SSLContext, for _all_ connections via HttpsURLConnection
> thereafter. this means all connections after a one time OK in your dialog
> will not check the cert anymore.
> >
> > this definitely must be limited to _only_ affect new WMS connections.
> >
> > 3.
> > we should add CertificateException which signals a generally wrong cert.
> eg. different host name in cert
> >
> > 4.
> > i'll have a look at the dialog phrasing. it currently just spits out
> "UnverifiedCertificate". let me think of a proper error description.
> >
> > so far ..ede
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN: [6134] core/trunk/src

2019-02-22 Thread Stefan Steiniger
Uhm... a service may be backward compatible and can therefore support
different request versions? - just guessing ;)

On Fri, Feb 22, 2019, 10:42 Michaël Michaud, 
wrote:

> Ede,
>
> This value is not used. WMSRequest version is initialized from WMService
> version. Not sure why version is an attribute of both WMService and
> WMSRequest.
>
> I just was adviced from my IDE. Let me have a deeper look. I subclass
> could use the previous default value if it does not use super() in
> constructor, but I can't see any reason to encourage it...
>
> Michaël
>
> Le 22/02/2019 à 11:08, edgar.sol...@web.de a écrit :
> > hey Mike,
> >
> > can you tell me why you removed the default value for 'version' below?
> ..ede
> >
> > On 22.02.2019 08:35, jump-pilot-svn--- via Jump-pilot-devel wrote:
> >> Modified: core/trunk/src/com/vividsolutions/wms/AbstractWMSRequest.java
> >> ===
> >> --- core/trunk/src/com/vividsolutions/wms/AbstractWMSRequest.java
> 2019-02-21 07:21:47 UTC (rev 6133)
> >> +++ core/trunk/src/com/vividsolutions/wms/AbstractWMSRequest.java
> 2019-02-22 07:35:16 UTC (rev 6134)
> > SNIP
> >> @@ -25,12 +21,11 @@
> >>   import com.vividsolutions.jump.util.FileUtil;
> >>   import com.vividsolutions.jump.workbench.Logger;
> >>   import
> com.vividsolutions.jump.workbench.ui.network.ProxySettingsOptionsPanel;
> >> -import
> com.vividsolutions.jump.workbench.ui.plugin.PersistentBlackboardPlugIn;
> >>
> >>   abstract public class AbstractWMSRequest implements WMSRequest {
> >>
> >> protected WMService service;
> >> -  protected String version = WMService.WMS_1_1_1;
> >> +  protected String version;
> >> protected HttpURLConnection con = null;
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Metric distances for lat long coordinates

2019-02-19 Thread Stefan Steiniger
Hi,

Sounds useful to me. But i am not sure its so easy given that the length of
a degree is changing, but there may be some formulas out there (even web
pages) that calculate great circle distances ... mhm... i think somewhere i
even used such, once.

Cheers,
Stefan

On Tue, Feb 19, 2019, 15:49 Nicolas Ribot  Hi,
>
> I was thinking about adding an option when measuring distance, to compute
> distance in meters (or km) if map units are latitude/longitude.
>
> For instance, here: a distance measure along a 1 degree segment:
>
> [image: Screenshot 2019-02-19 at 19.45.41.png]
>
> Option in Measurement would allow to activate this feature and choose
> between m and km (other units too ?)
>
> Do you think this feature would be useful ?
>
> Cheers
> Nicolas
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN: [6069] core/trunk/etc/readme.txt

2019-01-01 Thread Stefan Steiniger
Hehe... agreed Ede :)
A matter of finding time, though! But still reading most of the emails. If
i will have grown up kids and less people to manage, i hopefully return to
be more active and not just advocating ;)

Cheers,
Stefan

On Tue, Jan 1, 2019, 15:00  we could start a "retired OJ project members" section?
>
> moving him out of 'continous devs' generally makes sense as he's not
> active and is not planning to contribute again currently.
>
> ..ede
>
>
> On 1/1/2019 6:52 PM, Giuseppe Aruta wrote:
> > moving Stefano who is one of the "founding father" of Openjump
> project sounds strange for me...
> >
> > Il mar 1 gen 2019, 18:42 jump-pilot-svn--- via Jump-pilot-devel <
> jump-pilot-devel@lists.sourceforge.net  jump-pilot-devel@lists.sourceforge.net>> ha scritto:
> >
> > Revision: 6069
> >   http://sourceforge.net/p/jump-pilot/code/6069
> > Author:   edso
> > Date: 2019-01-01 17:42:42 + (Tue, 01 Jan 2019)
> > Log Message:
> > ---
> > move S.Steiniger to past contributors as he is not active since some
> years
> >
> > Modified Paths:
> > --
> > core/trunk/etc/readme.txt
> >
> > Modified: core/trunk/etc/readme.txt
> > ===
> > --- core/trunk/etc/readme.txt   2019-01-01 01:15:52 UTC (rev 6068)
> > +++ core/trunk/etc/readme.txt   2019-01-01 17:42:42 UTC (rev 6069)
> > @@ -322,7 +322,6 @@
> >Jukka Rahkonen
> >Micha\xEBl Michaud
> >Nicolas Ribot
> > -  Stefan Steiniger
> >
> >  Past contributors (in alphabetical order):
> >Alberto de Luca (geomaticaeambiente.it <
> http://geomaticaeambiente.it>)
> > @@ -353,6 +352,7 @@
> >Paul Austin
> >Pedro Doria Meunier
> >Sascha Teichmann (intevation.de <http://intevation.de>)
> > +  Stefan Steiniger
> >Stephan Holl
> >Steve Tanner
> >Ugo Taddei
> >
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net  Jump-pilot-devel@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> >
> >
> >
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Happy new year 2019

2018-12-31 Thread Stefan Steiniger
Well, here we still miss half an hour. Nevertheless happy 2019 to the OJ
Kangaroo family :)

Cheers!
Stefan from Santiago de Chile

On Mon, Dec 31, 2018, 20:40 Giuseppe Aruta  See object... ;-)
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] nothing important

2018-10-31 Thread Stefan Steiniger
:)
... did indeed brighten my (halloween) evening
stefan

On Wed, Oct 31, 2018 at 7:13 PM  wrote:

> just a cat on a catwalk
>   https://www.kraftfuttermischwerk.de/blogg/cat-on-a-catwalk/
>
> no more, no less, just to brighten everyone's day .. ede:)
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: [Java-collab] java code sprint planning

2018-08-18 Thread Stefan Steiniger

FYI

I read the wiki page and was surprised...I didn't know that java 11 will 
be quite different and GeoTools (and JTS) will need changes.


cheers,
Stefan

 Forwarded Message 
Subject:[Java-collab] java code sprint planning
Date:   Fri, 17 Aug 2018 15:17:21 -0700
From:   Jody Garnett 
To: list 



Starting to put together a focused java code sprint, focused on updating 
our open source projects for Java 11 environments: 
https://wiki.osgeo.org/wiki/Java_2018_Code_Sprint


If you or your project are interested in taking part please speak up!

It is quite a challenge to migrate to the new module system, and some of 
the options to turn it off are being taken away in Java 11. I would be 
interested in hearing about everyone's migration plans and/or experience :)

--
Jody Garnett
___
Java-collab mailing list
java-col...@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/java-collab--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Methods to calculate Frequency in OJ?

2018-05-21 Thread Stefan Steiniger

Hi Peppe,

not that I know of... I was thinking there could be something related to 
colors theming - but I don't think so with respect to the type you want 
i even doubt that jmath has. I used only "counts" (like for histograms); 
which is a bit different - or? But you could also check if Sextante has 
something?


For OJ source code you could just run a text search using "frequency"

cheers,

Stefan


On 5/21/18 17:44, Michaël Michaud wrote:


Hi Peppe,

I think that OpenJUMP plugins including statistical functions make use 
of jmatharray-20070905. It does not include so many functions, but it 
is very lightweight.

Maybe Stefan knows a bit more about it.

Maybe there are some other places where statistical functions have 
been coded. Do cou need it for feature attribute analysis or for image 
analysis ?


Michaël

Le 21/05/2018 à 20:03, Giuseppe Aruta a écrit :

Hi all,
do we have calsses/methods in OJ core to calculate frequencies 
(absolute, relative and cumulative) of an array of numbers? I can 
implement these methods but I would prefer to use something already 
in the OJ source.

thanks
Peppe


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJump 1.14 roadmap planning - jts 1.15 upgrade?

2018-05-14 Thread Stefan Steiniger

Hi Jody,

as far as I understood Ede and Michaël have looked into creating a 
wrapper to accommodate for the package name changes without breaking 
stuff; but they better tell you in person (so I cc to the JPP dev list). 
I guess any help is appreciated here from OpenJUMP side!


(btw. my personal status is now also only to be a "listener")

cheers,
Stefan

On 5/13/18 02:51, Jody Garnett wrote:
The package names changed. There are upgrade 
 instructions 
with the sed command to run.


* https://github.com/locationtech/jts/releases/tag/jts-1.15.0

I am also interested in the your experience bring Java 10 ready, I am 
a bit intimidated on the use of "jigsaw" module system.
On Sat, May 12, 2018 at 1:05 PM Landon Blake 
> 
wrote:


Hi Jody. I'm not involved much in OpenJUMP development anymore,
but I see you haven't got a response from the team yet.

Are there any major breaking changes in JTS 1.15 we would need to
worry about? If not, I can try to get a build of OpenJUMP working
with JTS 1.15 next week.

Landon
ᐧ

On Fri, May 11, 2018 at 4:13 PM, Jody Garnett
> wrote:

Congrats on your recent OpenJUMP 1.13 release :)

I noticed you are still using JTS 1.14, we are planning the
JTS roadmap and would like to ask if you would consider
upgrading at this time?

At the FOSS4GNA code sprint we are helping projects upgrade to
JTS 1.15 and are in position to issue a dot release if there
are any regressions you need to address.
--
Jody Garnett




-- 
Landon

"Homemade cookies. Mmm!"

Web: www.landonblake.com 

LinkedIn: https://www.linkedin.com/in/landonblake

Google+: https://plus.google.com/u/0/+LandonBlake

Facebook: https://www.facebook.com/ScottLandonBlake


Pinterest: https://www.pinterest.com/landon_blake/



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: OSGeoLive 12.0 - which version of openjump should be installed?

2018-04-07 Thread Stefan Steiniger

FYI,

but Edgar should have received it too..

cheers,

stefan



 Forwarded Message 
Subject:OSGeoLive 12.0 - which version of openjump should be installed?
Date:   Fri, 06 Apr 2018 19:54:30 +
From:   astroi...@gmail.com
To: 	Stefan Steiniger <sst...@geo.uzh.ch>, Landon Blake 
<sunburned.surve...@gmail.com>, Edgar Soldin <edgar.sol...@web.de>

CC: Astrid Emde <astrid_e...@osgeo.org>



Hi Stefan, Landon, Edgar,

we have started our build cycle for OSGeoLive 12.0, due to be released at 
August 6th 2018, in time for FOSS4G 2018 at the end of August in Dar Es Salaam.

We are interested to know which version of openjump should be installed on 
OSGeoLive 12.0?

Version 1.11.0 was installed on OSGeoLive 11.0.

* Note that we will use Ubuntu 18.04 Bionic (to be released end of April 2018)
* Note that our installer feature freeze is 4 June 2018.
* Note also that we have switched to git ;) - details here [2]


Documentation
* Note: our documentation translation moved to Transifex [3]
* 16-Jul-2018 English Project Overviews & Quickstarts complete
* 23-Jul-2018 Translations complete


Please give feedback till May 7th 2018 and add the version to the full package 
status sheet:
* 
https://docs.google.com/spreadsheets/d/1Q5BaEgQtgw4O1bXyeWMlM8XtAOhUgcjZ7Y2O0FZc2H0/edit?hl=en_GB#gid=2014800150


Key Milestones
7-May-2018 Decide versions of applications to be installed on OSGeoLive
2-Jul-2018 OSGeo-Live Feature Freeze (final application versions installed)
30-Jul-2018 OSGeoLive RC stage (documentation release)
6-Aug-2018 OSGeoLive Final ISO
27-Aug-2018 FOSS4G 2018 Dar Es Salaam, Tansania http://2018.foss4g.org/


Any questions, please ask on the OSGeoLive mailing list [4] or contact me 
directly.

Warm regards,

Astrid Emde

from the OSGeoLive Team

[1] https://wiki.osgeo.org/wiki/OSGeoLive#Schedule
[2] https://wiki.osgeo.org/wiki/OSGeoLive#Source_code
[3] https://wiki.osgeo.org/wiki/OSGeoLive#Translate
[4] https://wiki.osgeo.org/wiki/OSGeoLive#Contact_Us

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP next version

2018-03-11 Thread Stefan Steiniger

With respect to the branching issue...

It may be a silly idea, but how about migrating to and importing to 
github - as a solution?


The last stable version will then be on SVN and work with the new JTS 
will be on Github. So the SVN version is always intact/a back-up for 
later on.


But of course, I have no idea what you actually think about Github...

cheers,
stefan

PS: ede, i managed to download the new OJ version, but I did not even 
manage to install/open the zip due to a lack of time (I have to hand in 
my 3-year advancements research project report by next week ). So no 
promises at all.


On 3/11/18 13:20, edgar.sol...@web.de wrote:

On 3/11/2018 17:14, Michaël Michaud wrote:

Hi,

Le 11/03/2018 à 13:36, edgar.sol...@web.de a écrit :

hey Mike,

On 3/11/2018 8:21, Michaël Michaud wrote:

Hi Jumpers,

One of the next big step will be to migrate to jts 1.15

let's do those as usual in trunk

OK, we just need to anticipate consequences as we'll probably not have the 
capacity to upgrade all extensions.

and java 1.8.

same here, currently i see no incompatibilities. what changes do you propose 
exactly?

Just wanted to make sure that everybody is ok to switch to java 1.8. There is 
no migration problem

then let's just see if major issues pop up w/ OJ 1.12 in let's say 30 days, we 
can declare trunk java8+ .


and the question is not related to the jts1.5 switch.


Migrating to jts 1.15 will probably break a lot of plugins. How do you think we 
should manage this migration ?

preferably with a compatibility layer, eg. two classloaders, one w/ old, one 
new jts. or standin JTS classes in OJ core, that fix incompatibilities on a one 
by one basis.

Can you elaborate about how using two classloaders can help us ?
I think that as soon as the new Geometry class will be used in Feature's, every 
plugin importing a Geometry from the old vividsolutions package will have to be 
changed (including extensions...) .

could you point to docs describing the changes or explain the incompatibility 
between the two Geometry classes a bit more detailed?


I think we can start this migration on the trunk, and if something need o be 
fixed on OpenJUMP 1.12, fix it on 1.12 tag.

yeah, no ;). tags are immutable.

Ah, ok.

Or should we make another branch for important fixes on 1.12 ?

we would actually need a branch for this, which i don't like because of the 
management overhead.

let's talk about it some more, before we settle on a decision.

main points for me are
- what possibly breaks w/ new JTS (Mike?)

As stated before, new jts version use a new package name. So I think everything 
will be broken as soon as we'll use the new Geometry.
I think we can migrate most plugins of OpenJUMP CORE, but migrating all 
extensions is a lot of work and there is a major risk that we never finish.
As I cannot see a simple mechanism to keep everything working while migrating 
to the new JTS, I think that having a stable branch that we can patch until we 
have a new working OJ version would be reassuring. Also I admit that we don't 
really have the capacity to maintain two branches.

- are there drawbacks to declare OJ Core java8+ compatible instantly (i see 
none)

No, switching to java8+ is not a problem. We can switch it in maven from now on.

as said, let's wait if we have to do a OJ 1.12 (officially java7+ still) patch 
soonish.

actually i'd say switching in the middle of the year would suffice unless you 
are planning to use java8+ features already?

..ede

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP 1.12 released

2018-03-05 Thread Stefan Steiniger

congrats to all involved - and cheers from the outgoing summer! :)


On 3/5/18 04:42, Michaël Michaud wrote:

Hurrah,

Thanks a lot Ede ;-)

Michaël


Le 04/03/2018 à 17:15, edgar.sol...@web.de a écrit :

Tally ho,

a fresh kangaroo was released into the wilderness
https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.12

find the list of changes below.

regards from the cold ..ede

PS: note that sf.net seems to have reliability issues since migrating 
to a new data center. if you experience time outs or pages not found 
errors, give them some time and try again later.



Version 1.12 release rev.5704 (released on 04. March 2018)

   Highlights
   * OJ should be generally java 9 ready now
   * enhanced SRID support
   * network timeouts are now configurable in settings
   * several new plugins (see below)

   New Features
   * Added TaskProperty plugin to read and modify project properties
   * New Network Properties options: connection and read timeouts are 
now

 configurable in the Network Properties options' tab.
 These timeout values are also applied to WMS and WFS Web Services
 connections
   * Added Synchronize windows zoom (only) tool
   * Integration of Coordinate Transformation PlugIn in OpenJUMP core
   * Add ShowCenterView plugin: it shows a red crosshair in the 
center of
 the view. See Feature request #201 "Add crosshair to 
synchronized projects"

   * Add a Arcgis-like remodeler tool in editing toolbox
   * add Plugin to open OpenJUMP wiki pages on default internet browser.
 Online links available on help menu

   Improvements
   * Task Frame title shows also projection description if it is set
 and matches any value available into srid.txt SRS registry file
   * PostgreSQL JDBC driver : set the ApplicationName driver's 
property to allow

 OpenJUMP to advertise its name to PostgreSQL backend
   * AutoAssignAttributePlugIn : accept boolean and long as target 
attributes
   * AutoAssignAttributePlugIn : inverse options order (simple to 
more complex)
   * BlendLineStringsPlugIn : improve quality, performance and make 
it undoable
   * Deactivate ReplaceValuePlugIn (use AutoAssignAttributePlugIn 
instead)
   * Improvement from ioan to honor IncrementalAngle constraint even 
on the

 first segment
   * Spatial Index support for SQLite/Spatialite datasources: checks 
if geometry
 columns are indexed and builds custom SQL queries to use index 
according to

 detected SQLite flavors
   * Spatial Index support for SQLite/Spatialite datasources: quotes 
identifiers

 when generating SQL queries
   * Added radius/circumference/area display to 
DrawConstrainedCircleTool as
 suggested by Jukka [JPP-Devel] Show area while drawing circles? 
Sept 21 2017

   * Add postgis driver options to narrow database geometry type
   * Add z-interpolation to remodeler tool
   * RasterImageLayer : Spatial reference system srid and 
its location
 are now stored as metadata on loading file. Updated Raster Info 
plugin.

   * added methods for handling multiple ApplicationExitHandler in the
 WorkbenchFrame. Set the old getApplicationExitHandler() and
 setApplicationExitHandler() methods deprecated.
   * ConnectionManager adjusted for the new ApplicationExitHandler 
stuff.

   * always print help output when a wrong parameter/option was given
   * added --help switch as users might expect it
   * add appendToClassPathForInstrumentation method to PlugInClassLoader
 so that it can be started from IDE using code instrumentation
   * add support of image layers to "Affine Transformation (from 
parameters)"

 plugin, only BMP, GIF, JPG, JP2, PNG and TIF are supported
   * ChangeSRIDPlugin
 - setting SRID tags the feature collection to modified now
 - no change in setting does nothing, no change when cancelled
 - ok button disabled when no change or invalid input
   * Icons for layers according to geometry type in the Data Store 
Layer panel
   * commented/disabled on-the-fly reprojection, which was never 
implemented

 completely anyway
   * JML/GML Reader/Writer add EPSG SRID support via WFS
 gml:boundedBy->gml:Box tag
 JML/GML Writer
 - is now cancelable via TaskMonitor button
 - reports feature count written so far now

   Bug Fixes
   * ExtractPointsPlugIn : keep original feature id in attribute
   * SpatialJoinPlugIn : A and B attribute prefix were reversed
   * Shapefile : handling of dbf containing deleted records
   * Fix combine layers : guarantee unique name for the new attribute
   * fix bug 460: "Create Grid may jam OpenJUMP"
 CreateGridPlugIn is now cancelable and shows progress
   * bugfix 462: jml does not support special characters everywhere
   * small multimonitor fix: place some popups during closing 
OpenJUMP or a

 project on the same monitor as OpenJUMP is running.
   * Enhanced Warp panel plugin adding affine and projective 
transformation

   * Bug corrected. Added output of srid for 

Re: [JPP-Devel] [SPAM] Re: Fwd: "openjump"

2017-09-19 Thread Stefan Steiniger

:) mhm.. definitively I need to forget my german (brain) software... ;)


On 9/19/17 02:57, edgar.sol...@web.de wrote:

hey Uwe and All,

smells like a domain scam to me
   
https://www.theguardian.com/technology/askjack/2015/may/05/how-does-a-domain-name-scam-work
it even looks very much like the one in (german blog post)
   https://www.contoba.de/blog/?p=444

..ede

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: OpenJUMP joining software patent non-aggression community

2017-09-06 Thread Stefan Steiniger
Opinions?


Inicio del mensaje reenviado:

> De: Frank Casey 
> Fecha: 6 de septiembre de 2017, 11:34:40 CLST
> Para: sst...@geo.uzh.ch, sunburned.surve...@gmail.com, michael.mich...@free.fr
> Asunto: OpenJUMP joining software patent non-aggression community
> 
> Dear Gentlemen,
> 
> My name is Frank Casey and I am writing to you on behalf of the Open 
> Invention Network (OIN), an organization formed and funded by IBM, Red Hat, 
> SUSE, Sony, NEC, Philips, Google, and Toyota to foster a safe patent 
> environment for developers and users of Open Source-based solutions.  I 
> recently learned of OpenJUMP and would like to invite you to join the OIN 
> community.
> 
> We are a community of over 2,200 members from across the Open Source spectrum 
> who are invested in the future of Open Source and, whether it be creating or 
> using Open Source, want to protect that investment.  They joined OIN because 
> they recognized that reducing the risk of patent aggression is a key step in 
> doing so. As you know, if patent aggression is directed at your project it 
> can jeopardize all the work you've done.
> 
> To deter aggression, OIN has created an environment where patent aggression 
> aimed at the Open Source ecosystem is unacceptable.  We undertake a variety 
> of activities to protect our community (see attachment) and our members 
> pledge non-aggression to each other.
> 
> There is no cost to join or maintain membership and you would also be joining 
> the likes of Canonical, Daimler, Ford Motors, Fujitsu, SAP, Cisco Systems, 
> Twitter, and Mozilla in supporting the principle of non-aggression.
> 
> I believe joining OIN is a great way to lend your support for a free Open 
> Source environment and protect your efforts from patent aggression.  I hope 
> you will consider joining us and, to that end, invite you to visit our 
> website at http://www.openinventionnetwork.com to learn more.
> 
> I thank you for your time and look forward to hering back from you.
> 
> Regards,
> 
> Frank Casey
> Membership Executive
> Open Invention Network
> e: fca...@openinventionnetwork.com
> p: + 1 203 894 8268
> 
>   Virus-free. www.avast.com
> 
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OSGeo-Live 11.0 - please confirm that you have reviewed openjump docs by 18 June 2017

2017-06-08 Thread Stefan Steiniger

Hi all,

anyone able on the list to look into the things? (Given the deadline 
dates, I can't)


Stefan


On 6/6/17 19:41, vi...@georepublic.de wrote:

Hi Stefan, Landon, Edgar,

With the upcoming OSGeo-Live 11.0 reboot, we will be re-inserting each 
project into the OSGeo-Live baseline once someone from each
project has replied to confirm that they have reviewed docs and 
verified the application works as expected.


Can you please:
0. Reply by return email to confirm that you have recieved this email 
and that you are able to check docs within the next 2 weeks. (sooner 
would be better if you can)
1. Reply to confirm the Project Overview is still accurate, or has 
been updated, (and version numbers are correct): ,
2. Reply to confirm you have run a recent OSGeo-Live version (the 
previous 10.5 version is ok), and updated the quickstart where needed.


We understand that version ${"v11.0} of  openjump will be installed on 
OSGeo-Live 11.0? (Version ${"v10.5} was installed on OSGeo-Live 10.5.)


Our prior review of openjump  stated:


Our prior documentation reivew of openjump  noted:


Full package status: 
https://docs.google.com/spreadsheets/d/1Q5BaEgQtgw4O1bXyeWMlM8XtAOhUgcjZ7Y2O0FZc2H0/edit?hl=en_GB#gid=2014800150


Key Milestones
---
18-Jun-2017All docs reviewed and verified
21-Jun-2017OSGeo-Live delivered to UAT (final application versions 
installed - Beta stage)

24-Jul-2017OSGeo-Live Final ISO
14-Aug-2017 FOSS4G 2017 Boston

... full schedule 
http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdE1SYUN3YWJ2N1NpSUczbW9IRWZNclE=en_GB



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Email

2017-05-01 Thread Stefan Steiniger
Manfred: Yes, got it! :)
And thanks for sending the email address. 

Edge, Michael, te al. : If I remember correctly, the only one who has access to 
this inbox is Landon (although he may have sent me an email with a pw long long 
time ago.

Cheers,
Stefan

> El 30-04-2017, a las 11:15, "manf...@egger-gis.at" <manf...@egger-gis.at> 
> escribió:
> 
> ... hi. I wrote the same email in German to: the.jpp.mail...@gmail.com
> 
> Feel free to integrate this "Shapefile Projection Finder Tool". It is your 
> time and work.
> 
> I plan to send more emails to students in Germany and other countries. I 
> talked with many people in Austria / Germany and the only target group, who 
> really need this Shapefile Projection Finder everyday are students, who have 
> no money.
> 
> People earning money with gis work always in the same project area and have 
> no problems, but they say: "When i was a studnet, i had very often problems. 
> Can i send it to my home university? The students would be happy about your 
> tools!"
> 
> So maybe in 10 years, when they work and earn some money they will remember 
> this OpenJump with Shapefile Projection Finder?
> 
> I hope you understand what i mean?
> 
> Best regards
> 
> Manfred 
> 
> -Original Message-
> From: edgar.sol...@web.de
> Sent: Sunday, April 30, 2017 9:39am
> To: jump-pilot-devel@lists.sourceforge.net, manf...@egger-gis.at
> Subject: Re: [JPP-Devel] Email
> 
> hey Manfred,
> 
> the "official" mail addresses currently and since i can remember are our 
> mailing lists.
>  http://ojwiki.soldin.de/index.php?title=OpenJUMP_Support#Mailing_Lists
> 
> the info on
>  http://www.openjump.org/contact.html
> seems to be quite outdated and i will have to replace them with more current 
> info soonish. that will probably mean to remove personal email addresses, as 
> the sddresses and the persons involvement tend to change and replace it with 
> links to the mailing list or support wiki pages, which can easily be edited 
> by nearly everyone.
> 
> ..ede
> 
>> On 30.04.2017 04:40, Stefan Steiniger wrote:
>> Hi Manfred,
>> 
>> you did send a private email to me, but not to an official OpenJUMP 
>> email address... at least I did not get anything in my inbox. What email 
>> address was this?
>> 
>> I still have to read the private email from you in full, but I can't 
>> really speak for the team as I stopped contributing since a while now. 
>> In how far your "Projection Finder" would "boost" OpenJUMP use... well, 
>> I doubt this would be a criterion to pick OJ over another GIS ;) ... If 
>> someone can help with an implementation I can't say either.
>> 
>> Perhaps best is if either Peppe, Jukka and/or Michael find time to 
>> evaluate if this could be something useful [1] to port for OJ. But be 
>> aware that in the team there is basically no pro-developer; all are 
>> contributing voluntary (how they find time) to OJ.
>> 
>> best,
>> Stefan from Chile
>> 
>> [1] https://github.com/maegger/SHPProjFinder
>> 
>> 
>> 
>>> On 4/28/17 16:15, manf...@egger-gis.at wrote:
>>> Hello,
>>> 
>>> did you stoped developing for OPEN JUMP? Last week i wrote an email to 
>>> official OPEN JUMP adress about a special thing.
>>> 
>>> Has someone read this Email?
>>> 
>>> Nice weekend!
>>> 
>>> Manfred
>>> 
>>> 
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> 
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> 
> 
> 
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Email

2017-04-29 Thread Stefan Steiniger
Hi Manfred,

you did send a private email to me, but not to an official OpenJUMP 
email address... at least I did not get anything in my inbox. What email 
address was this?

I still have to read the private email from you in full, but I can't 
really speak for the team as I stopped contributing since a while now. 
In how far your "Projection Finder" would "boost" OpenJUMP use... well, 
I doubt this would be a criterion to pick OJ over another GIS ;) ... If 
someone can help with an implementation I can't say either.

Perhaps best is if either Peppe, Jukka and/or Michael find time to 
evaluate if this could be something useful [1] to port for OJ. But be 
aware that in the team there is basically no pro-developer; all are 
contributing voluntary (how they find time) to OJ.

best,
Stefan from Chile

[1] https://github.com/maegger/SHPProjFinder



On 4/28/17 16:15, manf...@egger-gis.at wrote:
> Hello,
>
> did you stoped developing for OPEN JUMP? Last week i wrote an email to 
> official OPEN JUMP adress about a special thing.
>
> Has someone read this Email?
>
> Nice weekend!
>
> Manfred
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN: [5392] plug-ins/CADExtension/trunk/src/org/openjump/advancedtools

2017-03-22 Thread Stefan Steiniger
<<< text/html;	charset=utf-8: Unrecognized >>>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] org.openjump.* vs com.vividsolutions.* WAS: Duplicate code for WMS

2017-02-04 Thread Stefan Steiniger
<<< text/html;	charset=utf-8: Unrecognized >>>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP 1.10 released

2017-01-28 Thread Stefan Steiniger


agreed! And how do they say here: Felicitaciones!!! -- Originalnachricht --Von: Michaël Michaud Datum: 27.01.2017 16:32An: jump-pilot-devel@lists.sourceforge.net;Betreff:Re: [JPP-Devel] OpenJUMP 1.10 releasedGreat!!!

Thanks Ede.
With more power, less bug, OJ is still alive ;-)

Michaël


Le 27/01/2017 à 18:51, edgar.sol...@web.de a écrit :
> Greetings fellow jumping jacks,
>
> without further ado here comes OpenJUMP 1.10
>   https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.10
>
> read below for some highlights in the new version or check the Changes.txt that comes with the release for a complete list of new features, improvements & resolved issues.
>
> Hoo roo mates.. ede
>
>
> Version 1.10 release rev.5336 (released on 27. January 2017)
>
>    Highlights
>    * Switch compiler source and target to java 1.7
>    * GeoJSON read/write support added, sponsored by Jukka Rahkonen
>    * SimpleQuery : spatial queries are now very fast (use of spatial indexes)
>    * Add zoom shortcuts to status bar.
>  a) Double clicking on scale section opens Zoom to scale plugin
>  b) Double clicking on coordinate section opens Zoom to coordinates plugin
>    * new option in EditOptionPanel to select the just drawn geometry
>    * PLUS - Add Sextante Data Explorer, Pick Coordinates plugin
>   - Enhanced Sextante Help
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Presentaion in Vienna

2017-01-20 Thread Stefan Steiniger

huh... I didn't send it offlist :(

I hope nobody feels offended that I think that QGIS needs to be 
considered too, main reason for this is available 24/7 support. But - to 
say: OpenJUMP still is much stronger in editing data than QGIS.. But for 
creating maps, definitively QGIS.


cheers,
Stefan

On 1/20/17 11:47, Stefan Steiniger wrote:


Hi Mandfred

there was some stuff long time back in German last one I remember is 
by Matthias Scholz: https://www.youtube.com/watch?v=4eKfKuh8h7g


And while I send the answer offlist:

Maybe another option is to recommend QGIS as well... it is very well 
adopted by Swiss Cantons and has plenty of support companies.


cheers,
stefan

On 1/20/17 08:59, manf...@egger-gis.at wrote:


Hi,

next week i will present as coordinator of Tyrol your software in 
Vienna in the headquarter of the Austrian Service for Torrent and 
Avanlanche control.


We will discuss there to reduce our ESRI-licenses for our offices in 
Austria and use more Open Source Software and i will recommend  to 
use Open Jump GIS.


Do you have some nice powerpoint presenations in German about Open 
Jump GIS, which i am allowed to use?


I think one problem is, that you are only four developers? What do 
you think?


Best regards,

Manfred Egger

Alois-Schrott-Str. 34
6020 Innsbruck
Austria

Phone: +43 - (0)699 - 81372857
Web: http://egger-gis.at



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org!http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Presentaion in Vienna

2017-01-20 Thread Stefan Steiniger

Hi Mandfred

there was some stuff long time back in German last one I remember is by 
Matthias Scholz: https://www.youtube.com/watch?v=4eKfKuh8h7g


And while I send the answer offlist:

Maybe another option is to recommend QGIS as well... it is very well 
adopted by Swiss Cantons and has plenty of support companies.


cheers,
stefan

On 1/20/17 08:59, manf...@egger-gis.at wrote:


Hi,

next week i will present as coordinator of Tyrol your software in 
Vienna in the headquarter of the Austrian Service for Torrent and 
Avanlanche control.


We will discuss there to reduce our ESRI-licenses for our offices in 
Austria and use more Open Source Software and i will recommend  to use 
Open Jump GIS.


Do you have some nice powerpoint presenations in German about Open 
Jump GIS, which i am allowed to use?


I think one problem is, that you are only four developers? What do you 
think?


Best regards,

Manfred Egger

Alois-Schrott-Str. 34
6020 Innsbruck
Austria

Phone: +43 - (0)699 - 81372857
Web: http://egger-gis.at



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Michael's web page hacked

2017-01-06 Thread Stefan Steiniger





oh my... just stupid these guys... talking BS and want to change the world from behind their keyboard by destroying useful websites. dumbsh...^3 makes me angry this...stefan -- Originalnachricht --Von: Michaël Michaud Datum: 06.01.2017 19:54An: jump-pilot-devel@lists.sourceforge.net;Betreff:Re: [JPP-Devel] Michael's web page hacked
Hi Peppe,
Thanks, I know, that's a pity.
I know I inluded some links to it in OJ wiki. If I don't find quickly an easy solution to restore my site, I'll remove the links.

Michaël


Le 06/01/2017 à 13:39, Giuseppe Aruta a écrit :


  

  
Hi Michael

your web page seems to be hacked
http://geo.michaelm.free.fr
  
  best regards

Peppe
  
  
   
  
  --
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
  
   
  
  ___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Fwd: Re: Fwd: Re: Java codes in OpenJUMP which are not under GNU or any other public licence

2016-12-06 Thread stefan steiniger
nice! 
and also that he is still reachable ;)

On Dec 6, 2016, at 14:34, edgar.sol...@web.de wrote:

> 
> for reference here's the answer from Ugo.. ede
> 
>  Forwarded Message 
> Subject:  Re: Fwd: Re: [JPP-Devel] Java codes in OpenJUMP which are not 
> under GNU or any other public licence
> Date: Mon, 5 Dec 2016 18:38:36 +0100
> From: Ugo Taddei 
> To:   Edgar Soldin 
> 
> 
> 
> Hello Edgar,
> 
> Feel free to modify the license as required by the project.
> 
> I wrote the plugin management code while at latlon but it had not been paid 
> for or funded by them in any form.
> 
> As far as I'm concerned, it's my code which I'm hereby donating to the 
> project. Just please make sure you keep my authorship ;-)
> 
> The plugin manager did work at some time, requiring a simple web server to 
> serve plugin jars.
> 
> Cheers
> 
> Ugo
> 
> 
> On Dec 5, 2016 10:52 AM, "Edgar Soldin"  > wrote:
> 
>hey Ugo,
> 
>we found some source code of yours in OJ that is not properly licensed 
> (see below). can you please say why you decided to add this license header? 
> would you be willing to relicense it to GPL so we are free base further 
> development on it?
> 
>..thanks ede/OJ
> 
> Forwarded Message 
>Subject: Re: [JPP-Devel] Java codes in OpenJUMP which are not under GNU or 
> any other public licence
>Date: Sun, 4 Dec 2016 12:43:56 +0100
>From: edgar.sol...@web.de 
>Reply-To: OpenJump develop and use  >
>To: jump-pilot-devel@lists.sourceforge.net 
> , i...@lat-lon.de 
> , Giuseppe Aruta  >
> 
>i'll CC Lat-Lon, as the latest contact to the original author Ugo Taddei 
> >.
> 
>@Lat-lon: do you guys have a more recent mail address for Ugo Taddei? 
> thank you!
> 
>@Peppe: interesting stuff! the license header
>  
> https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/de/latlon/deejump/plugin/manager/ExtensionManagerDialog.java#l1
>  
> 
>is clearly violating the GPL2, at least for the files that extend or 
> implement OJ classes. hence, these parts are automatically licensed GPL2 
> because of it's virulent nature.
>for now i'd say we try to contact Ugo and clear up his reasons for this 
> licensing.
>in the future we might think about removing the source code as it is not 
> used currently anyway. we might think about basing a future plugin 
> management, if something of it is reusable.
> 
>..ede
> 
>On 04.12.2016 11:04, Giuseppe Aruta wrote:
>> This seem the case of all classes in
>> de.latlon.deejump.plugin.manager folder
>> 
>> Can OpenJUMP ship them? Or should we have to add an extra info on license
>> folder?
>> best regards
>> Peppe
>> 
>> 
>> 
> 
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.java

2016-11-14 Thread Stefan Steiniger


Hi,i used empty geomcollection so far, to have something there... I am not sure how much work it would be to introduce a new table/data layer without a geometry - as i am not sure if OJ is designed for that. Simplest may be to copy and make the field invisible for now. Perhaps Michaël has a better idea about the possibility to throw out the geom. cheers,stefan -- Originalnachricht --Von: Datum: 14.11.2016 9:45An: OpenJump develop and use;Betreff:Re: [JPP-Devel] SVN: [5185] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNameRenderer.javai guess the cleanest solution would be a new layer class eg. DataLayer, that simply does not allow adding/editing geometries or does not even have a geometry attribute.

in the 2nd case you would probably need a new featurecollection w/o a geometry column as well and the whole thing would throw some exceptions here and there, as OJ expects geometries in featurecollections, but apart from that it would be clean and the renderer would not need to monitor geom changes at all.

..ede

On 14.11.2016 10:39, Giuseppe Aruta wrote:
> Thanks Michael Ede
> Indeed I came across (as a side relative problem ) working on Saxtante.
> Sextante allows to work on Table files while Oj not. We can take advance of
> the Sextante table algorithms  allowing Sextante to decode the vector
> layers, with all features with empty geometries (see  for instance loading
> .csv on auto mode) as tables (I already added added into Sextante binding a
> Boolean method that allows to decode these files).
> I wondered if users would also have benefit  to visualize that a table is
> loaded into OJ workbench, with a table icon.
> I will check other solutions. Thanks for the hint.
> Peppe
> 
> Il 13/Nov/2016 23:21, "Michaël Michaud"  ha
> scritto:
> 
>> Hi Peppe,
>>
>> Seel also my answer on 2016-10-29.
>>
>> TreeLayerNamePanel has a listener, but to avoid a featureCollection scan
>> after each change
>> you probably need to keep a cache in the Layer as suggested by Ede, and
>> use the Layer's
>> listener to update the cache every time a feature is added, removed or
>> changed
>>
>> Michaël
>>
>>
>> Le 13/11/2016 à 19:51, edgar.sol...@web.de a écrit :
>>> thanks.. how about implementing the caching/listener approach if you
>> like to have icon? ..ede
>>>
>>> On 13.11.2016 18:57, Giuseppe Aruta wrote:
 Ok Ede, I didn't  know it. I will revert the change.
 Thanks again
 Peppe

 Il 13/Nov/2016 18:48,  ha scritto:

> Peppe,
>
> NACK.. this is going to get very slow for huge datasets containing
>> empty
> geoms only, as it is run on every redraw of the layer tree. please
>> cache
> the state and use a layer change listener or else users will complain
>> about
> a frozen OJ some time in the future and we will have a hard time to
> pinpoint the reason, again ;)
>
> ..ede
>
> On 13.11.2016 18:41, jump-pilot-...@lists.sourceforge.net wrote:
>> Revision: 5185
>>    http://sourceforge.net/p/jump-pilot/code/5185
>> Author:   ma15569
>> Date: 2016-11-13 17:41:37 + (Sun, 13 Nov 2016)
>> Log Message:
>> ---
>> The layer tree shows a table icon for layers that have features with
> empty geometries
>> Modified Paths:
>> --
>>  core/trunk/src/com/vividsolutions/jump/workbench/
> ui/LayerNameRenderer.java
>> Modified: core/trunk/src/com/vividsolutions/jump/workbench/
> ui/LayerNameRenderer.java
>> ===
>> --- core/trunk/src/com/vividsolutions/jump/workbench/
>> ui/LayerNameRenderer.java
>    2016-11-13 17:21:20 UTC (rev 5184)
>> +++ core/trunk/src/com/vividsolutions/jump/workbench/
>> ui/LayerNameRenderer.java
>    2016-11-13 17:41:37 UTC (rev 5185)
>> @@ -36,6 +36,7 @@
>>   import java.awt.Rectangle;
>>   import java.io.File;
>>   import java.util.Iterator;
>> +import java.util.List;
>>
>>   import javax.swing.DefaultListCellRenderer;
>>   import javax.swing.Icon;
>> @@ -54,9 +55,11 @@
>>   import org.openjump.core.rasterimage.RasterImageLayer;
>>
>>   import com.vividsolutions.jts.geom.Envelope;
>> +import com.vividsolutions.jts.geom.Geometry;
>>   import com.vividsolutions.jump.I18N;
>>   import com.vividsolutions.jump.feature.Feature;
>>   import com.vividsolutions.jump.feature.FeatureCollection;
>> +import com.vividsolutions.jump.feature.FeatureCollectionWrapper;
>>   import com.vividsolutions.jump.io.datasource.DataSourceQuery;
>>   import com.vividsolutions.jump.util.StringUtil;
>>   import com.vividsolutions.jump.workbench.JUMPWorkbench;
>> @@ -118,6 +121,7 @@
>>   private ImageIcon rasterIcon 

Re: [JPP-Devel] News from planet Sextante

2016-11-09 Thread Stefan Steiniger
yes!! fully agree with Michaël. And as I said to you lately: OpenJUMP 
Horae has also a couple of download where Sextante is the base for 
analysis. So there are definitively a couple of users out there Peppe :)



cheers to that!
stefan

On 11/9/16 19:59, Michaël Michaud wrote:


Hi,

All good news,
keep the good work on Sextante, Peppe.
It is really a "must-have" for OpenJUMP.

Michaël


Le 09/11/2016 à 16:41, Giuseppe Aruta a écrit :

Hi Michael,
I had to recompile Sextante help dialog to make those info 
accessible. Sextante toolbox and single algorithm help dialogs 
depends on Sextante_gui class ( there is a method that points to a 
generic "help" folder).
Right now I prefer not to touch core sextante libraries (Sextante.jar 
and Sextante_gui.jar) but only working on our OpenJUMP binding.
The good news is that I downloaded a newer version of Sextante 
libraries (sextante.jar, sextante_gui.jar and 
sextante_algorithms.jar) from GvSIG CE repository and I recompiled it 
for OpenJUMP - everything seems tho work fine, faster, and with some 
extra addictions.
I will add that source code on OJ repository and try to study better 
how it works (there are still some ambiguous things: algortithms that 
don't work properly, the help framework, the grass interface...)

Best regards
Peppe

2016-11-09 7:35 GMT+01:00 Michaël Michaud 
>:


Hi Peppe,

Wow, that's excellent news. Having the help again is very useful !

Note : I can see the help from the help menu, but still not from
the Sextante toolbox (neither from the (i) nor from a right-click
on the algorithm name). Indeed, I can see the algorithm signature
(name, parameters) as before, but not the rich description I can
now get from the help menu.

Michaël


Le 08/11/2016 à 17:29, Giuseppe Aruta a écrit :

Work in progress:

- Make Sextante Toolbox dialog detachable or Modeless. This will
make easy to move back and forth between Sextante Toolbox and
the OpenJUMP view. Currently the user have to close the toolbox
to activat OJ view window.

- Extend OpenJUMP Sextante to other algorithms providers (grass,
saga, etc) .I found that our version (1.0) has already the code
for it embedded into Sextante_GUI.


2016-11-08 17:04 GMT+01:00 Giuseppe Aruta
>:

Hi all,
during last October I gave a look at Sextante. I updated (on
rev 5173) a revisited and improved version of Sextante
(1.0.2) with those new things:

- I activated two Sexante plugins which were available since
2010 (in the source code) but not activated on OJ: a) Pick
coordinate tool - which is used to pick different
coordiantes on the workbench to be used on some Sextante
algorithms
b) Data explore: a useful panel which shows the layers
decoded by sextante with some useful information

- Together with the plugins, also Sextante GUI preference
dialog is available directly by a menu item

- Now help plugin works! Not only with the general documents
but also with the single documentation for each algorithm
(note that we shipped that documentation in the Sextante
help folder - 3,5 mb - but it was never used). This
documentation was made by Victor Oyala in both Englis and
Spanish and enriches Sextante help with more
info/pictures/examples. The new Help plugin is detachable.

-  Added a small description about the new plugins on
General documentation

- The (partially) new way Sextante decodes OpenJUMP data models:
   a) Sextante vector layers belongs from any OpenJUMP
vector layer, excluding image loaded via Layer.class
   b) Sextante raster layers are decoded from OpenJUMP
Sextante Raster layers (RasterImageLayer.class), as before
   c) Sexatnte tables now are decoded from OJ vector layers
where all the features are associated to empty geometries.
Talking about files, currectly only Michael's CSV plugin
allows to load CSV "table" files (via "auto" option).
Watching the activity on SVN, I presume we have something
similar with other datasources. Using this solution, in
Sextante, any algorithm that requires the presence of a
table file works.

- The bug 423 "Sextante beanshell console not working" seems
to be solved.

Best regards








--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi


Re: [JPP-Devel] overwrite warning w/ SaveLayersWithoutDataSourcePlugIn

2016-11-06 Thread Stefan Steiniger


yes, feels wrong ;) -- Originalnachricht --Von: Datum: 06.11.2016 12:22An: OpenJump develop and use;Betreff:[JPP-Devel] overwrite warning w/ SaveLayersWithoutDataSourcePlugInhey All,

while playing w/ the above plugin i noticed that it overwrites w/o any warning. that feels wrong. what do you say?

..ede

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] About turning non-visible layer into non-editable

2016-10-18 Thread Stefan Steiniger
I think I somewhat agree with Jukka. I also look once in while what is 
underneath by shortly making it invisible...


stefan


On 10/18/16 09:56, Rahkonen Jukka (MML) wrote:


Hi,

I agree that it is logically good that non-visible layer is not 
editable because I can’t imagine a real world use case where it would 
be better to create features without seeing the other features of the 
layer. However, sometimes it is useful to switch the layer off and 
have a look under the existing lines and polygons which are covering 
the background. Now turning layer non-visible turns it also into 
non-editable and user must re-activate the edit mode.  I am not sure 
if this automatic switch to non-editable is an improvement or not. 
With the current default “only one editable layer at a time” the risk 
to digitize features into a non-visible layer by accident is not so 
big because of the radio button behavior. If user starts to edit some 
other layer the non-visible layer turns into non-editable anyway.


-Jukka Rahkonen-



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Added option that selects the geometry after it has been drawn

2016-10-17 Thread Stefan Steiniger

yeah. a QGIS feature that I also found useful - especially for beginners ;)


On 10/17/16 05:36, Rahkonen Jukka (MML) wrote:


Hi Peppe,

Good option. When digitizing new features if might even be nice to 
have another option that opens the attribute table automatically. 
 With right click – feature info it is simple task, though, and user 
can also attach that to function key with EZ Buttons.  But perhaps if 
we someday shall have same kind of form that QGIS does for filling the 
attributes (see attached image).


-Jukka Rahkonen-

*Lähettäjä:*Michaël Michaud [mailto:m.michael.mich...@orange.fr]
*Lähetetty:* 5. lokakuuta 2016 9:02
*Vastaanottaja:* jump-pilot-devel@lists.sourceforge.net
*Aihe:* Re: [JPP-Devel] Added option that selects the geometry after 
it has been drawn


Hi Peppe,

Interesting feature.

I think the following behaviour is unexpected though :

Draw a feature with the option checked : the feature is selected
Move the selected feature : the "selection rectangle" is moved but not 
the feature itself


Michaël

Le 04/10/2016 à 12:07, Giuseppe Aruta a écrit :

Hi all,

I added option that selects the geometry after it has been drawn.
It is located on Option>View / Edit panel.

See picture below:


​

How it works:

a) Option uselected. Draw any geometry using draw tools. The
result geometry is displayed unselected

b) Option selected. Draw any geometry using draw tools. The result
geometry is displayed  selected

Having a selected geom after drawn can be useful for further
modification and/or to open feature info (right click->feature
info) to add attribute values when digitalizing.

This option is experimental. There is a side effect: by the time
that the user finalize a drawing, this deselect any previous
geometry selection

Best regards

Peppe





--

Check out the vibrant tech community on one of the world's most

engaging tech sites, SlashDot.org!http://sdm.link/slashdot




___

Jump-pilot-devel mailing list

Jump-pilot-devel@lists.sourceforge.net


https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Sextante

2016-10-06 Thread Stefan Steiniger

ok! will check.


On 10/6/16 08:54, Giuseppe Aruta wrote:

Hi Stefan,
I download a copy from GvSIG SVN but it is the newer one.
I don't know where to find the source code of Sextante shipped in 
OpenJUMP, can you give have a look in your computer?

I will write to Benjamin Duke anyhow (GvSIG CE project)
Peppe

2016-10-05 20:24 GMT+02:00 Stefan Steiniger <sst...@geo.uzh.ch 
<mailto:sst...@geo.uzh.ch>>:


Peppe, thanks for clarification/finding this link.

Should we then add sources of Sextante 1.0 and 2.0. Can you do
this for 1.0? or should I look at my old Laptop?

stefan


On 10/05/2016 12:40 PM, Giuseppe Aruta wrote:

After Victor Oyala moved its Sextante project to QGIS, Java
Sextante libraries source code are provided by GvSIG CE
(http://gvsigce.sourceforge.net/wiki/index.php/SEXTANTE
<http://gvsigce.sourceforge.net/wiki/index.php/SEXTANTE>).
The newer version (I think 2.0)  has been changed and integrated
to GVSIG code during last years. So these newer  Sextante
libraries don't work with OpenJUMP.
OpenJUMP is shipped with Sextante 1.0 - my idea is to create a
fork of this version (as source)

2016-10-05 17:24 GMT+02:00 Giuseppe Aruta
<giuseppe.ar...@gmail.com <mailto:giuseppe.ar...@gmail.com>>:

@Brian
a) Sextante is an indipendent project to work on
Raster/Vector file. OpenJUMP was not involved to this
project. Sextante was/is distributed as libraries in order to
work with different java projects (OpenJUMP, Kosmo Saig,
GvSIG, etc)
b) OpenJUMP is distributed with Sextante esternal sextante
libraries and a wrapper to work with these libraries
c) OpenJUMP owns, provides  and upgrades that wrapper in its
sourceforge repository. We didn't lose our source code

2016-10-05 16:40 GMT+02:00 Brian M Hamlin
<mapl...@light42.com <mailto:mapl...@light42.com>>:


Hi All -

  sorry to lurk here.. but.. I am very
alarmed at this email.
You really do not want to lose your source code.
Second, the ability to build from source..

I wont try to scare you about it, I am sure you agree..
Ideally, plugins are to the same standard, but there are
ways to deal with that ..

thanks for your efforts
Brian M Hamlin  -- OSGeo-Live PSC


    On 5 Oct 2016 10:49:13 -0300, Stefan
Steiniger  wrote:

with respect to sextante... is there any source
repository left on the
internet? :(

in our svn is only the jar, right?

Actually just found this
https://joinup.ec.europa.eu/svn/sextante/soft/sextante_lib/
<https://joinup.ec.europa.eu/svn/sextante/soft/sextante_lib/>

But Peppe you are having the sources? I may still have on
my old laptop
a copy. Should we add them to sourceforge, just to make
sure its not
getting lost?

cheers,
stefan



--
Check out the vibrant tech community on one of the
world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
<https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>



--
Check out the vibrant tech community on one of the
world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
<https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>






--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org!http://sdm.link/slashdot

___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
<https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>



Re: [JPP-Devel] Sextante

2016-10-05 Thread Stefan Steiniger

Peppe, thanks for clarification/finding this link.

Should we then add sources of Sextante 1.0 and 2.0. Can you do this for 
1.0? or should I look at my old Laptop?


stefan


On 10/05/2016 12:40 PM, Giuseppe Aruta wrote:
After Victor Oyala moved its Sextante project to QGIS, Java Sextante 
libraries source code are provided by GvSIG CE 
(http://gvsigce.sourceforge.net/wiki/index.php/SEXTANTE).
The newer version (I think 2.0)  has been changed and integrated to 
GVSIG code during last years. So these newer  Sextante libraries don't 
work with OpenJUMP.
OpenJUMP is shipped with Sextante 1.0 - my idea is to create a fork of 
this version (as source)


2016-10-05 17:24 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com 
<mailto:giuseppe.ar...@gmail.com>>:


@Brian
a) Sextante is an indipendent project to work on Raster/Vector
file. OpenJUMP was not involved to this project. Sextante was/is
distributed as libraries in order to work with different java
projects (OpenJUMP, Kosmo Saig, GvSIG, etc)
b) OpenJUMP is distributed with Sextante esternal sextante
libraries and a wrapper to work with these libraries
c) OpenJUMP owns, provides  and upgrades that wrapper in its
sourceforge repository. We didn't lose our source code

2016-10-05 16:40 GMT+02:00 Brian M Hamlin <mapl...@light42.com
<mailto:mapl...@light42.com>>:


Hi All -

  sorry to lurk here.. but.. I am very alarmed at
this email.
You really do not want to lose your source code.
Second, the ability to build from source..

I wont try to scare you about it, I am sure you agree..
Ideally, plugins are to the same standard, but there are
ways to deal with that ..

thanks for your efforts
Brian M Hamlin  -- OSGeo-Live PSC


On 5 Oct 2016 10:49:13 -0300, Stefan Steiniger  wrote:

with respect to sextante... is there any source repository
left on the
internet? :(

in our svn is only the jar, right?

Actually just found this
https://joinup.ec.europa.eu/svn/sextante/soft/sextante_lib/
<https://joinup.ec.europa.eu/svn/sextante/soft/sextante_lib/>

But Peppe you are having the sources? I may still have on my
old laptop
a copy. Should we add them to sourceforge, just to make sure
its not
getting lost?

cheers,
stefan



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
<https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
<https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] included plugin source policy [was: Sextante]

2016-10-05 Thread Stefan Steiniger
Hi Ede,
> we probably should start a "no source - no integration" policy from now on, 
> where we dump the sources for included extensions/plugins somewhere. any 
> objections?

in principle no objections - I think Sextante may have been the only 
extension? (or how does it look with Cadplan?)

cheers,
stefan


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Sextante

2016-10-05 Thread Stefan Steiniger
with respect to sextante... is there any source repository left on the 
internet? :(

in our svn is only the jar, right?

Actually just found this 
https://joinup.ec.europa.eu/svn/sextante/soft/sextante_lib/

But Peppe you are having the sources? I may still have on my old laptop 
a copy. Should we add them to sourceforge, just to make sure its not 
getting lost?

cheers,
stefan


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Dead links, lost plugins

2016-10-05 Thread Stefan Steiniger

thanks Jukka for letting us now. Some of them I can fix.

stefan


On 10/5/16 07:49, Rahkonen Jukka (MML) wrote:


Hi,

We have pretty many dead links in the wiki page about plugins.   Could 
those who know something about these comment where they have 
disappeared and if some valuable code is lost by the same?


Pirol http://www.al.fh-osnabrueck.de/jump-download.html 



Michaël http://geo.michaelm.free.fr/

GISAK.VSB http://gisak.vsb.cz/ruzicka/Projekty/jump/index.php

GEOSTAF: http://digilander.libero.it/_ppricerca/index.html 



http://www.ashsiii.com/downloads/openjump/isa-2.5.jar

http://dennis.pallett.nl/monetdb/monetdb-openjump-plugin/

http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/

http://jump-pilot.sourceforge.net/download/driver-dxf.jar

Sextante http://forge.osor.eu/plugins/wiki/index.php?id=13=g

http://www.geo.unizh.ch/~sstein/ 

http://gisciencegroup.ucalgary.ca/wiki/OpenJUMP_HoRAE

watermarking http://cedric.cnam.fr/~lafaye_j/index.php?n=Main.Software 



Groovy (whole Codehaus is gone) http://groovy.codehaus.org/ 



NMEA raw http://www.al.fh-osnabrueck.de/jump-download.html 



Cadplan direct link, use just plain site name 
http://www.cadplan.com.au/jump.html


Charts and pies http://services.giub.uni-bonn.de/downloads/openjump/ 



Symbols http://www.geotests.net/jump/symboles.jar 



-Jukka Rahkonen-



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Jump-pilot-devel Digest, Vol 123, Issue 39

2016-10-02 Thread Stefan Steiniger





Roberto, te ayudo unas de las repuestas en ingles (como limitar la numero de objectos en la busqueda a postgis)? o es dificil entender? avisame. slds desde Santiago,stefan -- Originalnachricht --Von: Roberto Carlos Albani Meolans <robertoalb...@hotmail.com>Datum: 28.09.2016 7:32An: jump-pilot-devel@lists.sourceforge.net;Betreff:Re: [JPP-Devel] Jump-pilot-devel Digest, Vol 123, Issue 39

Hola, y muchas gracias por su atencion.
El problema de memoria sigue. 

Estamos trabajando en un sistema de catastro (Santa Fe, Argentina), donde se utiliza genamap como gis y queremos cambiar a so libre, y nos gusto mucho OpenJump.
Hemos probado con Kosmo y este problema de memoria no lo tiene, levanta el 1.500.000 registro de parcela y no tiene problema de memoria. Pero la decicion de un gis es OpenJump.


La Pc es ubuntu 12.04 a 32 bit.


Gracias, nuevamente

 Roberto Carlos Albani Meolans






De: jump-pilot-devel-requ...@lists.sourceforge.net <jump-pilot-devel-requ...@lists.sourceforge.net>
Enviado: martes, 27 de septiembre de 2016 07:37 p.m.
Para: jump-pilot-devel@lists.sourceforge.net
Asunto: Jump-pilot-devel Digest, Vol 123, Issue 39
 



Send Jump-pilot-devel mailing list submissions to
jump-pilot-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel





 

Jump-pilot-devel Info Page - SourceForge

lists.sourceforge.net

Your email address: Your name (optional): You may enter a privacy password below. This provides only mild security, but should prevent others from messing with ...







or, via email, send a message with subject or body 'help' to
jump-pilot-devel-requ...@lists.sourceforge.net

You can reach the person managing the list at
jump-pilot-devel-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Jump-pilot-devel digest..."


Today's Topics:

   1. memoria (Roberto Carlos Albani Meolans)
   2. Re: memoria (edgar.sol...@web.de)
   3. Re: memoria (stefan steiniger)
   4. Re: memoria (edgar.sol...@web.de)
   5. SVN: [5032]
  core/trunk/src/com/vividsolutions/jump/datastore/postgis/
  PostgisValueConverterFactory.java
  (jump-pilot-...@lists.sourceforge.net)


--

Message: 1
Date: Mon, 26 Sep 2016 13:52:38 +
From: Roberto Carlos Albani Meolans <robertoalb...@hotmail.com>
Subject: [JPP-Devel] memoria
To: "jump-pilot-devel-requ...@lists.sourceforge.net"
<jump-pilot-devel-requ...@lists.sourceforge.net>,
"jump-pilot-devel@lists.sourceforge.net"
<jump-pilot-devel@lists.sourceforge.net>
Message-ID:
<by2pr17mb04567c83f7e7d6041d7fe53ab5...@by2pr17mb0456.namprd17.prod.outlook.com>
    
Content-Type: text/plain; charset="iso-8859-1"

Hola, estoy trabajando con openJump y cuando quiero cargar 1.500.000 registro de parcelas tengo problemas de memoria.


Exception in thread "AWT-EventQueue-0" Exception in thread "TimerQueue" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "TimerQueue"

at sun.java2d.SunGraphics2D.clone(SunGraphics2D.java:274)
at sun.java2d.SunGraphics2D.create(SunGraphics2D.java:308)
at java.awt.Graphics.create(Graphics.java:164)
at javax.swing.JComponent.paintChildren(JComponent.java:870)
at javax.swing.JSplitPane.paintChildren(JSplitPane.java:1047)
at javax.swing.JComponent.paint(JComponent.java:1064)
at javax.swing.JComponent.paintChildren(JComponent.java:888)
at javax.swing.JComponent.paint(JComponent.java:1064)
Exception in thread "AWT-XAWT" Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
[INFO] 10:50:02.296 Warning: GC overhead limit exceede


que puedo hace??
Gracias



[http://graphics.hotmail.com/emsmilep.gif] Roberto Carlos Albani Meolans
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Mon, 26 Sep 2016 15:58:08 +0200
From: edgar.sol...@web.de
Subject: Re: [JPP-Devel] memoria
To: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net>
Message-ID: <74277027-8de9-81c6-cc43-0f6f95d70...@web.de>
Content-Type: text/plain; charset=windows-1252

On 26.09.2016 15:52, Roberto Carlos Albani Meolans wrote:
> Hola, estoy trabajando con openJump y cuando quiero cargar 1.500.000 registro de parcelas tengo problemas de memoria.
> 
> 
> Exception in thread "AWT-EventQueue-0" Exception in thread "Timer

Re: [JPP-Devel] ConstraintManager

2016-10-02 Thread Stefan Steiniger


Hey, no in this case not my tool (perhaps the committ) ;) must come from Larry/SkyJump.cheers,stefan ps: cant even make up my mind. but as min-dist makes sense, wich does not exclude multiple times of the length -- Originalnachricht --Von: Giuseppe Aruta Datum: 02.10.2016 7:53An: OpenJump develop and use;Betreff:Re: [JPP-Devel] ConstraintManagerStefan?2016-10-02 13:37 GMT+02:00 Rahkonen Jukka (MML) :Hi,

Perhaps we should know what was the meaning of the original author? It may make sense to draw lines which have for example full 100 meters distances between vertices if it is possible, and then not to disable the constraint. The latter happens usually only for the last vertex if it should snap to something. Perhaps that is the reason for deactivating with Shift?

-Jukka Rahkonen-

Lähettäjä: Michaël Michaud 
Lähetetty: 2. lokakuuta 2016 14:15
Vastaanottaja: OpenJump develop and use
Aihe: [JPP-Devel] ConstraintManager

Hi all,

There is an option to constraint the distance between consecutive points.

It appears that :

- the constraint is activated even if shift is not activated (other
contrains need shift to be activated)

- the constraint seems to force the distance to be a multiple of
contrainLength. I think we would like the distance to be at least
constrinLength. What do you think ?

Michaël


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Jump-pilot-devel Digest, Vol 123, Issue 39

2016-09-28 Thread stefan steiniger
Hola Roberto,

buena saber. Entonces tu cambiaste el archivo oj_linux.sh y reiniciaste 
OpenJUMP? (si me quieres mandar el archivo directo, pero bien hasta domingo 
estaré de viaje). Cuando ram tiene tu PC?
Pero no tengo claro porque eso funciona con Kosmo pero no funciona con 
OpenJUMP. Excepto Kosmo no esta leyendo el archivo completo - o viene de una 
base de datos Postgis?

slds,
stefan

Si no resulta, QGIS es tal vez la mejor alternativa - también con respeto a las 
funciones de cartografía y funciones de procesamiento (hay muchos “plugins”).


On Sep 28, 2016, at 8:31, Roberto Carlos Albani Meolans 
<robertoalb...@hotmail.com> wrote:

> Hola, y muchas gracias por su atencion.
> El problema de memoria sigue. 
> Estamos trabajando en un sistema de catastro (Santa Fe, Argentina), donde se 
> utiliza genamap como gis y queremos cambiar a so libre, y nos gusto mucho 
> OpenJump.
> Hemos probado con Kosmo y este problema de memoria no lo tiene, levanta el 
> 1.500.000 registro de parcela y no tiene problema de memoria. Pero la 
> decicion de un gis es OpenJump.
> 
> La Pc es ubuntu 12.04 a 32 bit.
> 
> Gracias, nuevamente
>  Roberto Carlos Albani Meolans
> 
> 
> 
> De: jump-pilot-devel-requ...@lists.sourceforge.net 
> <jump-pilot-devel-requ...@lists.sourceforge.net>
> Enviado: martes, 27 de septiembre de 2016 07:37 p.m.
> Para: jump-pilot-devel@lists.sourceforge.net
> Asunto: Jump-pilot-devel Digest, Vol 123, Issue 39
>  
> Send Jump-pilot-devel mailing list submissions to
> jump-pilot-devel@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> Jump-pilot-devel Info Page - SourceForge
> lists.sourceforge.net
> Your email address: Your name (optional): You may enter a privacy password 
> below. This provides only mild security, but should prevent others from 
> messing with ...
> 
> 
> or, via email, send a message with subject or body 'help' to
> jump-pilot-devel-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
> jump-pilot-devel-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Jump-pilot-devel digest..."
> 
> 
> Today's Topics:
> 
>1. memoria (Roberto Carlos Albani Meolans)
>2. Re: memoria (edgar.sol...@web.de)
>3. Re: memoria (stefan steiniger)
>4. Re: memoria (edgar.sol...@web.de)
>5. SVN: [5032]
>   core/trunk/src/com/vividsolutions/jump/datastore/postgis/
>   PostgisValueConverterFactory.java
>   (jump-pilot-...@lists.sourceforge.net)
> 
> 
> --
> 
> Message: 1
> Date: Mon, 26 Sep 2016 13:52:38 +
> From: Roberto Carlos Albani Meolans <robertoalb...@hotmail.com>
> Subject: [JPP-Devel] memoria
> To: "jump-pilot-devel-requ...@lists.sourceforge.net"
> <jump-pilot-devel-requ...@lists.sourceforge.net>,
> "jump-pilot-devel@lists.sourceforge.net"
> <jump-pilot-devel@lists.sourceforge.net>
> Message-ID:
> 
> <by2pr17mb04567c83f7e7d6041d7fe53ab5...@by2pr17mb0456.namprd17.prod.outlook.com>
> 
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hola, estoy trabajando con openJump y cuando quiero cargar 1.500.000 registro 
> de parcelas tengo problemas de memoria.
> 
> 
> Exception in thread "AWT-EventQueue-0" Exception in thread "TimerQueue" 
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> Exception: java.lang.OutOfMemoryError thrown from the 
> UncaughtExceptionHandler in thread "TimerQueue"
> 
> at sun.java2d.SunGraphics2D.clone(SunGraphics2D.java:274)
> at sun.java2d.SunGraphics2D.create(SunGraphics2D.java:308)
> at java.awt.Graphics.create(Graphics.java:164)
> at javax.swing.JComponent.paintChildren(JComponent.java:870)
> at javax.swing.JSplitPane.paintChildren(JSplitPane.java:1047)
> at javax.swing.JComponent.paint(JComponent.java:1064)
> at javax.swing.JComponent.paintChildren(JComponent.java:888)
> at javax.swing.JComponent.paint(JComponent.java:1064)
> Exception in thread "AWT-XAWT" Exception in thread "AWT-EventQueue-0" 
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> java.lang.OutOfMemoryError: GC overhead limit exceeded
> [INFO] 10:50:02.296 Warning: GC overhead limit exceede
> 
> 
> que puedo hace??
> Gracias
> 
> 
> 
> [http://graphics.hotmail.com/emsmilep.gif] Roberto Carlos Albani Meolans
> -- next part --
> An HTML attachment was scrubbed...
> 

Re: [JPP-Devel] memoria

2016-09-26 Thread stefan steiniger
Hola Roberto,

se puede aumentar la memoria en oj_windows.bat o oj_linux.sh en la linea
#JAVA_MAXMEM=“-Xmx1024M
hay que borrar el # y en este caso la memoria usado seria 1024MG=1GB cuando 
abres OpenJUMP de nuevo.

slds,
Stefan

@Edgar, hope its ok when I just respond - although its an english list ;) 

On Sep 26, 2016, at 10:58, edgar.sol...@web.de wrote:

> On 26.09.2016 15:52, Roberto Carlos Albani Meolans wrote:
>> Hola, estoy trabajando con openJump y cuando quiero cargar 1.500.000 
>> registro de parcelas tengo problemas de memoria.
>> 
>> 
>> Exception in thread "AWT-EventQueue-0" Exception in thread "TimerQueue" 
>> java.lang.OutOfMemoryError: GC overhead limit exceeded
>> Exception: java.lang.OutOfMemoryError thrown from the 
>> UncaughtExceptionHandler in thread "TimerQueue"
>> 
>> at sun.java2d.SunGraphics2D.clone(SunGraphics2D.java:274)
>> at sun.java2d.SunGraphics2D.create(SunGraphics2D.java:308)
>> at java.awt.Graphics.create(Graphics.java:164)
>> at javax.swing.JComponent.paintChildren(JComponent.java:870)
>> at javax.swing.JSplitPane.paintChildren(JSplitPane.java:1047)
>> at javax.swing.JComponent.paint(JComponent.java:1064)
>> at javax.swing.JComponent.paintChildren(JComponent.java:888)
>> at javax.swing.JComponent.paint(JComponent.java:1064)
>> Exception in thread "AWT-XAWT" Exception in thread "AWT-EventQueue-0" 
>> java.lang.OutOfMemoryError: GC overhead limit exceeded
>> java.lang.OutOfMemoryError: GC overhead limit exceeded
>> [INFO] 10:50:02.296 Warning: GC overhead limit exceede
>> 
>> 
>> que puedo hace??
> 
> hey Roberto, can you write in english by any chance? ..ede
> 
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ExtractLayerByGeometry

2016-09-15 Thread Stefan Steiniger
Hi,

sounds good. I think I just sorted all GeomColl types into one layer for 
ease of use/lazyness as I had to deal with non-empty GeomCollections 
(btw. for instance a cycle path or hiking trail (or even a lake shore?) 
may be modeled as a collection). So if you just put them in separate 
layers at the end this seems fine to me. If all of them are "explodable" 
(in a sense making way), I don't know. Would need to explore OSM files 
in detail again.

thanks for improving this,
stefan

On 9/15/16 03:15, Michaël Michaud wrote:
> Hi Stefan,
>
> Current plugin with option decompose checked is OK  for me (I think this
> is the one you need for OSM and I want to keep it)
> -> every original geometry component goes in one of Point/LineString/Polygon
>
> but current plugin with "decompose unchecked" produces the following
> Empty -> empty layer
> Point -> Point layer
> LineString -> LineString layer
> Polygon -> Polygon Layer
> MultiPoint, MultiLineString, MultiPolygon, GeometryCollection -> Mixed layer
>
> This one seems useless to me (except if you confirm this option is also
> need to process osm) and I want to replace it by other propositions
> which makes more sense (shapefile like or geometry dimension)
>
> Let me know if I understood your comment correctly.
>
> Michaël
>
>
> Le 15/09/2016 à 03:29, Stefan Steiniger a écrit :
>> Hey,
>>
>> rather than valuing Michaels proposal. Just a comment: If I remember
>> correctly I did this change with the GeometryCollections to further
>> process (split) a previously imported OpenStreetMap *.osm file
>> (resulting in one Layer with everything mixed up). And I also think that
>> I used the empty GeometryCollection trick to get some OSM objects loaded
>> that may have no geometry (similar trick as with loading csv table?). So
>> if Michaels changes still allow me to load and split (arbitrary) osm
>> files, I am happy with it :)
>>
>> cheers,
>> stefan
>>
>> On 9/14/16 18:31, Michaël Michaud wrote:
>>> Hi list,
>>>
>>> ExtractLayerByGeometry is a very useful tool, but after several
>>> revisions, its semantic is still not the one I'd like:
>>>
>>> first version (beckerl)
>>> empty features -> deleted
>>> (multi)point -> first layer
>>> (multi)linestring -> second layer
>>> (multi)polygon -> third layer
>>>
>>> second version (beckerl)
>>> geometrycollection : decompose to simple geometries
>>> point -> first layer
>>> linestring -> second layer
>>> polygon -> third layer
>>>
>>> third version (mmichaud)
>>> same as previous but put empty geometrycollection in a separate layer
>>>
>>> fourth (last) version (mentaer)
>>> option explode geometries
>>> yes -> same as previous
>>> no -> all geometrycollections (including multi*) go to the same "mixed"
>>> layer
>>>
>>> What I want
>>> radio button 1 : extract simple types (point / linestring / polygon)
>>> after explosion of all geometrycollections and multi*
>>> radio button 2 : extract by shapefile base types (point / polyline /
>>> polygon / multipoint) + geometryCollection for true GeometryCollection
>>> radio button 3 : extract by dimension ((multi)point / (multi)linestring
>>> / (multi)polygon) + geometryCollection for true GeometryCollection
>>> - option : empty geometries in a separate layer
>>>
>>> Any comment ?
>>>
>>> --
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> --
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ExtractLayerByGeometry

2016-09-14 Thread Stefan Steiniger
Hey,

rather than valuing Michaels proposal. Just a comment: If I remember 
correctly I did this change with the GeometryCollections to further 
process (split) a previously imported OpenStreetMap *.osm file 
(resulting in one Layer with everything mixed up). And I also think that 
I used the empty GeometryCollection trick to get some OSM objects loaded 
that may have no geometry (similar trick as with loading csv table?). So 
if Michaels changes still allow me to load and split (arbitrary) osm 
files, I am happy with it :)

cheers,
stefan

On 9/14/16 18:31, Michaël Michaud wrote:
> Hi list,
>
> ExtractLayerByGeometry is a very useful tool, but after several
> revisions, its semantic is still not the one I'd like:
>
> first version (beckerl)
> empty features -> deleted
> (multi)point -> first layer
> (multi)linestring -> second layer
> (multi)polygon -> third layer
>
> second version (beckerl)
> geometrycollection : decompose to simple geometries
> point -> first layer
> linestring -> second layer
> polygon -> third layer
>
> third version (mmichaud)
> same as previous but put empty geometrycollection in a separate layer
>
> fourth (last) version (mentaer)
> option explode geometries
> yes -> same as previous
> no -> all geometrycollections (including multi*) go to the same "mixed"
> layer
>
> What I want
> radio button 1 : extract simple types (point / linestring / polygon)
> after explosion of all geometrycollections and multi*
> radio button 2 : extract by shapefile base types (point / polyline /
> polygon / multipoint) + geometryCollection for true GeometryCollection
> radio button 3 : extract by dimension ((multi)point / (multi)linestring
> / (multi)polygon) + geometryCollection for true GeometryCollection
> - option : empty geometries in a separate layer
>
> Any comment ?
>
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Add SRID and units to Task

2016-08-03 Thread Stefan Steiniger
to me this makes all sense to start working on this - even just for 
testing (without any on-the-fly re-projection) and see how it goes.; to 
see where problems would be, etc.


my2cents
stefan

On 08/03/2016 10:46 AM, Giuseppe Aruta wrote:


@Jukka and Manfred.
My project doesn't consider any tranfirmation or reproduction in this 
step. Only ability to recognize if selected Map ( task in this case) 
is in metre foot or in geographic coordinates


Il 03/Ago/2016 14:46, "manf...@egger-gis.at 
" > ha scritto:


... look here: http://epsg.io/?q=Austria&=search

Best regards

-Original Message-
From: "manf...@egger-gis.at "
>
Sent: Wednesday, August 3, 2016 8:40am
To: "OpenJump develop and use"
>
Cc: "OpenJump develop and use"
>
Subject: Re: [JPP-Devel] Add SRID and units to Task

... i think Peppe means that in every country there are typical
coordinate systems (in Austria there are about 12 -15).
If the user add some data which are "wrong" located and wants to
tranform it OPEN JUMP will recommend typical EPSG-Code basing on
the EPSG of the project. This does not mean "on the fly
transformation"?

Manfred Egger

Alois-Schrott-Str. 34
6020 Innsbruck
Austria

Web: http://egger-gis.at


-Original Message-
From: "Rahkonen Jukka (MML)" >
Sent: Wednesday, August 3, 2016 7:25am
To: "OpenJump develop and use"
>
Subject: Re: [JPP-Devel] Add SRID and units to Task


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Hi,

I fear that you aim at similar “on the fly CRS transformation”
than QGIS has. I admit that it would be nice to be able to use
layers with different native SRIDs together in OpenJUMP project
but I am pretty sure that it will introduce new problems as well
for example when editing data or making measurements in the
non-native SRID. I hope that the current robust but not so much
SRID aware behavior can still be preserved in the future as an option.

You did not mention JML data files but I think that they could
have an additional element for storing the SRID.

-Jukka Rahkonen-

Giuseppe Aruta wrote:


Hi all,
The title explains what is my idea. In a possible future we can
extend OJ projection capabilities.  And the 1st step I would
explore is to add SRID code to a task (to centralize possible
transformations) and unit of measurements (retriving from SRID,
which will affect other plugins/tools like measure tools, measure
area/length, display scales etc, especially for Geographic
coordinate systems).
I gave a look at Task class , should I implement (srid and unit)
as properties into the associate xml file? Does it breaks
compatibility?
Thanks for the help
Peppe






--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] new SaveAs wizard

2016-07-29 Thread Stefan Steiniger
> which formats actually depend on a prj file because they don't file their 
> projection themselves?
as far as I recall its only shapefile ;) There aren't many other 
standard vector formats.
Interestingly QGIS creates sometimes in parallel a *.qpj file, not 
touching the original one.
In geojson there is only definition of the projection as epsg code ¿I 
think?, not as separate file.

And for raster we have only tfw - but this doesn't include the 
projection/coord sys info. Interestingly I got recently data where they 
send me also a prj file with the raster data... so one would know which 
projection it is in.

my 2 cents,
stefan


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] GeoJSON write support

2016-07-14 Thread Stefan Steiniger
<<< text/html;	charset=utf-8: Unrecognized >>>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Adding GeoJSON read/write with JTS

2016-07-06 Thread Stefan Steiniger

>> I also saw that you also prepared a writing part for GeoJSON - thanks for 
>> the work
> yes, write support will come next. all thanks to Jukka! he offered to sponsor 
> the GeoJSON development!
uhhh... applause!

I hope its going via his employer, or so. I, unfortunately can only pay 
to someone with a Chilean tax ID :(

stefan

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Adding GeoJSON read/write with JTS

2016-07-01 Thread Stefan Steiniger
marvelous Ede!

GeoJSON is more than a hipster format nowadays ;)

stefan

On 7/1/16 15:04, edgar.sol...@web.de wrote:
> hey Jukka,
>
> please try r4945 or later.
>
> ..ede
>
> On 27.06.2016 11:47, Rahkonen Jukka (MML) wrote:
>> Yes, sure, having all as strings is a good start.
>>
>>   
>> -Jukka-
>>
>> edgar soldin wrote:
>>
>>> Jukka,
>>> could you live with all attributes being read as Strings for now? ..ede
>> On 27.06.2016 08:35, Jukka Rahkonen wrote:
 Hi,

 Json datatypes http://www.tutorialspoint.com/json/json_data_types.htm do 
 not map perfectly with OJ datatypes. Strings can be separated from 
 numbers, though, but there is another problem in missing schema. Each 
 feature can have different attributes.

 I believe that GDAL is scanning the GeoJSON file twice for finding all the 
 attributes which appear in the data and analyzing their datatypes. Rather 
 often GeoJSON is converted from GIS data and then schema is fixed so that 
 all features have same set of attributes and empty ones are marked as 
 NULL. Still it is hard to know the type of attribute if it is NULL.

 Code for reading GeoJSON with GeoTools is at
 https://github.com/geotools/geotools/tree/master/modules/unsupported/g
 eojson

 An easy start could be to read the first one feature and build schema
 with attribute types double, string, boolean. But what to do if there
 are null values? Read first hundred? Read until first not null? Or let
 user make a header line with schema into a separate file
 "basename.jsont" like with the GDAL CSV driver
 http://www.gdal.org/drv_csv.html

 attr_1:string;attr_2:integer;attr_3:double

 Sorry that I can't give simple answers, I thought it would be easier and 
 handled by JTS already.

 -Jukka-

 edgar.sol...@web.de kirjoitti 2016-06-26 17:19:
> hey Jukka,
>
> attributes do not seem to carry a type in GeoJSON.. any idea how this
> is supposed to be parsed?
>
> ..ede
>
> On 23.06.2016 16:20, Jukka Rahkonen wrote:
>> Hi Ede,
>>
>> Please find attached. I included some small samples in both JML and 
>> GeoJSON. For the conversion I used ogr2ogr:
>>
>> ogr2ogr -f geojson output.json input.jml
>>
>> Test data is not perfect:
>>
>> - I just digitized some features and they may be outside the real
>> area of the EPSG:4326 which is default in GeoJSON (-90,-180,90,180)
>> - GDAL warned that DateTime type is not natively supported
>>
>> For handling projections with ogr2ogr use source and target srs
>> parameters as
>>
>> ogr2ogr -f geojson -s_srs epsg:3067 -t_srs epsg:4326 output.json
>> input.jml
>>
>> -Jukka-
>>
>> edgar.sol...@web.de kirjoitti 2016-06-23 15:56:
>>> Jukka,
>>>
>>> do you have an example dataset to tiner with for me?
>>>
>>> ..ede
>> --
>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San 
>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries 
>> present their vision of the future. This family event has something for 
>> everyone, including kids. Get more information and register today.
>> http://sdm.link/attshape
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>> --
>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
>> present their vision of the future. This family event has something for
>> everyone, including kids. Get more information and register today.
>> http://sdm.link/attshape
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the 

Re: [JPP-Devel] Feature Info panel and feature selection

2016-07-01 Thread Stefan Steiniger

I kind of agree

stefan

On 7/1/16 07:14, Nicolas Ribot wrote:
Ok, I see this discussion: "LayerView/AttributeTable selection 
synchronization" and in the code, I see a attributeTable is used in 
FeatureInfoPanel.


Could an option be added to OJ to control the attributeTable selection ?
IMO, previous behaviour was fine: select row(s), then decide if you 
want a map selection or not.
Defaulting to feature flashing when a row is clicked is really handy 
when debugging spatial features.


Nicolas

On 1 July 2016 at 12:02, Nicolas Ribot > wrote:


Hi all,

The current behaviour for Feature Info panel is different from
previous versions:
Now, when a Feature Info row is clicked, the corresponding feature
is automatically selected.
It is not possible to just flash the selected row, as the
corresponding feature is selected.

Furthermore, when a feature is selected in the map (because its
row was clicked on FeatureInfo), then it appears in subsequent
Info panel, even if the feature is not part of the info selection
set. It is a source of confusion when checking features.

Is it possible (or where can it be done) to add an option to keep
old mechanism: clicking on a row flashes the feature, clicking on
the select button selects the feature on the map ?

Thanks

Nicolas




--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Difficult data for concave hull

2016-06-27 Thread Stefan Steiniger
thanks for explaining Jukka! Makes sense. But how to implement that... 
phewww... not sure.



On 6/27/16 17:54, Rahkonen Jukka (MML) wrote:


Hi Stefan,

Actually the issue was that without playing with densification and 
tolerance (which is documented) the result did contain all the 
vertices but not the whole area of the polygons.


And it may be that some users would expect the result to be something like

I guess that it is hard to define how the result should be as a basis 
for the algorithm. Perhaps “follow the shapes as closely as possible 
while keeping the perimeter of the linear ring below threshold [].


-Jukka Rahkonen-

Stefan Steiniger wrote:

Hi,

actually the question is: What do you expect for a result, Jukka? The 
picture by Michaël seems reasonable to me and I wonder how it should 
look for you.


cheers.,
Stefan

On 6/23/16 17:30, Michaël Michaud wrote:

Hi Jukka,

As far as I remember (I did not find confirmation in Eric's
documentation), the algorithm produces a single polygon.

In your case, there are several input polygons. If you densify
their boundaries, you'll get something close to the original
polygons, but with narrow corridors to rely them. I think this is
a limitation of the algorithm rather than a bug. Here is what I
get with a densification of 1m. Would be interesting to overcome
this limitation though.

Le 23/06/2016 à 14:50, Rahkonen Jukka (MML) a écrit :

Hi,

I was playing with the Concave hull plugin and got usually
good results. However, the attached data gives odd results
even if I followed the hint to densify the geometries. Sending
to the list if some developers happens to be interested in
having a look.

-Jukka Rahkonen-





--

Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San

Francisco, CA to explore cutting-edge tech and listen to tech luminaries

present their vision of the future. This family event has something for

everyone, including kids. Get more information and register today.

http://sdm.link/attshape




___

Jump-pilot-devel mailing list

Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel






--

Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San

Francisco, CA to explore cutting-edge tech and listen to tech luminaries

present their vision of the future. This family event has something for

everyone, including kids. Get more information and register today.

http://sdm.link/attshape




___

Jump-pilot-devel mailing list

Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Difficult data for concave hull

2016-06-24 Thread Stefan Steiniger

Hi,

actually the question is: What do you expect for a result, Jukka? The 
picture by Michaël seems reasonable to me and I wonder how it should 
look for you.


cheers.,
Stefan

On 6/23/16 17:30, Michaël Michaud wrote:


Hi Jukka,

As far as I remember (I did not find confirmation in Eric's 
documentation), the algorithm produces a single polygon.


In your case, there are several input polygons. If you densify their 
boundaries, you'll get something close to the original polygons, but 
with narrow corridors to rely them. I think this is a limitation of 
the algorithm rather than a bug. Here is what I get with a 
densification of 1m. Would be interesting to overcome this limitation 
though.



Le 23/06/2016 à 14:50, Rahkonen Jukka (MML) a écrit :


Hi,

I was playing with the Concave hull plugin and got usually good 
results. However, the attached data gives odd results even if I 
followed the hint to densify the geometries. Sending to the list if 
some developers happens to be interested in having a look.


-Jukka Rahkonen-



--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] some enhancements on status bar

2016-06-14 Thread Stefan Steiniger

yep! I like it too :)

On 06/14/2016 04:55 PM, Michaël Michaud wrote:


Hi,

Nice job, thank you Peppe.

Michaël


Le 14/06/2016 à 17:22, Giuseppe Aruta a écrit :

Hi,
I updated the wiki page "Info bar" (Status bar) with the new 
improvements:

http://ojwiki.soldin.de/index.php?title=Info_Bar
Best regards
Peppe

2016-06-08 17:45 GMT+02:00 Giuseppe Aruta >:


You are right Michael.  I am going to upgrade the wiki in the
next days.
Peppe

Il 07/Giu/2016 22:05, "Michaël Michaud"
> ha scritto:

Hi Peppe,

I really like it ;-)

Please, add a few words in the wiki, it would be sad if
nobody use it just because it is not documented.

Michaël


Le 04/06/2016 à 17:58, Giuseppe Aruta a écrit :

Hi all,
giving a look at the workbenchframe class I realized that
there was a hidden option to activate garbage collector
simply double cliking on the memory section.
I adopted that way and I did some similar modifications:
- double clicking on scale section opens Zoom to scale plugin
- double clicking on coordinate section opens Zoom to
coordinates plugin

I ask you to give a test to check if there are some problems
best regards
Peppe



--
What NetFlow Analyzer can do for you? Monitors network bandwidth and 
traffic
patterns at an interface-level. Reveals which users, apps, and 
protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning 
reports.https://ad.doubleclick.net/ddm/clk/305295220;132659582;e


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
What NetFlow Analyzer can do for you? Monitors network
bandwidth and traffic
patterns at an interface-level. Reveals which users, apps,
and protocols are
consuming the most bandwidth. Provides multi-vendor support
for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using
capacity
planning reports.
https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports.https://ad.doubleclick.net/ddm/clk/305295220;132659582;e


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421=/41014381


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421=/41014381___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Improved version of Layer Properties plugin

2016-05-23 Thread Stefan Steiniger


Hi, i think ReprojectionPlugIn must be the original JUMP plugin, programed by Jon, which projects onto a sphere or so, but it never got activated. It kind of works and code should be in the original JUMP tree. Back then VividSolutions  (Jon & Martin) started working on CTS support, but they never really got full into it. Could be that there was no funding. cheers,stefan -- Originalnachricht --Von: Giuseppe Aruta <giuseppe.ar...@gmail.com>Datum: 23.05.2016 6:20An: OpenJump evelop and use;Betreff:Re: [JPP-Devel] Improved version of Layer Properties pluginCTSPlugIn is your plugin, Ede. I have been used  a lot and it is still valid in case of local transformation.I found also a:org.openjump.core.ui.plugin.layer.ReprojectionPlugIn which is not included in OJ code neither in the plugins.Does someone know what is that?Peppe2016-05-23 12:15 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com>:Hi Ede,But there are some plugin which are not actived even if they are in the default_plugins.xml file, like- org.openjump.core.ui.plugin.layer.CTSPlugInafter-org.openjump.core.ui.plugin.layer.NewLayerPropertiesPlugInand - org.openjump.core.ui.plugin.layer.LayerPropertiesPlugIn (this is a duplicate) after  - com.vividsolutions.jump.workbench.ui.plugin.AddNewFeaturesPlugInPeppe2016-05-23 11:00 GMT+02:00 <edgar.sol...@web.de>:Peppe,

double entries in default-plugins.xml are not dead but merely entries for if a plugin is installed into more than one menu (eg. main and layerview popup).

..ede


On 21.05.2016 17:14, Giuseppe Aruta wrote:
> Hi Michael,
> Thanks for clarification.I correct the plugin position.
> I was confused as there are two org.openjump.core.ui.plugin.layer.LayerPropertiesPlugIn  entries on default-plugins.xml file.
> There are also other "dead" lines.
> Peppe
>
> 2016-05-21 11:03 GMT+02:00 Michaël Michaud <m.michael.mich...@orange.fr <mailto:m.michael.mich...@orange.fr>>:
>
> Hi Peppe,
>
> I'm OK with putting LayerProperties plugin between "Zoom to Layer" and "View / edit attributes"
>
> but I don't understand your previous mail.
> Curently, LayerProperties (old one) is just before "Zoom to Layer" (line 1077 in default-plugins)
> NewLayerProperties is located after "Add New Features" (line 1217 in default-plugins)
>
> I think you don't want NewLayerProperties to be at this place...
>
> Michaël
>
>
>
> Le 21/05/2016 à 07:38, Giuseppe Aruta a écrit :
>> Anyhow I would prefer to have Layer Properties plugin and View / edit attributes  close to each other. I would move Zoom to layer one step higher.
>>
>> 2016-05-21 7:33 GMT+02:00 Giuseppe Aruta <giuseppe.ar...@gmail.com <mailto:giuseppe.ar...@gmail.com>>:
>>
>> Hi Michael,
>> No Michael, I found the two codes (apperently both actived) and  I only substituted my commits in the same place where Layer Properties was displayed on my laptop. In my case it was the reverse (from OJ4915 (the one before my changes) and on my Win8): the displayed LayerPropertyPlugIn was the one afte "Delete All features" while the one after AddNewFeaturesPlugIn was not displayed. I uncommeted the one that was active on my laptop, but left the other.
>> I wonder if the double code creates different menu organizations on different  PC/OS
>> Peppe
>>
>>
>> 2016-05-21 1:28 GMT+02:00 Michaël Michaud <<mailto:m.michael.mich...@orange.fr>m.michael.mich...@orange.fr <mailto:m.michael.mich...@orange.fr>>:
>>
>> Hi Peppe,
>>
>> Nice looking :o)
>> In the default-plugin.xml, the LayerPropertyPlugIn just after "Delete All features" is still the old one.
>> The new one is located after "Add New Features" Is it intended ?
>> You probably wanted to replace old one by new one.
>>
>> Michaël
>>
>>
>> Le 20/05/2016 à 14:38, Stefan Steiniger a écrit :
>>>
>>> Hey Peppe,
>>>
>>> looks nice!
>>> I wondered about the package location and naming, but I see now that I actually did create openjump.core.ccordsys :( or better ;)
>>>
>>> cheers,
>>> Stefan
>>>
>>> On 5/20/16 07:06, Giuseppe Aruta wrote:
>>>>
>>>> ​Hi all,
>>>> An enhenced version of Layer property plugin is available on OpenJUMP Nightly build 4916.
>>>> Immagine incorporata 1
>>>> This new version di

[JPP-Devel] interesting read... what happens if your (QGIS) Software project gets big and (many) companies involved

2016-04-25 Thread Stefan Steiniger
Hey guys,

did just read this interesting post by Tim Sutton who is heading the 
QGIS steering committee. Fortunately there isn't anything that the OJ 
Dev team has to think about yet... the only exception may be the naming 
of extensions. For instance I called on of my extensions OpenJUMP 
HoRAE... But well HoRAE isn't a company name or a like, and sources are 
available in our repository.

Promoting and using QGIS for the enterprise – QGIS.org blog
http://blog.qgis.org/2016/04/23/promoting-and-using-qgis-for-the-enterprise/

This stuff is of course based on experiences... so I wonder what happens 
over there

cheers,
stefan

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Cleaning, formatting rewriting

2016-04-01 Thread Stefan Steiniger

w someone made advertisement for OJ?

keep up the good work!

On 4/1/16 04:25, Michaël Michaud wrote:

Hi,

Thanks, I'm not sure it worthwhile, but I prefer to take the following 
graphic as an encouragement.
These figures are probably much distorted by automatic downloads, but 
it is the first time we
exceeded 4000 downloads a month, and the same month, we nearly reached 
5000 (stable

release only) :


Michaël

Le 31/03/2016 13:59, Giuseppe Aruta a écrit :

Yes! Landon is right! Thanks Michael for your job.

2016-03-30 23:00 GMT+02:00 Landon Blake >:


Thanks for your work cleaning the code Michael. I appreciate it.

Landon

On Sun, Mar 27, 2016 at 7:28 AM, Edgar Soldin
 wrote:

On 24.03.2016 13 :55, Michaël Michaud wrote:
> Thanks,
> I also can undertake some changes with more confidence
because I know I
> can get excellent support on this list either in GIS area
or in java
> programming area ;-)

noted :).. happy bunny days.. ede


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Remove spike plugin

2016-03-11 Thread Stefan Steiniger

my 2 cents: QA :) same for MakeValid

On 3/11/16 04:53, Michaël Michaud wrote:

Hi Peppe,

Always difficult to "classify" plugins.
IMHO, RemoveSpike has not much to do with topology as it is not 
intended to change feature topology (neither internal topology of 
single features nor topology between features). But I agree that Edit 
Geometry may not be the ideal choice.
My second choice would we to put it in QA, along with MakeValid (which 
is currently also under Edit Geometry)
And as we are at it, maybe it would be easier to find precision 
reducer under generalization menu.


Let's listen to other users opinions before making a change,

Michaël





Le 11/03/2016 07:18, Giuseppe Aruta a écrit :

Hi Michael,
Interesting tool.
Instead to add under Tools/Edit geometry, we can create a new submenu 
(Toools/Topology) for this plugin and similar.

best regards
Peppe

2016-03-11 0:05 GMT+01:00 Michaël Michaud 
>:


Hi Jukka,

Just added a plugin to remove spikes. We can include it in the
1.9.1 or
deactivate it from default-plugin.xml to let you more time to test.
I used two parameters (distance / angle) which may have a slightly
different effect, but it may be more difficult to use. Let me
know what
you think.
I did not make any difference between internal and external angles.

vertex A is removed if angle < angle-tolerance AND distance <
dist-tolerance

A
|\angle
|  \
|\
|  \
|<--> distance
|
|

Michaël


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Any features added to openjump between versions 1.7.1 and 1.8.0 worth mentioning in the Project Overview?

2016-03-06 Thread Stefan Steiniger
Hi Cameron,

I did some 2-3 changes to the overview and the quickstart and created a 
pull request.

Apart from that its really amazing that one can view and edit the rst 
files on Github. This makes stuff a hell of a lot easier (especially as 
I haven't fired up my Eclipse with SVN since months). Thanks to the 
person that had this fantastic idea, and thanks to you for sending the 
reminder emails, etc. All highly appreciated!

cheers,
stefan

On 3/3/16 18:41, Cameron Shorter wrote:
> Hi Edgar,
> Are you suggesting changes are required for the Project Overview? I 
> assume just a line or two? If so, could someone please give us 15 mins 
> or so this weekend to do the update? I can review once done.
>
> Do you think updates are required for the Quickstart? I appreciate the 
> Quickstart might take more time.
>
> Warm regards, Cameron
>
> On 3/03/2016 9:08 am, edgar.sol...@web.de wrote:
>> hey All,
>>
>> we should probably update those pages. OJ 1.9 gained some features in 
>> between. but as sorry as i am, i don't see me finding the time any 
>> time soon to do so.
>>
>> .. ede
>>
>> On 02.03.2016 22:44, Cameron Shorter wrote:
>>> Thanks Landon,
>>> I'll update the version in the project overview. I assume no changes 
>>> are required for the quickstart?
>>>
>>> Cheers Cameron
>>>
>>> On 3/03/2016 4:55 am, Landon Blake wrote:
 Cameron:

 I didn't see any major changes needed to the overview. I also 
 believe we have publicly released Version 1.9. What do we need to 
 do to get the latest version on the LiveDVD?

 Landon

 On Mon, Feb 29, 2016 at 2:56 AM, > wrote:

  Hi Stefan, Landon, Michaë, Edgar,

  The OSGeo-Live Project Overview for openjump currently 
 describes version 1.7.1, however version 1.8.0 is installed on the 
 next OSGeo-Live9.5 release.
  Are there any features which should be added to the Project 
 Overview, or does the doc just require a version update?

  You can see the latest nightly OSGeo-Live docs here: 
 http://adhoc.osgeo.osuosl.org/livedvd/docs/en/overview/overview.html
  And docs are in git here: https://github.com/OSGeo/OSGeoLive-doc

  Warm regards,

  --
  Cameron Shorter,
  Software and Data Solutions Manager
  LISAsoft
  Suite 112, Jones Bay Wharf,
  26 - 32 Pirrama Rd, Pyrmont NSW 2009

  P +61 2 9009 5000 , W 
 www.lisasoft.com 


>>> -- 
>>> Cameron Shorter,
>>> Software and Data Solutions Manager
>>> LISAsoft
>>> Suite 112, Jones Bay Wharf,
>>> 26 - 32 Pirrama Rd, Pyrmont NSW 2009
>>>
>>> P +61 2 9009 5000,  W www.lisasoft.com,  F +61 2 9009 5099
>>>
>


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Fwd: Re: Any features added to openjump between versions 1.7.1 and 1.8.0 worth mentioning in the Project Overview?

2016-03-06 Thread Stefan Steiniger

Ok, I update the Overview with Jukka's suggestions:
https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/overview/openjump_overview.rst

Its, however, not clear to me if the support for GeoPackage, MariaDB, 
etc is now part of the core or of PLUS. So perhaps a "+" or a "*" needs 
to be added to the doc.


cheers,
stefan

On 3/3/16 07:19, Rahkonen Jukka (MML) wrote:


I don’t think that anything essential is missing. Perhaps PDF as an 
outputformat. If we get 1.9 into LiveDVD then Coordinate conversion is 
worth mentioning, as well as H2 Spatial and GeoPackage as input formats.


-Jukka Rahkonen-

Stefan Steiniger wrote:

any comments?
I don't really now if you had major changes (e.g. renaming of 
functions... but I don't think so)


stefan


 Forwarded Message 

*Subject: *



Re: Any features added to openjump between versions 1.7.1 and 1.8.0 
worth mentioning in the Project Overview?


*Date: *



Thu, 3 Mar 2016 08:44:57 +1100

*From: *



Cameron Shorter <cameron.shor...@gmail.com> 
<mailto:cameron.shor...@gmail.com>


*To: *



Landon Blake <sunburned.surve...@gmail.com> 
<mailto:sunburned.surve...@gmail.com>


*CC: *



Stefan Steiniger <sst...@geo.uzh.ch> <mailto:sst...@geo.uzh.ch>, 
Michaël Michaud <michael.mich...@free.fr> 
<mailto:michael.mich...@free.fr>, Edgar Soldin <edgar.sol...@web.de> 
<mailto:edgar.sol...@web.de>




Thanks Landon,
I'll update the version in the project overview. I assume no changes 
are required for the quickstart?


Cheers Cameron

On 3/03/2016 4:55 am, Landon Blake wrote:

Cameron:

I didn't see any major changes needed to the overview. I also
believe we have publicly released Version 1.9. What do we need to
do to get the latest version on the LiveDVD?

Landon

On Mon, Feb 29, 2016 at 2:56 AM, <cameron.shor...@gmail.com
<mailto:cameron.shor...@gmail.com>> wrote:

Hi Stefan, Landon, Michaë, Edgar,

The OSGeo-Live Project Overview for openjump currently
describes version 1.7.1, however version 1.8.0 is installed on
the next OSGeo-Live9.5 release.
Are there any features which should be added to the Project
Overview, or does the doc just require a version update?

You can see the latest nightly OSGeo-Live docs here:
http://adhoc.osgeo.osuosl.org/livedvd/docs/en/overview/overview.html
And docs are in git here:
https://github.com/OSGeo/OSGeoLive-doc
<https://github.com/OSGeo/OSGeoLive-doc>

Warm regards,

-- 
Cameron Shorter,

Software and Data Solutions Manager
LISAsoft
Suite 112, Jones Bay Wharf,
26 - 32 Pirrama Rd, Pyrmont NSW 2009

P +61 2 9009 5000 <tel:%2B61%202%209009%205000>,  W
www.lisasoft.com <http://www.lisasoft.com>



--
Cameron Shorter,
Software and Data Solutions Manager
LISAsoft
Suite 112, Jones Bay Wharf,
26 - 32 Pirrama Rd, Pyrmont NSW 2009
P +61 2 9009 5000,  Wwww.lisasoft.com <http://www.lisasoft.com>,  F +61 2 9009 
5099



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] How to find spikes with OpenJUMP?

2016-03-03 Thread Stefan Steiniger

Hey,

I couldn't find a standard tool either. So it would need to be via 
scripting.
Interestingly in QA theres is an option to check for min angle... so 
what you want is the reverse. But I also don't know of a tool to fix 
that. Don't even remeber if I implemented something alike in the mapgen 
toolbox, but it was rather focused on buildings :/


stefan

On 3/3/16 09:57, Rahkonen Jukka (MML) wrote:


Hi,

I would need a topology tool that could find and possibly remove 
spikes from geometries. I believe that a spike could be defined as an 
angle of <-179 degrees or >179 degrees between two adjacent segments. 
Any suggestions?


-Jukka Rahkonen-



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Fwd: Re: Any features added to openjump between versions 1.7.1 and 1.8.0 worth mentioning in the Project Overview?

2016-03-03 Thread Stefan Steiniger

Ah good.
If I saw correctly the doc is now on Github, means one can edit the text 
just online.


will check that on the weekend.

stefan

On 3/3/16 07:19, Rahkonen Jukka (MML) wrote:


I don’t think that anything essential is missing. Perhaps PDF as an 
outputformat. If we get 1.9 into LiveDVD then Coordinate conversion is 
worth mentioning, as well as H2 Spatial and GeoPackage as input formats.


-Jukka Rahkonen-

Stefan Steiniger wrote:

any comments?
I don't really now if you had major changes (e.g. renaming of 
functions... but I don't think so)


stefan


 Forwarded Message 

*Subject: *



Re: Any features added to openjump between versions 1.7.1 and 1.8.0 
worth mentioning in the Project Overview?


*Date: *



Thu, 3 Mar 2016 08:44:57 +1100

*From: *



Cameron Shorter <cameron.shor...@gmail.com> 
<mailto:cameron.shor...@gmail.com>


*To: *



Landon Blake <sunburned.surve...@gmail.com> 
<mailto:sunburned.surve...@gmail.com>


*CC: *

    

Stefan Steiniger <sst...@geo.uzh.ch> <mailto:sst...@geo.uzh.ch>, 
Michaël Michaud <michael.mich...@free.fr> 
<mailto:michael.mich...@free.fr>, Edgar Soldin <edgar.sol...@web.de> 
<mailto:edgar.sol...@web.de>




Thanks Landon,
I'll update the version in the project overview. I assume no changes 
are required for the quickstart?


Cheers Cameron

On 3/03/2016 4:55 am, Landon Blake wrote:

Cameron:

I didn't see any major changes needed to the overview. I also
believe we have publicly released Version 1.9. What do we need to
do to get the latest version on the LiveDVD?

Landon

On Mon, Feb 29, 2016 at 2:56 AM, <cameron.shor...@gmail.com
<mailto:cameron.shor...@gmail.com>> wrote:

Hi Stefan, Landon, Michaë, Edgar,

The OSGeo-Live Project Overview for openjump currently
describes version 1.7.1, however version 1.8.0 is installed on
the next OSGeo-Live9.5 release.
Are there any features which should be added to the Project
Overview, or does the doc just require a version update?

You can see the latest nightly OSGeo-Live docs here:
http://adhoc.osgeo.osuosl.org/livedvd/docs/en/overview/overview.html
And docs are in git here:
https://github.com/OSGeo/OSGeoLive-doc
<https://github.com/OSGeo/OSGeoLive-doc>

Warm regards,

-- 
Cameron Shorter,

Software and Data Solutions Manager
LISAsoft
Suite 112, Jones Bay Wharf,
26 - 32 Pirrama Rd, Pyrmont NSW 2009

P +61 2 9009 5000 <tel:%2B61%202%209009%205000>,  W
www.lisasoft.com <http://www.lisasoft.com>



--
Cameron Shorter,
Software and Data Solutions Manager
LISAsoft
Suite 112, Jones Bay Wharf,
26 - 32 Pirrama Rd, Pyrmont NSW 2009
P +61 2 9009 5000,  Wwww.lisasoft.com <http://www.lisasoft.com>,  F +61 2 9009 
5099



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: Re: Any features added to openjump between versions 1.7.1 and 1.8.0 worth mentioning in the Project Overview?

2016-03-02 Thread Stefan Steiniger

any comments?
I don't really now if you had major changes (e.g. renaming of 
functions... but I don't think so)


stefan

 Forwarded Message 
Subject: 	Re: Any features added to openjump between versions 1.7.1 and 
1.8.0 worth mentioning in the Project Overview?

Date:   Thu, 3 Mar 2016 08:44:57 +1100
From:   Cameron Shorter <cameron.shor...@gmail.com>
To: Landon Blake <sunburned.surve...@gmail.com>
CC: 	Stefan Steiniger <sst...@geo.uzh.ch>, Michaël Michaud 
<michael.mich...@free.fr>, Edgar Soldin <edgar.sol...@web.de>




Thanks Landon,
I'll update the version in the project overview. I assume no changes are 
required for the quickstart?


Cheers Cameron

On 3/03/2016 4:55 am, Landon Blake wrote:

Cameron:

I didn't see any major changes needed to the overview. I also believe 
we have publicly released Version 1.9. What do we need to do to get 
the latest version on the LiveDVD?


Landon

On Mon, Feb 29, 2016 at 2:56 AM, <cameron.shor...@gmail.com 
<mailto:cameron.shor...@gmail.com>> wrote:


Hi Stefan, Landon, Michaë, Edgar,

The OSGeo-Live Project Overview for openjump currently describes
version 1.7.1, however version 1.8.0 is installed on the next
OSGeo-Live9.5 release.
Are there any features which should be added to the Project
Overview, or does the doc just require a version update?

You can see the latest nightly OSGeo-Live docs here:
http://adhoc.osgeo.osuosl.org/livedvd/docs/en/overview/overview.html
And docs are in git here: https://github.com/OSGeo/OSGeoLive-doc

Warm regards,

-- 
Cameron Shorter,

Software and Data Solutions Manager
LISAsoft
Suite 112, Jones Bay Wharf,
26 - 32 Pirrama Rd, Pyrmont NSW 2009

P +61 2 9009 5000 <tel:%2B61%202%209009%205000>, W
www.lisasoft.com <http://www.lisasoft.com>




--
Cameron Shorter,
Software and Data Solutions Manager
LISAsoft
Suite 112, Jones Bay Wharf,
26 - 32 Pirrama Rd, Pyrmont NSW 2009

P +61 2 9009 5000,  Wwww.lisasoft.com,  F +61 2 9009 5099



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: [jump-pilot:bugs] #330 Postgis fails to connect for 1.6.3 (rev. 3576)

2016-02-23 Thread Stefan Steiniger

fyi, Ede :)


 Forwarded Message 
Subject: 	[jump-pilot:bugs] #330 Postgis fails to connect for 1.6.3 
(rev. 3576)

Date:   Tue, 23 Feb 2016 05:17:03 +
From:   John L. Poole 
Reply-To:   [jump-pilot:bugs] <3...@bugs.jump-pilot.p.re.sf.net>
To: [jump-pilot:bugs] <3...@bugs.jump-pilot.p.re.sf.net>



Just a "heads up": here I am in 2016 using OpenJUMP-1.9.0-r4795 againt 
PostgreSQL 9.5 with PostGIS and ran into the same problem and found this ticket and fixed 
my problem by adding around line 214 in bin/oj_windows.bat:



rem -- 2/22/2016 jlpoole:  added:
rem -Djava.net.preferIPv4Stack=true 
-Djava.net.preferIPv6Addresses=false
rem
rem -- essential options, don't change unless you know what you're doing --
set JAVA_OPTS=%JAVA_OPTS% -Dlog4j.configuration="%LOG4J_CONF%" -Dlog.dir="%LOG_DIR%" 
-Djump.home="%JUMP_HOME%" %JAVA_MEM% -Djava.net.preferIPv4Stack=true 
-Djava.net.preferIPv6Addresses=false




---

** [bugs:#330] Postgis fails to connect for 1.6.3 (rev. 3576)**

**Status:** closed-fixed
**Labels:** postgis
**Created:** Mon Aug 26, 2013 02:43 PM UTC by John L. Poole
**Last Updated:** Tue Nov 18, 2014 04:27 PM UTC
**Owner:** nobody


Postgis fails to connect for 1.6.3 (rev. 3576)

I downloaded and installed OpenJUMP-Installer-1.6.3-r3576-PLUS.exe on 8/25/2013.  I select "File-SQL run Datastore Query" and I am presented with the "Run Datasotre 
Query" dialog.  I click the database icon to create a new connection, I get the "Connection Manager" dialog and I click "Add".  I then fill in the dialog 
"Add Connection" with 1) name "Test", 2) leave deafult picklist item of "PostGIS", 3) a recognized server (also tried the IP of my server), 4) 
"5432", 5) a known database, 6) confirmed user account, 7) confirmed password.  After clicking "OK", I then select my newly created entry in Connection Manager 
and then I click "Connect".

I get a window titled "PSQL Exception" with "The connection attempt failed (PSQL 
Exception)".  The Java stack trace reflected in the "Details" child window will be attached 
hereto.





---

Sent from sourceforge.net because you indicated interest in 




To unsubscribe from further messages, please visit 




--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Fwd: [SoC] [@Mentors: Action required] GSoC 2016 Ideas page

2016-02-16 Thread Stefan Steiniger
If anyone (a student) is interested - please let me know a.s.a.p. 
Perhaps we can make it under the OSGeo umbrella. Last year we got like 1 
student for each project and 2(?) projects with 2 students.


stefan


 Forwarded Message 
Subject:[SoC] [@Mentors: Action required] GSoC 2016 Ideas page
Date:   Tue, 16 Feb 2016 11:16:03 +0100
From:   Margherita Di Leo 
To: 	OSGeo Discussions , OSGeo-SoC 





Dear All,


we would like to inform you all that we have applied on behalf of OSGeo, 
as a mentor organization for Google Summer of Code 2016. The application 
can be found at [1]. We ask your cooperation to set up the ideas page 
within few days. It is extremely important that the ideas page looks in 
good shape as it is the key page Google will be looking at when 
evaluating OSGeo. As usual, each community will set up its ideas page on 
its own wiki and will send us the link, that will be added by us to the 
main page [2]. Please forward this email to your communities.


As past years, OSGeo welcomes like minded projects that wish to 
participate under the org’s umbrella, not being official OSGeo projects. 
Please contact us to discuss it further.



Your OSGeo GSoC 2016 Admins

Margherita Di Leo (madi)

Anne Ghisla (aghisla)


[1] https://wiki.osgeo.org/wiki/Google_Summer_of_Code_Application_2016

[2] https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2016_Ideas


--
Margherita Di Leo


___
SoC mailing list
s...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/soc--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Where is Sextante code stored?

2016-02-16 Thread Stefan Steiniger

Hey Peppe,

I think I have only used the ready sextante jars and never compiled 
them. To see how stuff works I "read" the source code from the gvSIG CE 
project. I, however, did not find it too much linked to gvSIG.


To confirm I will see and check again at my laptop at home (in the next 
2-3 days - am in Valpo for short Vacations). But the other option is to 
ask directly Victor Olaya what he recommends (vola...@gmail.com).


cheers,
stefan

On 2/16/16 02:58, Giuseppe Aruta wrote:

Hi all,
I am looking for the code of classes sextante.jar, sextante_gui.jar 
and sextante_algorithms.jar. Where can I find them?
GvSIG CE has an access to Sextante 2 code but it seems to me this code 
has more depency to GvSIG one and not usable by OpenJUMP.
I am looking to the code of the files embedded in OJ. It would be also 
noce to have them on SVN for future development/correction of bugs

thanks
Peppe


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN: [4821] core/trunk

2016-02-15 Thread Stefan Steiniger
Thanks for fixing this Michaël! Do you think that Martin is aware of the 
side effect... I mean should it be separately announced on the JTS list 
to warn others?
I also wonder if other OJ functions may be affected. But I guess you 
checked for that already.

cheers,
stefan

On 2/15/16 20:12, jump-pilot-...@lists.sourceforge.net wrote:
> Revision: 4821
>http://sourceforge.net/p/jump-pilot/code/4821
> Author:   michaudm
> Date: 2016-02-15 23:12:46 + (Mon, 15 Feb 2016)
> Log Message:
> ---
> Fix bug 416 in FillPolygonTool (regression due to JTS change)
>
> Modified Paths:
> --
>  core/trunk/ChangeLog
>  
> core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/FillPolygonTool.java
>
> Modified: core/trunk/ChangeLog
> ===
> --- core/trunk/ChangeLog  2016-02-07 10:15:46 UTC (rev 4820)
> +++ core/trunk/ChangeLog  2016-02-15 23:12:46 UTC (rev 4821)
> @@ -3,7 +3,13 @@
>   # 2. make sure that lines break at 80 chars for constricted display 
> situations
>   #< 80 chars 
> -->#
>   
> -2016-02-01
> +2016-02-16 mmichaud 
> +  * Fix bug 416 in FillPolygonTool (regression due to JTS change)
> +
> +2016-02-02 mmichaud 
> +  * Fix bug #415 throwing exceptions in AttributeTablePanel
> +
> +2016-02-01 mmichaud 
> * Add new GroupByPlugIn in Tools>Analysis menu
>   
>   2016-01-30
>
> Modified: 
> core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/FillPolygonTool.java
> ===
> --- 
> core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/FillPolygonTool.java
>2016-02-07 10:15:46 UTC (rev 4820)
> +++ 
> core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/FillPolygonTool.java
>2016-02-15 23:12:46 UTC (rev 4821)
> @@ -122,6 +122,8 @@
> }
>   } catch (Exception ex) {
> ex.printStackTrace();
> +} finally {
> +  INTERRUPTED = false;
>   }
> }
>   });
> @@ -226,6 +228,8 @@
> }
>   } catch (Exception e) {
> e.printStackTrace();
> +} finally {
> +  INTERRUPTED = false;
>   }
>   
>   return null;
> @@ -289,7 +293,7 @@
>   Coordinate[] cc = line.getCoordinates();
>   for (int i = 1; i < cc.length; i++) {
> LineString ls = line.getFactory().createLineString(
> -  new Coordinate[] { cc[i - 1], cc[i] });
> +  new Coordinate[] { new Coordinate(cc[i - 1]), new 
> Coordinate(cc[i]) });
> ls.normalize();
> linearComponents.add(ls);
>   }
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Few suggestions

2016-02-03 Thread Stefan Steiniger

perfecto.

@Michael:  If we replace "dissolve" then we need to take care about the 
name of the new plugin. Ideally its the same, because "Dissolve" is a 
Function well known and used in ArcGIS. So people may look for such, 
because they know the name. So, while "Group by" is intuitive, we 
probably need to stick to  some conventions here :/


http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?id=1577=1574=Dissolve_%28Data_Management%29

http://gis.stackexchange.com/questions/118377/qgis-2-4-dissolve-doesnt-work-properly-why

cheers,
Stefan

On 2/3/16 09:45, Michaël Michaud wrote:

Hi Peppe,

+1 for removing old plugins which have been replaced by new ones (if 
the new one includes former plugin capabilities).


I've also the project to remove dissolve plugin (which should be 
replaced by the new Group By plugin), but I'll wait after 1.9.1 
release (if any) to make sure I don't change a working plugin by a 
buggy one ;-)


Michaël

I'm not much concerned by measures in feet, but let's listen t

Le 03/02/2016 09:35, Giuseppe Aruta a écrit :

Thanks Stefafan for the answer

- RasterColorEditor. We can substitute the menu entry (under Raster 
menu) in order to point to RasterStylesExtension to save 
compatibility with user habits. This plugin derives from SIGLE 
similar tool that you ported to OpenJUMP, removing external libs 
depency - so I feel it is up to you the decision to remove it.


- "Color Editor" panel on ChangeRasterImagePropertiesPlugIn. I hope 
one day Alberto has time to move all RasterStylesExtension tools 
under Change  Raster Style, as tabbed panels. That seems to me the 
right place. Anyhow actual "Color Panel" derives form 
RasterColorEditor where I added some extra tools.


Personally I feel that removing these tools has a small effect on 
users. AFAIR only students at Padua University uses OpenJUMP with 
raster support and they prefer Alberto's RasterStylesExtension.



- Measure in Feet. We probably should add this capability to 
com.vividsolutions.jump.workbench.ui.cursortool.CoordinateListMetrics. I 
did it for the plugin MeasureExtension (using an external class 
UnitConverter for the conversion between units) and it works fine. By 
the time we find a solution, I will leave the plugin on the menu.


So, if you agree,
-I will remove only the two "Color" plugins from the menu,
- add a link to  RasteStyleExtension under Raster menu,
- add a note on readme text file as you suggested,
- leave MeasureM_F for now

Peppe



2016-02-02 18:43 GMT+01:00 Stefan Steiniger <sst...@geo.uzh.ch 
<mailto:sst...@geo.uzh.ch>>:


Hey,

I am not sure about the first one - as I can't assess who is
using it. The advantage is its easy/fast access or not? Couldn't
we merge it with the other plugin? OR we remove it, put a notice
in the readme (probably for all three functions) and wait for
someone screaming out loud that it is missing...

The rest is fine with me.

cheers,
stefan


On 2/2/16 14:14, Giuseppe Aruta wrote:

Hi all,
these are my suggestions:

- remove org.openjump.core.ui.plugin.tools.MeasureM_FPlugIn
(measure in feet). MeasurePlugin embedded into OpenJUMP PLUS has
this option, plus other (convert from/to meter/feet, etc)

- remove
org.openjump.core.ui.plugin.raster.color.RasterColorEditorPlugIn.
RasterStylesExtension has more option (and it is compatible to
RasterColorEditorPlugIn)

- from ChangeRasterImagePropertiesPlugIn, remove "Color Editor"
panel. Even in this cas RasterStylesExtension  has more option
(and it is compatible)

Peppe



--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Site24x7 APM Insight: Get Deep Visibility into Application
Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
<mailto:Jump-pilot-dev

Re: [JPP-Devel] Add some useful methods on Layer.class and RasterImageLayer.class

2016-01-26 Thread Stefan Steiniger


Hey, i think some of the stuff is quite usefull and even having it in Layer class... for an OJ programmer who knows clases etc., probabky not the right place, but for someone who writes scripts (python, bash, etc) this is the obvious place to get to know layer properties. Of course i don't know how many do scripting with OJ, but... cheers,stefan -- Originalnachricht --Von: Datum: 26.01.2016 8:22An: OpenJump develop and use;Betreff:Re: [JPP-Devel] Add some useful methods on Layer.class and RasterImageLayer.classPeppe,


first of all while i commend your drive i really think that API changes/additions this deep in CORE should be discussed first and committed only after.
this is unless you
- are absolutely sure what you are doing ;)
and
- know how to revert the commit cleanly (keeping revisions)

further comments in the text below

On 26.01.2016 07:26, Giuseppe Aruta wrote:
> Hi Ede, Michael, Jukka, Stefan and others
> I added some simple boolean ans String methods on
> com.vividsolutions.jump.workbench.model.Layer class and
> org.openjump.core.rasterimage.RasterImageLayer class
> I ask you to give a look and your opinion, these methods should cover many
> aspects and can be used for future development.
> I would like to know if
> a) those methods are in the right place

no.

1. Layer is the oldest layer representation in OJ (when it only suppported vectors), but not the most basic, that is Layerable or the implementor AbstractLayerable (which can be used to implement nearly anything as an OJ layerable)

2. it mixes up functionality. you ask the layer about things that are and should only be known to it's feature collection or datasource.

3. you are (mostly) implementing functionality that is already there. if you want to know what type a layer is you check out what it is instanceof or ask it's datasource.
check out eg. how 
 ReferencedImagesLayer extends Layer extends AbstractLayerable implements Layerable
so if you want to know if you deal with an ReferencedImagesLayer use *instanceof*.

OJ layers keep the way the handle their data private, so there is no way to generalize handling of say images (totally different implementation between RasterImageLayer & ReferencedImageLayer) today. 
if you want functionality like that consider 
a) inserting a generalized interface class with the functions you need eg. ImageLayer extends AbstractLayerable and have both extend from that
b) implement an interface eg. ImageLayer in both that defines functions you need for generalized image handling

> b) if they are really efficient ( i might loose some aspects)

what do you mean by this?

> on Layer class:
> 
> 1) isTemporaryLayer()  Defines all Layer which datasource is null or Layer
> which are saved into a TEMP folder (those layers are created by Sextante if
> the Sextante option "save as temporary file" is activated)

why is this actually needed? if the the data is needed between runs, after an OJ restart, it should not be saved in temp in the first place.
 
> 2) isModifiedLayer() == is FeatureCollectionModified

well, this depends on the type of layer, but should probably be set like visible, editable etc. in AbstractLayerable, for implementers to override at will
 
> 3) isVectorLayer() Defines all layer  excluding images (and datastores
> 
> 4) isImageLayer() Defines all image loaded by Layer.class (hope so)
> 
> 5) isMultipleImagesLayer() Defines a Layer with multiple image
> 
> 6) isDataStoreLayer() should be defines all Datastore layers. I am not sure
> about this part of the code

see ,my point 3. above

> 7) isSystemLayer() Defines layer like Fence and Measure, which should be
> considered as "System" layers

what do we need that for?
 
> 8) isCadLayer() Something I test to work with DXF files, Only layers with
> COLOR and TEXT attributes

probably point 3. again
 
> 9) isMixedGeometryTypes() Should check if the Layer has mixed geometry types
> 
> 10) isEmpy() Should defines if the Layer has an empty feature collection
> 
> 11) String getGeometryType(). returns the geometry types of the layer

can be retrieved already by getting the featurecollection
 
> 12) String getFilePath() return the path of a Layer, eg.
> C:/folder/file.shp. If the file is stored into a TEMP folder it returns a
> warning message (see point 1)

ask the layer's datasource
 
> for RasterImageLayers:
> 
> 1) isTemporaryLayer() defines if RasterImageLayer file is stored into a
> TEMP folder
> 
> 12) String getFilePath() return the path of a Layer, eg.
> C:/folder/file.tif. If the file is stored into a TEMP folder it returns a
> warning message (see point 1)
> 
> waiting for your opinion
> 

afaiac this smells like a complete revert. sorry :)) ..ede

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile 

Re: [JPP-Devel] Add some useful methods on Layer.class and RasterImageLayer.class

2016-01-26 Thread Stefan Steiniger
see below

Am 26.01.16 um 13:31 schrieb Giuseppe Aruta:
> Just few extra details:
>
> 1) Temporary vector (Layer.class) and raster (RasterImageLayer.class)
> layers (isTemporaryLayer())
> - Sextante is a different software and it handles raster and vector in a
> separate way from OpenJUMP
> - while TEMP files should be stored in Windows forever (except if user
> does a deep OS cleaning) Linux and MacOSX delete these files from the
> /TEMP folder on shuts down
> Linux and Mac users should be aware that, if they shut down the OS and
> if they don't save these temp data in another folder, they will lost
> them. But I am sure that few know about this.
>
> Pratical usage:
> Other temporary layers  also layers with no datasource.
> SaveLayrsWithoutDatasourcePlugIn of Michael already advises users about
> the presence of these layers.
> I am planning to expand this plugin  to this other group of temporary
> layers (the one stored into /TEMP folder) both Layers and RasterImageLayers.
> I could work on the plugin without adding new boolean on System classes
> (you are right, Ede, those functionality are already there)
> But a flag like RasterImagerLayer.isTemporary() would avoid some extra
> code and, more important,  it could be used also in the future

I agree with Peppe here...
But perhaps we need to see how this fits also with Michaels DB 
experiences (and approaches). At least most Raster-Related helper 
classes make sense to me. Perhaps Alberto has a comment on that too.
And if Ede points out to the original JUMP design/development... well 
the design focus was on vector... everything else raster wise was more 
experimental (my opinion). And this is now also some wooohhhoo 12-13 
years ago... ;)

Ideally of course one would need to do what QGIS did, a complete 
redesign of the core, but... (perhaps someone wins in the lottery and 
funds 5 devs from that :)

cheers,
Stefan

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] too old java version on my Mac?

2016-01-09 Thread Stefan Steiniger
thanks Michael!

Am 09.01.16 um 15:52 schrieb Michaël Michaud:
> Hi,
>
> OpenJUMP CORE source code contained only 5 classes using java7+ features
> Most of them did not add much. I fixed them except the use of
> GraphicsDevice.WindowTranslucency in GuiUtils.
>
> The first error you get should be fixed.
> Ede, is the use of WindowTranslucency avoided in a java6 environment ?
>
> I don't know if we have a mariadb driver compiled for java6. If not, I
> suggest to let
> the driver out of the PLUS distro for a last java6 compatible release.
>
> Ede, I noticed that we have a duplicate itext jar in the PLUS portable
> zip file. Could you have a look ?
>
> Michaël
>
> Le 09/01/2016 17:54, Stefan Steiniger a écrit :
>> Hey,
>>
>> just fired up the latest snapshot (rev 4742) on my Mac (the old one,
>> now) and wanted to save a project.
>>
>> I get:
>>
>> java.lang.NoSuchMethodError:
>> java.lang.System.lineSeparator()Ljava/lang/String;
>>  at com.vividsolutions.jump.util.FileUtil.setContents(FileUtil.java:203)
>>  at com.vividsolutions.jump.util.FileUtil.setContents(FileUtil.java:185)
>>  at
>> com.vividsolutions.jump.workbench.ui.plugin.AbstractSaveProjectPlugIn.save(AbstractSaveProjectPlugIn.java:103)
>>  at
>> com.vividsolutions.jump.workbench.ui.plugin.SaveProjectAsPlugIn.execute(SaveProjectAsPlugIn.java:128)
>>  at
>> com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
>>  at 
>> javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
>>  at
>> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
>>  at
>> ...
>>
>> It did, however, save/create a jmp file.
>>
>> When I started OpenJUMP, I also got this error:
>>
>> Sat Jan 09 13:38:12 CLST 2016 java.lang.UnsupportedClassVersionError:
>> org/mariadb/jdbc/Driver : Unsupported major.minor version 51.0
>>
>> Java 1.6.0_37, MacOSX 10.6.8
>>
>> cheers,
>> stefan
>>
>> --
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] too old java version on my Mac?

2016-01-09 Thread Stefan Steiniger
Hey,

just fired up the latest snapshot (rev 4742) on my Mac (the old one, 
now) and wanted to save a project.

I get:

java.lang.NoSuchMethodError: 
java.lang.System.lineSeparator()Ljava/lang/String;
at com.vividsolutions.jump.util.FileUtil.setContents(FileUtil.java:203)
at com.vividsolutions.jump.util.FileUtil.setContents(FileUtil.java:185)
at 
com.vividsolutions.jump.workbench.ui.plugin.AbstractSaveProjectPlugIn.save(AbstractSaveProjectPlugIn.java:103)
at 
com.vividsolutions.jump.workbench.ui.plugin.SaveProjectAsPlugIn.execute(SaveProjectAsPlugIn.java:128)
at 
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
at 
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at 
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at
...

It did, however, save/create a jmp file.

When I started OpenJUMP, I also got this error:

Sat Jan 09 13:38:12 CLST 2016 java.lang.UnsupportedClassVersionError: 
org/mariadb/jdbc/Driver : Unsupported major.minor version 51.0

Java 1.6.0_37, MacOSX 10.6.8

cheers,
stefan

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread Stefan Steiniger
so, if this may be a GML problem that its probably not that Ede can fix. 
GML is so flexible (and GML 3 vs GML 2 is so different) that it is a 
pain to make it work. I also tried to move/load GML from one other GIS 
to OJ and vice versa... but that seem to be more like luck if it worked. 
So its actually good to know that  Terrestris / GeoServer works. Perhaps 
specifying a lower WFS/GML version helps?

my 2 cents,
stefan

On 08-01-2016 10:40, Rahkonen Jukka (MML) wrote:
> Hi,
>
> Yes, ows.terrestris.de works for me.
>
> Here is an open Mapserver WFS that gives the same error than our own 
> Mapserver: http://demo.mapserver.org/cgi-bin/wfs
>
> I created the request and copy-pasted the response from the "cites" layer 
> into a file and checked the file with GDAL. It found all the data so at least 
> for GDAL the GML is valid.
>
> -Jukka-
>
>
> -Alkuperäinen viesti-
> Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de]
> Lähetetty: 8. tammikuuta 2016 14:07
> Vastaanottaja: OpenJump develop and use
> Aihe: Re: [JPP-Devel] wfs enhancements
>
> does http://ows.terrestris.de/geoserver/osm/wfs work for you?
>
> ..ede
>
> On 08.01.2016 12:54, edgar.sol...@web.de wrote:
>> hmm.. can you give me access to that? looks like it returns an unexpected 
>> null somewhere.
>>
>> ..ede
>>
>> On 08.01.2016 12:45, Rahkonen Jukka (MML) wrote:
>>> Hi Ede,
>>>
>>> I made a test about
>>>
 1. wfs auth is working properly (looked like it didn't work before,
 did it?)
>>> It did not work before but works now. I could only test with a demo WFS 
>>> service I made with Mapserver. The plugin can read data through proxy, 
>>> https, and basic authentication up till getting GML data into the 
>>> "response" tab. Making an OpenJUMP layer fails, though, with this short 
>>> error message:
>>>
>>> java.lang.NullPointerException
>>> at 
>>> de.latlon.deejump.wfs.data.JUMPFeatureFactory.createFromDeegreeFC(JUMPFeatureFactory.java:415)
>>> at de.latlon.deejump.wfs.plugin.WFSPlugIn.run(WFSPlugIn.java:184)
>>> at 
>>> com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
>>> at java.lang.Thread.run(Unknown Source)
>>>
>>> -Jukka-
>>>
>>>
>>> -Alkuperäinen viesti-
>>> Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de]
>>> Lähetetty: 2. tammikuuta 2016 18:33
>>> Vastaanottaja: OpenJump develop and use
>>> Aihe: [JPP-Devel] wfs enhancements
>>>
>>> hey Jukka,
>>>
>>> just committed r4737 . if that builds could you please check
>>>
>>> 1. wfs auth is working properly (looked like it didn't work before,
>>> did it?)
>>>
>>> 2. it should be faster now, can you compare an old and r4737 against each 
>>> other?
>>>
>>> 3. what is the max. item count you can download on a high powered machine 
>>> (lot's of ram, x64 java, plenty of cores). on my laptop (2core,Xmx6GB) it 
>>> was roughly 500.000 from http://ows.terrestris.de/geoserver/osm/wfs 
>>> 'osm_waterways' dataset.
>>> limiting factor seems to be the deegree2 parser, which seems to be 
>>> multithreaded but also memory leaky. it get's cleaned up after it is 
>>> finished though.
>>>
>>> thx ..ede
>>>
>>>
>>>  Forwarded Message 
>>> Subject: [JPP-Devel] SVN: [4737] core/trunk
>>> Date: Sat,  2 Jan 2016 16:19:28 +
>>> From: jump-pilot-...@lists.sourceforge.net
>>> Reply-To: OpenJump develop and use
>>> 
>>> To: jump-pilot-devel@lists.sourceforge.net
>>>
>>> Revision: 4737
>>>http://sourceforge.net/p/jump-pilot/code/4737
>>> Author:   edso
>>> Date: 2016-01-02 16:19:28 + (Sat, 02 Jan 2016)
>>> Log Message:
>>> ---
>>> - finetuned wfs httpclient access, unified proxy and auth handling
>>> - wfs request is now buffered to disk for optimal performance
>>> - wfs item count is now limited by RAM only
>>> NOTE: we should probably switch to deegree3+ instead of patching
>>> things up
>>>
>>> ...
>>>
>>> -
>>> - ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>> -
>>> - ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>> --
>>  ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> --
> ___
> Jump-pilot-devel mailing list
> 

Re: [JPP-Devel] release status

2015-12-31 Thread Stefan Steiniger
sounds good.

Am 31.12.15 um 12:58 schrieb edgar.sol...@web.de:
> hey All,
>
> after including Alberto's FeatureInfoTool WMS addition, are there any other 
> open cunstruction sites? let's say i will wait a week from now on and release 
> 1.9.0 . if still something is amiss i can simply come up with a 1.9.1 quickly.
>
> Stefan: what was that about translation agn? can you fit in some hours? you 
> might download the latest file and post the update version here for me to 
> commit.
>
> if there is nodding all around i can release earlier of course.
>
> ..ede
>
> --
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] happy holidays to the OpenJUMPers

2015-12-24 Thread Stefan Steiniger
Hey guys,

just want to send you my happy holiday wishes and congratulate to the 
tremendous work that you guys have been doing, in particular the last 
month! :).

I just looked at the stats and am impressed: OpenJUMP 1.8 has been 
downloaded around 28.000 times (!!) since its release.
Its kind of weird, if you meet GIS folks then they are "Ohhh OpenJUMP, 
is it still around?". But if I look at the download stats now, it has 
never been better/healthier (in terms of number of downloads). :)
And, perhaps for a real surveying CAD or an all-extension-loaded-ArcGIS, 
OpenJUMP is still the best tool for creation, editing and cleaning of 
features and layers, I think.

Top five download countries are the US:6000 (well, huge population), 
Germany: 3700, France: 1650 (both always strong), Brazil: 1500 
(surprise!) and Italy: 1400 (Peppe + Alberto). If I actually sum up the 
Spanish speaking countries then this group comes into third place 
(2500), before France.
Anyway, I think this shows that each ones effort into translation can be 
seen by its home country :) ... well perhaps we need some "Pro" for 
Portuguese?

so, keep up the good work!

And Ede: let me know when we are like 5 days away from a release; to 
dedicate some hours with translations.

cheers and best holiday wishes from the southern hemisphere where I am 
getting toasted at 30°, phewww... not my thing at Xmas.

cheers,
stefan

PS: I am still following the emails on this list, if I can.

--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] SVN: [4595] plug-ins/ViewManagerPlugin/trunk

2015-12-11 Thread Stefan Steiniger
oh good! I am very inactive these days on OpenJUMP matters, but then we 
can meet for a coffee and practice spanish and english and ... :)

from santiago
stefan

Am 11.12.15 um 05:23 schrieb Giuseppe Aruta:
> Just let me know if you need to translate it for next real. Today I will
> fly to Chile and it won't be easy for me to access to SVN.
> In any case I can download language files and send them back by mail.
> Peppe
>
> 2015-12-10 23:52 GMT+01:00 Michaël Michaud  >:
>
> Hi Peppe,
>
> I'd like it to be ready for next release.
> Including it in the PLUS version or not is another question.
> It is a bit redundant with other tools like SLD, but if some oj-list
> followers
> find it useful, It should e possible to add it.
>
> Michaël
>
>
> Le 10/12/2015 11:46, Giuseppe Aruta a écrit :
>> Hi Michael,
>> do you plan to put this plugin for the next OJ real.?
>> Peppe
>>
>> 2015-12-09 23:59 GMT+01:00 > >:
>>
>> Revision: 4595
>> http://sourceforge.net/p/jump-pilot/code/4595
>> Author:   michaudm
>> Date: 2015-12-09 22:59:28 + (Wed, 09 Dec 2015)
>> Log Message:
>> ---
>> New capability to replace a view of the viewset by the current
>> view.
>>
>> Modified Paths:
>> --
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump.properties
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump_fr.properties
>> 
>> plug-ins/ViewManagerPlugin/trunk/src/org/openjump/ext/viewmanager/ViewSet.java
>> 
>> plug-ins/ViewManagerPlugin/trunk/src/org/openjump/ext/viewmanager/ViewSetPanel.java
>>
>> Modified:
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump.properties
>> ===
>> ---
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump.properties
>>   2015-12-09 13:40:35 UTC (rev 4594)
>> +++
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump.properties
>>   2015-12-09 22:59:28 UTC (rev 4595)
>> @@ -22,3 +22,5 @@
>>  ViewSetPanel.move-up = Move up
>>  ViewSetPanel.move-down = Move down
>>  ViewSetPanel.move-to-bottom = Move to bottom
>> +ViewSetPanel.replace-by-current-view = Replace by current view
>> +ViewSetPanel.replace-by-selected-layers = Replace by selected
>> layers
>>
>> Modified:
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump_fr.properties
>> ===
>> ---
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump_fr.properties
>> 2015-12-09 13:40:35 UTC (rev 4594)
>> +++
>> 
>> plug-ins/ViewManagerPlugin/trunk/resources/view_manager/language/jump_fr.properties
>> 2015-12-09 22:59:28 UTC (rev 4595)
>> @@ -21,4 +21,6 @@
>>  ViewSetPanel.move-to-top = D\xE9placer tout en haut
>>  ViewSetPanel.move-up = D\xE9placer vers le haut
>>  ViewSetPanel.move-down = D\xE9pacer vers le bas
>> -ViewSetPanel.move-to-bottom = D\xE9placer tout en bas
>> \ No newline at end of file
>> +ViewSetPanel.move-to-bottom = D\xE9placer tout en bas
>> +ViewSetPanel.replace-by-current-view = Remplacer par la vue
>> courante
>> +ViewSetPanel.replace-by-selected-layers = Remplacer par les
>> couches s\xE9lectionn\xE9es
>> \ No newline at end of file
>>
>> Modified:
>> 
>> plug-ins/ViewManagerPlugin/trunk/src/org/openjump/ext/viewmanager/ViewSet.java
>> ===
>> ---
>> 
>> plug-ins/ViewManagerPlugin/trunk/src/org/openjump/ext/viewmanager/ViewSet.java
>> 2015-12-09 13:40:35 UTC (rev 4594)
>> +++
>> 
>> plug-ins/ViewManagerPlugin/trunk/src/org/openjump/ext/viewmanager/ViewSet.java
>> 2015-12-09 22:59:28 UTC (rev 4595)
>> @@ -14,9 +14,10 @@
>>  @XmlRootElement
>>  public class ViewSet {
>>
>> -public static int REMOVE = -1;
>> -public static int MOVMOD =  0;
>> -public static int ADD=  1;
>> +public static int REMOVE  = -1;
>> +public static int MOVMOD  =  0;
>> +public static int ADD =  1;
>> +public static int REPLACE =  2;
>>
>>  List listeners = new ArrayList();
>>
>> @@ -78,6 +79,14 @@
>>  }
>>  }
>>
>> +public void 

Re: [JPP-Devel] Language files

2015-12-09 Thread Stefan Steiniger

>
> i often struggle to grasp the meaning or what exactly a plugin is doing 
> GIS-wise in english already, so Stefan - would you?
>

until when? ;)

--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Proposal to add MeasureToolbox plugin to OpenJUMP PLUS

2015-11-12 Thread Stefan Steiniger
Don't have much to vote, I guess, considering my low profile lately, but:
+1

Am 12.11.15 um 20:53 schrieb Michaël Michaud:
> Hi Peppe,
>
> I support your proposition,
> There has not been much activity this year, but perhaps we should
> release a new version by the end of the year to be sure all small fixes
> are included in an official distribution.
>
> BTW, did you have any success with your geodetic transformation ?
>
> Michaël
>
> Le 12/11/2015 18:16, Giuseppe Aruta a écrit :
>> Hi,
>> I would like to add MeasureToolbox plugin
>> (https://sourceforge.net/projects/opensit/files/Openjump/PlugIn/MeasureExtension/)
>> to OpenJUMP PLUS.
>> The tools available on this toolbox should solve at least two
>> important issues for OJ: measure in Geographic coordinates (EPSG4326)
>> and convert between different SI and non SI units(*)
>> I would like to have the opinion of the list
>> Best regards
>> Peppe
>>
>> (*) I can move the source code to OJ SVN if required
>>
>>
>> --
>>
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
> --
>
>
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

--
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Map Generalization toolbox

2015-07-08 Thread Stefan Steiniger
good :)

Am 08.07.15 um 03:34 schrieb Andrei Nacu:
 Hey Andrei,


 it looks like the jmat library is missing in your /lib/ext folder:
 http://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/MapGenToolboxPlugin/lib/


 If you add it, does it work then?



 stefan

 Sorry Stefan, my mistake. I forgot to add the jmat 5.0 file to the lib/ext 
 folder.
 It works ”smoothly” now.

 Andrei

 --
 Don't Limit Your Business. Reach for the Cloud.
 GigeNET's Cloud Solutions provide you with the tools and support that
 you need to offload your IT needs and focus on growing your business.
 Configured For All Businesses. Start Your Cloud Today.
 https://www.gigenetcloud.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Map Generalization toolbox

2015-07-07 Thread Stefan Steiniger
Hey Andrei,

it looks like the jmat library is missing in your /lib/ext folder:
http://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/MapGenToolboxPlugin/lib/

If you add it, does it work then?

stefan

Am 07.07.15 um 14:48 schrieb Andrei Nacu:
 Hi,

 I just noticed that you cannot set different line widths for Colour Theming 
 categories anymore.
 OJ version 1.7.0 allowed different line widths for each class. This changed 
 when the line width option (alongside transparency and display vertices) 
 was added to the menu. Now it universally sets a single line width for all 
 classes.

 Andrei


 uhm, that would be pretty bad for making maps :(



 stefan

 Hello Stefan!

 Yeah, I'm finally writing an OJ tutorial and I came to a step where you have 
 to set different widths for a rivers layer.
 There was also a part where you need to smooth lines and I use your Map 
 Generalization toolbox to accomplish this. Simple line smooth does not seem 
 to work with the latest releases so I switched to bezier smoothing (it's ok 
 with both).
 The error I receive is a NoClassDef:

 java.lang.NoClassDefFoundError: org/jmat/data/AbstractDoubleArray
 at 
 mapgen.algorithms.snakes.SnakesSmoothingLineNew.smoothLineMaxDisp(SnakesSmoothingLineNew.java:319)
 at 
 mapgen.algorithms.snakes.SnakesSmoothingLineNew.solveMaxDisp(SnakesSmoothingLineNew.java:270)
 at 
 mapgen.algorithms.snakes.SnakesSmoothingLineNew.init(SnakesSmoothingLineNew.java:122)
 at 
 mapgen.ui.onselecteditems.LineSmoothSimpleVersionPlugIn.smooth(LineSmoothSimpleVersionPlugIn.java:225)
 at 
 mapgen.ui.onselecteditems.LineSmoothSimpleVersionPlugIn.run(LineSmoothSimpleVersionPlugIn.java:161)
 at 
 com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
 at java.lang.Thread.run(Unknown Source)
 Caused by: java.lang.ClassNotFoundException: org.jmat.data.AbstractDoubleArray
 at java.net.URLClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 ... 7 more

 Andrei

 --
 Don't Limit Your Business. Reach for the Cloud.
 GigeNET's Cloud Solutions provide you with the tools and support that
 you need to offload your IT needs and focus on growing your business.
 Configured For All Businesses. Start Your Cloud Today.
 https://www.gigenetcloud.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Raster capabilities

2015-06-29 Thread Stefan Steiniger
Thanks for the clardification Peppe.

As this is a development version there is not so much of an issue to 
have 3 different options for testing. I guess the decision on what to 
leave in and works best can be defererd until the next official version 
release (with 2-3 devs testing and selecting their favourite?).

cheers,
stefan

PS: one english hint: I took advanced = I took advantage ;)

Am 29.06.15 um 05:48 schrieb Giuseppe Aruta:
 Hi Michael,
 you are right. The test is ambiguous. It refers to *Raster Layer right
 click menuChange Raster Layer propertiesRaster color editor panel
 *(2), as I described here(*), and not to *Menu RasterRaster color
 plugin* (1).

 I added the (2) some months ago when I rearranged Change Raster Layer
 properties adding adding tansparency options as panels. I thought is
 was a good position for this type of raster styling options.t: I left
 (1) thinking about users who were still using this plugin.

 During the last months,  I upgraded the panel (2) with new features
 (invert schemas, colorize by intervals, etc). Making this panel more
 flexible and featured than the original (1). I took advanced of the new
 raster framework added by Arlberto.
 Note that (2) is deactivated if selected Raster is not a single bande raster

 A couple of weeks Alberto added an enhanced plugin to colorize single
 band rasters. It is located under *Raster Layer right click menuRaster
 styles* (3).
 (3) is even far better than  (2) as it allows to choose between
 ramp/user-defined intervals and single raster values, users can define a
 color for no-data values, there is a legend displayed on the layer tree
 associated to the layer. The code has more potentialities for a future
 export color schemas and, eventually, legends.*

 *
 In synthesis,  there are actually three plugins - (1), (2) and (3) -
 that do the same thing: colorize a single band raster. Among them (3) is
 the most advanced (and recent) one.*

 *
 My idea was to deactivate both (1) and (2) and to promote (3), both for
 user and for future development. I have to modify also the wiki page
 about raster style (*)

 (1), (2) and (3) shares the same libraries (thanks to recent Raster
 enhancements by Alberto)*.

 *
 Sorry for the confusion, there is a progressive temporal modification
 and enhancement of the plugins during the last months*

 *
 Best regards

 Peppe*
 *
 *

 *
 *
 http://ojwiki.soldin.de/index.php?title=Single_band_raster_layer_symbology_%28Sextante%29

 2015-06-28 16:34 GMT+02:00 Michaël Michaud m.michael.mich...@orange.fr
 mailto:m.michael.mich...@orange.fr:

 Hi Peppe,

 I'm reading the ChangeLog to discover new features I may have missed,

 Did you commit the following feature ? I can't see it in the Raster
 Color Editor
 (or maybe I don't look at the right place)

 2015-04-12 Giuseppe Arutagiuseppe_ar...@yahoo.it  
 mailto:giuseppe_ar...@yahoo.it
* Raster Color Editor Panel. Added an option to invert color range and 
 an option to set
  values outside choosen range to transparent. Optimized color ramp. 
 Added more color ramps


 Thanks,

 Michaël

 
 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

Re: [JPP-Devel] Proposal for Layer View contex menu

2015-06-24 Thread Stefan Steiniger
sounds reasonable.
These are tools available when clicking on a feature to edit it - right?
Although navigating into submenus is sometimes tricky with a mouse.

stefan

Am 24.06.15 um 06:16 schrieb Giuseppe Aruta:
 Hi all,
 I would like to modify the Layer View context menu introducing a submenu
 called Tools where I want to move some of the plugins.
 The idea is to make the core menu shorter and flexible by introducing
 submenus for tools which are not used so frequently

 The candidate plugins to move are within this list:

 -Vertices in fence
 -Replicate selected features
 -Copy this coordinates
 -Move along angle
 -Rotate
 -Edit selected side
 -Reverse orientation

 Before committing any changes I would like to have the opinion of the list

 Best regards

 Peppe




 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Proposal to change raster menu

2015-05-11 Thread Stefan Steiniger

Hi Peppe,

Ok, but I prefer as name: *RasterAnalysis on Single Band Raster.*
vs. multi band

stefan

On 05/11/2015 06:49 AM, Giuseppe Aruta wrote:
*RasterAnalysis on Single banded raster* or a more generic 
*RasterAnalysis on Raster grids*


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Sextante modeler does work

2015-05-06 Thread Stefan Steiniger
nice!
thanks for trying (hard) and reporting!

Am 06.05.15 um 06:15 schrieb Rahkonen Jukka (MML):
 Hi,

 I made some testing and managed to create a new process with the
 Sextante graphical modeler and run it with success. Necessary steps for
 me were:

 1)Check and change it you want the folder where models are saved through
 Sextante settings –Models – Models folder.

 2)Build the model and save it.

 3)Close the modeler

 4)Sextante Toolbox shows the new model in the tree under Models – Models

 5)Double click the model – Run

 Modeler is not very user friendly because you can’t run the model from
 the graphical view and the model must be valid before you can run the
 saved model, but I could make a simple buffer process and run it so
 fundamentally it works.

 Tested with OJ Plus snapshot r.4401 (1015-04-18) with a point layer. If
 I had any raster layers in the project (opened as Sextante raster) the
 toolbox throws an error about missing jts/geom/Envelope method.

 -Jukka Rahkonen-



 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Commit access to SVN

2015-04-22 Thread Stefan Steiniger

+1
:)

On 04/22/2015 11:35 AM, Giuseppe Aruta wrote:

I will be glad to have you on board, Jukka, as developer.
Peppe

2015-04-22 16:08 GMT+02:00 Rahkonen Jukka (MML) 
jukka.rahko...@maanmittauslaitos.fi 
mailto:jukka.rahko...@maanmittauslaitos.fi:


Hi developers,

I would like to ask if you could trust me enough for granting me a
commit access to OpenJUMP SVN. For me it would be OK to generate
patches and let others to merge them but Ede said that at least he
rather wouldn’t do that. I have managed to build a modified
Spatialite plugin with ant and a whole OpenJUMP snapshot version
with maven so I think I know now how to test my changes locally
before committing. I do not have plans to touch the core Java code
but there is something in the Spatialite plugin that I know I can
improve.

-Jukka Rahkonen-



--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live
exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
mailto:Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] fixing kml

2015-03-29 Thread Stefan Steiniger
Hi Michael et al.,

late but here my OSM analysis: I did not discover issues with OSM when 
testing on my swiss mac with Spanish and German OSM data
(... perhaps it actually does not use the same xml file loading 
framework, just the java native xml readers?)

@Ede: when downloading OJ Rev 435x NB there were no problems with 
unwanted loading of verteximage font ._whatEverFont.wkt files. So maybe 
it was only a release issue, if you did not fix anything. weird.

cheers,
stefan

Am 22.03.15 um 13:44 schrieb Michaël Michaud:
 Hi Ede,

 Not sure it still worth the effort.
 It fixed a problem where xml files where read with the default platform
 encoding instead of the
 encoding defined in the xml.
 Other external plugins that could be affected :
 osm : Stefan ?
 gpx : Landon ?
 Maybe a test with these drivers (not sure we have a working gpx driver)
 could tell us
 if we still have something to fix and where.

 Michaël


 Le 22/03/2015 18:04, edgar.sol...@web.de a écrit :
 thanks Mike!

 while i haven't come around to it, i was planning to fix it in CORE rather 
 than in the driver by readding the old method with a deprecated marker.
 the rationale is that the API change was backward incompatible, hence 
 breaking extensions using the old method. as we don't/cannot know every 
 extension out there that approach should be most failsafe.

 what do you think. worth the effort still?

 ..ede



 On 22.03.2015 17:03, Michaël Michaud wrote:
 Hi,

 Hopefully, it is fixed in r 4350

 Michaël

 Le 05/03/2015 22:49, Rahkonen Jukka (MML) a écrit :
 Hi,

 Links and examples in 
 https://developers.google.com/kml/documentation/kml_tut should be valid, I 
 guess.

 -Jukka Rahkonen-

 
 edgar.soldin wrote:

 can somebody please provide me with valid kml, kmz files to fix support in 
 OJ?

 ..ede

 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs 
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs 
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs 
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



 --
 Dive into the World of Parallel Programming The Go Parallel Website, sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 

Re: [JPP-Devel] Question about loading an image on OJ workbench via Layer.class

2015-03-17 Thread Stefan Steiniger
Don't know if this is any useful info, but the original JUMP was able to 
read JPG and PNG... but I don't remeber that it did read TIFF (ok, just 
seeing that in JUMP 1.2 TIFF support was  added). If you look at the 
code, it should be also possible to see that Jon Aquino wrote the classes.
(or worst case, one can still check out the original JUMP here: 
http://www.vividsolutions.com/jump/ )
http://www.vividsolutions.com/jump/javadoc/com/vividsolutions/jump/workbench/imagery/package-summary.html

I am also not sure if it makes sense to keep working on that. Because it 
did not head the flexibility and generics of Sextante. However, perhaps 
you can find a gem.

One nice thing I still remember was the first projection plugin, Jon 
Aquino wrote.

On 03/17/2015 06:19 AM, edgar.sol...@web.de wrote:
 a.
 no, ReferencedImagesLayer is the older non-sextante image framework simply 
 showing and positioning images. no more no less.
 yes, everything in org.openjump.core.rasterimage is sextante compatible 
 raster code.

 b.
 depends on what you want to do.

 generally there is a wish to unify OJ raster support into one API only 
 (Jukka), so we might decide to retire ReferencedImagesLayer and it's 
 descendants. before we do that i want to take a closer look at Alberto's 
 changes and check if we can convince it to load more formats.

 what exactly ddo you wanna do and why _don't_ you wanna use the 
 RasterImageLayer for it?

 ..ede


 On 17.03.2015 08:10, Giuseppe Aruta wrote:
 Hi Ede

 a) so  com.vividsolutions.jump.workbench.imagery.ReferencedImagesLayer is
 also a Pirol derived class? I used to know that all the framework into
 org.openjump.core.rasterimage was Pirol. I exclude RasterImageLayer: I know
 how to save/load raster file using thiss class (I added a support
 RasterImageIOUtils class on OJ to expole all those I/O methods). I image
 that the answer to my question is the class ReferencedImagesLayer.

 b) Exploring ReferencedImagesLayer as you mentioned, I found
 ReferencedImageFactoryFileLayerLoader and GeoImageFactoryFileLayerLoader.
 First class has createLayer(layerManager, uri) method. Should I  use that
 to load  a TIF file?

 thanks

 Peppe

 2015-03-16 20:38 GMT+01:00 edgar.sol...@web.de:

 you mean like the other other image framework beside pirol/sextante
   com.vividsolutions.jump.workbench.imagery.ReferencedImagesLayer
 ?

 ..ede

 On 16.03.2015 20:34, Giuseppe Aruta wrote:
 Hi all,
 I want to build a plugin that programatically load an image file into OJ
 workbench through Layer.class (not RasterImageLayer.class). For instance
 a
 layer that I already know the path (ex. D:/temp/test.tif, or jpg, or
 png).
 I am working around a simple OJ affine warp transformation plugin for
 images.
 Do we have some defined methods (like as in RasterImageIO.class or
 GridFloat.class for Sextante layers)? Or is there an OJ class that could
 be
 used as a sample?
 Thanks for replay.
 Peppe




 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub
 for all
 things parallel software development, from weekly thought leadership
 blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



 --
 Dive into the World of Parallel Programming The Go Parallel Website, 
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for 
 all
 things parallel software development, from weekly thought leadership blogs to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Dive into the World of Parallel Programming The Go Parallel 

Re: [JPP-Devel] Questions about how OJ handle TIFF

2015-02-25 Thread Stefan Steiniger

Hi Peppe and others,

OJ doesn't understand no-data (in terms of registering - and 
converting it), as you can also see when colour theming vector data with 
classification (it is not possible to exclude certain values).


I believe I personally tried to use also unrealistic values such as the 
- in implementations. But, as there is/was no OJ standard, it is up 
to the plugin author. So, its probably a bit messy at the moment. 
However, I guess Sextante has a standard on it?
Btw. for vector attributes I also tried using Double.NaN for null or 
in-valid values, which is not possible everywhere (e.g. one needs to 
know that it is Double value).


Perhaps we should/can define amn OJ standard on that? However, the 
problem comes then also with writing the data. I.e. when you give the 
data to someone with his own program...


Perhaps Jukka knows a about how other programs handle this?

cheers,
stefan

On 02/25/2015 10:38 AM, Giuseppe Aruta wrote:
Sorry, I forgot the core argument: I was talking about TIFF images 
loaded by RasterImageLayer.class ( so called Open Sextante Raster Image


Peppe

2015-02-25 11:56 GMT+01:00 Giuseppe Aruta giuseppe_ar...@yahoo.it 
mailto:giuseppe_ar...@yahoo.it:


Hi,
I use OJ/Sextante for spatial analysis on DEM. And recently I
wanted to extend OJ raster capabilities to make it more flexible.
In some occasion I checked that OJ doesn't handle NonData value
very well, for instance a)on displaying on workbench or b) on
querying raster info, ex.using the new tool RasterRaster
statistics {Which I made :-( } .
In several times  OJ reads NoData value as the minimun value - it
is the experience of the user to understand and try to solve it.
Grid files have not such problem (FLT or ASC, handled by OJ) as
NoDat is written into the headers.
How does OJ handle nodata values?
Does OJ recognize only the standard ESRI - value or even any
other arbitrary nodata values (SAGA -99? In may occasion I
found elevation DEM where the nodata value was set to 0, you can
understand when this DEM are used for slope or aspect maps!)?
Can we handle nodata on TIFs, maybe using the auxiliary XML file
(thanks Alberto's job)?

Thanks in advance for the answer. It would be fine for me if I
have a help.

Giuseppe Aruta




--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Oracle Spatial DataStore plugin

2015-02-03 Thread Stefan Steiniger


I externalized it because with all the mess I did in svn these days, I 
didn't want to touch to lib/lib nor plug_ins/ ;)



I would just call it a learning process :)
Don't worry too much. Perhaps except Ede, we all had our share of 
messing-up and cleaning the OJ svn .



If it is hosted in plug-ins/, I should create a maven project, no ?

not necessarily. you can just put ready jars in there, I suppose

Btw @all who are subscribed to the svn-notify list. Nicos commit info 
emails are on wait, because I am not able to  figure out the admin 
passwd to approve him as poster. Weird, especially, as I approved a few 
days earlier Alberto's info emails.


stefan



Nico

On 3 February 2015 at 15:34, edgar.sol...@web.de 
mailto:edgar.sol...@web.de wrote:


how about adding it to PLUS? add
- jar to lib/plus
- entry in readme.txt

also it'd make sense host the source in OJ's svn.

but why exactly did you externalize it? you can very well add
plugins to OJ core that only activate in PLUS if certain libs are
avalable. that makes maintenance easier and sense if it is as
small as these 50k.

..ede

On 03.02.2015 15:08, Nicolas Ribot wrote:
 (it needs, not I needs)...

 On 3 February 2015 at 15:07, Nicolas Ribot
nicolas.ri...@gmail.com mailto:nicolas.ri...@gmail.com wrote:

 Hi,

 I packaged the Oracle Spatial Support in Data Store layer
wizard into a
 plugin.
 I needs a OJ Plus version and uses the existing gt2-oracle-spatial
 provided by the DB Query plugin.

 If the ojdbc.jar Oracle JDBC driver is added in the ext
directory (after
 downloading from Oracle site), the plugin will register a new
 OracleDataStoreDriver to OJ. If not, the plugin does nothing.

 Tested on Mac and Windows with the latest snapshot and does not
produce
 the SAXParser error anymore.

 The plugin is hosted here: https://github.com/Nicolasribot/docs, in
 code/java/OracleDataStorePlugin/OracleDataStorePlugin-0.1.jar
time to find
 a more convenient place.

 Nicolas






--
 Dive into the World of Parallel Programming. The Go Parallel
Website,
 sponsored by Intel and developed in partnership with Slashdot
Media, is your
 hub for all things parallel software development, from weekly
thought
 leadership blogs to news, videos, case studies, tutorials and
more. Take a
 look and join the conversation now.
http://goparallel.sourceforge.net/



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
mailto:Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot
Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and
more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
mailto:Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] svn commit messages

2015-02-03 Thread Stefan Steiniger
mhm well,
a bit:
because when I am traveling I am not able to filter svn-messages out. 
Only when I have a client.
Which would lead to the point that I am probably unsubscribing at some 
point or for some time from the dev-list.

It would be also the first developer list that I am on where commit 
messages gets send to the dev list (Well, perhaps the second - but out 
of 6+)

On 03-02-2015 13:46, edgar.sol...@web.de wrote:
 hey All,

 i just retired the jump-pilot-svn-notify mailing list in favor of 
 jump-pilot-devel. reasons:

 1. we don't really have a lot of commits, or dev emails
 2. new devs do not have to subscribe to yet another list
 3. interested parties may see a commit message that catches their eye and try 
 the change from the latest snapshot

 objections?.. ede

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] svn commit messages

2015-02-03 Thread Stefan Steiniger
well.. lets see what others have to say ;)

On 03-02-2015 15:52, edgar.sol...@web.de wrote:
 we have maybe as many messages on the list as there are commits. just checked 
 in the last year 2.2.2014 - today we had ca.

 470 svn mails
 760 devel mails

 it's roughly 60% more traffic. or 3.25 instead of 2 emails per day (divided 
 by 365 days).

 do you really feel that this would stuff your mailbox?  ..ede

 On 03.02.2015 19:03, Stefan Steiniger wrote:
 mhm well,
 a bit:
 because when I am traveling I am not able to filter svn-messages out.
 Only when I have a client.
 Which would lead to the point that I am probably unsubscribing at some
 point or for some time from the dev-list.

 It would be also the first developer list that I am on where commit
 messages gets send to the dev list (Well, perhaps the second - but out
 of 6+)

 On 03-02-2015 13:46, edgar.sol...@web.de wrote:
 hey All,

 i just retired the jump-pilot-svn-notify mailing list in favor of 
 jump-pilot-devel. reasons:

 1. we don't really have a lot of commits, or dev emails
 2. new devs do not have to subscribe to yet another list
 3. interested parties may see a commit message that catches their eye and 
 try the change from the latest snapshot

 objections?.. ede

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] MacOSX vertex image font loading errors?

2014-12-29 Thread Stefan Steiniger

Hi Ede,

so I just unpacked 1.8.0 PLUS release on my OSX machine and when 
starting it I got the error below (see image attached) for each index 
file that was seemingly created for the Vertex Image fonts.

Which means I had to click about 20x times to get to use OJ.
So, any idea how to avoid it - without a Mac user requiring to delete 
those files?


Perhaps we can add a file name filter as it concerns files starting with 
._ only?


Btw., I don't recall these files being created/part of other OJ 
editions? I see now that there is a ._ file for each file in every 
folder. Could this have happened when you packed them or is it a result 
of unzipping on my laptop?


cheers,
stefan
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Layer context menu

2014-12-18 Thread Stefan Steiniger
Hi

yes the delete and remove ops should be separate.
Long time ago I introduced it, because a couple of times I accidently 
chose delete/remove while wanting to do something else... having the 
separators pretty much eliminates this problem as the the items are fo 
far away from other stuff.

With cut, yes, its a bit different, as Edgar wrotes.

cheers,
stefan

Am 18.12.14 07:15, schrieb edgar.sol...@web.de:
 On 18.12.2014 09:04, Michael Michaud wrote:
 Hi,

 Layer context menu has been changed a few month ago,
 but I don't understand the rational

 we now have :

 - Cut Selected Layers
 - Copy Selected Layers
 - Paste Items
 - Combine Selected Layers
 *
 - Remove Selected Layers
 - Delete All Features
 *
 *
 Add New Features
 Select Current Layer Items

 Questions / proposition for the defult plugins configuration
 1 ) Is there a difference between Cut and Remove Selected Layers
 (I'm used to the remove symbol and did not notice the cut plugin)

 there is, cut keeps them in clipboard so you can paste. remove just deletes 
 them.

 2) Could we gather layer plugins and feature plugins together
 - Remove Selected Layers
 - Copy Selected Layers
 - Combine Selected Layers
 *
 - Add New Features
 - Paste *Features*
 - Delete All Features
 - Select *All* Features


 yes, but that would be highly unusual. 'cut/copy/paste' are standard edit 
 routines, which are grouped together in the edit menu of every software i 
 know. usually they are followed by 'delete'.

 i took the liberty to separate 'delete', just to visualize that this is a 
 destructive edit.

 also, from a usability standpoint, menus should be as similar as possible so 
 users get used the order of entries and do not need to look around. for 
 example -
 ideally the 'Edit' menu should have the same entries as the 
 'LayerView'-context menu.
 the 'Layer' menu the same as the 'LayerTree'-context menu.

 of that is not always possible but we are pretty close i'd say.

 ..ede




 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] CTS PlugIn integration

2014-12-16 Thread Stefan Steiniger
Hi Michael,

first of all, a big thanks for working on the integration.
Now my two cents on how to do it.

(a) first off all, in QGIS there is an project(?) option/checkbox to 
enable on the fly transformation (disabled by default). Hence, if there 
is no proj file, then I think there is no transformation done. Maybe we 
should do it the same: the user needs to enable on the fly projection 
for a project. Otherwise its just loaded.
If I understand correctly, or at least I saw something like that, in 
QGIS: the datasource for some layers, e.g. CSV, is read again each time 
the layer is made visible (or refreshed). This means also, that data are 
read and projected each time. I don't remember, however, if one can edit 
and save back such transformed (CSV) layers.

(b) editing: I wonder if it may be best to not allow editing of a layer 
that got projected. We could implement an (invisible) layer flag, e.g. 
transformed, like we have for visible, selectable and editable 
and an EnableCheck. So, if the user wants to edit and save a projected 
layer, then he first needs to create a copy of the transformed layer. 
This way it is clear what happens.

cheers,
stefan

Am 14.12.14 09:55, schrieb Michael Michaud:
 Hi,

 I propose to include CTSPlugIn into OpenJUMP in two steps

 1) inclusion in PLUS version after I checked with Peppe the
 problem with undo
 2) studing how CRS can be managed at the project level (see
 discussion after)
 3) inclusion in the CORE later if a good solution for a tighter
 integration is found.

 @peppe : undo bug : can you confirm the bug with 0.1.1 version
 (and last OJ NB!). I did not fix undo but could not reproduce the
 problem, so I will need a step by step description to reproduce
 the problem you reported.

 @ andrei : small dot bug : I could see the dot you noticed under the
 cursor on my machine too. For me it disappears after a few seconds.
 The bug is not harmful and I suspect it may be quite difficult to find
 the root cause. I'll not invetigate further.

 Tighter integration of CTS in OpenJUMP.
 
 OK, Peppe and Andrei want to get what most other GIS offer to
 handle coordinate system. There are several approaches to do
 that and all have a deep impact on teh code, and even on the
 results of other plugins. I would like to share some thoughts :

 I have a project in worldwide coordinates (WGS84) and datasources
 (shapefiles, images, database) in local coordinates.

 I can see at least two places where transformation can occur

 1) opening the datasource : in-memory representation of the data
 could be reprojected without reprojecting datasource itself
   pros : data is transformed only once
   cons : datasource and in-memory data have not the same geometry,
   it needs important modifications in the code. Saving
 back to
   disk implies a double conversion where original
 coordinates
   may not be preserved, even if they have not been edited
 2) displaying the dataset : I think this is the way most GIS work.
 Data is not altered but simply projected at display time. I prefer this
 way,
 but it implies transforming data after each pan/zoom. It also has deep
 implication in editing tools as each edition operation must be converted
 from project coordinate system to datasource one.

 Choosing one approach or the other has consequences on most processes :
 Intersection points computed between segments will not be the same,
 buffer will not be the same, and hence all geometric results may differ
 according to where the transformation takes place.

 Debate is open

 Michaël

 PS : any choice has big implication in the code, hence my willing to
 dissociate transformation capability as proposed by the current plugin
 and tight integration wished by users.

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
Jump-pilot-devel 

Re: [JPP-Devel] retire Main/Plugins menu entry

2014-12-09 Thread Stefan Steiniger
Note, I haven't read the thread completely yet. But:
I am with Michael. It's not obvious to me what the gain of this would be.
Using the Plugin menu seems to me a central point for other developers 
to make stuff available if he does not know (or care) where to put it, 
and vice versa: a good spot for users to start looking on new stuff.

will read, hopefully over the day, the other responses.
stefan

Am 07.12.14 11:56, schrieb Michael Michaud:
 Hi Ede,

 Not sure I understand how you want to manage true extensions.
 I think an extension which is not included in PLUS distro still need to
 be initialized through its initialize method rather than through
 default-plugins.xml (or did I miss something).
 As I understand it, for extensions, it's still up to the developper to
 decide where the plugin will go. I think there may be a few reasons
 why it should go in plugins menu rather than in tools menu :
 - it may take place in another menu than tools
 - it may be difficult to insert it at the right place (see my hack for CTS)
 - it may be easier to find a tool in plugins menu for a user if he knows it
 added it as an extension (dropping a jar in ext dir)

 Note that I'm not against moving current extensions from Plugins to
 Tools where it makes sense, but redirecting MenuNames.PLUGIN to
 MenuNames.TOOLS seems a bit rough.

 Let's hear others as everybody has a different opinion when it comes
 to put tools at the right place ;-)

 Michaël


 now that the possibility is there to move plugins freely within OJ via 
 default-plugins.xml i'd like to resuggest:

 let's retire the main menu Plugins entry. generally it serves the same 
 purpose as the Tools entry, so why not merge it into Tools?

 from the coders point we can easily make this backward compatible by changing
MenuNames.PLUGINS = MenuNames.Tools

 if we want specific places for some plugins we can redefine them via xml, 
 e.g.

 Plugins/JumpChart - Tools/Statistics/JumpChart


 comments? ..ede

 PS: the FillPattern entry should be deactivated. if Geoff needs credits he 
 should modify the info printed in the About/Extensions panel ;)

 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Motion: Add Concave hull plugin into OJ PLUS

2014-11-19 Thread Stefan Steiniger
+1

stefan

Am 19.11.14 12:07, schrieb Rahkonen Jukka (Tike):
 Hi,

 I have been using sometimes a small (18 kB) and nice Concave hull plugin [1] 
 but I need to find it every time again from the web. I wonder if we could add 
 it into standard OpenJUMP PLUS package?

 [1] http://www.rotefabrik.free.fr/concave_hull/

 -Jukka Rahkonen-


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


  1   2   3   4   5   6   7   8   9   10   >