[mapserver-users] FW: [MapServer] #3256: No valid WFS geometries from Oracle Spatial data source via PHP MapScript

Nolte, Tim Tim.Nolte at ipcswirelessinc.com
Thu Jan 7 10:22:19 EST 2010


Below is a sample of my mapfile if anyone sees anything incorrect for 5.6.

----
Timothy J Nolte - tnolte at ilpcs.com
Network Planning Engineer

4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office:  616-656-5163
PCS:     616-706-2438
Support: 616-929-0289
Fax:     616-554-6484


-----Original Message-----
From: trac at osgeo.org [mailto:trac at osgeo.org] 
Sent: Thursday, January 07, 2010 10:21 AM
To: undisclosed-recipients
Subject: Re: [MapServer] #3256: No valid WFS geometries from Oracle Spatial data source via PHP MapScript

#3256: No valid WFS geometries from Oracle Spatial data source via PHP MapScript
---------------------------------+------------------------------------------
 Reporter:  tnolte               |        Owner:  sdlime
     Type:  defect               |       Status:  new   
 Priority:  normal               |    Milestone:        
Component:  MapServer C Library  |      Version:  5.6   
 Severity:  normal               |   Resolution:        
 Keywords:  oracle, wfs          |  
---------------------------------+------------------------------------------
Comment (by tnolte):

 Basics of my mapfile:

 {{{
 MAP
         NAME "iPCS Wireless MapServer"
         SHAPEPATH "../data"
         SYMBOLSET "../etc/symbols.txt"
         FONTSET "../etc/fonts.txt"

         STATUS ON
         SIZE 768 576 #600 400
         EXTENT -104.29 29.71 -71.55 52.63 #-128.2 16.9 -65.2 58.9
         UNITS DD
         IMAGECOLOR 156 188 217
         CONFIG PROJ_LIB "/usr/local/share/proj"
         CONFIG MS_ERRORFILE "/export/home/www/ipcs/wfs_error.log"
         DEBUG 5
         STATUS ON

         # ==================================================
         # Web Interface Definition
         # ==================================================
         WEB
                 METADATA
                         wfs_title "iPCS Wireless MapServer"
                         wfs_abstract "iPCS MapServer WFS Service"
                         wfs_onlineresource "http://ms-test.ilpcs.com/cgi-
 bin/mapserv?map=/export/home/www/ipcs/map/wfs.map&"
                         wfs_request_method "GET"
                         wfs_srs "EPSG:4269"
                         ows_schemas_location
 "http://schemas.opengis.net/wfs/"
                 END
                 IMAGEPATH "/export/home/www/ipcs/mapserver/.cache/ms_tmp/"
                 IMAGEURL "/ms_tmp/"
         END

         # ==================================================
         # Projection Definition
         # ==================================================
         PROJECTION
                 "init=epsg:4269"
         END

         LAYER
                 GROUP CELLSITES
                 NAME onairkw
                 TYPE POINT
                 STATUS ON
                 DEBUG 5
                 CONNECTIONTYPE oraclespatial
                 INCLUDE "./templates/oracle.ref"
                 PROCESSING "CLOSE_CONNECTION=DEFER"
                 DATA "geom FROM ms_sites_onair_kw_vw USING UNIQUE site_id
 SRID 8307"
                 #LABELITEM "bts_switch_id"
                 METADATA
                         wfs_title "Cell Sites: On-Air (KW)"
                         wfs_extent "-104.29 29.71 -71.55 52.63"
                         wfs_typename "onairkw"
                         gml_geometries "msGeometry"
                         gml_msGeometry_type "point"
                         gml_featureid "site_id"
                         gml_include_items "all"
                 END
                 DUMP TRUE
         END

 END # Map File
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/mapserver/ticket/3256#comment:2>
MapServer <http://mapserver.org>
MapServer


More information about the mapserver-users mailing list