[TinyOWS-dev] No layer NameSpace prefix defined

Carlos Ruiz boolean10001 at yahoo.com
Tue May 3 11:10:49 EST 2011


I can't get rid of this error message:


ErrorConfigFile: No layer NameSpace prefix defined

I tried to add the namespace prefix into the MAP's METADATA section, but still the same.

Here's the map:

MAP
        NAME "SITEL WFS-T"

        WEB

                METADATA
                        "tinyows_schema_dir"            "/usr/local/tinyows/schema"
                        "tinyows_onlineresource"        "http://localhost/cgi-bin/tinyows10"
                        "wfs_title"                     "Servidor WFS-T"
                        "wfs_contact"                   "cruizch at gmail.com"
                        "wfs_namespace_prefix"          "_manzanas"
                        "wfs_namespace_uri"             "http://localhost"
                END

        END

        LAYER

                NAME "Manzanas"
                CONNECTIONTYPE POSTGIS
                CONNECTION "host=127.0.0.1 user=postgres password=postgres dbname=sandbox port=5432"
                DUMP TRUE
          
                METADATA
                        "wfs_title"             "Manzanas"                         "wfs_namespace_prefix"  "_manzanas"
                        "wfs_namespace_uri"     "http://localhost"
                        "wfs_srs"               "32613"
                        "wfs_encoding"          "ISO-8859-1"
                        "tinyows_table"         "manzanas"
                        "tinyows_retrievable"   "1"
                        "tinyows_writable"      "1"
                END

        END

END

Also, I've noticed that I set wfs_encoding as ISO-8859-1, but ./tinyows --check throws as the output 
encoding.


IC Carlos Ruiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/tinyows-dev/attachments/20110503/ac241706/attachment-0001.htm 


More information about the TinyOWS-dev mailing list