WP Manifestindependent plugin directory
manifest / media / wp-openfreemap

OpenFreeMap

WP OpenFreeMap - OpenFreeMap WordPress Plugin

by Erwin Nindl · github.com/nine/wp-openfreemap

★ 0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nine/wp-openfreemap/archive/refs/heads/main.zip

WP OpenFreeMap - OpenFreeMap WordPress Plugin

A WordPress plugin that renders OpenFreeMap using MapLibre GL.

Installation

  1. Upload the plugin to your /wp-plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to "Settings > OpenFreemap" to configure the plugin

Basic Usage

Once activated you can render OpenFreeMap map widgets using the shortcode

[openfreemap [options...]]

The options are as follows

  • lat
    Vertical center of the map (default: 47.1092664)
  • lon
    Horizontal center of the map (default: 12.3453356)
  • zoom
    Initial zoom of the map (default: 16.5)
  • color
    Marker color in CSS notation (default: #ff0000)
  • height
    Height of the map widget in CSS notation (default: 450px)