Neue Rituale Posted June 14, 2021 Posted June 14, 2021 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 6
flash Posted November 24, 2021 Posted November 24, 2021 Its not working inside repeaters, groups or closed.. Any Fix?
flash Posted November 30, 2021 Posted November 30, 2021 How do you output only the lat and longitude from the field?
Neue Rituale Posted February 19, 2022 Author Posted February 19, 2022 // If fieldname "geocoder" echo $page->geocoder->lat; echo $page->geocoder->lng;
Neue Rituale Posted February 21, 2022 Author Posted February 21, 2022 On 11/24/2021 at 7:27 PM, Flashmaster82 said: Its not working inside repeaters, groups or closed.. Any Fix? Hello @Flashmaster82 we fix it in version 1.0.2. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now