formatd/geoindexable

Letzte Aktivität 28 Feb 2023 2 1616
composer require formatd/geoindexable

Service for fetching geo-information for addresses in Neos Flow projects (using nominatim/openstreatmap and geonames api)

1.0.x-dev

Version
1.0.x-dev
Type
neos-package
Release Date
Sep 06, 2019 14:22
Source
git
Distribution
zip
Requires
  • neos/flow: *
  • flowpack/elasticsearch: >=2.0
Suggest
  • neos/neos: This Package provides a GeoIndexable Mixin for Neos (NOT YET BUT SOON)
MIT d28194a25853cf2c0a2096851b78fa0f66f19cb4

Readme excerpt

FormatD.GeoIndexable

Service for fetching geo-information for addresses in Neos Flow projects. By default, it uses the nominatim/openstreatmap and geonames API, but you can use Google API, too.

What does it do?

This package provides a service class for geo-indexing addresses. Also a php trait to use in domain models is contained. This trait can be used to create a domain model that automatically fetches the geo location when the address is changed.

Configuration

Provide the geonames username (that you have to create on the geonames website) or deactivate the geonames api

FormatD: GeoIndexable: geoIndexService: geonamesEnable: true geonamesUsername: '…
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 14 package(s).