[JPP-Devel] on the fly transformation

2016-06-24 Thread manf...@egger-gis.at
Hello, i added Shapefiles in different coordinate systems with .prj files. Is there no automatic "on the fly transformation" in OPEN JUMP GIS? Best regards, Manfred Egger Web: http://egger-gis.at-- Attend Shape: An A

Re: [JPP-Devel] on the fly transformation

2016-06-27 Thread manf...@egger-gis.at
urceforge.net/lists/listinfo/jump-pilot-devel Hi Manfred, You're right. There is no "on the fly transformation" in OpenJUMP. There is a coordinate transformation tool, but it's up to the user to define if he wants to transform the dataset or not. Michaël Le 25/06/2016 à 08:4

Re: [JPP-Devel] on the fly transformation

2016-06-28 Thread manf...@egger-gis.at
nder layer or raster context menu ). I added on OJ nightly build a couple of months ago ). It doesn't use geotools or similar as the main aim was only proj file recognition. Giuseppe Il 27/Giu/2016 18:57, "manf...@egger-gis.at" ha scritto: > Hi Michaël, > > why do you not

Re: [JPP-Devel] on the fly transformation

2016-06-28 Thread manf...@egger-gis.at
the native SRID is automatically known. That OpenJUMP is happy without .prj does not mean that OpenJUMP user is also happy. Is your tool trying to guess the projection somehow like in this web service http://projfinder.com/? -Jukka Rahkonen- manf...@egger-gis.at wrote: Thank you for your fast

[JPP-Devel] make polygons basing on crossing lines

2016-06-29 Thread manf...@egger-gis.at
Good morning, i saw this nice function (look at attached image) to make polygons basing on a polyline (network) layer. I OPENJUMP GIS you have to click into each "polygon" to get the polygons. In my work i plan to make a tool where people select a input polyline shapefile and after processing

Re: [JPP-Devel] make polygons basing on crossing lines

2016-07-26 Thread manf...@egger-gis.at
's text to i18n key mapping 3. now search the i18n key in the OJ source, often it contains the canonical class name already good luck ..ede On 30.06.2016 05:28, manf...@egger-gis.at wrote: > Good morning, > > i saw this nice function (look at attached image) to make polygons basing o

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

2016-08-03 Thread manf...@egger-gis.at
... 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 "

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

2016-08-03 Thread manf...@egger-gis.at
... 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 an

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

2016-09-04 Thread manf...@egger-gis.at
... is someone of you a member of this mail list: disc...@lists.osgeo.org Last week we discussed a solution of a central web-database where all coordinate systems are registered. This database should be promoted by OSGeo. Maybe i can send you the mail traffic? Best regards, Manfred -Origi

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

2016-09-04 Thread manf...@egger-gis.at
Will this database have a distinct goal compared with http://spatialreference.org/ ? Michaël Le 04/09/2016 à 18:59, manf...@egger-gis.at a écrit : > ... is someone of you a member of this mail list: disc...@lists.osgeo.org > > Last week we discussed a solution of a central web-database whe

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

2016-09-28 Thread manf...@egger-gis.at
Good morning! I published a first version of my tool including registered EPSG-Codes in geotools 2.6.0. : http://www.egger-gis.at/shapefile-projectionfinder/ Before i start to develop a OPEN JUMP PLUGIN i want to ask which databases OPEN JUMP uses for transformations? I the last weeks i saw

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

2016-10-01 Thread manf...@egger-gis.at
t; (https://github.com/orbisgis/cts), which itself uses a snapshot of EPSG > database for CRS definitions. > > For the sake of completeness, OpenJUMP also uses a list of EPSG codes in > WMS plugin to know if the requested dataset must be interpreted in > latlon or in lonlat order. > >

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

2016-11-22 Thread manf...@egger-gis.at
p.core.ccordsys.utils.srid.txt > > For coordinate transformation, OpenJUMP PLUS uses CTS > (https://github.com/orbisgis/cts), which itself uses a snapshot of EPSG > database for CRS definitions. > > For the sake of completeness, OpenJUMP also uses a list of EPSG codes in > WMS

[JPP-Devel] Transformation in OpenJump ...

2016-12-29 Thread manf...@egger-gis.at
Hi, I will held my presenation about OpenJump and transformation in German, but i plan to write a summary for your WIKI in English. There are some not German speaking people there. One important question about the Transformation Plugin by https://github.com/orbisgis/cts: Some days ago i trans

[JPP-Devel] Transformation in OpenJump ...

2016-12-29 Thread manf...@egger-gis.at
to MGI(Austria) transformation in other softwares ? Note that all parameters used by cts are in the epsg file (which is the same as the one used by proj4). Micha?l Le 29/12/2016 ? 20:03, manf...@egger-gis.at a ?crit : > Hi, > > I will held my presenation about OpenJump and transfor

Re: [JPP-Devel] Transformation in OpenJump ...

2017-01-02 Thread manf...@egger-gis.at
, but it is not exposed through the interface. Practically, in the library, all CRSs are defined with a toWGS84 parameter and by default, CTS uses only the following transformation chain : CRS1 -> toWGS84 -> WGS84 -> fromWGS84 -> CRS2 Micha?l Le 30/12/2016 ? 07:37, manf...@egger-gi

Re: [JPP-Devel] Transformation in OpenJump ...

2017-01-02 Thread manf...@egger-gis.at
Hello, i added on your WÍKI a link to my website: http://ojwiki.soldin.de/index.php?title=Related_Websites_and_Blogs I hope that is OK? Best regards, Manfred -Original Message- From: "manf...@egger-gis.at" Sent: Monday, January 2, 2017 5:13am To: jump-p

[JPP-Devel] Report about lecture in Salzburg

2017-01-16 Thread manf...@egger-gis.at
Hi, i want to write a short report about my lecture last monday in Salzburg / Austria: many people don't know that OPEN JUMP GIS exists. Some say they have heard of it, but never used it. In the discussion some people said that there are no projection problems today. But there were also

[JPP-Devel] Presentaion in Vienna

2017-01-20 Thread manf...@egger-gis.at
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

Re: [JPP-Devel] Jump-pilot-devel Digest, Vol 127, Issue 14

2017-01-20 Thread manf...@egger-gis.at
s: 1. Presentaion in Vienna (manf...@egger-gis.at) 2. Re: Presentaion in Vienna (Stefan Steiniger) 3. Re: Presentaion in Vienna (Stefan Steiniger) 4. Re: Presentaion in Vienna (Giuseppe Aruta) -- Message: 1 Date: Fri, 20 Jan 20

[JPP-Devel] Email

2017-04-28 Thread manf...@egger-gis.at
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 communi

[JPP-Devel] Email

2017-04-30 Thread manf...@egger-gis.at
@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=OpenJ

[JPP-Devel] Registerlink to user group

2017-05-03 Thread manf...@egger-gis.at
Hi, I can not find the registration link to the user group. Can you send me the correct link? Best regards Manfred -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org

[JPP-Devel] FW: Logo of OrbisGIs

2017-05-04 Thread manf...@egger-gis.at
Hello, i hope you have no problem to add the logo of OrbisGis to my website? I think one of you is a meber of the developer group? Look below... I asked them an our ago. Best regards Manfred -Original Message- From: "manf...@egger-gis.at" Sent: Thursday, May 4, 2017 6: