@golemio/pid
Version:
Golemio PID Module
12 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_BOUDINGBOX = exports.APP_NAME = void 0;
exports.APP_NAME = "vp-litacka-api";
// currently bb around whole czechia
exports.DEFAULT_BOUDINGBOX = {
topLeftLongitude: 12.04,
topLeftLatitude: 51.05,
bottomRightLongitude: 19.01,
bottomRightLatitude: 48.54,
};
//# sourceMappingURL=const.js.map