simplemap
simplemap copied to clipboard
A beautifully simple map field type for Craft CMS.
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Only what the end user will see
the [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) (a2/a3) countrycode is not stored within the address data.
Hi I have recently upgraded to maps pro and I am getting internal server error on any page a map is loaded on . Here is the map code in...
 Am I doing something wrong?
Changes proposed in this pull request: - updates `composer.json` with new version number
### Description I try to query some entries by lat/lng My Field handle is "addressCoordinates" ``` {% set haendler = craft.entries.section("haendler").addressCoordinates({ location: { lat: 52.3073549, lng: 8.6699708 }, radius: 50,...
### Description After upgrading to craft 5 the location query no longer returns any data ``` {% set retailers = craft.entries.section('retailers').mapAddress({ location: "london", radius: 20, unit: 'mi', }).all %} ```...
### Description Is serch by location meant to work with open source geo service? I have a few entries with their map field all filled in, however no matter what...