(mapper: ScaleMapper)
| 349 | } |
| 350 | |
| 351 | export function getScaleExtentForTickUnsafe(mapper: ScaleMapper): number[] { |
| 352 | return mapper.getExtentUnsafe(SCALE_EXTENT_KIND_EFFECTIVE, SCALE_MAPPER_DEPTH_OUT_OF_BREAK); |
| 353 | } |
| 354 | |
| 355 | export function getScaleExtentForMappingUnsafe( |
| 356 | mapper: ScaleMapper, |
no test coverage detected