Dizze plugin is net hifke mei de lêste 3 grutte releases fan WordPress . It kin net langer wurde ûnderhâlden of stipe en kin kompatibiliteitsproblemen hawwe as it wurdt brûkt mei resinte ferzjes fan WordPress.

Custom Post Type to Map Store

Beskriuwing

The plugin allows to :

  1. Generate a GEOJson feed from coordinates recorded in the sample posts.
  2. Display this feed on a map with a shortcode.

Features

  • Mapping from a Post Type to generate a GeoJson feed of all posts.
  • Exposure this Geojson feeds on the WordPress Rest-API
  • Possibility to make a template for the map markers popup
  • Coordinate reading compatibility for :
  • Displaying a map by shortcode of all points.
  • Open Street Map put in cache

Hook

The marker content

You can customize more finely the marker popup content.

Example:

<?php
function bindPopup_content_filter( $bindPopup_content, $post_id ) {
    return "Yeahhhhh";
}

add_filter( 'cpt_to_map_store_bindPopup_content', 'bindPopup_content_filter', 10, 2 );
?>

Cache

This plugin works with Tiles Proxy for OpenStreetMap for put in cache the map tiles.

Translations

  • English – default, always included
  • French

Important Information !

Have fun

Skermôfbyldings

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png

Ynstallaasje

This section describes how to install the plugin and get it working.
1. Upload cpt-to-map-store.php to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. In admin, Settings > CPT to Map Store

FAQ

What are the requirements?

  • Have a Post Type with Latitide and Longitude meta fields.
  • And add a custom fields (https://wordpress.org/support/article/custom-fields/, ACF plugin, Pods or others…)

Resinsjes

21 maaie, 2020
Thanks for this work. It help me.
Lês alle 1 resinsje

Meiwurkers & amp; Untwikkelders

"Custom Post Type to Map Store" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.

Meiwurkers

"Custom Post Type to Map Store" is oerset yn 1 locale. Tank oan de oersetters foar harren bydragen.

Oersette "Custom Post Type to Map Store" yn jo taal.

Ynteressearre yn ûntwikkeling?

Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .

Feroaringslog

1.1.0

  • Add the compatibility with the plugin “Tiles Proxy for OpenStreetMap” for put in cache the map tiles.

1.0.3

  • Add the marker content filter cpt_to_map_store_bindPopup_content

1.0.2

  • Fix error in engueue scripts in class-cpt-to-map-store-public.php
  • Fix Notice in functions.php
  • Fix js error in public.js

1.0.1

  • Fix enqueue scripts and styles
  • Fix isset var
  • Add translate terms

1.0.0

  • initial