Update database and remove obsolete image files; increase map zoom level
- Updated fixmate.db contents. - Deleted two outdated image files from uploads directory. - Increased maximum zoom level for the map in dashboard app.js from 19 to 30 for enhanced detail.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
BIN
backend/static/uploads/e81cc3bb-0e2d-49e0-97f7-958fa6239c6c.jpg
Normal file
BIN
backend/static/uploads/e81cc3bb-0e2d-49e0-97f7-958fa6239c6c.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
@@ -200,7 +200,7 @@ function App(){
|
|||||||
// init map once
|
// init map once
|
||||||
const map = L.map('map', { center:[3.1390,101.6869], zoom:12, preferCanvas:true });
|
const map = L.map('map', { center:[3.1390,101.6869], zoom:12, preferCanvas:true });
|
||||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
maxZoom:19,
|
maxZoom:30,
|
||||||
attribution:'© OpenStreetMap'
|
attribution:'© OpenStreetMap'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
mapRef.current = map;
|
mapRef.current = map;
|
||||||
|
|||||||
Reference in New Issue
Block a user