Re: [JPP-Devel] Reading corrupted shapefile

2013-10-08 Thread Rahkonen Jukka
Michaël Michaud wrote: > Hi Jukka, > > What do you do with the attributes? Do you discard them all for the whole > layer or do you give them to features as long as they last and then fill null > attributes for the remaining orphan features? > Second option, I fill null attributes for remaining or

[JPP-Devel] temprarily refrain from OJ menu changes

2013-10-08 Thread edgar . soldin
hi All, in the process of adding DB Query from LReeder to PLUS, i started extending the usage of default-plugins.xml, via additional tags and attributes, in PluginManager and moving all currently hardcoded plugins from JumpConfiguration, OJConfiguration over to dewfault-plugins.xml. result will

Re: [JPP-Devel] temprarily refrain from OJ menu changes

2013-10-08 Thread Giuseppe Aruta
The terrific Ede! That's what I was planning to do, limited to my developing skills. But you've got it before. With these modification it is possible to customize whatever type of OJ usage. thanks again Peppe 2013/10/8 > hi All, > > in the process of adding DB Query from LReeder to PLUS, i sta

Re: [JPP-Devel] temprarily refrain from OJ menu changes

2013-10-08 Thread edgar . soldin
had it on my schedule a long time already. the whole configuartion is so messed up and missing clear structure that adding/removing or placing menu entries was a real painful experience. i tend to cross bridges when i reach them, eventually custom placing DB Query lead me right to this bridge.

Re: [JPP-Devel] Reading corrupted shapefile

2013-10-08 Thread Michaël Michaud
Hi, > > What do you do with the attributes? Do you discard them all for the whole > layer or do you give them to features as long as they last and then fill null > attributes for the remaining orphan features? >> Second option, I fill null attributes for remaining orphans. When the dbf >> exists,

Re: [JPP-Devel] temprarily refrain from OJ menu changes

2013-10-08 Thread Michaël Michaud
Hi, > in the process of adding DB Query from LReeder to PLUS, i started extending > the usage of default-plugins.xml, via additional tags and attributes, in > PluginManager and moving all currently hardcoded plugins from > JumpConfiguration, OJConfiguration over to dewfault-plugins.xml. > result