Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] udig stateless mode?

I tried that mapviewer some time ago, but it seems to hang quite
often, i followed the stack and there
seems to be some deadlock in some image.dispose() very deep in SWT,
and it seems to be much
slower than default editor view.

Well anyway i found best solution just delete Platform.getLocation() directory
at first line in my application. =)

thanks, Artsi

2009/6/10 Jody Garnett <jody.garnett@xxxxxxxxx>:
> We actually like the project in order to keep track of things :-)
>
> What applications have done in the past is:
> - just not show the users the project view; or
> - take progamatic control of the project (deleting maps when they are
> closed etc...)
>
> There is however a new option ...
> - use a mapviewer - and just make a map and throw it away with the
> widget when done
>
> On Wed, Jun 10, 2009 at 6:10 PM, Arto Pastinen<arto.pastinen@xxxxxxxxx> wrote:
>> Hi,
>>
>> Is is possible to configure the udig to stateless mode, so project and
>> map etc. is not saved
>> when application exists?
>>
>> - Artsi
>> _______________________________________________
>> User-friendly Desktop Internet GIS (uDig)
>> http://udig.refractions.net
>> http://lists.refractions.net/mailman/listinfo/udig-devel
>>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>


Back to the top