Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
/ bootmap Public archive

Generate static, dynamic and editable maps from semantic HTML. Supports editable overlays (WKT and geoJSON) from textarea and input elements.

License

Notifications You must be signed in to change notification settings

dyve/bootmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BootMap

Build online maps from HTML tags

Why?

Because of DRY. I kept writing the same simple JavaScript code over and over for simple online maps.

There had to be an easier way.

After looking at the HTML5 data attributes and the way Bootstrap handled dropdowns, I realized that you could build simple maps in plain HTML, and let an elegant piece of JavaScript handle the rest.

Usage

Insert into HTML like this:

<div id="map1" data-map="map" data-lat="40" data-lng="4" style="width: 400px; height: 300px">map 1</div>

Author

Dylan Verheul

Copyright

Copyright (c) Dylan Verheul 2012

License

See LICENSE.txt file.

About

Generate static, dynamic and editable maps from semantic HTML. Supports editable overlays (WKT and geoJSON) from textarea and input elements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published