Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download geocoder-8.x-2.0-alpha3.tar.gztar.gz 21.85 KB
MD5: eee291933615fe87a95a013f1ff0455c
SHA-1: 08cc6f0a326d0070e71ac5138d654517162eaaad
SHA-256: c5fc9dc373192003266cd66d5540e5c2f29b42a9ce47704bd182f9f0c3a287f4
Download geocoder-8.x-2.0-alpha3.zipzip 61.31 KB
MD5: f3d358fddfa6cf7c20988abd1280123c
SHA-1: 317939795b5180623e133ed35d89d6ba7a41decf
SHA-256: 984ca8996638f22fe6f13d84b3a08df1edfc785b0cb7df57f28bd8692423d56b

Release notes

This version has been done during the Global Sprinweekend.

Changes since 8.x-2.0-alpha2:

  • Update README file.
  • Remove the InputFormat object. Fix indentation on .info.yml files. Fix all PHPCS warning. Fix the Address DataPrepare plugin. Fix the Geocode formatter. Fix namespaces. Fix Geohash and Geometry dumper. Remove unused use statements.
  • Remove the InputFormat object.
  • Remove geophp dependency from main module and move it to geocoder_geofield.
  • Fix code syntax.
  • Add a formatter for field type: address (from contrib module address)
  • Move geofield stuff into its own submodule.
  • Update code, move logic, update Geohash dumper plugin.
  • Add the geohash dumper.
  • Add the Geohash and Wkt input format plugin.
  • Create the Input Format plugin type and use it.
  • Use dependency injection for Dumper plugins.
  • Remove the dependency to composer_manager so you can use any Composer manager.
  • Fix custom Geocoder classes namespaces. Thanks @bojanz.
  • Remove field post processing from hook_entity_presave() and move it to the Widget::massageFormValues(). We need to create plugins for input_format.
  • #2654270: Support the Address module First part of the integration with the Address contrib module, I still need to check how works the API. Once it's done, I'll provide a new dumper especially for Address. Right now, the simple AddressText dumper convert an array into a string, nothing fancy. We also need to have a look at https://www.drupal.org/node/2654584 and fix it.
  • First attempt of a Reverse Geocode plugin. Split of the hook_entity_presave() into different handy helpers functions.
  • Fix JSON syntax error in composer.json
Created by: Pol
Created on: 31 Jan 2016 at 19:50 UTC
Last updated: 25 May 2016 at 16:04 UTC
Bug fixes
New features

Other releases