You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
I've been playing with @AmpersandJS and I must say is amazing what they accomplished in terms of simplicity, code reusability and a better approach to work with modules. I'm thinking on follow that philosophy and make gmaps.js a modular library for working with Google Maps.
That way, you can use only what you need (markers but no routes, polygons but no layers), and even make your own builds with what you need, or extend gmap.js in an easier way.
To do this, I need to use Browserify to create the bundles for using the library in the browser, since the gmaps modules should be in NPM, like https://www.npmjs.com/search?q=ampersand-
I want to know what do you think.
hmzbounit, joshuamabina and devazquezarturmamedovcassolatto, zeekay, GiuMagnani, bagaskara-turboly, nam-co and 4 more