stefanocudini / leaflet-locationpicker

Simple location picker on Leaflet map
https://opengeo.tech/maps/leaflet-locationpicker/
MIT License
55 stars 13 forks source link

Add installation instructions? #7

Closed nzfarmer1 closed 7 years ago

nzfarmer1 commented 7 years ago

Run npm grunt and bower install Installed js/jquery libs under js/ Installed leaflet under maps/leaflet

nzfarmer1 commented 7 years ago

Seems to work fine with just the npm install.

Have added a write up of our use of your plugin here:

https://www.linkedin.com/pulse/adding-leaflet-location-picker-our-node-red-sensor-nodes-mcclure

Thanks for your work.

stefanocudini commented 7 years ago

Dear @nzfarmer1 tnk for you article it's great!

Now from version 0.2.5 the plugin is UMD compatible then support loading by requirejs o commonjs or browserify ecc..

I hope that this improvement simplify the integration on other systems.

Bye Stef