Hello all:

When I do a search that include points, the resulting table shows a zoom to
point. In pmmaper 3.1 i get the next error:
 PHP Fatal error:  [MapServer Error]: setExtent(): Given map extent is
invalid. Check that it is in the form: minx, miny, maxx, maxy
 in /var/www/html/ot3/incphp/map.php on line 544

this is my layer( data from a postgis view):
  LAYER
    NAME "localidades"
    DATA "the_geom from (select * from localidades) as foobar using unique
gid using srid=32614"
    TYPE POINT
    CONNECTIONTYPE POSTGIS
    CONNECTION "user=xxxx password=xxxx dbname=xxxx host=127.0.0.1port=5432"
    UNITS METERS
    SIZEUNITS PIXELS
    MINSCALE 10
    MAXSCALE 140000
    LABELITEM "nombre"
    LABELMINSCALE 10
    LABELMAXSCALE 100000
    TEMPLATE void
    METADATA
      "LAYER_ENCODING" "UTF-8"
    END
    CLASS
      NAME "localidades"
      LABEL
        TYPE TRUETYPE
        FONT "fritqat"
        SIZE 6
        POSITION AUTO
        ANGLE AUTO
        COLOR 249 0 0
        OUTLINECOLOR 224 223 223
        ANTIALIAS TRUE
      END
      STYLE
        SYMBOL 7
        COLOR 99 99 99
        OUTLINECOLOR 255 254 254
        SIZE 8
        ANTIALIAS TRUE
      END
    END
  END


Thanks

-- 
Nahum Castro González
León, Guanajuato, México
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to