Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original image didn't have the attribution bar or licensing watermark.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To get it consistent we need a way to hide those if needed just to capture screen shots. At least the licensing watermark because it is positioned in any of the 4 corners at random.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/AddDynamicEntityLayer/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/ApplyMosaicRuleToRasters/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/BlendRasterLayer/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/BrowseOGCAPIFeatureService/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/BrowseWfsLayers/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/ChangeSublayerVisibility/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/ConfigureClusters/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/DisplayDimensions/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/DisplayFeatureLayers/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/DisplaySubtypeFeatureLayer/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion CppSamples/Layers/ExportTiles/ExportTiles.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ExportTilesSample {
margins: 5
}

text: qsTr("Download")
text: qsTr("Export tiles")
leftPadding: 20
rightPadding: 20
icon {
Expand Down
Binary file modified CppSamples/Layers/ExportTiles/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion CppSamples/Layers/ExportVectorTiles/ExportVectorTiles.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Item {

width: parent.width - parent.width * 0.1
height: parent.height - parent.height * 0.25
color: qsTr("transparent")
color: "transparent"
border {
color: "red"
width: 3
Expand Down
Binary file modified CppSamples/Layers/ExportVectorTiles/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/FeatureLayerRenderingModeMap/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/FeatureLayerRenderingModeScene/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CppSamples/Layers/GroupLayers/GroupLayers.qml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Item {
width: 250
height: childrenRect.height
clip: true
spacing: 6

// Assign the model to the list model of layers
model: sampleModel.layerListModel
Expand Down
Binary file modified CppSamples/Layers/GroupLayers/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/IdentifyRasterCell/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/ListKmlContents/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/ManageOperationalLayers/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/PlayAKmlTour/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/QueryOGCAPICQLFilters/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/RasterLayerFile/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CppSamples/Layers/RasterRgbRenderer/screenshot.png
Binary file modified CppSamples/Layers/RasterStretchRenderer/screenshot.png
Binary file modified CppSamples/Maps/ApplyScheduledMapUpdates/screenshot.png
Binary file modified CppSamples/Maps/BrowseBuildingFloors/screenshot.png
Binary file modified CppSamples/Maps/ChangeBasemap/screenshot.png
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a thought but i wonder how this scales to a mobile device.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2025-11-03 at 10 55 40 AM

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong sample but same layout
Screenshot 2025-11-03 at 4 17 43 PM

Binary file modified CppSamples/Maps/ChangeViewpoint/screenshot.png
Binary file modified CppSamples/Maps/ConfigureBasemapStyleLanguage/screenshot.png
Binary file modified CppSamples/Maps/CreateAndSaveMap/screenshot.png
Binary file modified CppSamples/Maps/CreateDynamicBasemapGallery/screenshot.png
Binary file modified CppSamples/Maps/DisplayDrawingStatus/screenshot.png
Binary file modified CppSamples/Maps/DisplayLayerViewDrawState/screenshot.png
Binary file modified CppSamples/Maps/DownloadPreplannedMap/screenshot.png
Binary file modified CppSamples/Maps/GenerateOfflineMap/screenshot.png
Binary file modified CppSamples/Maps/GenerateOfflineMapLocalBasemap/screenshot.png
Binary file modified CppSamples/Maps/GenerateOfflineMap_Overrides/screenshot.png
Binary file modified CppSamples/Maps/IdentifyLayers/screenshot.png
Binary file modified CppSamples/Maps/ManageBookmarks/screenshot.png
Binary file modified CppSamples/Maps/MapLoaded/screenshot.png
Binary file modified CppSamples/Maps/MapReferenceScale/screenshot.png
Binary file modified CppSamples/Maps/MapRotation/screenshot.png
Binary file modified CppSamples/Maps/MobileMap_SearchAndRoute/screenshot.png
Binary file modified CppSamples/Maps/OpenMapUrl/screenshot.png
Binary file modified CppSamples/Maps/SetMaxExtent/screenshot.png
Binary file modified CppSamples/Maps/ShowLocationHistory/screenshot.png
Binary file modified CppSamples/Maps/TakeScreenshot/screenshot.png
Binary file modified CppSamples/Scenes/Add3DTilesLayer/screenshot.png
Binary file modified CppSamples/Scenes/Animate3DSymbols/screenshot.png
Binary file modified CppSamples/Scenes/AnimateImagesWithImageOverlay/screenshot.png
Binary file modified CppSamples/Scenes/BasicSceneView/screenshot.png
Binary file modified CppSamples/Scenes/ChangeAtmosphereEffect/screenshot.png
Binary file modified CppSamples/Scenes/ChooseCameraController/screenshot.png
Binary file modified CppSamples/Scenes/DisplaySceneLayer/screenshot.png
Binary file modified CppSamples/Scenes/DistanceCompositeSymbol/screenshot.png
Binary file modified CppSamples/Scenes/ExtrudeGraphics/screenshot.png
Binary file modified CppSamples/Scenes/GetElevationAtPoint/screenshot.png
Binary file modified CppSamples/Scenes/OpenMobileScenePackage/screenshot.png
Binary file modified CppSamples/Scenes/OrbitCameraAroundObject/screenshot.png
Binary file modified CppSamples/Scenes/RealisticLightingAndShadows/screenshot.png
Binary file modified CppSamples/Scenes/SceneLayerSelection/screenshot.png
Binary file modified CppSamples/Scenes/ScenePropertiesExpressions/screenshot.png
Binary file modified CppSamples/Scenes/SetSurfacePlacementMode/screenshot.png
Binary file modified CppSamples/Scenes/TerrainExaggeration/screenshot.png
Binary file modified CppSamples/Scenes/ViewContentBeneathTerrainSurface/screenshot.png
Binary file modified CppSamples/Scenes/ViewPointCloudDataOffline/screenshot.png