Re: [JPP-Devel] New plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-08 Thread Giuseppe Aruta
Yes, as I wrote, I will consider in the future to use external code.
Right now some classes of the JMapViewer I used have methods and depends to
Openjunp and JTS (apart from the i18n)



Il lun 8 mag 2023, 19:00  ha scritto:

> On 08.05.2023 10:19, Giuseppe Aruta wrote:
> > I also removed the MapMarker framework from the JMapViewer code in order
> to keep the code small, with the project to modify the code to integrate
> OpenJUMP vectors. I also added a language framework which is not in the
> original JMapViewer.
> > Possibly in the future I will reconsider to use JMapViewer as external
> library.
>
> have a look here
>
> https://mvnrepository.com/artifact/org.openstreetmap.jmapviewer/jmapviewer/2.16
>
> the jmapviewer is 141kB and does not seem to have additional dependencies,
> so after all is rather small.
>
> ..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] New plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-08 Thread Giuseppe Aruta
I started to work around this plugin a couple if years ago, but quickly I
changed plan and later, by mistake, I also removed all the source code from
my eclipse.
Recently, when I took the project again,  the only way to resume the code
was to decompile a former plugin (which luckily I didn't delete) using a
decompiler service on line (I was not sure which classes I modified and
which I don't).
I thought I removed all the headers (and footers) but some of them escaped
from my attention
Peppe




Il lun 8 mag 2023, 17:41  ha scritto:

> On 08.05.2023 10:19, Giuseppe Aruta wrote:
> >  > /is there a reason that
> https://sourceforge.net/p/opensit/code/HEAD/tree/Projects/JMapViewer/trunk/src/
> <
> https://sourceforge.net/p/opensit/code/HEAD/tree/Projects/JMapViewer/trunk/src/
> >
> > contains *decompiled* JOSM sources instead of a distro jar? recent
> sources seem to be also available here
> > https://josm.openstreetmap.de/svn/trunk <
> https://josm.openstreetmap.de/svn/trunk>/
> >
> > I only use the component JMapViewer from JOSM project which is
> maintained as an independent project by JOSM Team:
> > JMapViewer - OpenStreetMap Wiki <
> https://wiki.openstreetmap.org/wiki/JMapViewer>
> > I modified the code in order to have an OpenJUMP integration,
> especially on sync zooms and coordinates between the two applications.
> There are also small enhancements (for instance the zoom commands and zoom
> bar) . I also removed the MapMarker framework from the JMapViewer code in
> order to keep the code small, with the project to modify the code to
> integrate OpenJUMP vectors. I also added a language framework which is not
> in the original JMapViewer.
> > Possibly in the future I will reconsider to use JMapViewer as external
> library.
>
> well, if you compare e.g.
>
> https://sourceforge.net/p/opensit/code/HEAD/tree/Projects/JMapViewer/trunk/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
> with
>
> https://josm.openstreetmap.de/osmsvn/applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
> you will see that your copy has a decompiler header, which is confusing as
> the sources are publicly available and tere is no need to decompile
> anything.
>
> where did you get your sources from? are they recent?
>
> sunny regards.. 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] New plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-08 Thread edgar . soldin

On 08.05.2023 10:19, Giuseppe Aruta wrote:

I also removed the MapMarker framework from the JMapViewer code in order to 
keep the code small, with the project to modify the code to integrate OpenJUMP 
vectors. I also added a language framework which is not in the original 
JMapViewer.
Possibly in the future I will reconsider to use JMapViewer as external library.


have a look here
 https://mvnrepository.com/artifact/org.openstreetmap.jmapviewer/jmapviewer/2.16

the jmapviewer is 141kB and does not seem to have additional dependencies, so 
after all is rather small.

..ede


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


Re: [JPP-Devel] New plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-08 Thread edgar . soldin

On 08.05.2023 10:19, Giuseppe Aruta wrote:

 > /is there a reason that 
https://sourceforge.net/p/opensit/code/HEAD/tree/Projects/JMapViewer/trunk/src/ 

contains *decompiled* JOSM sources instead of a distro jar? recent sources seem 
to be also available here
https://josm.openstreetmap.de/svn/trunk 
/

I only use the component JMapViewer from JOSM project which is maintained as an 
independent project by JOSM Team:
JMapViewer - OpenStreetMap Wiki 
I modified the code in order to have an OpenJUMP integration, especially on 
sync zooms and coordinates between the two applications.  There are also small 
enhancements (for instance the zoom commands and zoom bar) . I also removed the 
MapMarker framework from the JMapViewer code in order to keep the code small, 
with the project to modify the code to integrate OpenJUMP vectors. I also added 
a language framework which is not in the original JMapViewer.
Possibly in the future I will reconsider to use JMapViewer as external library.


well, if you compare e.g.
https://sourceforge.net/p/opensit/code/HEAD/tree/Projects/JMapViewer/trunk/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
with
https://josm.openstreetmap.de/osmsvn/applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
you will see that your copy has a decompiler header, which is confusing as the 
sources are publicly available and tere is no need to decompile anything.

where did you get your sources from? are they recent?

sunny regards.. ede




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


Re: [JPP-Devel] New plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-07 Thread edgar . soldin

sources seem to be here
 
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/OsmFileReaderPlugin/
but
 https://github.com/openjump-gis/openjump#extensions
lists it as *unmaintained*. Mike edited these tables, so he will know.

my guess it wasn't ported when we moved to git and upgraded to OJ2.

..ede

On 07.05.2023 22:44, Rahkonen Jukka wrote:

Hi,

Stefan wrote an OSM vector driver sometimes 
https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/. It has 
disappeared now from Plus. Does anybody remember why? Asking just out of 
curiosity, I do not need it really.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: edgar.sol...@web.de 
Lähetetty: sunnuntai 7. toukokuuta 2023 22.57
Vastaanottaja: jump-pilot-devel@lists.sourceforge.net
Aihe: Re: [JPP-Devel] New plugin to explore OpenStreatMaps and other map 
sources with OpenJUMP

hey Peppe,

if you clean up the sources and document license and used libraries properly we 
might even include it into PLUS.
moving the sources to github would be ideal of course. shout if you need helo 
to do so.

..ede


On 05.05.2023 09:13, Giuseppe Aruta wrote:

Hi Jumpers
This JMapViewer for OpenJUMP plugin allows to integrated JMapViewer 
into OpenJUMP.

Description and download page is here: 
https://sourceforge.net/p/opensit/wiki/%5BJMapViewer%20for%20OpenJUMP%5D/ 

Best regards
Giuseppe Aruta


___
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] New plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-07 Thread Rahkonen Jukka
Hi,

Stefan wrote an OSM vector driver sometimes 
https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/. It has 
disappeared now from Plus. Does anybody remember why? Asking just out of 
curiosity, I do not need it really.

-Jukka Rahkonen-

-Alkuperäinen viesti-
Lähettäjä: edgar.sol...@web.de 
Lähetetty: sunnuntai 7. toukokuuta 2023 22.57
Vastaanottaja: jump-pilot-devel@lists.sourceforge.net
Aihe: Re: [JPP-Devel] New plugin to explore OpenStreatMaps and other map 
sources with OpenJUMP

hey Peppe,

if you clean up the sources and document license and used libraries properly we 
might even include it into PLUS.
moving the sources to github would be ideal of course. shout if you need helo 
to do so.

..ede


On 05.05.2023 09:13, Giuseppe Aruta wrote:
> Hi Jumpers
> This JMapViewer for OpenJUMP plugin allows to integrated JMapViewer 
> into OpenJUMP.
>
> Description and download page is here: 
> https://sourceforge.net/p/opensit/wiki/%5BJMapViewer%20for%20OpenJUMP%5D/ 
> 
> Best regards
> Giuseppe Aruta
>
>
> ___
> 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 plugin to explore OpenStreatMaps and other map sources with OpenJUMP

2023-05-07 Thread edgar . soldin

hey Peppe,

if you clean up the sources and document license and used libraries properly we 
might even include it into PLUS.
moving the sources to github would be ideal of course. shout if you need helo 
to do so.

..ede


On 05.05.2023 09:13, Giuseppe Aruta wrote:

Hi Jumpers
This JMapViewer for OpenJUMP plugin allows to integrated JMapViewer 
into OpenJUMP.

Description and download page is here: 
https://sourceforge.net/p/opensit/wiki/%5BJMapViewer%20for%20OpenJUMP%5D/ 

Best regards
Giuseppe Aruta


___
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