Re: [JPP-Devel] R: cts 0.2 stable & geomconv 0.3rc2 released

2011-06-29 Thread edgar . soldin
On 29.06.2011 09:11, Michaël Michaud wrote:
> Right, that works... but sometimes it doen't. I cannot understand why 
> one of these multilinestring is converted into multipolygon and not the 
> other (anyway, I checked the spec and it seems that none of them isValid) :
> 
> MULTILINESTRING ((139 229, 139 154, 197 148, 254 232, 139 229), (176 
> 184, 173 106, 297 106, 295 193, 176 184))
> MULTILINESTRING ((298 256, 298 311, 365 311, 365 256, 298 256), (334 
> 223, 334 281, 387 281, 387 223, 334 223))

the first rings are counterclockwise. so the code only found holes and failed. 
fixed in rc4.

praise the  for thorough testers, thx ede

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] R: cts 0.2 stable & geomconv 0.3rc2 released

2011-06-29 Thread Michaël Michaud
Hi,

>> - good work for multilinestring to polygon (with holes) conversion
>> You did not deal with the case of multilinestring to be converted into 
>> multipolygon. It is tricky as there is no way to be 100% sure that a 
>> linearing is an inner ring or an outer ring.
>> If you're interested I may have code which does a reasonnable job for that 
>> (where linear rings entirely incuded in another one are considered as holes, 
>> and linear rings out of or intersecting another one are considered as outer 
>> rings)
> don't know what you are talking about, works for me. take a multipolygon, 
> separate it to a multilinestring and create a multipolygon again. it is the 
> same code as for polygons, except that nonholes end up as extra polygon. and 
> nonholes with rings in it, you can imagine ;)
> all this code is shamelessly stolen from the shapefile reader, so thanks to 
> the good folks at geotools.
Right, that works... but sometimes it doen't. I cannot understand why 
one of these multilinestring is converted into multipolygon and not the 
other (anyway, I checked the spec and it seems that none of them isValid) :

MULTILINESTRING ((139 229, 139 154, 197 148, 254 232, 139 229), (176 
184, 173 106, 297 106, 295 193, 176 184))
MULTILINESTRING ((298 256, 298 311, 365 311, 365 256, 298 256), (334 
223, 334 281, 387 281, 387 223, 334 223))

I'll complete french file soon,

Michaël
>> Thanks for the good job,
> pleasure, please doublecheck if you can verify all i am stating above :).. 
> warm regards ede
>
>> Michaël
>>
>>
>> Le 28/06/2011 20:40, Giuseppe Aruta a écrit :
>>> Hi Ede,
>>>
>>> Italian and Spanish language files
>>>
>>> Peppe
>>>
>>> --- Mar 28/6/11, edgar.sol...@web.de  
>>>     ha scritto:
>>>
 Da: edgar.sol...@web.de   
  
 Oggetto: [JPP-Devel] cts 0.2 stable&  geomconv 0.3rc2 released
 A: "OpenJump develop and use"  
 
 Data: Martedì 28 giugno 2011, 19:29
 continuing my daily release cycle
 here comes

 CTS (coordinate transfomation services) Extension, stable
 until proven otherwise, translated into english, german,
 spanish, italian

 Geometry Converter Extension 0.3rc2 fixing a bug where it
 simply did nothing if an older version of my other
 extensions was installed. to tell the user the language
 properties file has an added string for that case.
 Fork maintainers please see GCPlugin:initialize for
 convenience installation methods.

 both as always available on
 https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/

 Geometry Converter in this current state applies again for
 inclusion into oj for the 1.4.2 release. anybody willing
 please send me translations.


 kind regards ede

 --
 All of the data generated in your IT infrastructure is
 seriously valuable.
 Why? It contains a definitive record of application
 performance, security
 threats, fraudulent activity, and more. Splunk takes this
 data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

>>>
>>> --
>>> All of the data generated in your IT infrastructure is seriously valuable.
>>> Why? It contains a definitive record of application performance, security
>>> threats, fraudulent activity, and more. Splunk takes this data and makes
>>> sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-d2d-c2
>>>
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>> --
>> All of the data generated in your IT infrastructure is seriously valuable.
>> Why? It contains a definitive record of application performance, security
>> threats, fraudulent activity, and more. Splunk takes this data and makes
>> sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-d2d-c2
>>
>>
>>
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> --
> All of the data generated in your IT infras

Re: [JPP-Devel] R: cts 0.2 stable & geomconv 0.3rc2 released

2011-06-28 Thread edgar . soldin
On 29.06.2011 00:05, Michaël Michaud wrote:
> Hi Ede,
> 
> Good progress on gc !!
> Attached, you'll find my contribution for french users.

thanks and thanks

> And a few more remarks (geomconv_0.3rc2.jar) :
> - could not start the extension before I have installed cts (the dependance 
> to cts should be removed)

plain bug, i had copied some code from one to the other, fixed in rc3, online 
now

> Here after are small suggestions (not needed for a production release)
> - wonder if it is possible to adapt the main menu text to the selection
> features selected -> Convert select geometries to
> no feature selected -> Convert selected layers to
> no feature / no layer -> grayed menu item
> it can be useful, for example, in the case where there are both layers and 
> geometries selected to know that geometries have priority.

true, but i think that is over the top. it always states geometry/layer in that 
order and using it users will recognize the difference. actually i guess most 
people will rather use only one mode for a long time until they discover the 
other.

> 
> - I was suprised that remove closing segment works both on polylines "and on 
> polygons" (can be considered as a bug... or a feature)

you wanted it smart. and hey: a conversion from polygon into multilinestring is 
expected to give the multiple segments right? if i want to have it as one i 
would convert to linestring instead.

> - Some conversion do a neutral conversion (ex. a polygon into a polygon).
>   Maybe it could detected to warn the user (nothing to be converted) and to 
> avoid filling the undo stack.

done in rc3

> - good work for multilinestring to polygon (with holes) conversion
> You did not deal with the case of multilinestring to be converted into 
> multipolygon. It is tricky as there is no way to be 100% sure that a 
> linearing is an inner ring or an outer ring.
> If you're interested I may have code which does a reasonnable job for that 
> (where linear rings entirely incuded in another one are considered as holes, 
> and linear rings out of or intersecting another one are considered as outer 
> rings)

don't know what you are talking about, works for me. take a multipolygon, 
separate it to a multilinestring and create a multipolygon again. it is the 
same code as for polygons, except that nonholes end up as extra polygon. and 
nonholes with rings in it, you can imagine ;)
all this code is shamelessly stolen from the shapefile reader, so thanks to the 
good folks at geotools.

> Thanks for the good job,

pleasure, please doublecheck if you can verify all i am stating above :).. warm 
regards ede

> Michaël
> 
> 
> Le 28/06/2011 20:40, Giuseppe Aruta a écrit :
>> Hi Ede,
>>
>> Italian and Spanish language files
>>
>> Peppe
>>
>> --- Mar 28/6/11, edgar.sol...@web.de  
>>   ha scritto:
>>
>>> Da: edgar.sol...@web.de   
>>> 
>>> Oggetto: [JPP-Devel] cts 0.2 stable & geomconv 0.3rc2 released
>>> A: "OpenJump develop and use"  
>>> 
>>> Data: Martedì 28 giugno 2011, 19:29
>>> continuing my daily release cycle
>>> here comes
>>>
>>> CTS (coordinate transfomation services) Extension, stable
>>> until proven otherwise, translated into english, german,
>>> spanish, italian
>>>
>>> Geometry Converter Extension 0.3rc2 fixing a bug where it
>>> simply did nothing if an older version of my other
>>> extensions was installed. to tell the user the language
>>> properties file has an added string for that case.
>>> Fork maintainers please see GCPlugin:initialize for
>>> convenience installation methods.
>>>
>>> both as always available on
>>> https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/
>>>
>>> Geometry Converter in this current state applies again for
>>> inclusion into oj for the 1.4.2 release. anybody willing
>>> please send me translations.
>>>
>>>
>>> kind regards ede
>>>
>>> --
>>> All of the data generated in your IT infrastructure is
>>> seriously valuable.
>>> Why? It contains a definitive record of application
>>> performance, security 
>>> threats, fraudulent activity, and more. Splunk takes this
>>> data and makes 
>>> sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-d2d-c2
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net 
>>> 
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>> >
>>   
>> --
>> All of the data generated in your IT infrastructure is seriously valuable.
>> Why? It contains a definitive record of application performance, security 
>> threats, fraudulent activity, and more. Splunk takes this data 

Re: [JPP-Devel] R: cts 0.2 stable & geomconv 0.3rc2 released

2011-06-28 Thread Michaël Michaud

Hi Ede,

Good progress on gc !!
Attached, you'll find my contribution for french users.

And a few more remarks (geomconv_0.3rc2.jar) :
- could not start the extension before I have installed cts (the 
dependance to cts should be removed)


Here after are small suggestions (not needed for a production release)
- wonder if it is possible to adapt the main menu text to the selection
features selected -> Convert select geometries to
no feature selected -> Convert selected layers to
no feature / no layer -> grayed menu item
it can be useful, for example, in the case where there are both layers 
and geometries selected to know that geometries have priority.


- I was suprised that remove closing segment works both on polylines 
"and on polygons" (can be considered as a bug... or a feature)


- Some conversion do a neutral conversion (ex. a polygon into a polygon).
  Maybe it could detected to warn the user (nothing to be converted) 
and to avoid filling the undo stack.


- good work for multilinestring to polygon (with holes) conversion
You did not deal with the case of multilinestring to be converted into 
multipolygon. It is tricky as there is no way to be 100% sure that a 
linearing is an inner ring or an outer ring.
If you're interested I may have code which does a reasonnable job for 
that (where linear rings entirely incuded in another one are considered 
as holes, and linear rings out of or intersecting another one are 
considered as outer rings)


Thanks for the good job,

Michaël


Le 28/06/2011 20:40, Giuseppe Aruta a écrit :

Hi Ede,

Italian and Spanish language files

Peppe

--- Mar 28/6/11, edgar.sol...@web.de  ha scritto:


Da: edgar.sol...@web.de
Oggetto: [JPP-Devel] cts 0.2 stable&  geomconv 0.3rc2 released
A: "OpenJump develop and use"
Data: Martedì 28 giugno 2011, 19:29
continuing my daily release cycle
here comes

CTS (coordinate transfomation services) Extension, stable
until proven otherwise, translated into english, german,
spanish, italian

Geometry Converter Extension 0.3rc2 fixing a bug where it
simply did nothing if an older version of my other
extensions was installed. to tell the user the language
properties file has an added string for that case.
Fork maintainers please see GCPlugin:initialize for
convenience installation methods.

both as always available on
https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/

Geometry Converter in this current state applies again for
inclusion into oj for the 1.4.2 release. anybody willing
please send me translations.


kind regards ede

--
All of the data generated in your IT infrastructure is
seriously valuable.
Why? It contains a definitive record of application
performance, security
threats, fraudulent activity, and more. Splunk takes this
data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

>


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2


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


// menu name
convert-selected-to=Convertir les couches ou les g\u00E9om\u00E9tries 
s\u00E9lectionn\u00E9es
// menu entries
geometrycollection=Multi-g\u00E9ometries
linestring=Ligne
linearring=Ligne ferm\u00E9e
multilinestring=Multi-lignes
multipoint=Multi-points
multipolygon=Multi-polygones
point=Point
polygon=Polygone
// menu tools
close-lines=Fermer les lignes.
remove-closing-segment=Ouvrir (supprimer le segment de fermeture).
// messages
are-you-sure=Etes-vous s\u00FBr?
treat-all-with-tools=Toutes les g\u00E9om\u00E9tries des couches 
s\u00E9lectionn\u00E9es ''{0}'' seront trait\u00E9es avec ''{1}''.
convert-all-to=Toutes les\ g\u00E9om\u00E9tries des couches 
s\u00E9lectionn\u00E9es ''{0}'' seront converties en ''{1}''.
nothing-to-do=Rien \u00E0 faire sur l'objet {0}.
no-conversion-method=Pas de\ m\u00E9thode de conversion pour ''{0} ({1})''.
only-one-coordinate=Seules des g\u00E9om\u00E9tries constitu\u00E9es d'un seul 
point peuvent \u00EAtre converties en ''{0}''.
conversion-not-implemented=La conversion en ''{0} ({1})'' n'est pas encore 
impl\u00E9ment\u00E9e\!
select-geometries-or-layers=Pour convertir des objets, s\u00E9lectionner des 
g\u00E9om\u00E9tries dans la vue ou des couches dans le gestionnaire de couches.
layer-not-editable=La couche ''{0}'' contenant des obj

Re: [JPP-Devel] R: cts 0.2 stable & geomconv 0.3rc2 released

2011-06-28 Thread edgar . soldin
Much appreciated, thx ede

On 28.06.2011 20:40, Giuseppe Aruta wrote:
> Hi Ede,
> 
> Italian and Spanish language files
> 
> Peppe
> 
> --- Mar 28/6/11, edgar.sol...@web.de  ha scritto:
> 
>> Da: edgar.sol...@web.de 
>> Oggetto: [JPP-Devel] cts 0.2 stable & geomconv 0.3rc2 released
>> A: "OpenJump develop and use" 
>> Data: Martedì 28 giugno 2011, 19:29
>> continuing my daily release cycle
>> here comes
>>
>> CTS (coordinate transfomation services) Extension, stable
>> until proven otherwise, translated into english, german,
>> spanish, italian
>>
>> Geometry Converter Extension 0.3rc2 fixing a bug where it
>> simply did nothing if an older version of my other
>> extensions was installed. to tell the user the language
>> properties file has an added string for that case.
>> Fork maintainers please see GCPlugin:initialize for
>> convenience installation methods.
>>
>> both as always available on
>> https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/
>>
>> Geometry Converter in this current state applies again for
>> inclusion into oj for the 1.4.2 release. anybody willing
>> please send me translations.
>>
>>
>> kind regards ede
>>
>> --
>> All of the data generated in your IT infrastructure is
>> seriously valuable.
>> Why? It contains a definitive record of application
>> performance, security 
>> threats, fraudulent activity, and more. Splunk takes this
>> data and makes 
>> sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-d2d-c2
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> 
> 
> 
> --
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> 
> 
> 
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] R: cts 0.2 stable & geomconv 0.3rc2 released

2011-06-28 Thread Giuseppe Aruta
Hi Ede,

Italian and Spanish language files

Peppe

--- Mar 28/6/11, edgar.sol...@web.de  ha scritto:

> Da: edgar.sol...@web.de 
> Oggetto: [JPP-Devel] cts 0.2 stable & geomconv 0.3rc2 released
> A: "OpenJump develop and use" 
> Data: Martedì 28 giugno 2011, 19:29
> continuing my daily release cycle
> here comes
> 
> CTS (coordinate transfomation services) Extension, stable
> until proven otherwise, translated into english, german,
> spanish, italian
> 
> Geometry Converter Extension 0.3rc2 fixing a bug where it
> simply did nothing if an older version of my other
> extensions was installed. to tell the user the language
> properties file has an added string for that case.
> Fork maintainers please see GCPlugin:initialize for
> convenience installation methods.
> 
> both as always available on
> https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/
> 
> Geometry Converter in this current state applies again for
> inclusion into oj for the 1.4.2 release. anybody willing
> please send me translations.
> 
> 
> kind regards ede
> 
> --
> All of the data generated in your IT infrastructure is
> seriously valuable.
> Why? It contains a definitive record of application
> performance, security 
> threats, fraudulent activity, and more. Splunk takes this
> data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

gc_es.properties
Description: Binary data


gc_it.properties
Description: Binary data
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel