Post Map Table View
Displays WordPress posts or pages with GPS (lat/lon) data from custom fields on an OpenStreetMap using Leaflet. Supports category-based filtering, custom markers, and an optional table view. Can also render maps from external JSON data sources.
by Martin von Berg · github.com/martinvonberg/post-map-table-view · website
★ 3stars
9release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/martinvonberg/post-map-table-view/releases/download/1.5.1/PostMapTableView.zipFrom the readme
Post-Map-Table-View
This WordPress plugin displays posts or pages with GPS coordinates (latitude/longitude stored in custom fields) on an interactive OpenStreetMap using Leaflet.
Posts can be organized and filtered by Tags and categories and visualized with custom markers. In addition to the map, an optional table view lists all displayed entries.
As an alternative to WordPress-based content, the plugin also supports external JSON data sources. This allows you to create maps for travel routes, destinations, or any custom points of interest (POIs) independent of posts or pages.
The plugin is configuration-driven and does not provide an admin interface. All settings are defined via shortcodes or JSON files.
Features
- Display posts or pages with GPS coordinates on a map
- Tag and Category-based filtering and custom marker icons
- Optional table view of all entries
- Support for external JSON-based data sources
- Local storage of map tiles (optional)
- Performance optimization via transients
Usage
Shortcode: [mapview]
Displays a map with posts or pages containing GPS coordinates.
Multiple configuration options are available (see below).
Note: Use
Read the full README on GitHub →