Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1009 Bytes

File metadata and controls

34 lines (25 loc) · 1009 Bytes

Leaflet for Meteor

Leaflet.js, a Javascript library for mobile-friendly interactive maps.

Current Version: 0.7.3

How to install

  1. npm install -g meteorite (if not already installed)
  2. mrt add leaflet
  3. write the map code in Template.myTemplate.rendered
  4. set in your client code the default image path
  5. optional - set your free tile provider - Read Docs

step 4

L.Icon.Default.imagePath = 'packages/mrt_leaflet/images'

step 5 - example

L.tileLayer.provider('Stamen.Watercolor').addTo(map)

Plugins

If you want to add Leaflet plugins to your project - include them in your client folder - I prefer using the client/lib folder.

GeoJSON

I suggest the free web service - Orge Web Service

Demo

Meteor Leafet Demo | GitHub | Demo

License

MIT/X11