qgis/QGIS-Documentation

Fill expression functions docs with visual examples

开放

#7,802 创建于 2022年9月24日

 (2 条评论) (1 个反应) (0 位负责人)Python (1,037 个派生)auto 404
ExpressionsShowcase/Screenshotsgood first issue

仓库指标

星标
 (607 个星标)
PR 合并指标
 (平均合并 9天 17小时) (30 天内合并 79 个 PR)

描述

The request is to add visual rendering of the functions (mainly the geometry ones) in the expression chapter. These can be gif or static images showing the expression and the output. For reference, changelogs sometimes provides good references for this. Some functions also have a corresponding algorithm we might have already provided an image for. Worth checking.

To add an image:

  1. Fill the images_list.json file with necessary details (see template in first item)
  2. Load the image(s) if not already in this repository, either in expressions/expression_help/img or processing_algs\*\img folder
  3. (Optional) Execute the populate_expressions_list.py script if you locally have the code repo also. No worries if you do not do this, it will be handled by us.
  4. Submit pull request

Page URL: https://docs.qgis.org/testing/en/docs/user_manual/expressions/functions_list.html#geometry-functions

贡献者指南