Create a Map

Click on VenoMaps > Add New, give it a title and drag the preview map to fill the coordinates as basic options.
You can add one or more markers with various options and attach an infobox to each marker.

Publish the map.


Adding into posts/pages

Insert the Block VenoMaps inside of your posts or page, or copy the shortcode from the field below the map’s title and paste it anywhere inside of your posts or pages, that’s it.


Map styles

Load custom styles from Settings > VenoMaps

Under Settings > Venomaps you can add custom map tiles and set the api keys for the following services: Stadiamaps, Thunderforest, Maptiler


Import csv

It is possible to batch import markers using a .csv file.

The svg file should start with this line:

title,lat,lon,size,icon,color,infobox,infobox_open

Also semicolon separator allowed

title;lat;lon;size;icon;color;infobox;infobox_open

The respective values

NameDescriptiontypedefaultrequired
titleTitle of the marker used for backendstringno
latlatitudenumberyes
lonlongitudenumberyes
sizeThe size of the marker (px) range suggested: 30-100number40no
iconThe url of the custom iconno
colorThe color of the markerHEX color#000000
infoboxThe infobox contentHTMLno
infobox_openthe default status of the infobox0 -10no