Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
[teleop] use JPG map files (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronTressler authored Jun 1, 2022
1 parent dd4a10d commit e41d3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_station/gui/src/components/AutonRoverMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import L from '../leaflet-rotatedmarker.js'
const MAX_ODOM_COUNT = 1000
const DRAW_FREQUENCY = 10
const onlineUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
const offlineUrl = '/static/map/{z}/{x}/{y}.png'
const offlineUrl = '/static/map/{z}/{x}/{y}.jpg'
export default {
name: 'RoverMap',
Expand Down
2 changes: 1 addition & 1 deletion base_station/gui/src/components/ERDRoverMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import L from '../leaflet-rotatedmarker.js'
const MAX_ODOM_COUNT = 1000
const DRAW_FREQUENCY = 10
const onlineUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
const offlineUrl = '/static/map/{z}/{x}/{y}.png'
const offlineUrl = '/static/map/{z}/{x}/{y}.jpg'
export default {
name: 'RoverMap',
Expand Down

0 comments on commit e41d3e8

Please sign in to comment.