When you create reports or explorations that use geo maps, no maps are displayed when you drag and drop the fields into the visualization. The data points are shown as bubbles. However, no map appears in the background.
The geo maps are downloaded in real-time from servers that are hosted at SAS. In this situation, when the middle-tier host sends a request through a forward proxy server, no maps are displayed. If the requests to the map servers are made via HTTP and you experience this problem, do one of the following depending on your operating system:
-Dhttp.proxyHost=proxy-server-name -Dhttp.proxyPort=proxy-port-number
Note: In these options, nn specifies the next sequential numbers.
If the requests to the map servers are made via HTTPS, add the following options instead:
If you are not sure whether you should use HTTP or HTTPS, check the va.SASGeomapCommunicationProtocol property in SAS® Management Console. For more information about that property, see the Properties Reference in SAS® Visual Analytics 7.5: Administration Guide.
Additional Options
For UNIX
You should also set the following option to the host name of the middle-tier machine in order to keep local requests (such as Web Infrastructure Platform requests) from going through the proxy server:
You should also set the following option to the host name of the middle-tier machine in order to keep local requests (such as Web Infrastructure Platform requests) from going through the proxy server:
Note: In these options, nn specifies the next sequential numbers.
If the forward proxy server requires authentication, you also need to add the following options:
Notes