Ignore:
Timestamp:
2014-03-27T22:33:13+01:00 (11 years ago)
Author:
mkyral
Message:

PointInfo: Add more external links, nicer icons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pointInfo/README.md

    r30372 r30373  
    1 ![](http://www.kyralovi.cz/tmp/josm/pointInfo_v1.png)
     1![](http://www.kyralovi.cz/tmp/josm/pointInfo_20140327.png)
    22
    33---
     
    77This plugin shows all available information for clicked point from external database.
    88There is only a Czech RUIAN module available at this moment.
     9
     10Plugin could be easy extend to show another data source.
    911
    1012##Author
     
    2224 * GPL v2 or later
    2325
    24 
    25 ##Notes:
    26 
    27 - Plugin could be easy extend to show another data source.
    28 - Input is position, output html string that is shown on message.
    29 - Optionally you can define special links (file://...) that will be sent back to the module to the performAction method
    30 
    3126---
    3227###The RUIAN module
     
    3530
    3631 * Additional actions are available :
     32    * [![](https://raw.githubusercontent.com/mkyral/josm-pointInfo/master/images/dialogs/open-external-link.png)] Open on external site
    3733    * [![](https://raw.githubusercontent.com/mkyral/josm-pointInfo/master/images/dialogs/copy-tags.png)] Copy tags to clipboard
    3834    * [![](https://raw.githubusercontent.com/mkyral/josm-pointInfo/master/images/dialogs/create-addr.png)] Create an address point on position where was clicked
     
    4137---
    4238###The interface:
     39
     40- Input is position, output html string that is shown on message.
     41- Optionally you can define special links (file://...) that will be sent back to the module to the performAction method
    4342
    4443```java
Note: See TracChangeset for help on using the changeset viewer.