Spectrum Spatial is an enterprise location intelligence platform designed to provide
organizations with a broad suite of location capabilities, including spatial analysis,
geoprocessing, routing, geocoding, and mapping. These capabilities can be combined with a wide
range of data management solutions in the Spectrum™ Technology Platform and an extensive data
catalog to solve diverse business problems. To learn more about Spectrum Spatial, click here.
The folder structure for Spectrum Spatial files is depicted below. A new folder, _spectrumspatial has been added to each _display_layers folder to allow users to automatically map the country in the Spectrum platform.
The
_spectrumspatial folder contains all the files necessary for Spectrum Spatial to
display StreetPro maps. These files need to be imported into the Spectrum Spatial repository
using the Administration utility, which can be downloaded from the Spectrum landing
page. This utility is a command-line tool referred to as the CLI (Command Line
Interface).
Note: The tool requires Java to run. Once the tool has been downloaded and the
.zip file uncompressed, run the tool. The command to do this in Windows is cli.cmd.
For all other supported platforms, the command is cli.sh.
Full instructions for the tool can be found here
To import StreetPro map settings after
starting the CLI:
- Edit the xxx_StreetProConnection file in a text editor. Add the actual path to the xxx_StreetPro.mws file in the <FilePath> tag by replacing "(path to folder containing the respective .mws file)" with the actual path to the MWS file. After editing, the <FilePath> tag, should resemble the example below: <FilePath>C:\StreetPro_Navigation_Premium\2019_12\Egypt\DATA\_display_layers\</FilePath>.
- Connect to your Spectrum server. By issuing the following command:
- connect --h <server_name>:<port> --u <username> --p <password> --s <source_file_path>
- Run limrepo --s <path to _spectrumspatial folder>. Example:
limrepo import --s C:\StreetPro_Navigation_Premium\2019_12\Egypt\DATA\_display_layers\_spectrumspatial
Once the import is complete you can view the named maps in several different
ways:
- Spatial Manager - This web application is launched from the Spatial
section of the Spectrum landing page, under the Utilities tab. Example:
- Spatial Analyst - a named tile (countryISO3_StreetPro_tile) can be added using the Spectrum Spatial Analyst Administration Console.
- MapInfo Pro - click Open > Web services (WMTS Table) to add your Spectrum server and select countryISO3_StreetPro_tile_WMTS.
Refer to the Spectrum Spatial support guide here for more information.