ujamii/geocoder-neos
composer require ujamii/geocoder-neos
This package provides a very flexible way of geocoding your node properties.
v0.1.0
Readme excerpt
Geocoder Mixin for NEOS CMSThis 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 UsageThe 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 same vendor provides 5 package(s).