Displaying 1 result from an estimated 1 matches for "geokittestcontrol".
2008 Jan 26
0
Error: no such file to load -- geokit (plugin is install)
...only want to show a fixed
address, no database connection so far, pure simplicity ;) ).
I have installed the plugins Geokit and Ym4r (vendor/plugins). So far I
understood Ym4r require Geokit?
I have no model (no data will be stored).
I have a controller geokittest.
The controller contains:
class GeokittestController < ApplicationController
require ''geokit''
require ''ym4r_gm''
include ym4r_gm::GoogleMaps
include GeoKit::Geocoders
def index
@map = GMap.new("map_div")
@map.control_init(:large_map => true,:map_type => true)
@map.c...