Changeset 30373 in osm for applications/editors/josm/plugins/pointInfo/README.md
- Timestamp:
- 2014-03-27T22:33:13+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pointInfo/README.md
r30372 r30373 1 1  2 2 3 3 --- … … 7 7 This plugin shows all available information for clicked point from external database. 8 8 There is only a Czech RUIAN module available at this moment. 9 10 Plugin could be easy extend to show another data source. 9 11 10 12 ##Author … … 22 24 * GPL v2 or later 23 25 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 method30 31 26 --- 32 27 ###The RUIAN module … … 35 30 36 31 * Additional actions are available : 32 * [] Open on external site 37 33 * [] Copy tags to clipboard 38 34 * [] Create an address point on position where was clicked … … 41 37 --- 42 38 ###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 43 42 44 43 ```java
Note:
See TracChangeset
for help on using the changeset viewer.