Christopher,
If you need to manually add it back then here is the json to add back to the [instal dir]/server/apps/[app#]/configs/config_Basemap Gallery.json:
{ "layers": [ { "id": "layer0", "layerType": "ArcGISTiledMapServiceLayer", "opacity": 1, "visibility": true, "url": "http://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer" } ], "title": "USGS National Map", "thumbnailUrl": "//yourorgsname.maps.arcgis.com/sharing/rest/content/items/6d9fa6d159ae4a1f80b9e296ed300767/info/thumbnail/national_map.jpg", "spatialReference": { "wkid": 102100 } }
USGS National Maps appears for me in the BaseMap Gallery Widget.
Christopher,
If you need to manually add it back then here is the json to add back to the [instal dir]/server/apps/[app#]/configs/config_Basemap Gallery.json:
{ "layers": [ { "id": "layer0", "layerType": "ArcGISTiledMapServiceLayer", "opacity": 1, "visibility": true, "url": "http://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer" } ], "title": "USGS National Map", "thumbnailUrl": "//yourorgsname.maps.arcgis.com/sharing/rest/content/items/6d9fa6d159ae4a1f80b9e296ed300767/info/thumbnail/national_map.jpg", "spatialReference": { "wkid": 102100 } }
Thanks Robert!
That added it back in.
Chris
Chris,
Don't forget to mark this question as answered by click on the "Correct Answer" link in the thread that answered your question.