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.