Thanks for the patch. However, it gives this error from the upgrade module scan that prevents upgrade to D10. My Drupal skills are very basic....
modules/contrib/acknowledgements/sign_for_acknowledgement.install 17 Call to deprecated function drupal_get_module_schema(). Deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. Testing classes could use Drupal\TestTools\Extension\SchemaInspector for introspection.
modules/contrib/acknowledgements/sign_for_acknowledgement.install 27 Call to deprecated function drupal_get_module_schema(). Deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. Testing classes could use Drupal\TestTools\Extension\SchemaInspector for introspection.
modules/contrib/acknowledgements/sign_for_acknowledgement.install 48 Call to deprecated function drupal_get_module_schema(). Deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. Testing classes could use Drupal\TestTools\Extension\SchemaInspector for introspection.
Desigan β created an issue.
Thanks! This is a step in the right direction. Using the GeoJSON module, I am able to convert the text coordinates to a format that can be used to plot a map. I now have to figure out how to pass the json output of this view into a map view.
I have tried this to no avail. The module does not seem to recognise the field as a "geofield" type since it comes via a webform submission.