
RoadRunner Aerial Image Size Limitation Issue
조회 수: 10 (최근 30일)
이전 댓글 표시
I'm using RoadRunner to draw a road network. I'm utilizing the aerial imagery tool to display a background image and draw roads on top of it. The size of the background image is 2800m x 3500m, but RoadRunner has a fixed maximum size of 500m x 500m for aerial images, which prevents me from displaying the entire background image.
Is there a way to increase the maximum size limit for aerial images, or any alternative method to display a larger background image than this limit?
댓글 수: 0
채택된 답변
Umeshraja
2025년 6월 17일
To increase the maximum size of aerial images in RoadRunner, you can use the SceneExtents property within the changeWorldSettings function. By default, the extents are set to 500x500. You can update them like this:
changeWorldSettings(<rrApp>, SceneExtents=[2800 3500]);
Alternatively, you can modify the extents directly from the Attributes panel using the World Settings Tool, as shown below.

For more details on World Settings, please refer to the following documentation:
Hope this helps!
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!