I had created a new table on tinyows_demo database and also add the layer to /usr/local/tinyows/config.xml<div><br></div><div>But when I run</div><div>/usr/lib/cgi-bin/tinyows --check it doesnt show the layer</div><div><br>
</div><div>here is my tinyows config.xml</div><div><br></div><div><div>&lt;tinyows online_resource=&quot;<a href="http://127.0.0.1/cgi-bin/tinyows">http://127.0.0.1/cgi-bin/tinyows</a>&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> schema_dir=&quot;/usr/local/tinyows/schema/&quot;&gt;</div>
<div><br></div><div>  &lt;pg host=&quot;127.0.0.1&quot; user=&quot;postgres&quot; password=&quot;postgres&quot; dbname=&quot;tinyows_demo&quot; port=&quot;5432&quot;/&gt;</div><div><br></div><div>  &lt;metadata name=&quot;TinyOWS Server&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>    title=&quot;TinyOWS Server - Demo Service&quot; /&gt;</div><div><br></div><div>  &lt;contact name=&quot;TinyOWS Server&quot;</div><div>    <span class="Apple-tab-span" style="white-space:pre">        </span>   site=&quot;<a href="http://www.tinyows.org/">http://www.tinyows.org/</a>&quot;</div>
<div>   <span class="Apple-tab-span" style="white-space:pre">        </span>   email=&quot;<a href="mailto:tinyows-users@lists.maptools.org">tinyows-users@lists.maptools.org</a>&quot; /&gt;</div><div><br></div><div>  &lt;layer retrievable=&quot;1&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span> writable=&quot;1&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> prefix=&quot;tows&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> server=&quot;<a href="http://www.tinyows.org/">http://www.tinyows.org/</a>&quot;</div>
<div>         name=&quot;world&quot;</div><div>         title=&quot;World Administrative Boundaries&quot; /&gt;</div><div><br></div><div>  &lt;layer retrievable=&quot;1&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> writable=&quot;1&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span> prefix=&quot;tows&quot;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span> server=&quot;<a href="http://www.tinyows.org/">http://www.tinyows.org/</a>&quot;</div>
<div>         name=&quot;france&quot;</div><div>         title=&quot;French Administrative Sub Boundaries (IGN - GeoFLA Departements)&quot; /&gt;</div><div><br></div><div>  &lt;layer retrievable=&quot;1&quot;</div><div>         writable=&quot;1&quot;</div>
<div>         prefix=&quot;tows&quot;</div><div>         server=&quot;<a href="http://www.tinyows.org/">http://www.tinyows.org/</a>&quot;</div><div>         name=&quot;frida&quot;</div><div>         title=&quot;Frida Parks&quot; /&gt;</div>
<div><br></div><div>  &lt;layer retrievable=&quot;1&quot;</div><div>         writable=&quot;1&quot;</div><div>         prefix=&quot;tows&quot;</div><div>         server=&quot;<a href="http://www.tinyows.org/">http://www.tinyows.org/</a>&quot;</div>
<div>         name=&quot;new_table&quot;</div><div>         title=&quot;table Parks&quot; /&gt;</div><div>&lt;/tinyows&gt;</div><div><br></div><div>here is my output of tinyows --check</div><div><br></div><div><div>TinyOWS version:   0.9.0</div>
<div>FCGI support:      Yes</div><div>Config File Path:  /usr/local/tinyows/config.xml</div><div>PostGIS dsn:       host=127.0.0.1 user=postgres password=postgres dbname=tinyows_demo port=5432</div><div>Schema dir:        /usr/local/tinyows/schema/</div>
<div>Available layers:</div><div> - public.world  -&gt; 4326 RW</div><div> - public.france  -&gt; 27582 RW</div><div> - public.frida  -&gt; 31467 RW</div></div><div><br></div><div><br></div><div>When I use phppgadmin and selected the tinyows_demo database</div>
<div>I can see the newly created table new_table</div><div><br></div><div>What I am missing?</div><div>Anyone please help..</div><div><br></div><div><br></div><br>-- <br>Rashad<br>
</div>