Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] [jira] Created: (UDIG-884) Every layer with an unknown CRS must have a warning label

The fix for this has added the possibility for an infinite loop:

at net.refractions.udig.project.internal.impl.LayerImpl.getGeoResources(LayerImpl.java:513)
at net.refractions.udig.project.internal.impl.LayerImpl.getCRS(LayerImpl.java:1628)
at net.refractions.udig.project.internal.impl.LayerImpl.getStatusMessage(LayerImpl.java:1837)
...
[repeated a couple hundred times until a stack overflow error occurs]

Michael

Richard Gould (JIRA) wrote:

>Every layer with an unknown CRS must have a warning label
>---------------------------------------------------------
>...
>When a layer that contains no (or bad) projection information, 
>assumptions must be made. Users should be alerted to these 
>assumptions and they should be able to correct them easily.
>

Back to the top