Changes between Version 70 and Version 71 of ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
- Timestamp:
- Nov 2, 2010, 5:54:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWorkshop/FOSS4GJapan/CreatingOGRBasedWebServices
v70 v71 995 995 }}} 996 996 997 We simply added the use of inputs["BufferDistance"]["value"] as arguments of the Geometry instance Buffer method. Once you get this code added to your ogr_ws_service_provider.py file, simply copy it in the ZOO Kernel directory (or type make install from your ZOO Service Provider root directory). Note that you also need the Buffer.zcfgfile detailled in the next section.997 We simply added the use of {{{inputs["BufferDistance"]["value"]}}} as arguments of the Geometry instance Buffer method. Once you get this code added to your {{{ogr_ws_service_provider.py file, simply copy it in the ZOO Kernel directory (or type make install from your ZOO Service Provider root directory). Note that you also need the {{{Buffer.zcfg}}} file detailled in the next section. 998 998 999 999 ==== The Buffer !MetadataFile file ====