Skip to content

Commit 1ac5123

Browse files
authoredMay 29, 2023
remove trailing comma
1 parent 763a049 commit 1ac5123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/farmOS.map.behaviors.map_va.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{ "name": "VBMP_Imagery/VBMP2021_WGS", "type": "MapServer"},
3030
{ "name": "VBMP_Imagery/VBMP2022_Infrared_WGS", "type": "MapServer"},
3131
{ "name": "VBMP_Imagery/VBMP2022_WGS", "type": "MapServer"},
32-
{ "name": "VBMP_Imagery/MostRecentImagery_WGS", "type": "MapServer" },
32+
{ "name": "VBMP_Imagery/MostRecentImagery_WGS", "type": "MapServer" }
3333
];
3434

3535
basemaps.forEach(function(basemap) {

0 commit comments

Comments
 (0)
Please sign in to comment.