wiese / mapstadyn

A (2010 PoC) JavaScript library converting Google static Maps into interactive ones, once the page is loaded

Home Page:https://wiese.github.io/mapstadyn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapstadyn

Turn static Google maps into dynamic ones.

Why

  • enable clients not running javascript (or not having loaded it yet)
  • defer resource-intense loading until it is useful/needed
  • content creators only need to worry about one way of adding the map, rest gets progressively enhanced

Why not (anymore)

  • the advent of leaflet and openstreetmap maps made using (commercial) Google maps less attractive
  • loading the maps API with the jsapi loader is deprecated
  • I do not have any use for it anymore

About

A (2010 PoC) JavaScript library converting Google static Maps into interactive ones, once the page is loaded

https://wiese.github.io/mapstadyn/


Languages

Language:JavaScript 86.1%Language:HTML 13.9%