plugin-icon

Custom Post Type to Map Store

An another Store Locator on WordPress but with OpenStreetMap & Leaflet and Meta Fields
评级
5
最后更新
June 19, 2020
版本
1.1.0
活跃安装
40
Custom Post Type to Map Store

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

免费使用Creator套餐
活跃安装
40
目前已测试版本
5.4.16
此插件可供下载,可用于您的 WordPress 自托管安装。