beyondthestory / rails_admin_map_field

A plugin for RailsAdmin to provide a Google Maps input for lat/long fields
40 stars 73 forks source link

Fix major problem with longitude param and map loading #3

Closed dm1try closed 11 years ago

dm1try commented 11 years ago

This fixes problem with setting longitude param (rails_admin main controller sanitize some params)

Also I added init callback for map initialization, it fixes promblems with map loading.

giacomomacri commented 11 years ago

+1 same bugs, your fork works!! thanks!