Title: Advanced Custom Fields: Leaflet Field
Author: jensnilsson
Published: <strong>10. april, 2013</strong>
Last modified: 4. november, 2014

---

Søg plugins

![](https://ps.w.org/advanced-custom-fields-leaflet-field/assets/banner-772x250.
png?rev=697376)

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

![](https://s.w.org/plugins/geopattern-icon/advanced-custom-fields-leaflet-field_dfd8ce.
svg)

# Advanced Custom Fields: Leaflet Field

 Af [jensnilsson](https://profiles.wordpress.org/jensnilsson/)

[Download](https://downloads.wordpress.org/plugin/advanced-custom-fields-leaflet-field.zip)

 * [Detaljer](https://da.wordpress.org/plugins/advanced-custom-fields-leaflet-field/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/advanced-custom-fields-leaflet-field/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/advanced-custom-fields-leaflet-field/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/advanced-custom-fields-leaflet-field/#developers)

 [Support](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/)

## Beskrivelse

This plugin adds a [Leaflet](http://leafletjs.com) map field to the [Advanced Custom Fields](http://www.advancedcustomfields.com/)
plugin. Use it to display maps with markers, lines and shapes along with your posts
and pages.

 * Add multiple markers with popups to the map.
 * Draw polylines, polygons and rectangles.
 * The field stores both your zoom-level and viewport location.
 * Function to render the map in your theme is included in the plugin: `<?php the_leaflet_field('
   my_leaflet_field' ); ?>`, just plug and play!
 * Supports ACF4 and ACF5 (Pro)

### Instructions

A rendering function is provided in the plugin. If you want to use it all you have
to do is use `the_leaflet_field( 'my_leaflet_field' );` where you want to render
the map.

### To do

Things I plan to add to the plugin:

 1. Adding images to popups.
 2. Provide a tool for importing GeoJSON-structured data into the field.

### GitHub

If you want the latest development version of this plugin it is available over at
my [github repository](https://github.com/jensjns/acf-leaflet-field/). The github
repository will always have the latest code and may occasionally be broken and not
work at all.

## Skærmbilleder

 * [[
 * Leaflet field with markers, a popup, a polyline and a polygon.
 * [[
 * Settings for the Leaflet field.

## Installation

 1. Upload `advanced-custom-fields-leaflet-field` to the `/wp-content/plugins/` directory
 2. Make sure you have [Advanced Custom Fields](http://www.advancedcustomfields.com/)
    installed and activated
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Add a Leaflet field to a ACF field group and save
 5. The field is now ready for use

## FAQ

  I activated the plugin but nothing cool happened ;(

This is not a standalone plugin, you need to have [Advanced Custom Fields](http://www.advancedcustomfields.com/)
installed and activated for it to work.

## Anmeldelser

![](https://secure.gravatar.com/avatar/4706f76b62a781f85c17960836da7cefb3f3e66adb915083975cc62e39b46910?
s=60&d=retro&r=g)

### 󠀁[Un jeu d’enfant – Excellent – Merci](https://wordpress.org/support/topic/un-jeu-denfant-excellent-merci/)󠁿

 [coudenhov](https://profiles.wordpress.org/coudenhov/) 29. marts, 2019

WordPress 5.1 – ACF Pro 5.7 Je veux vraiment remercier l’auteur de cet Advanced 
Custom Field for ACF. D’une simplicité exceptionnelle : aucun besoin de créer des
fonctions compliquées, juste à insérer le code php dans la page. De plus ses possibilités
d’ajouter des points pour marquer les lieux, des lignes pour les entourer… Waouh
Really thanks for this awesome ACF field. Laurent de Coudenhove

![](https://secure.gravatar.com/avatar/b382bcf0dcb8789f25830744642416830ada9527ee26aaee04a00333703250e1?
s=60&d=retro&r=g)

### 󠀁[Not working](https://wordpress.org/support/topic/not-working-2644/)󠁿

 [Mladen Gradev](https://profiles.wordpress.org/joe8104/) 3. september, 2018

Yep, not working, blank field.

![](https://secure.gravatar.com/avatar/afbf80ac2a02f582d7dc033f45230ae105f2d5d230a83cb9f7fffcdb51872dae?
s=60&d=retro&r=g)

### 󠀁[Outdated and broken](https://wordpress.org/support/topic/outdated-and-broken/)󠁿

 [TDR](https://profiles.wordpress.org/tdr/) 13. august, 2018

Shame it isn’t working. Would be a killer alternative for the now paid google maps

![](https://secure.gravatar.com/avatar/546aa84604ba12e7b0edb62c2dbb21532d41ba3eb3cf0b6126377725870ce61c?
s=60&d=retro&r=g)

### 󠀁[Still Works](https://wordpress.org/support/topic/still-works-111/)󠁿

 [tschopo](https://profiles.wordpress.org/tschopo/) 21. juni, 2017

It still works. -1 star for no continued developement. I have Problems showing the
map in an ajax modal window.

 [ Læs alle 7 anmeldelser ](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/)

## Bidragsydere & udviklere

“Advanced Custom Fields: Leaflet Field” er open source-software. Følgende personer
har bidraget til dette plugin.

Bidragsydere

 *   [ jensnilsson ](https://profiles.wordpress.org/jensnilsson/)

[Oversæt “Advanced Custom Fields: Leaflet Field” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/advanced-custom-fields-leaflet-field)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/advanced-custom-fields-leaflet-field/),
tjek [SVN repository](https://plugins.svn.wordpress.org/advanced-custom-fields-leaflet-field/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/advanced-custom-fields-leaflet-field/)
via [RSS](https://plugins.trac.wordpress.org/log/advanced-custom-fields-leaflet-field/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 1.2.1

 * Fixed a bug where polylines, polygons and rectangles wouldn’t be rendered to 
   the map when no markers were present on the map.

#### 1.2.0

 * More polished UI.
 * Added support for drawing polylines, polygons and rectangles.
 * Added OpenStreetMap Black and White as Map Provider option.
 * Fixed a bug where a popup couldn’t be opened after it had been opened once.

#### 1.1.2

 * 4.3.9 Compatibility patch

#### 1.1.1

 * Added support for ACF 5 (PRO)

#### 1.1.0

 * Added support for OpenStreetMap as tile-provider. This will be the new default
   tile-provider.
 * Switched to geoJson for data-structure.

#### 1.0.0

 * Migrated the plugin into field-template for v3 & v4 support.
 * New tool: Locate tool.
 * Fixed repeater-support.

#### 0.2.0

 * Added support for binding popups to markers.

#### 0.1.0

 * Release

## Meta

 *  Version **1.2.1**
 *  Senest opdateret **12 år siden**
 *  Aktive installationer **80+**
 *  WordPress-version ** 3.4 eller højere **
 *  Testet op til **4.0.38**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/advanced-custom-fields-leaflet-field/)
 * Tags
 * [acf](https://da.wordpress.org/plugins/tags/acf/)[acf4](https://da.wordpress.org/plugins/tags/acf4/)
   [admin](https://da.wordpress.org/plugins/tags/admin/)[advanced custom fields](https://da.wordpress.org/plugins/tags/advanced-custom-fields/)
   [custom fields](https://da.wordpress.org/plugins/tags/custom-fields/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/advanced-custom-fields-leaflet-field/advanced/)

## Bedømmelser

 3.1 ud af 5 stjerner.

 *  [  3 5-stjernet anmeldelser     ](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/?filter=5)
 *  [  1 4-stjernet anmeldelse     ](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/?filter=4)
 *  [  0 3-stjernet anmeldelser     ](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/?filter=3)
 *  [  0 2-stjernet anmeldelser     ](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/?filter=2)
 *  [  3 1-stjernet anmeldelser     ](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/#new-post)

[Se alle anmeldelser.](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/reviews/)

## Bidragsydere

 *   [ jensnilsson ](https://profiles.wordpress.org/jensnilsson/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/advanced-custom-fields-leaflet-field/)