Skip to content

crossbit/Hotlink-QGis-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

Hotlink-QGis-Plugin

Triggers actions on single click

Purpose: To facilitate the use of actions attached to vector layers

Principle: when the plugin is activated (button in the toolbar), the objects "carriers" of actions become "clickable". The associated action is triggered immediately if it is only. A list is available if necessary. Tips are built from the layer properties (map tip display text option). Layer name + field are concatenated, or HTML version if defined as.

Attention : Since v0.7.7, Tips are not displayed because of conflict with default qgis map tip. To restore, change 'optionShowTips' variable in qgis2.ini.

[Hotlink]
optionShowTips=true

Python example of an action for opening a URL : os.system("start http://a.domain.name/[% "id" %]")

Release on QGIS Python Plugins Repository : http://plugins.qgis.org/plugins/Hotlink/

About

Triggers actions on single click

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.6%
  • HTML 2.5%
  • Makefile 0.9%