Marble crashed. You suck! Reproducible: Always Steps to Reproduce: 1. Open Marble, use OSM map theme, mercator view 2. Enter "11° 17' 23,0"E, 51° 59' 12,6"N" in Search field and press Enter 3. Keep search result and it's label in the view 4. Select "Azimuthal Equidistant" Actual Results: Boom. Expected Results: No boom. The crash results from x & y being NaNs. They are because there is a division by 0 in bool AzimuthalEquidistantProjection::screenCoordinates( const GeoDataCoordinates &coordinates, const ViewportParams *viewport, qreal &x, qreal &y, bool &globeHidesPoint ) const For some reason cosC becomes 1, so c becomes 0 , so k gets NaN (due to divide by 0), thus x & y get NaN. No clue about the calculations happening there, so no idea what the fix would be.
Created attachment 99809 [details] Stack trace on crash
Fixed by tackat with 251a9f66a39241d71b6567e2724a3a26368f5932