I have a feature with fields; point name, X and Y fields. I want to create a Google Maps hyperlink field that displays the point name in google maps and not the x y coordinates. How do I go about it in QGIS?
Asked
Active
Viewed 247 times
0
-
use actions in QGIS see https://gis.stackexchange.com/a/217398/276 – Mapperz Jul 05 '23 at 18:53
-
and then use an URL like this one: https://www.google.com/maps/search/?api=1&query=47.5951518%2C-122.3316393 see https://developers.google.com/maps/documentation/urls/get-started for more information – eurojam Jul 06 '23 at 04:47