Laura
I cannot reproduce your problem using p.mapper 4.2, MS 6.0.1 and
Postgres 9. Everything's ok with the Postgis layer and identify/select.
I use a data definition like
DATA "the_geom from (select * from cities1000) \
AS foo USING UNIQUE geonameid using SRID=4326"
But I doubt that
t;Asunto: Re: [pmapper-users] Search does not work.
>
>just noticed that you're mainly missing the template tag for the
>layer, so *no* query will work. see
>
>http://svn.pmapper.
net/trac/wiki/DocManual#LayerGroupDescriptionsandFieldsforQueries
>
>
>On Thu, Jan
just noticed that you're mainly missing the template tag for the
layer, so *no* query will work. see
http://svn.pmapper.net/trac/wiki/DocManual#LayerGroupDescriptionsandFieldsforQueries
On Thu, Jan 21, 2010 at 12:16 PM, richardcam...@adinet.com.uy
wrote:
> Estimado Nahum, la versión de pmapper
The SQL used is missing the result fields and therefore the SQL is not
correct (the comma at the end of the line before "FROM...") .
Try to add the result fields in the layer definition like
METADATA
...
"RESULT_FIELDS" "NAME, ISO2_CODE, POPULATION, GTOPO30"
"RESULT_HEADERS" "Name,Coun
Estimado Nahum, la versión de pmapper es la 4 stable, adjunto parte
archivos de configuración:
Archivo .map
LAYER
CONNECTIONTYPE postgis
DATA "the_geom from v_callepuerta USING UNIQUE gid
USING SRID=32721"
TYPE point
CONNECTION "user=
Spanish
¿Cómo tienes definido tu .map y el archivo de configuración de búsquedas?
¿Qué versión de pmapper tienes?.
English
How is defined your .map file and search.xml file?
Wich pmapper version you have?
Saludos.
Nahum
2010/1/20 richardcam...@adinet.com.uy
> llo everyone, sorry for my English
llo everyone, sorry for my English.
I have configured and installed the viewer pmapper, the only problem I
have is with the search, the same achievements on Postgres with
PostGIS, work correctly on some tables, but in others does not search
me.
I use both geometry tables or views both with the c