version 2.21.1

Map download API
mapviewer download feature
This commit is contained in:
2023-11-11 23:01:21 +03:00
parent 9f3a54bbb9
commit d200dbdab5
14 changed files with 373 additions and 77 deletions

View File

@@ -37,7 +37,7 @@ QPointF OSMGeocodingResult::resultCoordinate() const {
void OSMGeocodingResult::requestDone() {
emit ready();
emit ready(this);
deleteLater();
}