Thank you for creating this project. There are a lot of folks who are very keen to have WKT Widget functionality in D7.
Couple of small requests:
a) Could you remove "projects[] = libraries" from from geofield.make in the project tar ball. This would allow site builders to use the version of the libraries project that they prefer.
a) Also, it might make the Setup and Configuration section on the project page a little more clear if you added a distinct section called Automatic Installation (and renaming "Manual Process" to "Manual Installation"). Then you could put the line
"Install using drush with drush-make installed and everything will happen automatically." in the Automatic Installation section.
Thanks
Comments
Comment #1
cossovich commented+1, dealing with this issue atm. Another option would be to rename the make file libraries.make.example so that it was still present but not active by default. This is currently breaking an install profile build of mine.
Comment #2
ao2 commented+1 from me too, in the master makefile I have something like:
and with the line in geofield.make I end up with two copies of the
librariesmodule, one insites/all/modules/libraries(pulled in by geofield.make) and one insites/all/modules/contrib/libraries(pulled in by the master makefile), anddrush makehalts when getting the second one until I hit enter.A workaround is to remove the
librariesproject from the master makefile, but as said that makes us loose control on version _and_ location of the module.Thanks,
Antonio
Comment #3
phayes commentedI've fixed this by following the instruction here http://drupal.org/node/1128636 and renaming geofield.make to geofield.make.example
Comment #4
eft commentedPatrick,
Thank you for this fix and for all your work in the past. Happy Canada Day!
Comment #6
nielsonm commentedNot sure what happened, but the make file is no longer make.example as per http://drupalcode.org/project/geofield.git/tree.
Comment #7
Brandonian commented@nielsonm, This is the master branch, which isn't used. We should probably clear that branch out. If you want to use the dev version via git, be sure to checkout either the 7.x-1.x or 7.x-2.x branches.