Hi, I'm using Drupal 6; I created a module for a custom content type and implemented all necessary hooks (hook_form, hook_load, etc.)
What I'd like to do is add a field representing a point on a map and letting user input it with an Openlayers map. I know how to do it with cck, but I'd really like to implement it directly in my code.
Any hint about using an Openlayers widget in a custom form? Is it possible?
Thanks a lot for any idea.