Hola a todos, Alguien sabe que pasa con pmapper.net? y alguien me puede ayudar con esto? Att German Mazuera
----- Mensaje reenviado de [email protected] ----- Fecha: Sat, 11 May 2013 13:00:36 -0500 De: [email protected] Responder-A: [email protected] Asunto: parametros por URL via CGI Para: [email protected] Don Armin: Tengo esta URL: http://corponarino.gov.co/pmapper-4.1.1/map_iepasto.phtml?winsize=medium&language=es&config=recnatu&did=6&resetsession=ALL Donde se puede consultar el tramite ambiental concesiones de aguas. Como puedo implementar el envio de un parametro para mostrar solo un rango de concesiones de agua?. Where you can see the environmental processed water concessions. How I can implement a parameter sending via php to display only a range of water concessions?. Por ejemplo con esta URL via CGI: http://localhost/cgi-bin/mapserv?map=/var/www/vermapa/concesionaguas1.map&layers=ALL&nrosolicitud_sol=7100&mode=map El mapa concesionaguas1.map que contiene el layer 'concesion_aguas' muestra las solicitudes filtrando el valor que el mapa recibe en %nrosolicitud_sol% The concesionaguas1.map map containing the layer 'concesion_aguas' sample filtering water concessions to the map value received %nrosolicitud_sol% LAYER NAME 'concesion_aguas' TYPE POINT CONNECTIONTYPE postgis CONNECTION "dbname='corposig2' host=localhost port=5432 user='gis' password='' sslmode=disable" DATA "shape FROM (SELECT nrosolicitud_sol , expediente_sol, objectid, shape FROM administracion_recursos_naturales.concesion_aguas ) AS gmh USING UNIQUE objectid USING srid=3115" FILTER (nrosolicitud_sol > %nrosolicitud_sol% ) METADATA 'nrosolicitud_sol_validation_pattern' '^[0-9]{1,4}$' 'wms_title' 'concesion_aguas' END STATUS on TRANSPARENCY 100 PROJECTION 'proj=tmerc' 'lat_0=4.596200416666666' 'lon_0=-77.07750791666666' 'k=1' 'x_0=1000000' 'y_0=1000000' 'ellps=GRS80' 'towgs84=0,0,0,0,0,0,0' 'units=m' 'no_defs' END LABELITEM 'nrosolicitud_sol' CLASS NAME 'concesion_aguas' STYLE SYMBOL 'CIRCLE' SIZE 3 OUTLINECOLOR 255 0 0 COLOR 7 179 220 END LABEL POSITION UL SIZE SMALL COLOR 119 245 254 END END END Esto lo estoy ejecutando con: PHP Version 5.3.6-13ubuntu3.10 PostgreSQL(libpq) Version 9.1.8 MapScript MapServer Version MapServer version 6.2.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE PHP MapScript Version ($Revision$ $Date$) Muchas Gracias por la ayuda que me pueda dar Many Thanks for any help you can give me Att German Mazuera ----- Terminar mensaje reenviado ----- ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
