Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1kdo/lotw-gridmapper

A toy I made when I wanted to learn about google maps api
https://github.com/n1kdo/lotw-gridmapper

adif amateur-radio amateurradio google-maps hamradio lotw

Last synced: 7 days ago
JSON representation

A toy I made when I wanted to learn about google maps api

Awesome Lists containing this project

README

        

# lotw-gridmapper

![Example](n1kdo-6m-grids.png)

`lotw-gridmapper` is a toy I made because I wanted it and
I wanted to learn how to use Google Maps to display data.

There are two pieces.

* 6mGrids.html contains the just about everything except

* lotwreport.php is a proxy for the "real" lotwreport.adi web service on ARRL's web site.
The proxy is used to get around the browser's "single-origin policy" -- data loaded from
web requests must come from the same host as the web page.

If you decide to play with this, please get your own Google Maps
API Key.

I might do more work on this, or I might not.

n1kdo 20170709