Map caching, clickhouse test service
This commit is contained in:
9
client/src/components/map/MapConstants.ts
Normal file
9
client/src/components/map/MapConstants.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { transform } from "ol/proj"
|
||||
|
||||
const mapExtent = [11388546.533293726, 7061866.113051185, 18924313.434856508, 13932243.11199202]
|
||||
const mapCenter = transform([129.7578941, 62.030804], 'EPSG:4326', 'EPSG:3857')
|
||||
|
||||
export {
|
||||
mapExtent,
|
||||
mapCenter
|
||||
}
|
Reference in New Issue
Block a user