Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Release notes
src/Plugin/Field/FieldWidget/GeofieldDmsWidget.phpGeofieldDmsWidget & src/Element/GeofieldDms enhancements and fixes:
- Generate a valid Geofield only if the DMS coordinates are valid, otherwise delete the entry.
- Generate a default entry that is empty and not 0, 0 , 0 (that would create a new geofield on every save)
(Issue #2142071 by holist, itamair: Allowing coordinate entry in degrees-minutes-seconds DMS format)
Issue #1840894: Add documentation on how to save a Geofield programatically.
Issue #3003822 by lennartvv: Migrate process plugin for geofield D7 to D8
GeofieldProximityFilter: Better Validation on Empty and not Valid Origin, correct Validation on Required Origin on Exposed Proximity filter (Issue #3041549 by AdamPS, itamair: Proximity filter must handle geocode failures)
Issue #3047662 by mpolishchuck, itamair: Avoid logging tons of errors when proximity filter does not provide origin
Issue #3042740 by Deeksha B: Drupal 9 Deprecated Code Report
Issue #3043279 by itamair, maboresev: Proximity Lat/Long values provided by Views Context
Issue #3045423 by itamair: Update composer.json to new drupal git server