Skip to content

Commit 763a049

Browse files
authored
Move most recent to top
1 parent fde0862 commit 763a049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/farmOS.map.behaviors.map_va.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
// From https://gismaps.vdem.virginia.gov/arcgis/rest/services/VBMP_Imagery?f=pjson
66
var basemaps = [
7-
{ "name": "VBMP_Imagery/MostRecentImagery_WGS", "type": "MapServer" },
87
{ "name": "VBMP_Imagery/VBMP2002_WGS", "type": "MapServer" },
98
{ "name": "VBMP_Imagery/VBMP2006_2007_WGS", "type": "MapServer" },
109
{ "name": "VBMP_Imagery/VBMP2006_WGS", "type": "MapServer" },
@@ -29,7 +28,8 @@
2928
{ "name": "VBMP_Imagery/VBMP2021_Infrared_WGS", "type": "MapServer"},
3029
{ "name": "VBMP_Imagery/VBMP2021_WGS", "type": "MapServer"},
3130
{ "name": "VBMP_Imagery/VBMP2022_Infrared_WGS", "type": "MapServer"},
32-
{ "name": "VBMP_Imagery/VBMP2022_WGS", "type": "MapServer"}
31+
{ "name": "VBMP_Imagery/VBMP2022_WGS", "type": "MapServer"},
32+
{ "name": "VBMP_Imagery/MostRecentImagery_WGS", "type": "MapServer" },
3333
];
3434

3535
basemaps.forEach(function(basemap) {

0 commit comments

Comments
 (0)