Administrator's Guide > Installation and Configuration > Installation of POI-Data

Installation of POI-Data

General

The layers are based on the map and version used, i.e. when upgrading your map, you also need to upgrade the POI-data.

Data Storage on DVD

The xServer folder contains POI-data for a dedicated map:

Only for PTV xLocate Server

Only for PTV xMap Server

Only for PTV xServer Bundle

Installation of the Data

In order to execute the following steps please stop the corresponding PTV xServer and restart it afterwards.

Only for PTV xLocate Server

Only for PTV xMap Server

Only for PTV xServer Bundle

Test your Installation

Test for the PTV xLocate Server

Test your configuration with the PTV Raw Request Runner in the PTV xLocate Management Console. Send the following JSON request. The example contains a findPOIByAddress request in Luxembourg. Please note the usage of the POI type number 7314 for hotels (see chapter POI-Type Overview).

As a result you should get a list of hotels in Luxembourg.

Find further information in the PTV xServer manual online: List of POI types, use cases etc.

Test for the PTV xMap Server

Test your configuration with the PTV Raw Request Runner in the PTV xMap Management Console. Send the following JSON request. To show POI-data, you need to add the layer information to the request - as marked in red in the request:

As a result you should get a map section with rendered POI icons of all available POI-types.

By specifying the POI-type in the layer configuration you only receive the configured POI-type:

"layers": [
    {
      "$type": "SMOLayer",
      "name": "default.points-of-interest;[POITYPE]='7321'",
      "visible": true,
      "objectInfos": "GEOMETRY",
      "configuration": ""
    }
  ],

The POI-type "7321" stands for hospitals. Your result should show the hospitals on the map.

Find further information in the PTV xServer manual online: List of POI types, use cases etc.

Test for the PTV xServer Bundle

To test your POI-data installation for your PTV xServer Bundle you can perform the tests described for the PTV xLocate and PTV xMap server in the chapters above.

Find further information in the PTV xServer manual online: List of POI types, use cases etc.

Optimal Performance Optimisation

To achieve a better performance for both PTV xLocate Server and PTV xMap Server, the following two changes in the <PTV xServer folder>/conf/wrapper.conf file are recommended:

POI-Type Overview

A list of all available POI-types can be found in the section List of POI types.