This commit is contained in:
chencheng 2014-07-13 21:02:51 +08:00
parent 35da59476f
commit b9a9c878c7

View File

@ -31,6 +31,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
* [Form Widgets](#form-widgets)
* Tips
* Popups
* [Maps](#maps)
* [Other Awesome Lists](#other-awesome-lists)
----
@ -345,5 +346,15 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
* [card](https://github.com/jessepollak/card) - Make your credit card form better in one line of code.
## Maps
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.
* [gmaps](https://github.com/HPNeo/gmaps) - The easiest way to use Google Maps.
* [polymaps](https://github.com/simplegeo/polymaps) - A free JavaScript library for making dynamic, interactive maps in modern web browsers.
* [kartograph.js](https://github.com/kartograph/kartograph.js) - Open source JavaScript renderer for Kartograph SVG maps.
* [mapbox.js](https://github.com/mapbox/mapbox.js) - Mapbox JavaScript API, a Leaflet Plugin.
* [jqvmap](https://github.com/manifestinteractive/jqvmap) - jQuery Vector Map Library.
# Other Awesome Lists
Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.