AndreasK79 / Leaflet.Maidenhead

Draw a Maidenhead Locator System lines and labels to your leaflet maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaflet.Maidenhead

What is this?

Draw a Maidenhead Locator System lines and labels.

"The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geographic co-ordinate system used by amateur radio operators to succinctly describe their locations"

Demo anyone?

Have a look

Usage example

Include the maidenhead javasript file:

<script src="https://ha8tks.github.io/Leaflet.Maidenhead/src/L.Maidenhead.js"></script>

After instantiating the map:

L.maidenhead({
	color : 'rgba(255, 0, 0, 0.4)'
}).addTo(map);

Options

  • color: The color of the lines and labels. Default rgba(255, 0, 0, 0.4)

About

Draw a Maidenhead Locator System lines and labels to your leaflet maps

License:MIT License


Languages

Language:JavaScript 100.0%