Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Using uDig to debug my WFS

Hi Peter:

One thing to test is the describe feature type request; uDig uses this
information to decide how to parse the features at runtime (so it can
draw them). This is an area that is traditionally difficult for people
to configure with mapserver.

One thing to do is check the log; see if their are any failures.
Another thing to do is turn on logging for WFS requests .. there is an
example in online help of how to do this for WMS. We should be able to
make an example for WFS as well.

Turnin on these options will fill up the log with more detail on what
the WFS client code is doing.

Finally you may wish to try the recent uDig 1.2.x releases where there
is additional WFS support (for both 1.1.0 and several fixes for 1.0
services).

Jody

On Tue, Jun 16, 2009 at 11:51 AM, Peter N.
Schweitzer<pschweitzer@xxxxxxxx> wrote:
> I am trying to provide information using WFS through Mapserver.  I am
> using uDig as a tool to help determine whether I have created the WFS
> properly.
>
> The services are described at http://mrdata.usgs.gov/wfs.html
>
> That page includes links to the capabilities and the first 10 features
> of each service.  Just looking at those I don't see a problem, but we
> all know that doesn't mean that there is no problem.
>
> So I try it out on the first data set, active mines in the US.  I first
> load the US National Atlas county boundary layer (EPSG:4269) from files
> (shapefile).  Then I add the WFS.
>
> In uDig (1.1.1 on Windows, 1.2-M5 on Linux) I can load the WFS and I can
> show the data table, but the geographic features do not appear on my map.
> The .log file doesn't seem to say anything about WFS or about this layer.
>
> Can anyone suggest a strategy for determining what I've done wrong?
>
> Peter
> --
> Peter N. Schweitzer (MS 954, U.S. Geological Survey, Reston, VA 20192)
> (703) 648-6533  FAX: (703) 648-6252  email: pschweitzer@xxxxxxxx
> <http://geology.usgs.gov/peter/>
>
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users
>


Back to the top