plugin-icon

Custom Post Type to Map Store

An another Store Locator on WordPress but with OpenStreetMap & Leaflet and Meta Fields
Évaluations
5
Mis à jour récemment
June 19, 2020
Version
1.1.0
Installations actives
40
Custom Post Type to Map Store

L’extension permet de :

  1. Générer un flux GEOJson à partir des coordonnées enregistrées dans les publications.
  2. 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 :
  • 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 !

Gratuitsur le plan Creator
En procédant à l’installation, vous acceptez les Conditions d’utilisation de WordPress.com ainsi que les Conditions de l’extension tierce.
Installations actives
40
Testé jusqu’à version
5.4.16
Cette extension est disponible en téléchargement pour être utilisée sur votre installation WordPress auto-hébergée.