ujamii/geocoder-neos

Letzte Aktivität 11 Mar 2021 2 5080
composer require ujamii/geocoder-neos

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

dev-master

Version
dev-master
Type
neos-package
Release Date
Mar 11, 2021 07:36
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • geocoder-php/nominatim-provider: ^5.4
  • php-http/message: ^1.10
GPL-3.0-only 023b69f4de8e17db0ce661f08c585919b4eec7e2

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).