How to export a Grid Overlay as png: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "{{stub}} Using the API, it is possible to export the colored maps which are displayed in the {{software}} as Overlay in the 3D world as a png. {{editor locat...")
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
Using the [[API]], it is possible to export the colored maps of [[Overlay]]s, which are displayed in the [[3D Visualization]] of the {{software}}, as a [[png]].
 
Using the [[API]], it is possible to export the colored maps which are displayed in the {{software}} as [[Overlay]] in the [[3D world]] as a [[png]].


{{editor location|api}}
{{editor location|api}}


{{howto|title=export an overlay result as png
{{howto|title=export an overlay result as png
| Use Tools → API Overview to open the API Overview in the web browser.
| Use [[Tools]] → [[API Overview]] to open the API Overview in the web browser.
| Select the WMS services.
| Select the [[WMS]] services.
| Select the [[Overlay]] you wish to export a png of.
| Select the [[Overlay]] you wish to export a png of.
| Select any of the "Image" options to open the png in the browser.
| Select any of the "Image" options to open the png in the browser.
| If neccesary, right-click the image in the browser and opt to save it to your computer.
| If necessary, right-click the image in the browser and opt to save it to your computer.
}}
 
<!--
TODO:
Export legend via https://engine.tygron.com/web/wms?REQUEST=GetLegendGraphic&token=API_TOKEN&layer=OVERLAY_ID
Parameters to change the image can be mixed-and-matched
-->
 
{{article end
|seealso=*[[Grid Overlay]]
}}
}}

Latest revision as of 14:39, 30 January 2024

Using the API, it is possible to export the colored maps of Overlays, which are displayed in the 3D Visualization of the Tygron Platform, as a png.

Editor → Tools (Ribbon tab) → API Overview (Ribbon bar)
How to export an overlay result as png:
  1. Use ToolsAPI Overview to open the API Overview in the web browser.
  2. Select the WMS services.
  3. Select the Overlay you wish to export a png of.
  4. Select any of the "Image" options to open the png in the browser.
  5. If necessary, right-click the image in the browser and opt to save it to your computer.


See also