This page (revision-1) was last changed on 20-Apr-2024 11:53 by Hiroaki Tateshita

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20-Apr-2024 11:53 1 KB Hiroaki Tateshita

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 44 lines
[{PageViewPlugin}]
[Jspwiki plugin], [Products]
[{TableOfContents}]
!!!Introduction
This plugin will provide a form to upload a picture with its location and it automatically create a new page for the picture.
[{Image src='GeoPicPlugin/geoPicPlugin.jpg' width='300'}]
!!!Installation
#Download [GeoPicPlugin/gp-jspwiki-plugin-0.6.8.jar] and apache commons Imaging liblary[1]
#set them your lib folder of JSPWiki.
#restart tomcat
!!!Usage
Place the following line anywhere in a JSPWiki page.
{{{
[{GeoPicPlugin ...}]
}}}
!!Parameters
;pages:...default is the page which was put this plugin.
Heres an example of how the above image was created:
{{{
[{GeoPicPlugin pages='Travel/国内旅行/アメリカ旅行'}]
}}}
usage example: [GeoPicPlugin Test]
You can check source code on [GitHub] site: [https://github.com/tateshitah/GeoPicPlugin]
!!!Solved Issues
*[Dev Record GeoPicPlugin]
*[Resize image file w GeoPicPlugin]
!!!Future works and Known Issues
*upload by using android, some time fail to read location information from picture file (I don't know why but it was not happenned in 2019)
*I would like to add the description of "pageviewplugin" at the beginning of the created page.
*When uploaded a big size picture, I hope this plugin make its size down automatically.
!!!
!!!Reference
#[#1]Apache Commons Imaging, [https://commons.apache.org/proper/commons-imaging/]