simplemap
simplemap copied to clipboard
A beautifully simple map field type for Craft CMS.
Fixes #420. Changes proposed in this pull request: - Log errors returned by the Google Maps Geocoding API
Craft: 4.16.13 Maps: 4.0.8 We enabled http referrer restrictions on our API key (at Google's request). This caused geocoding API requests to fail as that API does not support referrer...
Per the [Nominatim usage policy][1], all requests should have an identifying Referer or User-Agent header (quoted below). Using the host name, as we already do for Mapbox requests, should be...
Per the [Nominatim usage policy][1], all requests should have an identifying Referer or User-Agent header (quoted below). Using the host name, as we already do for Mapbox requests, should be...
Nominatim can be self-hosted or one might want to use a proxy, for example to implement rate limiting. To support such use cases, I made the Nominatim base URL a...
Nominatim can be self-hosted or one might want to use a proxy, for example to implement rate limiting. To support such use cases, I made the Nominatim base URL a...
Importing via Feed me throws following error: `An exception has been thrown during the rendering of a template ("property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given")` on...