mtozlu / redmine_tkgmap

Redmine plugin(ver 2.3.x,2.2.x..) . Adding a custom field that can choose latlng by google map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redmine_tkgmap

Adding a custom field that can choose latitude/longitude of location using google maps.
Note: This is an English language fork of original Japanese language code.


##Installation Just put this plugin to plugin dir, and then you can use the custom location field.

    cd plugins  
    git clone git://github.com/shota-kobayashi/redmine_tkgmap  
    bundle install  

Note: I restarted ALL the bitnami redmine stack on winxp. TODO: Need to check if this is required


##Using LatLng custom field Create new "Custom Field" of type "LatLng" from Admininstration->"Custom Fields"->"New Custom Field".
a) Need to select "Format" as "LatLng".
b) Need to select your "project" name to add the custom field to your specific project.
c) Optionally also give default value to the custom field.
This is to avoid problems with existing Issues with new custom field but no value.
d) Can also opt for 'required' setting for custom field.
e) Optionally select 'searchable' setting for custom field. Allows using custom-field as filter in search/custom-queries.


English ScreenShots

Issue with custom field for Latitude/Longitude and inline map

Update Issue with location using select button

Popup Window to Modify/Select Location


Japanese screenshots

Issue with inline map and location field

Update Issue with modifiable location in popup window

Configure Default settings for tkgmap


About

Redmine plugin(ver 2.3.x,2.2.x..) . Adding a custom field that can choose latlng by google map.


Languages

Language:Ruby 74.0%Language:JavaScript 26.0%