[Gvsig_english] Problem with gvSIG on Debian 64 system (wrong ELF class)

2010-05-05 Thread Janis Brunenieks
Dear colleagues! Would you be so kind to help to resolve my problem. I have successfully installed gvSIG OADEdition (using installer gvsig-oade-2010-1.0.0.b2-linux-installer.bin), after installation declared as Version 1.9 (build 1253). My system is Debian (5.0.4 - lenny) based; kernel - Linux

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Ubuntu 10.4

2010-05-05 Thread Benjamin Ducke
I have, and no problems so far. Ben - Original Message - From: Simon Cropper (Botanicus Australia Pty Ltd) scrop...@botanicusaustralia.com.au To: Users and Developers mailing list gvsig_internacional@listserv.gva.es Sent: Wednesday, May 5, 2010 6:13:19 AM GMT +01:00 Amsterdam / Berlin /

Re: [Gvsig_english] Problem with gvSIG on Debian 64 system (wrong ELFclass)

2010-05-05 Thread Jorge Piera Llodrá
Hi. This error is due to you are using the version of the JVM for 64 bits and the libraries that you are using are compiled for a 32 bits architecture. I suggest that you install the JVM for 32 bits and try to run gvSIG other time. Regards, Jorge On 05/05/2010 08:12 AM, Janis Brunenieks

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Is Java backward compatible?

2010-05-05 Thread Benjamin Ducke
Java updates should be backward compatible between minor version releases. E.g. gvSIG OADE has been running on Java 1.6.0 to 1.6.18 with no changes. For major version changes (like 1.5 to 1.6), it's a different story. There is no telling what degree of compatibility Oracle will decide to break in

Re: [Gvsig_english] Problem with gvSIG on Debian 64 system (wrong ELFclass)

2010-05-05 Thread Benjamin Ducke
Yes, either that or simply add a -d32 flag to the line that starts your Java VM in gvSIG.sh. That will force the JVM into 32 bits mode. We should really think about releasing a full 64 bit version of gvSIG so that the capabilities of new architectures can be fully exploited. The Java code is not

Re: [Gvsig_english] Problem with gvSIG on Debian 64 system (wrong ELFclass)

2010-05-05 Thread Jorge Piera Llodrá
Hi. On 05/05/2010 08:41 AM, Benjamin Ducke wrote: Yes, either that or simply add a -d32 flag to the line that starts your Java VM in gvSIG.sh. That will force the JVM into 32 bits mode. You learn something new every day ;-) We should really think about releasing a full 64 bit version of

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Can you automatically split a vector layer based on an attribute in a field?

2010-05-05 Thread Benjamin Ducke
SEXTANTE has a tool Separate entities in its vector layers toolbox that does exactly what you are looking for. Cheers, Ben - Original Message - From: Simon Cropper (Botanicus Australia Pty Ltd) scrop...@botanicusaustralia.com.au To: Users and Developers mailing list

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Ubuntu 10.4

2010-05-05 Thread Jordi Torres
Hi Simon, I have too, and no problems in my side. Cheers! 2010/5/5 Benjamin Ducke benjamin.du...@oxfordarch.co.uk I have, and no problems so far. Ben - Original Message - From: Simon Cropper (Botanicus Australia Pty Ltd) scrop...@botanicusaustralia.com.au To: Users and

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Can you automatically split a vector layer based on an attribute in a field?

2010-05-05 Thread Antonio Falciano
Il 05/05/2010 9.09, Benjamin Ducke ha scritto: SEXTANTE has a tool Separate entities in its vector layers toolbox that does exactly what you are looking for. Hi all, a good starting point could be using Separate entities tool in SEXTANTE, however it's a bit buggy (see ticket 960 [1]). It

[Gvsig_english] PostGIS Driver ignore the db_schema when ALTER TABLE

2010-05-05 Thread Nacho Uve
gvSIG 1.9 launch a error when close edition after adding/removing a column in a table from a PostGIS DB. I think it can be instesting for PostGIS users. I've reported a bug about it on the tracker [1] and a patch that fix the problem was also included. Regards, Nacho [1]:

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Flavio Pompermaier
Sorry but I have to correct my previous email: when I add the layer I try to put it on the bottom of the TOC: flayers.addLayer(0,createLayerInView(workLayer, projection)); 2010/5/5 Flavio Pompermaier fla8...@gmail.com: Hi to all, I'm using gvSIG 1.9 revision 1253 and I have some trouble whit

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Antonio Falciano
Il 05/05/2010 11.46, Flavio Pompermaier ha scritto: Hi to all, I'm using gvSIG 1.9 revision 1253 and I have some trouble whit layer positioning. I have a list of layer to add on login and, if this layer is not present, I want to add it on the bottom of the toc and not on top as default.

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Ubuntu 10.4

2010-05-05 Thread Benjamin Ducke
Well, what happens if you choose Windows-Project manager? Do you get an error message? Also, if you have used gvSIG 1.9 (CIT download) previously, it may be a good idea to remove (or better: rename) your gvSIG user settings folder once before you launch gvSIG OADE. Compiz should be working fine

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Ubuntu 10.4

2010-05-05 Thread Benjamin Ducke
Right, sorry for misleading you. It should be: Tools - Project manager. Also, the shortcut would now be CTRL+p (STRG+p on a German keyboard). This is because ALT+key is now used for keyboard navigation through all menu items, whereas CTRL+key is for shortcuts (as it is done for most other Linux

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Ubuntu 10.4

2010-05-05 Thread Jordi Torres
Hi Wolfang, If you are using Mesa drivers you have to disable Compiz. BUt there is another option : I suspect your drivers are not loading libGL, necessary to run OpenGL effects from Java applications. Could you try this? in a shell do: export LD_PRELOAD=/usr/lib/libGL.so and then, *in the same

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Flavio Pompermaier
Thanks Antonio for your reply. Unfortunately I don't understand your suggestion..Should I create my own OrderManager just to put new layers on the bottom of the TOC?? The strange thing is the possibility to call Flayers.addLayer(0, layer) and ignoring the passed position paramenter...isn't it?

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Ubuntu 10.4

2010-05-05 Thread Jordi Torres
Hi Wolfang, In fact I think the LD_PRELOAD don't work as well in this case. There are windows in gvSIG that I can't view using Compiz. Sorry for the noise. Cheers, Jordi. 2010/5/5 Jordi Torres jtorresfa...@gmail.com Hi Wolfang, I think I missunderstood you. Sorry but the export LD_PRELOAD

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Antonio Falciano
Il 05/05/2010 13.31, Flavio Pompermaier ha scritto: Thanks Antonio for your reply. Unfortunately I don't understand your suggestion..Should I create my own OrderManager just to put new layers on the bottom of the TOC?? No, I was referring to the two different managers of layer ordering:

Re: [Gvsig_english] Problem with gvSIG on Debian 64 system (wrong ELFclass)

2010-05-05 Thread Janis Brunenieks
Sorry, colleagues - I succeeded with solving my problem! 1. apt-get install ia32-sun-java6-bin (installed) 2. update-alternatives --config java There are 5 alternatives which provide `java'. SelectionAlternative --- 1

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Flavio Pompermaier
I have neither SmartOrderManager nor org.gvsig.layerLoadingOrder package in my gvSIG version ...:( 2010/5/5 Antonio Falciano afalci...@yahoo.it: Il 05/05/2010 13.31, Flavio Pompermaier ha scritto: Thanks Antonio for your reply. Unfortunately I don't understand your suggestion..Should I create

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Antonio Falciano
Il 05/05/2010 15.12, Flavio Pompermaier ha scritto: I have neither SmartOrderManager nor org.gvsig.layerLoadingOrder package in my gvSIG version ...:( Flavio, checkout this: http://forge.osor.eu/plugins/scmsvn/viewcvs.php/trunk/extensions/extLayerLoadingOrder/?root=gvsig-desktop ciao

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Francisco José Peñarrubia
Hi Flavio. I didn't test your code, but maybe you are missing mapContext.beginAtomicEvent() and mapContext.endAtomicEvent(). I have something like this, and it works: mc.getMapContext().beginAtomicEvent(); final FLayers mcLayers = mc.getMapContext().getLayers();

Re: [Gvsig_english] Issue with layer position when creating new layers

2010-05-05 Thread Flavio Pompermaier
I tied to use your advice About mapContext.beginAtomicEvent() and mapContext.endAtomicEvent() but it didn't help :( By the way, thanks for the advice! 2010/5/5 Francisco José Peñarrubia fpena...@gmail.com: Hi Flavio. I didn't test your code, but maybe you are missing

Re: [Gvsig_english] Sensor extension

2010-05-05 Thread Mario Carrera
Hi Ladislav, the Sensor extension is a project that is starting now, and it's still in analysis and development stage. Best regards, Mario Ladislav Capek escribió: Dear list, I am looking for gvSIG Sensor extension (SOS) . Do you have any idea where to download it,

Re: [Gvsig_english] QUESTION gvSIG 1.9 (BN 1253) -- Can you automatically split a vector layer based on an attribute in a field?

2010-05-05 Thread Simon Cropper
Hi Antonio and Ben, Ben, Antonio is right. The Separate Entities option in Sextante is very buggy. When I tried it, it created multiple shapefiles with each shapefile's name incrementing in size until Java baulks at file names when they reach 254 characters. None of the files created actually