├── .gitignore ├── LICENCE ├── README.md ├── TileLayer.GeoJSON.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glenrobertson/leaflet-tilelayer-geojson/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glenrobertson/leaflet-tilelayer-geojson/HEAD/README.md -------------------------------------------------------------------------------- /TileLayer.GeoJSON.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glenrobertson/leaflet-tilelayer-geojson/HEAD/TileLayer.GeoJSON.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glenrobertson/leaflet-tilelayer-geojson/HEAD/package.json --------------------------------------------------------------------------------