Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Filtering data on layer

As a programmer you can do this see the style page in the developers guide for details. As a use you can modify the style layer deactiptor XML. For an example use the walkthrough one instructions to generate a theme and then use the advanced page to delete all bit one of the rules. And then change the rule filter to perform your test.



On 10/02/2009, at 10:53 PM, Mauricio Pazos <mauricio.pazos@xxxxxxxx> wrote:

On Tuesday 10 February 2009 10:43:34 Alessandro Sferrazza wrote:
Hi uDig'gers!
I am new on the uDig world and I am having some troubles while trying
to filter some datas from an Postgres/Postgis database.
I wanted to ask if you can filter the data (features) to be displayed
on each layer.

An example:
I have a table with a geometry column to be displayed (and other
fields, such as state_id), I want to display on layer only the
geometry that satisfy a condition (for example state_id = X) and not
all data present on db.

In this way I'll create a map for each state_id.

Any help would be appreciated.

Regards

Sferrazza Alessandro
sferrazza.alessandro at gmail.com
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users
Hi Alessandro, you should build a View in Postgis then import it using the
udig's wizard.

cheers
--
Mauricio Pazos
www.axios.es
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users


Back to the top