Changes between Initial Version and Version 7 of Ticket #24678
- Timestamp:
- 2026-03-19T13:25:15+01:00 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24678
- Property Milestone → 26.03
-
Ticket #24678 – Description
initial v7 13 13 14 14 1. In `MapPaintSettings.java`: 15 * A new public constructor is added to allow for the creation of custom `MapPaintSettings` instances.16 15 * A new static factory method, `createNeutralSettings()`, is introduced. This method returns a settings object specifically configured to be non-intrusive for realistic rendering. It disables settings that add symbolic cartographic elements (e.g., `showDirectionArrow=false`, `showOnewayArrow=false`, `showNamesDistance=0`), while inheriting other defaults (like colors and node sizes) from the global `INSTANCE`. 17 16


