Description
This plugin creates custom maps which can be placed anywhere: Contact pages, posts, sidebars, footer widgets, or directly into your theme’s files!
Select a custom style and a size for the map, upload your custom markers, set the map’s and the markers’ coordinates, insert some html content for the popup info boxes and publish your map.
The VenoMaps page also offers some geolocation utilities to get the coordinates typing an address, or placing the marker in a specific position on the map. VenoMaps Block available.
VenoMaps is an alternative to Google Maps, it is based on OpenLayers and OpenStreetMap, doesn’t require API keys and offers different custom maps.
You can also add your own styles with a free account at Maptiler.
Features
- Easy to install and setup
- Ability to add Maps on pages / posts
- Gutenberg Block
- Widget
- Ability to set custom options for each Map
- Manage custom markers with the WP media library
- Rich text editor for the Info Boxes
- 5 Default styles
- Custom map styles, pixel perfect vector maps
- Geolocation utility to get Latitude / Longitude from address
- Responsive design
Create a Map
Go to your website admin panel, click on VenoMaps > Add New, give it a title and fill the coordinates as basic options.
You can add one or more markers with various options and attach a infobox to each marker. Publish the map.
Adding into posts/pages
Insert the Block VenoMaps inside your posts or page, or copy the shortcode from the field below the map’s title and paste it anywhere inside your posts or pages, that’s it.
Adding into widget
Under Appearance > Widgets you will find a new widget VenoMaps. Add it to your sidebar, select the desired map from the dropdown menu and save.
Default styles available
Default (OpenStreetMap)
Terrain (Stamen)
Toner (Stamen)
Watercolor (Stamen)
Wikimedia (Wikimedia)
Licenses and copyrights
Default maps data provided by:
OpenStreetMap ODbL
Stamen Design CC BY 3.0
Wikimedia Terms of use
Blocks
This plugin provides 1 block.
- VenoMaps
Installation
Upload the plugin folder venomaps
to the /wp-content/plugins/
directory
Activate the plugin through the Plugins menu in WordPress
Create a new map under VenoMaps > Add New
Select the generated shortcode and insert it inside any post or page, or search VenoMaps among Blocks
Use the VenoMaps widget to select a map and insert it inside your sidebars
Optionally add new styles inside Settings > VenoMaps
FAQ
-
How to place a map inside my template file?
-
To display a map outside the post editor or widgets, paste the following PHP code inside your template file
echo do_shortcode(‘[venomap id=”xxx” height=”xxx”]’);
replacing[venomap id="xxx" height="xxx"]
with the shortcode generated by the plugin inside the map’s page. -
Needs any API key?
-
No. The default map styles are loaded without any API key. If you want to add some custom map styles you can create a free account at cloud.maptiler.com/maps/ and select some standard maps, or create your own custom styles.
-
Supports Google Maps?
-
No, this plugin borns as an alternative to Google Maps, and is based on OpenStreetMap and OpenLayers. Quick, easy to setup, and free of tracking cookies.
Reviews
Contributors & Developers
“VenoMaps – geo map and custom markers” is open source software. The following people have contributed to this plugin.
Contributors“VenoMaps – geo map and custom markers” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “VenoMaps – geo map and custom markers” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Update: Minor CSS fixes
1.0.9
- Update: Support WP 6.2
- Update: Minor fixes
1.0.8
- Update: Support PHP 8.1
1.0.7
- Update: Support new block widgets
1.0.6
- Update: move marker position changing coordinates inside geolocation
1.0.5
- Fix: PHP error before saving settings
1.0.4
- Update: Drag and drop marker to get geolocation inside map edit
1.0.3
- Update: exclude venomaps cpt from public query
1.0.2
- Update: small fix on save settings
1.0.1
- Update: Hide VenoMaps CPT from nav menu items
- Update: Load css inside head
- Fix: Undefined templist
1.0.0
- First version