Description
L’extension permet de :
- Générer un flux GEOJson à partir des coordonnées enregistrées dans les publications.
- Afficher ce flux sur une carte avec un code court.
Fonctionnalités
- 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
- Compatibilité des coordonnées avec :
- un champ texte
- Un champ ACF Google Map
- Un champ ACF pour l’extension Champs OpenStreetMap de l’ACF
- 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 !
Amusez vous !
Captures d’écran
Installation
Cette section décrit comment installer l’extension et la faire fonctionner.
1. Téléchargez cpt-to-map-store.php
dans le répertoire /wp-content/plugins/
2. Activez l’extension par le menu « Extensions » de WordPress
3. Dans l’admin, Paramètres > CPT vers Map Store
FAQ
-
Quels sont les prérequis ?
-
- Avoir un type de publication avec latitude et longitude dans les champs méta.
- Et ajouter un champ personnalisé (https://wordpress.org/support/article/custom-fields/, plugin ACF, Pods ou autres…)
Contributeurs/contributrices & développeurs/développeuses
« Custom Post Type to Map Store » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“Custom Post Type to Map Store” a été traduit dans 1 locale. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « Custom Post Type to Map Store » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
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
- Correction d’ajout de scripts et de styles dans l’entête
- Correction test existence de variable
- Ajout de traductions
1.0.0
- initial