From dc2624eabcee4fb1bd19e7ef511a6278e4c837db Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 9 Oct 2024 08:42:12 +1000 Subject: [PATCH] Remove "trademarked" word --- docs/server_manual/services/wms.rst | 4 ++-- docs/user_manual/map_views/map_view.rst | 14 +++++++------- docs/user_manual/print_composer/create_output.rst | 6 +++--- .../working_with_vector/vector_properties.rst | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/server_manual/services/wms.rst b/docs/server_manual/services/wms.rst index 5ebb572883d..398609dee3c 100644 --- a/docs/server_manual/services/wms.rst +++ b/docs/server_manual/services/wms.rst @@ -1798,10 +1798,10 @@ Takes a list of key:value pairs separated by semicolon: * ``TEXT_RENDER_FORMAT``: sets the text render format for pdf export. It can be ``AlwaysOutlines`` (default) or ``AlwaysText``. * ``SIMPLIFY_GEOMETRY``: whether features geometries shall be simplified. Default: true. -* ``WRITE_GEO_PDF``: whether a GeoPDF shall be exported. Default: false. +* ``WRITE_GEO_PDF``: whether a Geospatial PDF shall be exported. Default: false. * ``USE_ISO_32000_EXTENSION_FORMAT_GEOREFERENCING``: whether Iso32000 georeferencing shall be used. Default: false. * ``USE_OGC_BEST_PRACTICE_FORMAT_GEOREFERENCING``: whether OGC best practice georeferencing shall be used. Default: false. -* ``EXPORT_THEMES``: a comma separated list of map themes to use for a GeoPDF export +* ``EXPORT_THEMES``: a comma separated list of map themes to use for a Geospatial PDF export * ``PREDEFINED_MAP_SCALES``: a comma separated list of map scales to render the map * ``LOSSLESS_IMAGE_COMPRESSION``: whether images embedded in pdf must be compressed using a lossless algorithm. Default: false. * ``DISABLE_TILED_RASTER_RENDERING``: whether rasters shall be untiled in the pdf. Default: false. diff --git a/docs/user_manual/map_views/map_view.rst b/docs/user_manual/map_views/map_view.rst index 990a9178d43..3cd389c63aa 100644 --- a/docs/user_manual/map_views/map_view.rst +++ b/docs/user_manual/map_views/map_view.rst @@ -1247,21 +1247,21 @@ In the dialog that opens: * |checkbox| :guilabel:`Export RDF metadata` of the document such as the title, author, date, description... - * |unchecked| :guilabel:`Create Geospatial PDF (GeoPDF)`: Generate a + * |unchecked| :guilabel:`Create Geospatial PDF`: Generate a `georeferenced PDF file `_. You can: - * Choose the GeoPDF :guilabel:`Format` + * Choose the Geospatial PDF :guilabel:`Format` * |checkbox| :guilabel:`Include vector feature information` in the - GeoPDF file: will include all the geometry and attribute + Geospatial PDF file: will include all the geometry and attribute information from features visible within the map in the output - GeoPDF file. + Geospatial PDF file. .. note:: - A GeoPDF file can also be used as a data source. - For more on GeoPDF support in QGIS, see - https://north-road.com/2019/09/03/qgis-3-10-loves-geopdf/. + A Geospatial PDF file can also be used as a data source. + For more on Geospatial PDF support in QGIS, see + https://north-road.com/2019/09/03/qgis-3-10-loves-geospatialpdf/. * :guilabel:`Rasterize map` * |checkbox| :guilabel:`Simplify geometries to reduce output file diff --git a/docs/user_manual/print_composer/create_output.rst b/docs/user_manual/print_composer/create_output.rst index d32392862e5..c066d332c67 100644 --- a/docs/user_manual/print_composer/create_output.rst +++ b/docs/user_manual/print_composer/create_output.rst @@ -244,7 +244,7 @@ To export a layout as PDF: * or :guilabel:`Lossless`, which creates bigger files in most cases, but is much more suitable for printing outputs or for post-production in external applications (requires Qt 5.13 or later). - * |unchecked| :guilabel:`Create Geospatial PDF (GeoPDF)`: + * |unchecked| :guilabel:`Create Geospatial PDF`: Generate a georeferenced PDF file. * |unchecked| :guilabel:`Disable tiled raster layer exports`: When exporting files, QGIS uses tiled based rendering that saves memory. @@ -269,10 +269,10 @@ To export a layout as PDF: PDF Export Options -.. note:: GeoPDF export is supported, and a number of GeoPDF specific options +.. note:: Geospatial PDF export is supported, and a number of Geospatial PDF specific options are available: - * :guilabel:`Format` (GeoPDF format - there are some GeoPDF variations), + * :guilabel:`Format` (Geospatial PDF format - there are some variations), * :guilabel:`Include multiple map themes` (specify map themes to include), * :guilabel:`Include vector feature information` (choose the layers and group them into logical PDF groups). diff --git a/docs/user_manual/working_with_vector/vector_properties.rst b/docs/user_manual/working_with_vector/vector_properties.rst index 7b33ff5ca0b..9ac4cace461 100644 --- a/docs/user_manual/working_with_vector/vector_properties.rst +++ b/docs/user_manual/working_with_vector/vector_properties.rst @@ -3166,7 +3166,7 @@ feature identification: features in all layers * the feature identifier in the attribute table :ref:`form view ` * the feature identifier when the map or layout is exported to a layered - output format such as GeoPDF + output format such as Geospatial PDF * the map tip information, i.e. the message displayed in the map canvas when hovering over a feature of the active layer with the |mapTips| :sup:`Show Map Tips` icon pressed. Applicable when |checkbox| :guilabel:`Enable Map Tips` is active