mirror of
https://github.com/azaion/ui.git
synced 2026-06-21 17:01:11 +00:00
5 lines
247 B
TypeScript
5 lines
247 B
TypeScript
export const tileUrls = {
|
|
classic: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
|
satellite: import.meta.env.VITE_SATELLITE_TILE_URL || 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
|
};
|