We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Nearby, when opening the item in Google Maps, it is very hard to find because there is no red pin:
Ideally it should show a red pin like this:
... or at least zoom more, as most Wikidata items are much smaller than the map's current scale.
We must find out whether showing a red pin on an arbitrary geolocation is possible via intent. Pinning an arbitrary geolocation manually is possible:
In the far future, ideally we would show the same item in Google Maps if the Wikidata item has a P2671 "Google Knowledge Graph ID" Wikidata property:
The text was updated successfully, but these errors were encountered:
Displaying red pin at an arbitrary location should be possible: am start -d "geo:37.7749,-122.4294?q=37.7749,-122.4294" -a android.intent.action.VIEW
am start -d "geo:37.7749,-122.4294?q=37.7749,-122.4294" -a android.intent.action.VIEW
I can work on this
Sorry, something went wrong.
savsch
No branches or pull requests
From Nearby, when opening the item in Google Maps, it is very hard to find because there is no red pin:
screen-20250104-132925.mp4
Ideally it should show a red pin like this:
... or at least zoom more, as most Wikidata items are much smaller than the map's current scale.
We must find out whether showing a red pin on an arbitrary geolocation is possible via intent. Pinning an arbitrary geolocation manually is possible:
In the far future, ideally we would show the same item in Google Maps if the Wikidata item has a P2671 "Google Knowledge Graph ID" Wikidata property:
The text was updated successfully, but these errors were encountered: