simplemap icon indicating copy to clipboard operation
simplemap copied to clipboard

A beautifully simple map field type for Craft CMS.

Results 90 simplemap issues
Sort by recently updated
recently updated
newest added

### Description Thanks for your support in updating the location searching so far. On upgrading to the latest release 5.0.2 and testing it against our implementation I discovered that, although...

As you are unable to create a new app_code anymore it would be great if you could support the new (recommened) key based authentication for the here service: https://www.here.com/docs/bundle/identity-and-access-management-developer-guide/page/topics/dev-appcode.html

Craft 4

Found a somewhat critical issue (for us anyway), during `normalizeValue()` there is a method that populates missing data / parts: https://github.com/ethercreative/simplemap/blob/ff88b5565a217d92510fc7260b846b689aa6ff63/src/services/MapService.php#L281-L284 We recently identified that we were restricting our api...

Craft 4

### Problem Location queries using the map field fail on non-primary sites in multi-site Craft CMS installations. This is due to a strict `JOIN` condition that matches `elements_sites.siteId` to `ownerSiteId`,...

When a user enters a space (` `) or a question mark (`?`) into the 'Full Address' field I get the following error: ``` GuzzleHttp\Exception\ClientException Client error: `GET https://nominatim.openstreetmap.org/search?format=jsonv2&limit=1&accept-language=en&q=%20` resulted...

We use the GeoService for geocoding/reverse geocoding lookups which works great. We have use case where we want to reduce the amount of geocoding API requests to providers like Google...

We are seeing some errors with Google Maps on the front end: > Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Mo') > Uncaught (in promise) TypeError: Cannot...

Craft 4

Using Simple Map + Craft 5, we were unable to get the search field working. We were getting 'This API project is not authorized to use this API. Places API...

As What3Words have removed the conversion of lat/lng coordinates to w3w from the free api and now require £7.99 month to enable it, I have no need for the Pro...

### Description When pushing code to PRODUCTION this error happens whenever I try to display a Map: `craft\web\View::registerScript(): Argument #1 ($script) must be of type string, null given, called in...