[MS4W-Users] [mapserver-users] Re: WFS Server with ArcGIS Client

Rahkonen Jukka Jukka.Rahkonen at mmmtike.fi
Tue Jun 14 02:51:22 EST 2011


Hi,

Thanks for the update.  The included config.xml was still using the old syntax and new version of TinyOWS does not work with it.  I paste here below a config.xml that works with the 1.0 rc3 version with the demo data layers "france" and "world".  Demo shapefiles are included in the package http://tinyows.org/tracdocs/release/tinyows-1.0.0rc3.tar.bz2 and they should be imported into PostGIS first.  

<tinyows online_resource="http://127.0.0.1/cgi-bin/tinyows.exe"
  schema_dir="/ms4w/apps/tinyows/schema/">
  <pg host="127.0.0.1" user="postgres" password="postgres" dbname="tinyows_demo" port="5432"/>
  <metadata name="TinyOWS Server"
         title="TinyOWS Server - Demo Service" />
         
  <layer retrievable="1"
  writable="1"
  ns_prefix="tows"
  ns_uri="http://www.tinyows.org"
         name="world"
         title="World Administrative Boundaries" />
  <layer retrievable="1"
    writable="1"
    ns_prefix="tows"
    ns_uri="http://www.tinyows.org"
         name="france"
         title="French Administrative Sub Boundaries (IGN - GeoFLA Departements)" />
</tinyows>

-Jukka Rahkonen-

________________________________________
Lähettäjä: mapserver-users-bounces at lists.osgeo.org [mapserver-users-bounces at lists.osgeo.org] k&#228;ytt&#228;j&#228;n Yewondwossen Assefa [yassefa at dmsolutions.ca] puolesta
Lähetetty: 14. kesäkuuta 2011 0:35
Vastaanottaja: mapserver-users at lists.osgeo.org
Kopio: TinyOWS users discuss list; ms4w-users
Aihe: Re: [mapserver-users] Re: WFS Server with ArcGIS Client

ms4w adds on for tinyows  1.0.0rc3 is uploaded on the server and should
be available in few minutes for download.

best regards,

On 13/06/2011 4:53 PM, Rahkonen Jukka wrote:
> Hi,
>
> Another quick note: Version 1.0 c is much much better than 0.9 which is available as MS4W addon package.  But of course one can experiment with 0.9 too until 1.0 for MS4W is ready.
>
> -Jukka-
> ________________________________________
> Jeff McKenna wrote:
>
>
> On 11-06-13 5:12 PM, Rahkonen Jukka wrote:
>> TinyOWS is in 1.0 release candidate phase but Windows executables are not yet available, therefore Linux.
> Quick note: TinyOWS has been available in MS4W as an addon package for
> quite some time now.
>
> -jeff
>
>
>
> --
> Jeff McKenna
> MapServer Consulting and Training Services
> http://www.gatewaygeomatics.com/
>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>


--
----------------------------------------------------------------
Assefa Yewondwossen
Software Analyst

Email: yassefa at dmsolutions.ca
http://www.dmsolutions.ca/

Phone: (613) 565-5056 (ext 14)
Fax:   (613) 565-0925
----------------------------------------------------------------


_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


More information about the MS4W-Users mailing list