[Gvsig_english] problem with pdf-option

2010-08-04 Thread Nockemann Guido
Hallo everybody ! I've got a problem with the PDF-option of gvSIG 1.9. I want to print an created map as a PDF-File, but the whole picture is a little bit smaller then the "normal" print and so the scale of the PDF-print isn't correct and his scale and the automatic inserted scale-value

Re: [Gvsig_english] suggestion for new functionality: add function for wms-layer in TOC

2010-08-04 Thread spatialjoe
Dear Wolfgang, list this is a VERY GOOD sugggestion and would definitely simplify life! Best, Johannes -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/suggestion-for-new-functionality-add-function-for-wms-layer-in-TOC-tp5372808p5372850.html Sent from the gvSIG internat

[Gvsig_english] suggestion for new functionality: add function for wms-layer in TOC

2010-08-04 Thread Wolfgang Qual
Dear list, adding wms-service to a view within gvSIG is easy and it works very good. Within the wms-properties dialogue, it is even possible to add or remove layers of one wms-service. Very nice. Nethertheless, we would like to add one more suggestion: * It would be cool, if different layers o

Re: [Gvsig_english] [ gvSIG 2.0 extension development]DALDependencies problem

2010-08-04 Thread luca bianconi
Hi Jorge, committed it. Please let me know where I'm wrong. thanks for your percious help, Luca 2010/8/4 Jorge Piera Llodrá > Hi Luca. > > I've downloaded your code, I've added the dependences and it works for me. > > In the repository I can not see the new dependences and I suppose that you

Re: [Gvsig_english] [ gvSIG 2.0 extension development ]DALDependencies problem

2010-08-04 Thread luca bianconi
Hi Jorge, I'm very very sorry of being such annoying and boring, I've tried for the whole morning trying not to bother you all again but really I feel very discouraged as far as I'm not understanding what is causing this problem. I'm not a Maven guru at all but using it is usually not such a pain.

Re: [Gvsig_english] [ gvSIG 2.0 extension development ]DALDependencies problem

2010-08-04 Thread Jorge Piera Llodrá
Hi. You are getting a NullPointerException in the line 131 of the DalLibrary class: 130: MetadataManager manager = MetadataLocator.getMetadataManager(); 131: if( manager.getDefinition(DataStore.METADATA_DEFINITION_NAME)==null ) It means that the MetedataManager has been not registered.

Re: [Gvsig_english] [ gvSIG 2.0 extension development ] DALDependencies problem

2010-08-04 Thread luca bianconi
Hi Jorge, I've tried again and I can't fix it. Maybe I'm wrong with something else. :'( Thanks a lot anyway, Luca 2010/8/4 Jorge Piera Llodrá > Hello Luca. > > You also have to add the dependency for the org.gvsig.metadata library. But > if you adds this dependency and you tries to compile, yo

Re: [Gvsig_english] [ gvSIG 2.0 extension development ] How toimplement and register a new DAL provider

2010-08-04 Thread Jorge Piera Llodrá
On 08/04/2010 01:31 AM, luca bianconi wrote: Hi all, it has past some time since I've started studying gvSIG DAL providing system and, even if I've received many useful explanations (thanks kind Cèsar!), read longly the documentation [1] about it, read other DAL providers code, made coding te