Modern Maps brings highly customizable vector maps directly into the WordPress block editor. Designed for performance and aesthetics, it utilizes MapLibre GL to render incredibly smooth and visually striking maps.
Whether you need a simple location map with a custom marker, or you want to deeply customize the colors and styles of your map base layers to match your brand, Modern Maps has you covered.
Features include:
* Easily place the map block anywhere on your page or post.
* Add customized map markers using coordinates or a built-in location search.
* Control the initial viewport center and fixed zoom, or choose “Auto (Fit to Markers)” to ensure all your points are always visible.
* Beautiful preset themes (“Black,” “White,” “Standard”) built-in.
The full unminified source code for all JavaScript and CSS is included in the src/ directory of this plugin. The compiled versions used at runtime are in the build/ directory.
Modern Maps Pro is available as a separate plugin with advanced color controls, theme-based color matching, and more.
This plugin relies on the following third-party external services to provide its core functionality:
Modern Maps uses a proxy service operated by the plugin author to deliver vector map tiles, fonts (glyphs), and sprite assets to the user’s browser. This service is called whenever a map is rendered on the frontend or in the block editor. The user’s browser sends standard HTTP requests (including IP address and user agent) to load map assets. No personal data is collected or stored by the proxy.
Behind the tile proxy, vector map tiles and font glyphs are sourced from MapTiler. No direct connection is made from the user’s browser to MapTiler; all requests are routed through the tile proxy above.
Inside the WordPress block editor, the location search feature uses the Komoot Photon API to geocode addresses into coordinates. This is called when an admin searches for a location in the block editor sidebar. The search query text is sent to the API. This service is not called on the public frontend.
The “Standard” map style loads sprite images and font glyphs directly from the Protomaps basemap assets repository, hosted on GitHub Pages. These assets are fetched by the user’s browser whenever a map using the “Standard” theme is rendered. Standard HTTP request data (IP address, user agent) is sent as part of these requests.