Advanced OSM for Toolset Maps

Сүрөттөө

Supercharge Toolset Maps with professional OpenStreetMap features that go beyond the basic core implementation.

While Toolset Maps provides a foundation for OSM, this plugin enhances the experience with advanced visualization and data tools:

🛰️ Satellite View – High-resolution Esri satellite imagery not available in native Toolset.

🔵 Pro Clustering – While Toolset now offers basic clustering, AOTM gives you more control. Customize the cluster color to match your brand and set precise zoom thresholds for declustering.

📍 KML & GPX Support – Visualize tracks, routes, or shapes. You can now load files in two ways:
1. Directly via URL: Use the new track-url attribute.
2. Dynamic Fields: Use a Toolset File Field slug with track-field.

🎨 Custom Styling – Apply Grayscale (silver style) effects with precise intensity control.

🛣️ Layer Management – Toggle roads and labels independently, allowing for a cleaner map design.

Check DEMOS

Check author page wp-customtypes.com

Shortcode Examples

Basic OpenStreetMap
[aotm-advanced-osm-map map-id=”map-1″]
[wpv-map-render map_id=”map-1″][/wpv-map-render]

Satellite View with Layers
[aotm-advanced-osm-map map-id=”map-2″ satellite=”on” labels=”on” roads=”on”]
[wpv-map-render map_id=”map-2″][/wpv-map-render]

Professional Styling
[aotm-advanced-osm-map map-id=”map-3″ grayscale=”0.9″ cluster=”on” cluster-color=”#f05a28″]
[wpv-map-render map_id=”map-3″][/wpv-map-render]

**Dynamic Tracks in a View or Single Post via URL **
Inside any Post or Page:
[aotm-advanced-osm-map map-id=”map-4″ track-field=”https://my-domain.com/wp-content/uploads/my-track.gpx,https://my-domain.com/wp-content/uploads/my-shape.kml”]
[wpv-map-render map_id=”map-4″][/wpv-map-render]

Dynamic Tracks in a View or Single Post via Custom field
Inside your Toolset View loop or Content Template:
[aotm-advanced-osm-map map-id=”map-5″]
[wpv-map-render map_id=”map-5″][/wpv-map-render]

[aotm-advanced-osm-marker map-id=”map-4″ track-field=”track-file-slug”]

Feature Comparison

Satellite View
Toolset Maps ❌ No
Advanced OSM ✅ 1-click

Marker Clustering
Toolset Maps ⚠️ Basic only
Advanced OSM ✅ Customizable

Grayscale Effects
Toolset Maps ❌ No
Advanced OSM ✅ 0-100% control

Layer Toggles
Toolset Maps ❌ All or none
Advanced OSM ✅ Roads/Labels separate

Zoom Control
Toolset Maps ❌ Basic
Advanced OSM ✅ Precise levels

KML/GPX Support
Toolset Maps ❌ No
Advanced OSM ✅ Yes (Shapes & Tracks)

Full Shortcode Reference

[aotm-advanced-osm-map]

  • map-id: (Required) Must match your Toolset map ID.
  • satellite: “on” – Set satellite as default base layer.
  • satellite-button: “off” – Hide Satellite toggle button (default on).
  • cluster: “on” – Enable custom marker clustering.
  • cluster-color: Hex color (e.g., #ff5500) – Change the cluster icon color.
  • zoom-cluster: 0-18 – Zoom level where clustering turns off (default 12).
  • track-url: Direct URL to a .kml or .gpx file. Supports multiple URLs separated by commas.
  • track-field: Slug of the Toolset custom field containing KML/GPX URLs (for global tracks).
  • grayscale: 0.1-1 – Grayscale intensity (default 0).
  • labels/roads: “on” – Show extra overlays.

[aotm-advanced-osm-marker]

  • map-id: (Required) Must match your Toolset map ID.
  • track-field: (Required) Slug of the Toolset File Field (KML or GPX).

Скриншоттор

  • Default OpenStreetMap view with Satellite button
  • Satellite + Roads + Labels overlay
  • Grayscale effect with colored clustered markers
  • GPX and KML track displayed on a Toolset Map via URL.
  • GPX and KML track displayed on a Toolset Map via Custom Fields.

Орнотуу

  1. Upload the plugin files to /wp-content/plugins/advanced-osm-for-toolset-maps/
  2. Activate the plugin through WordPress admin
  3. Use the [aotm-advanced-osm-map] shortcode to configure the map settings.
  4. (Optional) Use [aotm-advanced-osm-marker] inside a View loop or Single Post to display KML/GPX files.

FAQ.KG

How is this different from native Toolset Maps?

Toolset provides basic OSM functionality. Our plugin adds the “Pro” layer:
– Satellite imagery with interactive toggle button.
– Customizable cluster markers (change colors and behavior).
– KML/GPX file support for displaying tracks and shapes (via URL or Custom Fields).
– Precise grayscale styling.
– Independent layer controls (roads/labels).

Does this replace Toolset Maps?

No, it enhances it. You still need Toolset Maps installed and active.

Сын-пикирлер

Январь 14, 2026-ж.
We use this plugin on stopvertidosilegales, a website where citizens report and locate illegal waste dumping sites. The satellite imagery layer is essential for our work, as it allows us to clearly see the terrain and accurately identify dumping areas that are often hidden or hard to access. This plugin makes it easy to use aerial photos with Toolset Maps and greatly improves the reliability and usefulness of the map for real environmental action. Simple to use, stable, and very effective.
Июнь 13, 2025-ж.
Very useful plugin! It makes Toolset Maps much better and easier to customize. Works great and does exactly what I needed. Thank you!
Июнь 13, 2025-ж.
This plugin is exactly what I needed. The ability to add custom layers, switch to satellite view, and fine-tune map behavior makes it incredibly powerful. It integrates smoothly and works reliably. Highly recommended for anyone using Toolset with OpenStreetMap!
Read all 2 reviews

Contributors & Developers

“Advanced OSM for Toolset Maps” is open source software. The following people have contributed to this plugin.

Мүчөлөрү

Өзгөртүүлөр

2.0.0

  • Added support for KML and GPX tracks via Toolset File Fields.
  • Added support for loading tracks directly via URL using the track-url attribute.
  • New shortcode [aotm-advanced-osm-marker] for dynamic track loading.
  • Fixed Marker Clustering: You can now set a custom brand color for clusters.

1.2.1

  • Minor fixes and prefix updates.= 2.0.0 =
  • Added support for KML and GPX tracks via Toolset File Fields.
  • New shortcode [aotm-advanced-osm-marker] for dynamic track loading.
  • Fixed Marker Clustering: You can now set a custom brand color for clusters.

1.2.1

  • Minor fixes

1.2

  • Initial release with complete feature set
  • Updated all function prefixes to ‘aotm’ for better compatibility
  • Changed shortcode to [aotm-advanced-osm-map]