ujamii/geocoder-neos

Last activity 11 Mar 2021 2 5071
composer require ujamii/geocoder-neos

This package provides a very flexible way of geocoding your node properties.

v0.1.0

Version
v0.1.0
Type
neos-package
Release Date
Jan 20, 2021 22:07
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • geocoder-php/nominatim-provider: ^5.4
  • php-http/message: ^1.10
46c4e5f1bd1ca7874f74dd92715c828203d88840

Readme excerpt

Geocoder Mixin for NEOS CMS

This package provides a very flexible way of geocoding your node properties. Imagine you have a document or content type with some physical address data (street, zip code, city) and you want to display this data on a map (for instance with WebExcess.OpenStreetMap) or you need the geo data for some calculations.

Installation composer req ujamii/geocoder-neos php-http/guzzle6-adapter Usage

The package provides a new node type mixin "Ujamii.Geocoder:Mixin.AddressData". Add this mixin to the desired NodeType in your package:

'Your.Package:Document.BranchLocation': superTypes: 'Neos.Neos:Document': true 'Ujamii.Geocoder:Mixin…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 5 package(s).