Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

layout page
title OpenWebRX+ Map Plugin: Reduce map legend sections
permalink /map/reduce_map_legend_sections

This map plugin allow the reduction of the map legend sections:

  • Map
  • Colors
  • Features

The purpose is to minimize the space occupied by the legend, making it more useful, especially on small screen devices.

Preview

reduce_map_legend_sections_preview

Load

Add this line in your map/init.js file:

Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/map/reduce_map_legend_sections/reduce_map_legend_sections.js');

init.js

Learn how to load plugins.