react-leaflet-fallback
Version:
Plugin for React Leaflet. Replaces missing tiles by scaled lower zoom Tiles.
30 lines (29 loc) • 660 B
JSON
{
"name": "react-leaflet-fallback",
"version": "2.0.0",
"description": "Plugin for React Leaflet. Replaces missing tiles by scaled lower zoom Tiles.",
"main": "react-leaflet-fallback.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fallback",
"react",
"leaflet",
"tilelayer",
"map",
"zoom",
"react-leaflet-v4"
],
"author": "mertunlu",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AkdoganTech/react-leaflet-fallback"
},
"dependencies": {
"leaflet": "^1.9.3",
"react": "^18.2.0",
"react-leaflet": "^4.2.1"
}
}