Description
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)
Screenshots
Installation
- Upload the plugin files to
/wp-content/plugins/advanced-osm-for-toolset-maps/
- Activate the plugin through WordPress admin
- 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.
Reviews
Contributors & Developers
“Advanced OSM for Toolset Maps” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Advanced OSM for Toolset Maps” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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]