morning,

what do you mean by 'not activated'?

..ede

On 23.05.2016 12:15, Giuseppe Aruta wrote:
> 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.CTSPlugIn
> after
> -org.openjump.core.ui.plugin.layer.NewLayerPropertiesPlugIn
> 
> and
> 
> - org.openjump.core.ui.plugin.layer.LayerPropertiesPlugIn (this is a 
> duplicate)
>  after 
> - com.vividsolutions.jump.workbench.ui.plugin.AddNewFeaturesPlugIn
> 
> Peppe
> 
> 2016-05-23 11:00 GMT+02:00 <edgar.sol...@web.de <mailto: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> <mailto: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> <mailto: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 
> <mailto:m.michael.mich...@orange.fr>>m.michael.mich...@orange.fr 
> <mailto:m.michael.mich...@orange.fr> <mailto: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 displays all the information in a nice 
> table which can be saved as HTML
>     >>>>             Among the new improvents:
>     >>>>             a) plugin can detect if selected layer is a vector, 
> image, geotabase or a WFS sand shows path/url and extension/sorce layer
>     >>>>             b) if more than a layer is selected or if selected layer 
> is a catalogue with some image files, the plugin shows the complete list of 
> the related layer/files
>     >>>>             c) Add a good capability to detect spatial reference 
> system (srid code and srs definition). This capability works well with 
> geotiffs, image/vector files with auxiliary (.aux.xml or .prj) files, 
> geodatabase or WFS (which automatically load SRID into OJ as Style)
>     >>>>
>     >>>>             The point c) is related to few extra files [a registy 
> file (srid.txt) and a selection of methods (ProjUtils.java)] located into a 
> new org.openjump.core.ccordsys.utils package. The codes don't affect OJ 
> plugin previous structure and it desn't use other esternal libraries. The 
> registry file is small as the main scope is SRS detection of files. The 
> ProjUtils.java can be extended to new usage, for instance extending to MrSID 
> files which may use the same GeoTIFF tag.
>     >>>>
>     >>>>             As soon as possible I will write down extra 
> user/developer info on OJ wiki
>     >>>>
>     >>>>             See below some screenshots
>     >>>>
>     >>>>             Best regards
>     >>>>
>     >>>>             Giuseppe Aruta
>     >>>>
>     >>>>             A) Geotiff
>     >>>>
>     >>>>             ​
>     >>>>
>     >>>>             B) Image with auxiliary file
>     >>>>
>     >>>>
>     >>>>             ​
>     >>>>
>     >>>>             B) shapefile with .prj file
>     >>>>
>     >>>>             ​
>     >>>>
>     >>>>             D) Catalogue image file
>     >>>>
>     >>>>
>     >>>>             ​
>     >>>>
>     >>>>
>     >>>>             
> ------------------------------------------------------------------------------
>     >>>>             Mobile security can be enabling, not merely restricting. 
> Employees who
>     >>>>             bring their own devices (BYOD) to work are irked by the 
> imposition of MDM
>     >>>>             restrictions. Mobile Device Manager Plus allows you to 
> control only the
>     >>>>             apps on BYO-devices by containerizing them, leaving 
> personal data untouched!
>     >>>>             https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     >>>>
>     >>>>
>     >>>>             _______________________________________________
>     >>>>             Jump-pilot-devel mailing list
>     >>>>             Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net> 
> <mailto:Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net>>
>     >>>>             
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>     >>>
>     >>>
>     >>>
>     >>>             
> ------------------------------------------------------------------------------
>     >>>             Mobile security can be enabling, not merely restricting. 
> Employees who
>     >>>             bring their own devices (BYOD) to work are irked by the 
> imposition of MDM
>     >>>             restrictions. Mobile Device Manager Plus allows you to 
> control only the
>     >>>             apps on BYO-devices by containerizing them, leaving 
> personal data untouched!
>     >>>             https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     >>>
>     >>>
>     >>>             _______________________________________________
>     >>>             Jump-pilot-devel mailing list
>     >>>             Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net> 
> <mailto:Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net>>
>     >>>             
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>     >>
>     >>
>     >>             
> ------------------------------------------------------------------------------
>     >>             Mobile security can be enabling, not merely restricting. 
> Employees who
>     >>             bring their own devices (BYOD) to work are irked by the 
> imposition of MDM
>     >>             restrictions. Mobile Device Manager Plus allows you to 
> control only the
>     >>             apps on BYO-devices by containerizing them, leaving 
> personal data untouched!
>     >>             https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     >>             _______________________________________________
>     >>             Jump-pilot-devel mailing list
>     >>             Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net> 
> <mailto:Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net>>
>     >>             
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>     >>
>     >>
>     >>
>     >>
>     >>
>     >>     
> ------------------------------------------------------------------------------
>     >>     Mobile security can be enabling, not merely restricting. Employees 
> who
>     >>     bring their own devices (BYOD) to work are irked by the imposition 
> of MDM
>     >>     restrictions. Mobile Device Manager Plus allows you to control 
> only the
>     >>     apps on BYO-devices by containerizing them, leaving personal data 
> untouched!
>     >>     https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     >>
>     >>
>     >>     _______________________________________________
>     >>     Jump-pilot-devel mailing list
>     >>     Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net> 
> <mailto:Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net>>
>     >>     https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>     >
>     >
>     >     
> ------------------------------------------------------------------------------
>     >     Mobile security can be enabling, not merely restricting. Employees 
> who
>     >     bring their own devices (BYOD) to work are irked by the imposition 
> of MDM
>     >     restrictions. Mobile Device Manager Plus allows you to control only 
> the
>     >     apps on BYO-devices by containerizing them, leaving personal data 
> untouched!
>     >     https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     >     _______________________________________________
>     >     Jump-pilot-devel mailing list
>     >     Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net> 
> <mailto:Jump-pilot-devel@lists.sourceforge.net 
> <mailto:Jump-pilot-devel@lists.sourceforge.net>>
>     >     https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>     >
>     >
>     >
>     >
>     > 
> ------------------------------------------------------------------------------
>     > Mobile security can be enabling, not merely restricting. Employees who
>     > bring their own devices (BYOD) to work are irked by the imposition of 
> MDM
>     > restrictions. Mobile Device Manager Plus allows you to control only the
>     > apps on BYO-devices by containerizing them, leaving personal data 
> untouched!
>     > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     >
>     >
>     >
>     > _______________________________________________
>     > 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
>     >
> 
>     
> ------------------------------------------------------------------------------
>     Mobile security can be enabling, not merely restricting. Employees who
>     bring their own devices (BYOD) to work are irked by the imposition of MDM
>     restrictions. Mobile Device Manager Plus allows you to control only the
>     apps on BYO-devices by containerizing them, leaving personal data 
> untouched!
>     https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>     _______________________________________________
>     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
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> 
> 
> 
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to