[mapserver-users] display only one district

2015-03-20 Thread rishi
Hi all

Iam using Postgres database to diasplay districts on the google map

It is working.
But now i want to display only one district instead of 50.
In my database there are 50 districts data, but i want to display only one.
And also i have to use the same mapfile in to 3 projects, in one project
all the districts has to be displayed and in one project only one district
has to be display.

How to do this
plz send me the code
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] RE display only one district

2015-03-20 Thread Steve . Toutant
Have a look at runtime variable substitution
http://mapserver.org/cgi/runsub.html





rishi rish...@gmail.com@lists.osgeo.org 
Envoyé par : mapserver-users-boun...@lists.osgeo.org
2015-03-20 08:43

A
jmcke...@gatewaygeomatics.com, mapserver-users@lists.osgeo.org 
mapserver-users@lists.osgeo.org
cc

Objet
[mapserver-users] display only one district








Hi all
 
Iam using Postgres database to diasplay districts on the google map

It is working.
But now i want to display only one district instead of 50.
In my database there are 50 districts data, but i want to display only 
one.
And also i have to use the same mapfile in to 3 projects, in one project 
all the districts has to be displayed and in one project only one district 
has to be display.

How to do this
plz send me the code___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] display only one district

2015-03-20 Thread Carlos Ruiz
Rishi,
From a MAP file approach, you can use the FILTER tag inside of the LAYER 
section:
FILTER [string]   
  - This parameter allows for data specific attribute filtering that is 
doneat the same time spatial filtering is done, but before any CLASSexpressions 
are evaluated. For OGR and shapefiles the string is simplya mapserver regular 
expression. For spatial databases the string is aSQL WHERE clause that is valid 
with respect to the underlying database.
  -

  - For example: FILTER ([type]=’road’ and [size]2)
In a static way, you will need to have two MAP files (one without FILTER and 
another with FILTER) and you have to configure each project to point to the 
right MAP file.
 Mtro. Carlos Ruiz

  From: rishi rish...@gmail.com
 To: jmcke...@gatewaygeomatics.com; mapserver-users@lists.osgeo.org 
mapserver-users@lists.osgeo.org 
 Sent: Friday, March 20, 2015 6:43 AM
 Subject: [mapserver-users] display only one district
   
Hi all Iam using Postgres database to diasplay districts on the google map
It is working.But now i want to display only one district instead of 50.In my 
database there are 50 districts data, but i want to display only one.And also i 
have to use the same mapfile in to 3 projects, in one project all the districts 
has to be displayed and in one project only one district has to be display.
How to do thisplz send me the code
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

  ___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] display only one district

2015-03-20 Thread Steve . Toutant
In other threads of this list, it was suggested to use a subquery in DATA 
instead of using FILTER, when postgis is used as a datasource.
http://mapserver.org/fr/input/vector/postgis.html#data-access-connection-method

If you want to use only one mapfile than runtime variable substitution can 
be used




Carlos Ruiz boolean10...@yahoo.com@lists.osgeo.org 
Envoyé par : mapserver-users-boun...@lists.osgeo.org
2015-03-20 14:53
Veuillez répondre à
Carlos Ruiz boolean10...@yahoo.com


A
rishi rish...@gmail.com, jmcke...@gatewaygeomatics.com 
jmcke...@gatewaygeomatics.com, mapserver-users@lists.osgeo.org 
mapserver-users@lists.osgeo.org
cc

Objet
Re: [mapserver-users] display only one district








Rishi,

From a MAP file approach, you can use the FILTER tag inside of the LAYER 
section:

FILTER [string]
This parameter allows for data specific attribute filtering that is done 
at the same time spatial filtering is done, but before any CLASS 
expressions are evaluated. For OGR and shapefiles the string is simply a 
mapserver regular expression. For spatial databases the string is a SQL 
WHERE clause that is valid with respect to the underlying database.

For example: FILTER ([type]=?road? and [size]2)
In a static way, you will need to have two MAP files (one without FILTER 
and another with FILTER) and you have to configure each project to point 
to the right MAP file.

 
Mtro. Carlos Ruiz

From: rishi rish...@gmail.com
To: jmcke...@gatewaygeomatics.com; mapserver-users@lists.osgeo.org 
mapserver-users@lists.osgeo.org 
Sent: Friday, March 20, 2015 6:43 AM
Subject: [mapserver-users] display only one district

Hi all
 
Iam using Postgres database to diasplay districts on the google map

It is working.
But now i want to display only one district instead of 50.
In my database there are 50 districts data, but i want to display only 
one.
And also i have to use the same mapfile in to 3 projects, in one project 
all the districts has to be displayed and in one project only one district 
has to be display.

How to do this
plz send me the code

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users