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)

v1.0.0

Version
v1.0.0
Type
neos-package
Release Date
Sep 03, 2019 19:34
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 0b5b6e5633ebe6213f53c0adc743185524c219b1

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