MazeMap / Leaflet.TileLayer.PouchDBCached

A Leaflet tile layer which caches into PouchDB for offline use
MIT License
207 stars 68 forks source link

Demo is broken #14

Closed kentr closed 5 years ago

kentr commented 8 years ago

The demo has an invalid URL for pouchdb.js

"NetworkError: 404 Not Found - http://mazemap.github.io/Leaflet.TileLayer.PouchDBCached/bower_components/pouchdb/dist/pouchdb.js"
pouchdb.js
ReferenceError: PouchDB is not defined

Additionally, when that link is fixed to point to a working pouchdb.js, the seed demo fails, seemingly because of #9.

TypeError: this._getTileSize is not a function
var tileSize   = this._getTileSize();
L.TileL...ched.js (line 154, col 21)
nikolauskrismer commented 5 years ago

Both issues should be fixed. If that is still an issue for you please re-open