Advanced OSM for Toolset Maps

Descrizione

Supercharge Toolset Maps with professional OpenStreetMap features that are missing in the core plugin.

While Toolset Maps now supports OpenStreetMap, it lacks advanced visualization options. This plugin fills the gap by adding:

๐Ÿ›ฐ๏ธ Satellite View – Not available in Toolset. Enable with one shortcode attribute.

๐Ÿ”ต Smart Clustering – Automatic marker clustering that Toolset doesn’t offer.

๐ŸŽจ Custom Styling – Grayscale (silver style) effects with intensity control.

๐Ÿ›ฃ๏ธ Layer Management – Toggle roads and labels independently – impossible with basic Toolset.

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]

Feature Comparison

Satellite View
Toolset Maps โŒ No
Advanced OSM โœ… 1-click

Marker Clustering
Toolset Maps โŒ No
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 |

Full Shortcode Reference

  • map-id: (Required) Must match your Toolset map ID
  • satellite: “on” โ€“ Toggle satellite base layer (default off)
  • satellite-button: “off” โ€“ Hide Satellite toggle button (default on)
  • cluster: “on” โ€“ Enable marker clustering (default off)
  • cluster-color: Hex color – Set clusters icon color (default #ff5b00)
  • zoom-level: 0-14 – Initial zoom level (default auto)
  • zoom-cluster: 0-14 – Zoom level where clustering disables (default 12)
  • labels: “on” โ€“ Show labels overlay (default off)
  • roads: “on” โ€“ Show roads overlay (default off)
  • grayscale: 0.1-1 โ€“ Grayscale intensity (default 0)

Screenshot

  • Default OpenStreetMap view
  • Satellite + Roads + Labels overlay
  • Grayscale effect with clustered markers

Installazione

  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 with your Toolset map

FAQ

How is this different from native Toolset Maps?

Toolset only provides basic OSM maps. Our plugin adds:
– Satellite imagery with toggle button
– Marker clustering
– Color effects (grayscale)
– Layer controls (roads/labels)
– Advanced zoom management

Does this replace Toolset Maps?

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

Recensioni

13 Giugno 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 Giugno 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!
Leggi tutte le recensioni di 2

Contributi e sviluppo

“Advanced OSM for Toolset Maps” รจ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

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]