APIGood first issue
Metriche repository
- Star
- (7887 stelle)
- Metriche merge PR
- (Merge medio 13g 6h) (91 PR mergiate in 30 g)
Descrizione
In url_generator.cpp, line 138ff the name is added:
if (!name.empty()) oss << '(' << url::UrlEncode(name) << ')';
If Googel Earth is used to open such links in Android this doesn't work because Google Earth doesn't remove the name and thus searches for the coordinates including the name.
IF a location with a given name (e.g. "Street") is being selected AND Google Earth is used in "Open with another app" THEN Goggle Earth searches for "coordinates(name)" instead of "coordinates"