Title: Locci Maps
Author: muellerschmitz
Published: <strong>September 18, 2026</strong>
Last modified: September 18, 2026

---

Search plugins

![](https://ps.w.org/locci-maps-free/assets/banner-772x250.png?rev=3701577)

![](https://ps.w.org/locci-maps-free/assets/icon-256x256.png?rev=3701399)

# Locci Maps

 By [muellerschmitz](https://profiles.wordpress.org/muellerschmitz/)

[Download](https://downloads.wordpress.org/plugin/locci-maps-free.1.6.3.zip)

 * [Details](https://wordpress.org/plugins/locci-maps-free/#description)
 * [Reviews](https://wordpress.org/plugins/locci-maps-free/#reviews)
 *  [Installation](https://wordpress.org/plugins/locci-maps-free/#installation)
 * [Development](https://wordpress.org/plugins/locci-maps-free/#developers)

 [Support](https://wordpress.org/support/plugin/locci-maps-free/)

## Description

Locci Maps displays maps with markers that you manage yourself. Map services are
loaded only after the visitor gives explicit consent (click to load); before that,
no external request is made.

The free version has the full feature set with no artificial limits — as many maps
and markers as you need.

#### Map features

 * Unlimited maps, unlimited markers per map
 * Three map services: OpenStreetMap (Leaflet), Google Maps, Azure Maps
 * Markers with title, description, image, address, custom color and icon
 * Categories with color and icon inheritance
 * Category filter in the frontend
 * QR code generation for marker detail pages
 * Shortcode and Gutenberg block
 * Several maps on a single page

#### Locci Maps Pro

Locci Maps Pro adds:

 * **Comments** – enable comments per map and per marker on the detail pages, with
   standard WordPress moderation.
 * **Feedback form** – a contact form on a map’s / marker’s detail page; messages
   are sent via `wp_mail()` (so SMTP plugins work), with honeypot, time-trap and
   rate-limit protection.
 * **Custom marker icons** – 28 built-in icons plus your own SVG from the Media 
   Library, per map or per marker.
 * **Marker clustering** – group nearby markers into clusters, switchable per map(
   Leaflet and Google Maps).
 * **Search & “near me”** – a search bar per map: filter markers by title, look 
   up an address, or use the visitor’s location with a radius filter and a distance-
   sorted result list.
 * **Import / Export** – bulk import and export markers as CSV, GeoJSON or KML, 
   per map.

Locci Maps Pro is a yearly license (1 site). Non-profit organisations can request
a free Pro license.

Get Locci Maps Pro: https://checkout.freemius.com/plugin/38414/plan/64089/

### External Services

Once the visitor has given active consent, external requests are made to the following
services, depending on the selected map service:

**OpenStreetMap map tiles:**
 * Domain: tile.openstreetmap.org * Purpose: load map
tiles * Privacy policy: https://osmfoundation.org/wiki/Privacy_Policy

**Google Maps JS API:**
 * Domain: maps.googleapis.com * Purpose: Google Maps rendering*
Privacy policy: https://policies.google.com/privacy

**Azure Maps Web SDK:**
 * Domain: atlas.microsoft.com * Purpose: Azure Maps rendering*
Privacy policy: https://privacy.microsoft.com/privacystatement

**Nominatim (OpenStreetMap): nominatim.openstreetmap.org**
 * Purpose: optional 
address search to find coordinates. Used in the admin area, and – with Locci Maps
Pro – for the “find address” button of a map’s front-end search bar. A request is
only sent when someone actively runs an address search; the plugin caches results
and rate-limits the requests. * Privacy policy: https://osmfoundation.org/wiki/Privacy_Policy

**Freemius (only after explicit opt-in):**
 * Domains: api.freemius.com, wp.freemius.
com * Purpose: optional connection of the site to the plugin vendor (Freemius) for
anonymous usage statistics, update notifications and – with a purchased Locci Maps
Pro key – license verification. * Locci Maps is fully functional without this connection.
No data is sent to Freemius unless it has been actively agreed to (opt-in), and 
the consent can be withdrawn at any time. * In this release the vendor connection
is not configured, so no request reaches Freemius regardless of consent; this disclosure
applies once the connection is enabled in a future version. * Terms of service: 
https://freemius.com/terms/ * Privacy policy: https://freemius.com/privacy/

## Screenshots

[⌊Marker detail page with map and address at /places/{slug}.⌉⌊Marker detail page
with map and address at /places/{slug}.⌉[

Marker detail page with map and address at /places/{slug}.

[⌊Map editor: provider, zoom, center, live preview and the category-filter toggle.⌉⌊
Map editor: provider, zoom, center, live preview and the category-filter toggle.⌉[

Map editor: provider, zoom, center, live preview and the category-filter toggle.

[⌊Marker editor: assigned map, address geocoding, live preview and QR code (SVG/
PNG).⌉⌊Marker editor: assigned map, address geocoding, live preview and QR code (
SVG/PNG).⌉[

Marker editor: assigned map, address geocoding, live preview and QR code (SVG/PNG).

## Blocks

This plugin provides 1 block.

 *   Locci Maps Map Shows a Locci Maps map with its markers.

## Installation

 1. Extract the plugin to `wp-content/plugins/locci-maps`.
 2. Activate it from the “Plugins” menu.
 3. Under “Locci Maps  Settings”, optionally add API keys for Google Maps and/or Azure
    Maps (OpenStreetMap/Leaflet works without a key).
 4. Create a map, add markers, then insert the shortcode `[locci_map map="ID"]` or 
    the “Locci Maps Map” block.

## FAQ

### How do I integrate a consent tool?

Locci Maps loads maps only after a click on “Load map”. To rely on your consent 
tool’s approval instead, dispatch the DOM event `loccimaps:consent-grant` once consent
has been given:

    ```
    `html
    ```

document.addEventListener( ‘DOMContentLoaded’, function () {
 // Call this from 
the “accepted” callback of your consent tool: document.dispatchEvent( new Event(‘
loccimaps:consent-grant’ ) ); } );

    ```
    `
    ```

After the dispatch, Locci Maps automatically loads every pending map. The exact 
place for the call is described in the documentation of your consent tool (for example
Borlabs Cookie, Complianz or Real Cookie Banner).

### Which API keys do I need?

OpenStreetMap/Leaflet works without a key. For Google Maps or Azure Maps, add the
respective key under Locci Maps  Settings.

### Can I use the marker URL in QR codes?

Yes. The QR code generation in the marker admin creates links to the public detail
page of the marker at `/places/{slug}`.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Locci Maps” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ muellerschmitz ](https://profiles.wordpress.org/muellerschmitz/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

[Translate “Locci Maps” into your language.](https://translate.wordpress.org/projects/wp-plugins/locci-maps-free)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/locci-maps-free/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/locci-maps-free/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/locci-maps-free/)
by [RSS](https://plugins.trac.wordpress.org/log/locci-maps-free/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.6.3

 * Maintenance release: fixed the wp.org SVN slug used by the release pipeline; 
   no functional changes.

#### 1.6.2

 * Maintenance release: automated release pipeline (GitLab CI to WordPress.org SVN);
   no functional changes.

#### 1.6.1

 * Packaging fix: bundled vendor license files without a recognized file extension
   are now renamed on build (content unchanged); a couple of dev-only vendor files
   unused at runtime are excluded from the build.
 * Fixed the plugin’s text domain to match the free version’s wp.org slug (`locci-
   maps-free`) so translations load correctly.

#### 1.6.0

 * Renamed to Locci Maps. The plugin slug is now `locci-maps`; the marker detail
   URL base changed from `/pins/` to `/places/` and the shortcode is now `[locci_map]`.

#### 1.5.3

 * New marker icons “Bench” and “Hut”; refined the bike, cart, coffee, fuel, phone,
   train, tree and wifi glyphs.

#### 1.5.2

 * Packaging fix: premium-only code is now correctly excluded from the free build.

#### 1.5.1

 * Maintenance: CI pipeline and development tooling only; no changes to plugin functionality.

#### 1.5.0

 * Renamed to GeoPinster.
 * Removed the 3-map / 20-marker cap from the free version — maps and markers are
   now unlimited for everyone.
 * Dropped the bundled `load_plugin_textdomain()` call; WordPress loads translations
   automatically. Locale `.po`/`.mo` files are no longer shipped (use translate.
   wordpress.org).
 * Updated the bundled QR code library (chillerlan/php-qrcode 5  6).

#### 1.4.0

 * Pro: import and export markers as CSV, GeoJSON or KML (Locci Maps  Import / Export).
   Import adds markers to a chosen map, resolves categories by name and reports 
   skipped rows; images are not imported.

#### 1.3.0

 * Pro: per-map search bar – filter markers by title, look up an address, or use“
   near me” with a radius filter and a distance-sorted result list.
 * Category filter and search now share one visibility pipeline; the map providers
   gained `filterByIds`, `openMarker` and `focusArea`.
 * New public REST route `locci-maps/v1/nearby-geocode` for the Pro address lookup(
   rate-limited; not present in the free build). See “External Services”.

#### 1.2.0

 * Pro: marker clustering, switchable per map (Leaflet and Google Maps); the clustering
   library is loaded only for maps that use it.
 * The chosen marker icon and Pro custom SVG icons are now passed to every map provider(
   previously they could fall back to a plain dot on the frontend).

#### 1.1.0

 * Marker icon set expanded from 8 to 28 icons; the chosen icon is now drawn on 
   the map (Leaflet, Google Maps, Azure Maps) instead of a plain dot.
 * Readme: added a “Locci Maps Pro” section; plugins page: added a “Go Pro” link(
   hidden for active license holders).
 * Pro: comments per map / per marker on the detail pages.
 * Pro: feedback form on a map’s / marker’s detail page (sent via wp_mail, with 
   spam protection).
 * Pro: custom marker icon from the Media Library (SVG), per map or per marker.

#### 1.0.0

 * First public release with the full feature set.
 * Map services OpenStreetMap (Leaflet), Google Maps and Azure Maps, loaded only
   after click-to-load consent.
 * Markers with title, description, image, address, color and icon; categories with
   inheritance and a frontend filter.
 * Shortcode `[locci_map map="ID"]`, Gutenberg block “Locci Maps Map”, QR-ready 
   detail pages at `/places/{slug}`.
 * Source language English, German translation bundled.

## Meta

 *  Version **1.6.3**
 *  Last updated **18 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1.1**
 *  PHP version ** 8.2 or higher **
 * Tags
 * [gutenberg](https://wordpress.org/plugins/tags/gutenberg/)[leaflet](https://wordpress.org/plugins/tags/leaflet/)
   [map](https://wordpress.org/plugins/tags/map/)[marker](https://wordpress.org/plugins/tags/marker/)
   [openstreetmap](https://wordpress.org/plugins/tags/openstreetmap/)
 *  [Advanced View](https://wordpress.org/plugins/locci-maps-free/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/locci-maps-free/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/locci-maps-free/reviews/)

## Contributors

 *   [ muellerschmitz ](https://profiles.wordpress.org/muellerschmitz/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/locci-maps-free/)