常見問題

在這裡我們收集常見的問題以及解答。

我們從這一頁開始,也許重新組織為章節,甚至擴充更多頁也說不定

使用者

怎麼詢問 QGIS 問題?

If you are going to ask QGIS related question via the mailing lists, please provide enough information to help others easily understand what your problem is. Without a clear and precise question, it is very hard to answer for anybody or takes just too much time because the answer will be a question to you etc etc. You may provide information such as:

  • 傾向為你 email 取得有敘述性的標題

  • 你現在用那個 QGIS 版本 (精確)

  • 你期待得到什麼

  • 如果可能,你做了什麼,而結果又是什麼

  • 如果你的問題與什麼東西壞掉有關,你也許得提供:

    • 得到的錯誤資訊 (如果可能:截圖、執行序、複製錯誤詢息)

    • 那個作業系統和版本

    • 你怎麼安裝 (osgeo4w?獨立安裝檔?自行編譯?)

    • 或是在什麼時間壞掉的 (重新安裝,新安裝,升級系統,改變專案)

請注意能越清楚描述你的問題,才會更快更精確的得到答案。

Note

In case of a broken function, you may give a look at QGIS issue tracker before mailing to the list. More information at Bugs, Features and Issues.

How are QGIS release names selected?

After a successful developer meeting in Zurich (Switzerland), we decided that the next release should be related to it. Since then, all releases have been named after locations of our developer meetings.

How to cite QGIS?

To cite QGIS in your piece of work, or for an assignment, please use citation type that can be more helpful:

Cite the QGIS project in general

QGIS.org, %Y. QGIS Geographic Information System. QGIS Association. http://www.qgis.org

Cite the QGIS Developers Manual

QGIS.org, %Y. QGIS 3.28. Geographic Information System Developers Manual. QGIS Association. Electronic document: https://docs.qgis.org/3.28/en/docs/developers_guide/index.html

Cite the QGIS Installation Guide

QGIS.org, %Y. QGIS 3.28. Geographic Information System Installation Guide. QGIS Association. Electronic document: https://github.com/qgis/QGIS/blob/master/INSTALL.md

Cite the QGIS User Guide

QGIS.org, %Y. QGIS 3.28. Geographic Information System User Guide. QGIS Association. Electronic document: https://docs.qgis.org/3.28/en/docs/user_manual/index.html

Cite the QGIS Server Documentation

QGIS.org, %Y. QGIS 3.28. Geographic Information System API Documentation. QGIS Association. Electronic document: https://docs.qgis.org/3.28/en/docs/server_manual/index.html

Cite the QGIS API Documentation

QGIS.org, %Y. QGIS 3.28. Geographic Information System API Documentation. QGIS Association. Electronic document: https://qgis.org/pyqgis/3.28/index.html

Preferred format: BibTeX

Example BibTeX entry:

<pre>
    @Manual{QGIS_software,
      title = {QGIS Geographic Information System},
      author = {{QGIS Development Team}},
      organization = {QGIS Association},
      year = {%Y},
      url = {https://www.qgis.org},
    }
</pre>

I created a map with QGIS, do I have to mention QGIS?

There is no requirement to mention QGIS for maps produced with it. It is of course really welcome if would like to add a note saying that the map was produced with QGIS. "Made with QGIS" or "Map created using the Free and Open Source QGIS" are good examples of such a note.

Note

Do not say ©QGIS as QGIS does not hold copyrights on your work.

我可以用 QGIS 開 ECW 檔案嗎?

當然你可以...但是,操之在你的作業系統,或多或少有些難度。

如果你使用 Windows,而且又是用 OSGeo4w 安裝檔,應該會包括。

If you are using macOS, you can find the ECW plugin and install instructions at https://www.kyngchaos.com/software/frameworks

For other instructions, eg look here: https://www.faunalia.eu/en/blog/2019-05-21_ecw_support

開發

我能自行編譯 QGIS 嗎?

Yes, compiling QGIS from source is possible whatever OS you use (Windows, OS X, Linux). Please read Building QGIS from source