Title: Tour Itinerary Map
Author: Bhautik Parejiya
Published: <strong>March 24, 2026</strong>
Last modified: April 17, 2026

---

Search plugins

![](https://ps.w.org/tour-itinerary-map/assets/banner-772x250.png?rev=3490543)

![](https://ps.w.org/tour-itinerary-map/assets/icon-128x128.png?rev=3490527)

# Tour Itinerary Map

 By [Bhautik Parejiya](https://profiles.wordpress.org/bhautikparejiya/)

[Download](https://downloads.wordpress.org/plugin/tour-itinerary-map.zip)

 * [Details](https://vec.wordpress.org/plugins/tour-itinerary-map/#description)
 * [Reviews](https://vec.wordpress.org/plugins/tour-itinerary-map/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/tour-itinerary-map/#installation)
 * [Development](https://vec.wordpress.org/plugins/tour-itinerary-map/#developers)

 [Support](https://wordpress.org/support/plugin/tour-itinerary-map/)

## Description

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

### Usage

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.

### External Services

This plugin connects to the following external services:

#### Stadia Maps

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.

 * **What is sent:** The visitor’s IP address (standard HTTP request), the selected
   map style name, and an optional API key if configured in the plugin settings.
 * **When it is sent:** Every time a page containing the [tour_itinerary_map] shortcode
   is loaded in a visitor’s browser.
 * **Service provider:** Stadia Maps
 * **Terms of Service:** https://stadiamaps.com/terms-of-service/
 * **Privacy Policy:** https://stadiamaps.com/privacy-policy/

#### MapLibre GL JS (Bundled Library)

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.

 * **Source code:** https://github.com/maplibre/maplibre-gl-js
 * **License:** BSD 3-Clause License

#### Turf.js (Bundled Library)

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.

 * **Source code:** https://github.com/Turfjs/turf
 * **License:** MIT License

#### Lucide Icons v0.577.0 (Bundled Library)

This plugin bundles Lucide, an open-source icon library used in the admin interface.
Lucide does not communicate with any external server.

 * **Source code:** https://github.com/lucide-icons/lucide
 * **License:** ISC License

### Source Code & Build Tools

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.

 * assets/js/maplibre-gl.js — MapLibre GL JS (https://github.com/maplibre/maplibre-
   gl-js)
 * assets/css/maplibre-gl.css — MapLibre GL JS (https://github.com/maplibre/maplibre-
   gl-js)
 * assets/js/turf.js — Turf.js (https://github.com/Turfjs/turf)
 * admin/assets/lucide.js — Lucide v0.577.0 (https://github.com/lucide-icons/lucide)

All other JavaScript and CSS files in this plugin are unminified, human-readable
source files authored specifically for this plugin:

 * public/js/touritma-map.js — Frontend map initialisation logic
 * public/js/metabox.js — Admin metabox interactions
 * public/js/metabox.css — Admin metabox styles
 * admin/assets/settings.js — Admin settings page interactions
 * admin/assets/settings.css — Admin settings page styles
 * assets/css/map.css — Frontend map styles

## Installation

 1. Upload the `tour-itinerary-map` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **Itinerary Map** in the WordPress admin menu to configure settings.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Tour Itinerary Map” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Bhautik Parejiya ](https://profiles.wordpress.org/bhautikparejiya/)

[Translate “Tour Itinerary Map” into your language.](https://translate.wordpress.org/projects/wp-plugins/tour-itinerary-map)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/tour-itinerary-map/),
check out the [SVN repository](https://plugins.svn.wordpress.org/tour-itinerary-map/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/tour-itinerary-map/)
by [RSS](https://plugins.trac.wordpress.org/log/tour-itinerary-map/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Updated Lucide icon library to v0.577.0
 * Moved all inline JavaScript and CSS to properly enqueued external files
 * Renamed all function/option/constant prefixes from “tim” to “touritma” (≥4 chars,
   per WP guidelines)
 * Improved data sanitization and validation on metabox save (wp_unslash + per-field
   sanitize_text_field + numeric range validation)
 * Added External Services disclosure to readme
 * Added Source Code documentation links to readme

#### 1.0.0

 * Initial release
 * Interactive map rendering using MapLibre
 * Custom markers with image and color fallback support
 * Route animation with speed and loop controls
 * Modern admin settings dashboard

## Meta

 *  Version **1.0.1**
 *  Last updated **4 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.6**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tour-itinerary-map/)
 * Tags
 * [animation](https://vec.wordpress.org/plugins/tags/animation/)[itinerary](https://vec.wordpress.org/plugins/tags/itinerary/)
   [map](https://vec.wordpress.org/plugins/tags/map/)[route](https://vec.wordpress.org/plugins/tags/route/)
   [travel](https://vec.wordpress.org/plugins/tags/travel/)
 *  [Advanced View](https://vec.wordpress.org/plugins/tour-itinerary-map/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/tour-itinerary-map/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/tour-itinerary-map/reviews/)

## Contributors

 *   [ Bhautik Parejiya ](https://profiles.wordpress.org/bhautikparejiya/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/tour-itinerary-map/)