0.1.1 • Published 9 years ago
ember-leaflet-tiles-cache v0.1.1
ember-leaflet-tiles-cache

This addon extends ember-leaflet 2.0. It extends the {{tile-layer}} component to support tiles caching.
It uses this leaflet extension to accomplish that.
Usage
tileOptions: {
type: 'map',
subdomains: '1234',
ext: 'png',
attribution: 'Map data © <a href="http://osm.org/copyright" target="_blank">OpenStreetMap</a> contributors',
useCache: true // this enables tiles caching
}{{#leaflet-map lat=51.512983 lng=-0.138289 zoom=12}}
{{tile-layer url=tileUrl options=tileOptions}}
{{/leaflet-map}}Installation
Run:
ember install ember-leaflet-tiles-cacheRunning
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.