Hi,
there is nice documentation here: 
http://svn.pmapper.net/trac/wiki/DocManualsearch


On Wednesday 05 March 2008 09:32, Adriano Di Pasquale wrote:
> I'm a newbie.
> I'm using pmapper-3.1-beta4
>
> I've added the following layer in the mapfile pmapper_demo.map:
>
> ######################################################
> LAYER
>      NAME "rivers"
>      TYPE POLYGON
>      STATUS OFF
>      CONNECTIONTYPE oraclespatial
>      CONNECTION "tracking/[EMAIL PROTECTED]"
>
>      DATA "GEOMETRY FROM (SELECT * FROM WORLD_SAMPLE.M_ADMIN_AREA2 WHERE
> COUNTRY_CODE_3 = 'ITA' ) USING SRID 8307"
>
>      PROJECTION
>               "init=epsg:4326"
>      END
>      CLASS
>               NAME "Comuni"
>               OUTLINECOLOR 0 0 0
>               COLOR 0 128 128
>      END
> END
> ######################################################
>
> where data are extracted from a table of oracle spatial, whose structure is
> the following:
>
> TABLE M_ADMIN_AREA2
> (
>    FEATURE_ID      NUMBER,
>    FEATURE_NAME    VARCHAR2(225 CHAR),
>    AREA_ID         NUMBER,
>    NAME_LANGCODE   VARCHAR2(35 CHAR),
>    FEATURE_TYPE    VARCHAR2(30 CHAR),
>    COUNTRY_CODE_3  VARCHAR2(3 CHAR),
>    GEOMETRY        MDSYS.SDO_GEOMETRY,
>    CARTO_ID        NUMBER(10)
> )
>
> I would like to understand how to perform a search using the search.xml
> file. The field I would like to search is FEATURE_NAME
>
>
> Thanks
> Adriano
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> pmapper-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pmapper-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to