Problem Note 64076: You cannot configure a zoom level that is greater than 18, even though the map provider would allow a higher setting
In SAS® Visual Investigator Administration, you can configure your map provider. You can also set the Maximum Zoom Level value for maps in Properties ► Global ► Base Maps.
However, you cannot configure a zoom level value greater than 18, even though your map provider can enable a higher zoom level for its maps.
To work around this problem, you can manually modify your existing Base Maps configuration:
- Export your configuration.
- Select Deselect all.
- Expand General Properties.
- Select the configuration bundle.
- Edit the configuration_bundle.json file in the exported ZIP file.
- Modify the following section to edit the maxZoom property:
"name" : "base-maps",
"descriptiveName" : "baseNapsBundleDescriptiveName.txt",
"description" : "mapsConfigurationDesc.txt",
"configuration" : {
"mapConfig" : [ {
"key" : "093d2147-6e8f-4436-a9e8-d1a936794f6d",
"name" : "SAS Open Street Map",
"url" : "/SASVisualInvestigator/osmMapTiles/{z}/{x}/{y}",
"default" : true,
"options" : {
"minZoom" : 0,
"maxZoom" : 18,
"attribution" : "SAS Street Tiles"
}
} ]
},
- After you edit the content in the ZIP file, import it into SAS Visual Investigator.
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Visual Investigator | Linux for x64 | 10.5 | 10.5.1 | Viya | Viya |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2021-05-03 14:33:32 |
Date Created: | 2019-04-22 15:49:34 |