Tour Itinerary Map allows you to display interactive animated routes on maps using MapLibre.
Easily show tour routes, travel itineraries, and paths with customizable markers, colors, and animation settings.
The plugin includes a modern admin dashboard to configure:
* Map provider and style
* Start, end, waypoint, and moving markers
* Route colors and default marker colors
* Animation speed, looping, and auto-start behavior
This plugin provides the following shortcode:
[tour_itinerary_map]
The shortcode is designed to work on single pages of supported post types only.
You must first enable the desired post types from the plugin settings in the admin dashboard. Once enabled, add the shortcode inside the content of that post type (or its single template).
The map will automatically load and display route data dynamically based on the current post.
Perfect for travel websites, tour operators, bloggers, and itinerary-based content.
This plugin connects to the following external services:
The plugin uses Stadia Maps to load map tile styles (visual appearance of the map). When a visitor views a page containing the map shortcode, their browser connects to Stadia Maps servers to download the map style and tile data.
This plugin bundles MapLibre GL JS, an open-source JavaScript library for rendering interactive maps. MapLibre itself does not transmit any data to external servers — all rendering is done client-side in the visitor’s browser.
This plugin bundles Turf.js, an open-source geospatial analysis library used for route animation calculations (smoothing, interpolation). Turf.js does not communicate with any external server; all processing is done client-side.
This plugin bundles Lucide, an open-source icon library used in the admin interface. Lucide does not communicate with any external server.
The following files included in this plugin are compiled or minified builds of third-party open-source libraries. The original human-readable source code for each is publicly available at the links provided above in the External Services section.
All other JavaScript and CSS files in this plugin are unminified, human-readable source files authored specifically for this plugin: