rurseekatze / node-tileserver

A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated fs.exists()

rurseekatze opened this issue · comments

fs.exists() is deprecated and should be replaced by fs.stat() or fs.access(). More details: https://nodejs.org/api/fs.html#fs_fs_exists_path_callback