cakephp-geo
cakephp-geo copied to clipboard
A CakePHP plugin around geocoding tools and helpers.
`Router::prefix()` is deprecated since Cakephp 4.3. : https://book.cakephp.org/4.next/en/appendices/4-3-migration-guide.html Replaced by a call to the non-static method `RouteBuilder::prefix()`.
Checking compatibility with new 4.next branch
Add a helper for google places and add libraries options to google Map helper I don't know if i have fully understand how you include the google api.
https://github.com/dereuromark/cakephp-tools/pull/123 https://github.com/dereuromark/cakephp-tools/pull/122
Maybe add a helper to wrap sth like https://github.com/netzmacht/php-leaflet ? Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps
Include maybe ```php /** * Gets the timezone that is closest to the given coordinates * * @param float $lat * @param float $lng * @return \DateTimeZone Timezone object */...