UNPKG

libya-osm-data

Version:

Optimized OpenStreetMap data for Libya - Ready to use geographical data

16 lines (13 loc) 288 B
const path = require('path'); const libyaData = require('./data/libya_optimized.json'); /** * Get the complete Libya OSM data * @returns {Object} The complete Libya OSM data */ function getAllData() { return libyaData; } module.exports = { getAllData, data: libyaData };