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-08 Thread 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


Re: [JPP-Devel] Map Generalization toolbox

2015-07-07 Thread Giuseppe Aruta
> >> 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
>

Hi Andrei,
you should add a bug tag here
http://sourceforge.net/p/jump-pilot/bugs/?source=navbar
Peppe
--
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.(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