Leaflet.js, a Javascript library for mobile-friendly interactive maps.
- npm install -g meteorite (if not already installed)
- mrt add leaflet
- write the map code in Template.myTemplate.rendered
- set in your client code the default image path
- enclose the map div in your template with the constant tag
step 4
L.Icon.Default.imagePath = 'packages/leaflet/images'
step 5
{{#constant}}<div id="map">{{/constant}}
If you want to add Leaflet plugins to your project - include them in your client folder - I prefer using the client/lib folder.
I suggest the free web service - Orge Web Service
Meteor Leafet Demo | GitHub | Demo
MIT/X11