offlineStorage
offlineStorage, the library storage the map files when you visit the maps for ability the option of work offline. We use the service Worker for cache the network requests.
Instalation
NPM
npm install @rxmap/offlinestorage --save
or
CDN
<head>
<script type=‘application/javascript’ src=‘https://unpkg.com/@rxmap/offlinestorage@0.5.0’ defer/>
</head>