Jump to content

Recommended Posts

Posted

Retrieve, collect and store geolocation data from external geocoding services. Under the hood, the module uses the great PHP Library geocoder-php by William Durand and Tobias Nyholm and adds some processwire magic.

Download/Install
Github: https://github.com/neuerituale/FieldtypeGeocoder
Module directory: https://processwire.com/modules/fieldtype-geocoder/
Composer: composer require nr/fieldtypegeocoder

v.1.0.1
- Add support for GraphQL-Module by dadish

v.1.0.2
- Support Repeater

v.1.0.3
Add support for bitwise status search.

v.1.0.4
- Fix php 8.2 warning #3 
- Update composer file
- Update leaflet version
- Add short access to coordinates

v.1.0.5
Fix TypeError from getMatchQuery

v.1.0.6
- Fix mysql json query (#8)
- Remove hardcoded field name
- Update database schema and add a upgrade method for this (#5)

v.1.0.7
- Geocoding was incorrectly skipped when only the address text changed (no suggestion selected)
- 0,0 coordinates were treated as "empty" per-axis instead of only when both are 0 (wiped real equator/prime-meridian locations)
- Hardcoded `/site/modules/FieldtypeGeocoder/` path → resolved dynamically (no longer breaks if the folder is installed with different casing, e.g. via       
  Composer)
- Query field stayed on stale text after picking an autocomplete suggestion or dragging the marker + Apply
- Typo "OpenCache" → "OpenCage"
- Configurable map tile endpoint + attribution (any Leaflet-compatible provider, e.g. TraceTrack)
- German language pack (`languages/de.csv`)
- `CLAUDE.md`
- Removed theme border on the inputfield

  • Like 6
  • 5 months later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...