Sygic Map Format 2.1.1

Repository

  1. Sygic Map Format

Sygic Map Format – Data Dictionary

Host (localdb)\mssqllocaldb
Database SygicMapFormat
DBMS SQL Server

The purpose of this document is to describe the content and format of the Sygic Map Format, so that an external map data content can be effectively converted into Sygic proprietary map format to be automatically used all over Sygic map and navigation products.

 

Sygic Map Format is defined in the form of a relation database.

As an input format we use ESRI Shapfile format or export from SQL database in CSV files and geometry in WKT files.

Names are using codepage UTF-8.

 

Database objects

  1. Tables (62)

Modules

Name
1 Document Control
2 Relation model of Sygic Map Format
3 Address point
4 Administrative area
5 Building
6 City center
7 House number
8 Land use & coverage
9 Landmark
10 Lane assistant
11 Language codes
12 Maneuver
13 Metadata
14 Named area
15 Poi
16 Poi categories
17 Post code
18 Restriction
19 Route link
20 Speed profile
21 Signpost
22 Time Domain
23 Others
24 Usability matrix

Tables

Name Order
1 region.smf_address_entry_point
2 region.smf_address_point
3 region.smf_address_point_to_name
4 region.smf_admin_area true
5 region.smf_admin_area_language
6 region.smf_admin_area_to_name
7 region.smf_admin_boundary
8 region.smf_aerialway
9 region.smf_building_footprint
10 region.smf_building_part
11 region.smf_city_center
12 region.smf_city_center_to_name
13 region.smf_complex_intersection
14 region.smf_complex_road
15 region.smf_data_source
16 region.smf_ev_station_connector
17 region.smf_house_number_intermediate
18 region.smf_house_number_range
19 region.smf_junction
20 region.smf_land_use
21 region.smf_land_use_to_name
22 region.smf_lane_connectivity
23 region.smf_lane_connectivity_via_link
24 region.smf_lane_information
25 region.smf_maneuver
26 region.smf_maneuver_via_link
27 region.smf_metadata
28 region.smf_name
29 region.smf_named_area
30 region.smf_named_area_to_name
31 region.smf_payment_method
32 region.smf_poi
33 region.smf_poi_contact_information
34 region.smf_poi_entry_point
35 region.smf_poi_ev_station
36 region.smf_poi_hierarchy
37 region.smf_poi_to_name
38 region.smf_poi_to_payment_method
39 region.smf_postal_area
40 region.smf_postal_point
41 region.smf_railway
42 region.smf_restriction
43 region.smf_route_link
44 region.smf_route_link_to_name
45 region.smf_route_link_to_named_area
46 region.smf_route_link_to_restriction
47 region.smf_route_link_to_route_number
48 region.smf_route_number
49 region.smf_signpost
50 region.smf_signpost_cell
51 region.smf_sigpost_via_link
52 region.smf_speed_profile
53 region.smf_speed_profile_curve
54 region.smf_speed_profile_week
55 region.smf_time_zone
56 region.smf_time_zone_dst
57 region.smf_traffic_sign
58 region.smf_vehicle_validity
59 region.smf_water
60 region.smf_water_to_name
61 region.smf_waterway
62 region.smf_waterway_to_name

Address point: Tables

Name
1 region.smf_address_entry_point
2 region.smf_address_point
3 region.smf_address_point_to_name

region.smf_address_entry_point

Documentation Sygic Map Format
Schema region
Name smf_address_entry_point
Module Address point

The table smf_address_entry_point provides entry points for address point.

The entry point is the entrance to an address point from a route link.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_address_entry_point

not used

optional

not used

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 address_entry_point_id bigint Primary key ENTRY_ID
Primary key
Shapefile name: ENTRY_ID
2 address_point_id bigint region.smf_address_point PK of table smf_address_point APOINT_ID
PK of table smf_address_point
References: region.smf_address_point
Shapefile name: APOINT_ID
3 main smallint 1 - main entry point of the object
0 - minor entry point of the object
MAIN
1 - main entry point of the object
0 - minor entry point of the object

Shapefile name: MAIN
4 pedestrian smallint 1 - accessible for pedestrian
0 - not accessible for pedestrian
PEDESTRIAN
1 - accessible for pedestrian
0 - not accessible for pedestrian

Shapefile name: PEDESTRIAN
5 routing smallint 1 - is used for route computation
0 - is not used for route computation
ROUTING
1 - is used for route computation
0 - is not used for route computation

Shapefile name: ROUTING
6 service smallint 1 - is used by services/deliveries
0 - is not used by services/deliveries
SERVICE
1 - is used by services/deliveries
0 - is not used by services/deliveries

Shapefile name: SERVICE
7 parking smallint 1 - there is a parking lot available
0 - there is not a parking lot available
PARKING
1 - there is a parking lot available
0 - there is not a parking lot available

Shapefile name: PARKING
8 emergency smallint 1 - is used by emergency vehicles
0 - is not used by emergency vehicles
EMERGENCY
1 - is used by emergency vehicles
0 - is not used by emergency vehicles

Shapefile name: EMERGENCY
9 wheelchair smallint 1 - is accessible by wheelchair
0 - is not accessible by wheelchair
WHEELCHAIR
1 - is accessible by wheelchair
0 - is not accessible by wheelchair

Shapefile name: WHEELCHAIR
10 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-03-29 16:11

region.smf_address_point

Documentation Sygic Map Format
Schema region
Name smf_address_point
Module Address point

An address point represents an individual and precise address associated with a route link. Address points are used for search and display purposes.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_address_point

not used

optional

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 address_point_id bigint Primary key APOINT_ID
Primary key
Shapefile name: APOINT_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
3 admin_area_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN_ID
4 postal_area_id bigint region.smf_postal_area PK of table smf_postal_area POSTAL
PK of table smf_postal_area
References: region.smf_postal_area
Shapefile name: POSTAL
5 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
6 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_address_point_to_name

Documentation Sygic Map Format
Schema region
Name smf_address_point_to_name
Module Address point

The table smf_address_point_to_name creates the relations between the tables smf_address_point and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_address_point_to_name

not used

optional

optional

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 address_point_id bigint region.smf_address_point PK of table smf_address_point APOINT_ID
PK of table smf_address_point
References: region.smf_address_point
Shapefile name: APOINT_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint 1 - House number
2 - Street name
3 - Place name
4 - Postal code
5 - Plot/cadaster
6 - Building name
7 - Block
8 - Dependent street name
9 - Street number
10 - Dependent locality
11 - Double dependent locality
12 - Other dependent area
13 - Townland
14 - Major metropolitan area
15 - Building complex
16 - Door
17 - Floor
18 - Harbour number
19 - Harbour name
TYPE
1 - House number
2 - Street name
3 - Place name
4 - Postal code
5 - Plot/cadaster
6 - Building name
7 - Block
8 - Dependent street name
9 - Street number
10 - Dependent locality
11 - Double dependent locality
12 - Other dependent area
13 - Townland
14 - Major metropolitan area
15 - Building complex
16 - Door
17 - Floor
18 - Harbour number
19 - Harbour name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:40

Administrative area: Tables

Name Order
1 region.smf_admin_area true
2 region.smf_admin_area_language
3 region.smf_admin_area_to_name

region.smf_admin_area

Documentation Sygic Map Format
Schema region
Name smf_admin_area
Module Administrative area
Order true

The table smf_admin_area represent an administritative unit recognized by official instances. These units form an administrative subdivision of a country order in a hierarchical way.

SMF supports 11 administrative levels, which is similiar to OSM specification.

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative

 

Attribute admin_level represents:

1 - region and can be empty

2 - represents country

3-7 - mean administrative unit belonging to an intermediate subdivision of the country - between country and municipality.

8 - represents municipalities

9 - corresponds to the smaller administrative unit within municipality

10  and 11 - provide another subdivisions, specific to some countries.

 

Each item with admin_level from 2 till 11 must be filled with admin ids of superior administrative levels if they exist.

 

A time zone must be defined at least for one admin level. If an administrative area doesn't have assigned time zone, the administrative area will inherit the time zone from the closest ancestor with the defined time zone.

 

Admin_center_id contains id of the corresponding city center from the table smf_city_center. The city center has usually the same name as administrative area.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_area

not used

not used

required

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 admin_area_id bigint Primary key ADMIN_ID
Primary key
Shapefile name: ADMIN_ID
2 admin_level smallint Admin level 1 - 11 ADM_LEVEL
Admin level 1 - 11
Shapefile name: ADM_LEVEL
3 name text Name of the admin area. It is used only for debug purpose. NAME
Name of the admin area. It is used only for debug purpose.
Shapefile name: NAME
4 admin_level1_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN1_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN1_ID
5 admin_level2_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN2_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN2_ID
6 admin_level3_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN3_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN3_ID
7 admin_level4_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN4_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN4_ID
8 admin_level5_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN5_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN5_ID
9 admin_level6_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN6_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN6_ID
10 admin_level7_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN7_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN7_ID
11 admin_level8_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN8_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN8_ID
12 admin_level9_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN9_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN9_ID
13 admin_level10_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN10_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN10_ID
14 time_zone_id bigint region.smf_time_zone PK of table smf_time_zone TIME_Z_ID
PK of table smf_time_zone
References: region.smf_time_zone
Shapefile name: TIME_Z_ID
15 admin_center_id bigint region.smf_city_center PK of table smf_city_center CENTER_ID
PK of table smf_city_center
References: region.smf_city_center
Shapefile name: CENTER_ID
16 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_admin_area_language

Documentation Sygic Map Format
Schema region
Name smf_admin_area_language
Module Administrative area

The table smf_admin_area_language contains information about commonly used languages in administrative areas.

  • Standard official language is the main language used in an identified administrative area.
  • Official Language is the language which is officially recognized in an administrative area.
  • Commonly used non-official language is the language which is not officially recognized in an administrative area but there exists large group of people using this language.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_area_language

not used

not used

required

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 admin_area_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN_ID
2 language_code char(10) Unique ID of the language, see the section Language Code LANG_CODE
Unique ID of the language, see the section Language Code
Shapefile name: LANG_CODE
3 script smallint Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai
SCRIPT
Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai

Shapefile name: SCRIPT
4 usage smallint 1 – Standard official language
2 – Other (non-standard) official language
3 – Commonly used non-official language
USAGE
1 – Standard official language
2 – Other (non-standard) official language
3 – Commonly used non-official language

Shapefile name: USAGE
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_admin_area_to_name

Documentation Sygic Map Format
Schema region
Name smf_admin_area_to_name
Module Administrative area

The table smf_admin_area_to_name create relations between tables smf_admin_area and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_area_to_name

not used

not used

required

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 admin_area_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

Building: Tables

Name
1 region.smf_building_footprint
2 region.smf_building_part

region.smf_building_footprint

Documentation Sygic Map Format
Schema region
Name smf_building_footprint
Module Building

The table smf_building_footprint represents building footprints.  

The attribute type is used for distinguishing buildings using color and height of the building. If the attribute Height is not used a default value is assigned.

 

Building footprints cannot overlap each other. For more detailed 3D models please use 3D landmarks or compose the buildings from building parts ( table smf_building_part ).

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_building_footprint

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 building_id bigint Primary key BF_ID
Primary key
Shapefile name: BF_ID
2 type smallint 100 Accommodation (unspecified)
101 Residential
102 Apartments
103 House
104 Hotel
105 Bungalow
106 Dormitory
107 Cabin
108 Houseboat

200 Commercial (unspecified)
201 Office
202 Retail
203 Industrial
204 Warehouse
205 Farm (also barns, cowsheds, auxiliary farm buildings)
206 Greenhouse

300 Civic/amenity (unspecified)
301 Government
302 School
303 University
304 Hospital
305 Cultural facility (museum, ...)
306 Sport facility

400 Transportation (unspecified)
401 Parking
402 Garage
403 Train station
404 Subway station
405 Airport terminal
406 Hangar

500 Religious (unspecified)
501 Church
502 Chapel
503 Cathedral
504 Temple
505 Mosque
506 Synagogue
507 Shrine

601 Service building - small unmanned building with certain machinery (like pumps or transformers)
602 Water tower
603 Roof (A structure that consists of a roof with open sides)
604 Construction (Buildings under construction)
605 Ruins
TYPE
100 Accommodation (unspecified)
101 Residential
102 Apartments
103 House
104 Hotel
105 Bungalow
106 Dormitory
107 Cabin
108 Houseboat

200 Commercial (unspecified)
201 Office
202 Retail
203 Industrial
204 Warehouse
205 Farm (also barns, cowsheds, auxiliary farm buildings)
206 Greenhouse

300 Civic/amenity (unspecified)
301 Government
302 School
303 University
304 Hospital
305 Cultural facility (museum, ...)
306 Sport facility

400 Transportation (unspecified)
401 Parking
402 Garage
403 Train station
404 Subway station
405 Airport terminal
406 Hangar

500 Religious (unspecified)
501 Church
502 Chapel
503 Cathedral
504 Temple
505 Mosque
506 Synagogue
507 Shrine

601 Service building - small unmanned building with certain machinery (like pumps or transformers)
602 Water tower
603 Roof (A structure that consists of a roof with open sides)
604 Construction (Buildings under construction)
605 Ruins

Shapefile name: TYPE
3 height smallint Height of the building in metres HEIGHT
Height of the building in metres
Shapefile name: HEIGHT
4 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-02-11 13:45

region.smf_building_part

Documentation Sygic Map Format
Schema region
Name smf_building_part
Module Building

The table smf_building_part contains building parts for a specific building. Each building is dividied into more building parts which enables display with more details. The building block is defined as a basic shape with a minimal and maximal height above the ground.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_building_part

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 building_part_id bigint Primary key PART_ID
Primary key
Shapefile name: PART_ID
2 building_id bigint region.smf_building_footprint PK of table smf_building_footprint BF_ID
PK of table smf_building_footprint
References: region.smf_building_footprint
Shapefile name: BF_ID
3 height smallint Max height in metres HEIGHT
Max height in metres
Shapefile name: HEIGHT
4 min_height smallint Min height in metres MIN_HEIGHT
Min height in metres
Shapefile name: MIN_HEIGHT
5 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-02-11 13:45

City center: Tables

Name
1 region.smf_city_center
2 region.smf_city_center_to_name

region.smf_city_center

Documentation Sygic Map Format
Schema region
Name smf_city_center
Module City center

City center represents the center of Admin Area or AdminPlace.

It is used for search and display purposes.

 

Display class

Priority for displaying city center is defined by the attribute DisplayClass.

Display class can be based on population of the city, administrative classification or other local priorities.

 

Our recomandations for display class attribute are:

  • Display class 1 : population above 2 million or country capital city
  • Display class 2 : population above 1 million
  • Display class 3 : population above 500 thousand
  • Display class 4 : population above 100 thousand or cities with national importance, capital cities of admin area level 3,4
  • Display class 5 : population above 50 thousand or cities with local importance, capital cities of admin area level 5 -7
  • Display class 6 : population above 30 thousand
  • Display class 7 : population above 20 thousand
  • Display class 8 : population above 10 thousand
  • Display class 9 : population above 5 thousand or city centers of sub urbs, districts etc.
  • Display class 10 : population above 1 thousand
  • Display class 11 : population under 1 thousand
  • Display class 12 : others

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_city_center

not used

not used

optional

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 city_center_id bigint Primary key CITY_ID
Primary key
Shapefile name: CITY_ID
2 admin_area_id bigint PK of the table smf_admin_area. Id of the lowest admin area in the administrative hierarchy where city center belongs ADMIN_ID
PK of the table smf_admin_area. Id of the lowest admin area in the administrative hierarchy where city center belongs
Shapefile name: ADMIN_ID
3 display_class smallint Display Class:
1 - Class 1
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5
6 - Class 6
7 - Class 7
8 - Class 8
9 - Class 9
10 - Class 10
11 - Class 11
12 - Class 12
DISPL_CLS
Display Class:
1 - Class 1
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5
6 - Class 6
7 - Class 7
8 - Class 8
9 - Class 9
10 - Class 10
11 - Class 11
12 - Class 12

Shapefile name: DISPL_CLS
4 admin_class smallint Admin Class:
1 - Capital of region (currently not used)
2 - Capital of country (admin level 2)
3 - Capital of the admin level 3
4 - Capital of the admin level 4
5 - Capital of the admin level 5
6 - Capital of the admin level 6
7 - Capital of the admin level 7
8 - Capital of the admin level 8
9 - Capital of the admin level 9
10 - Capital of the admin level 10
11 - Capital of the admin level 11
99 - Others
ADMIN_CLS
Admin Class:
1 - Capital of region (currently not used)
2 - Capital of country (admin level 2)
3 - Capital of the admin level 3
4 - Capital of the admin level 4
5 - Capital of the admin level 5
6 - Capital of the admin level 6
7 - Capital of the admin level 7
8 - Capital of the admin level 8
9 - Capital of the admin level 9
10 - Capital of the admin level 10
11 - Capital of the admin level 11
99 - Others

Shapefile name: ADMIN_CLS
5 population int Population POPULATION
Population
Shapefile name: POPULATION
6 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
7 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_city_center_to_name

Documentation Sygic Map Format
Schema region
Name smf_city_center_to_name
Module City center

The table smf_city_center_to_name creates relations between tables smf_city_center and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_city_center_to_name

not used

not used

optional

required

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 city_center_id bigint region.smf_city_center PK of table smf_city_center CITY_ID
PK of table smf_city_center
References: region.smf_city_center
Shapefile name: CITY_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

House number: Tables

Name
1 region.smf_house_number_intermediate
2 region.smf_house_number_range

region.smf_house_number_intermediate

Documentation Sygic Map Format
Schema region
Name smf_house_number_intermediate
Module House number

An Intermediate House Number is a house number that needs to be stored explicitly when the house number range is ambiguous/irregular.

 

Example: Street with numbers: 1 3 5 8 9

Definition:

First number 1

Last number 9

Intermediate 3 5 8

 

Example: Street with numbers: 2 8

Definition:

First number 2

Last number 8

Intermediate 2 8

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_house_number_intermediate

not used

optional

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 house_number_range_id bigint region.smf_house_number_range Primary key of table smf_house_number_range HOUSE_ID
Primary key of table smf_house_number_range
References: region.smf_house_number_range
Shapefile name: HOUSE_ID
2 sequence_number int Sequence number of intermediate number of house number range SEQ_NUM
Sequence number of intermediate number of house number range
Shapefile name: SEQ_NUM
3 intermediate_house_number text House number NUMBER
House number
Shapefile name: NUMBER
4 side_of_link smallint 1 - On the left side
2 - On the right side
SIDE
1 - On the left side
2 - On the right side

Shapefile name: SIDE
Exported: 2020-01-30 09:52, Last imported: 2019-02-11 13:58

region.smf_house_number_range

Documentation Sygic Map Format
Schema region
Name smf_house_number_range
Module House number

The table smf_house_number_range is used for describing house number information along the route link and enables the approximate address search for a house number.

Please note this information can be replaced with address point database ( the table smf_address_point) for more explicit and precise address definition.

 

The House number range is defined by a first house number, a last house number and by a variance. The variance defines the sorting order of house numbers.

 

Example: Street with numbers: 1 3 5 7 9

Definition:

First house number: 1

Last house number: 9

Variance: 2 (odd)

 

Example: Street with numbers: 2 4 6 8 10

Definition:

First house number: 2

Last house number: 10

Variance: 1 (even)

 

Example: Street with numbers: 2A 4A 6A 8A

Definition:

First house number: 2A

Last house number: 8A

Variance: 1 (even)

 

Example: Street with numbers: 1 2 3 4 5 6 7 8 9 10

Definition:

First house number: 1

Last house number: 10

Variance: 3 (numeric mixed)

 

Example: Street with numbers: 3a 3b 3c 3d 3e

Definition:

First house number: 3a

Last house number: 3e

Variance: 5 (alphabetic)

 

Example: Street with numbers: 12 3b 4 15 30

Definition:

First house number: 12

Last house number: 30

Variance: 4 (irregular)

House numbers without any pattern. House numbers between first and last number are added by the table HouseNumberIntermediate through a reference.

   

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_house_number_range

not used

optional

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 house_number_range_id bigint Primary key HOUSE_ID
Primary key
Shapefile name: HOUSE_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link. House number range belongs to this route link. LINK_ID
PK of table smf_route_link. House number range belongs to this route link.
References: region.smf_route_link
Shapefile name: LINK_ID
3 first_house_number_left text First house number on the left side of the route link. FIRSTLEFT
First house number on the left side of the route link.
Shapefile name: FIRSTLEFT
4 last_house_number_left text Last house number on the left side of the route link. LASTLEFT
Last house number on the left side of the route link.
Shapefile name: LASTLEFT
5 first_house_number_right text First house number on the right side of the route link. FIRSTRIGHT
First house number on the right side of the route link.
Shapefile name: FIRSTRIGHT
6 last_house_number_right text Last house number on the right side of the route link. LASTRIGHT
Last house number on the right side of the route link.
Shapefile name: LASTRIGHT
7 variance_left smallint 1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic
VAR_LEFT
1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic

Shapefile name: VAR_LEFT
8 variance_right smallint 1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic
VAR_RIGHT
1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic

Shapefile name: VAR_RIGHT
Exported: 2020-01-30 09:52, Last imported: 2019-02-07 11:00

Land use & coverage: Tables

Name
1 region.smf_land_use
2 region.smf_land_use_to_name
3 region.smf_water
4 region.smf_water_to_name
5 region.smf_waterway
6 region.smf_waterway_to_name

region.smf_land_use

Documentation Sygic Map Format
Schema region
Name smf_land_use
Module Land use & coverage

The table smf_land_use represents the physical cover or the functional usage of an earth’s surface. It is used for displaying area polygons on map.  

 

Display class means the classification of the area polygons according to the importance of the area polygon and it enables a meaningful display of these features.

 

 

Display Class

Land use elmenet

1

Element with area greater than 50.000.000  m2,

or based on local knowledge

2

Element with area between 5.000.000 - 50.000.000  m2 ,

or based on local knowledge

3

Element with area between 2.500.000 - 5.000.000  m2 ,

or based on local knowledge

4

Element with area between 250.000 - 2.500.000  m2 ,

or based on local knowledge

5

Element with area lower than 250.000 m2 ,

or based on local knowledge

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_land_use

not used

not used

not used

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 land_use_id bigint Primary key AREA_ID
Primary key
Shapefile name: AREA_ID
2 type smallint Natural
101 - Island
102 - Heath
103 - Scrub
104 - Grassland
105 - Wetland
106 - Forest
107 - Meadow
108 - Glacier
109 - Sand
110 - Rocks
150 - Nature_reserve
151 - National park

Agricultural
201 - Farmland
202 - Vineyard
203 - Orchard
204 - Farm

Urban
301 - Residential
302 - Industrial
303 - Commercial
304 - Retail
305 - Construction
306 - Grass
307 - Built-up


Leisure
401 - Park
402 - Garden
403 - Village green
404 - Golf course
405 - Recreation ground
406 - Sports centre
407 - Stadium
408 - Zoo
409 - Beach
410 - Beach resort
411 - Playground
412 - Pitch
413 - Allotments
414 - Art
415 - Amusement Park

Amenity
501 - School
502 - College/university
503 - Government
504 - Library
505 - Hospital
506 - Theatre
507 - Cinema
508 - Place of worship
509 - Cemetery
510 - Police
511 - Museum

Transportation
601 - Pedestrian
602 - Footway
603 - Parking
604 - Fuel
605 - Railway
606 - Platform
607 - Runway
608 - Taxiway
609 - Terminal
610 - Aerodrome

Military
701 - Military territory

Structures
801 - Embankment
802 - Breakwater
803 - Bridge
804 - Pier
TYPE
Natural
101 - Island
102 - Heath
103 - Scrub
104 - Grassland
105 - Wetland
106 - Forest
107 - Meadow
108 - Glacier
109 - Sand
110 - Rocks
150 - Nature_reserve
151 - National park

Agricultural
201 - Farmland
202 - Vineyard
203 - Orchard
204 - Farm

Urban
301 - Residential
302 - Industrial
303 - Commercial
304 - Retail
305 - Construction
306 - Grass
307 - Built-up


Leisure
401 - Park
402 - Garden
403 - Village green
404 - Golf course
405 - Recreation ground
406 - Sports centre
407 - Stadium
408 - Zoo
409 - Beach
410 - Beach resort
411 - Playground
412 - Pitch
413 - Allotments
414 - Art
415 - Amusement Park

Amenity
501 - School
502 - College/university
503 - Government
504 - Library
505 - Hospital
506 - Theatre
507 - Cinema
508 - Place of worship
509 - Cemetery
510 - Police
511 - Museum

Transportation
601 - Pedestrian
602 - Footway
603 - Parking
604 - Fuel
605 - Railway
606 - Platform
607 - Runway
608 - Taxiway
609 - Terminal
610 - Aerodrome

Military
701 - Military territory

Structures
801 - Embankment
802 - Breakwater
803 - Bridge
804 - Pier

Shapefile name: TYPE
3 display_name text Name of the land use area DISPL_NAME
Name of the land use area
Shapefile name: DISPL_NAME
4 display_class smallint 1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance
DISPL_CLS
1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance

Shapefile name: DISPL_CLS
5 area bigint Area of polygon in square metres AREA
Area of polygon in square metres
Shapefile name: AREA
6 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_land_use_to_name

Documentation Sygic Map Format
Schema region
Name smf_land_use_to_name
Module Land use & coverage

The table smf_land_use_to_name creates the relations between the tables smf_land_use and smf_name.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_land_use_to_name

not used

not used

not used

optional


Format: DBF or CSV file
Codepage: UTF-8
 

Key Name Data type Null Attributes References Description Shapefile name
1 land_use_id bigint region.smf_land_use PK of table smf_land_use ID
PK of table smf_land_use
References: region.smf_land_use
Shapefile name: ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_water

Documentation Sygic Map Format
Schema region
Name smf_water
Module Land use & coverage

The table smf_water contains all water elements being represented as polygon in map data.

 

Display class means the classification of the area polygons according to the importance of the area polygon and it enables a meaningful display of these features.

 

Display Class

Water elmenet

1

Element with area greater than 50.000.000  m2,

oceans,

or based on local knowledge

2

Element with area between 5.000.000 - 50.000.000  m2 ,

or based on local knowledge

3

Element with area between 2.500.000 - 5.000.000  m2 ,

or based on local knowledge

4

Element with area between 250.000 - 2.500.000  m2 ,

or based on local knowledge

5

Element with area lower than 250.000 m2 ,

or based on local knowledge

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_water

not used

not used

not used

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 water_id bigint Primary key WATER_ID
Primary key
Shapefile name: WATER_ID
2 type smallint 1 - Ocean/Sea
2 - River
3 - Lake
9 - Other
TYPE
1 - Ocean/Sea
2 - River
3 - Lake
9 - Other

Shapefile name: TYPE
3 intermittent smallint 0 - permanent
1 - intermittent
INTERMITT
0 - permanent
1 - intermittent

Shapefile name: INTERMITT
4 display_class smallint 1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance
DISPL_CLS
1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance

Shapefile name: DISPL_CLS
5 display_name text Name of the land use area DISPL_NAME
Name of the land use area
Shapefile name: DISPL_NAME
6 area bigint Area of polygon in square metres AREA
Area of polygon in square metres
Shapefile name: AREA
7 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_water_to_name

Documentation Sygic Map Format
Schema region
Name smf_water_to_name
Module Land use & coverage

The table smf_water_to_name creates the relations between the tables smf_water and smf_name.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_water_to_name

not used

not used

not used

optional


Format: DBF or CSV file
Codepage: UTF-8

Key Name Data type Null Attributes References Description Shapefile name
1 water_id bigint region.smf_water PK of table smf_water WATER_ID
PK of table smf_water
References: region.smf_water
Shapefile name: WATER_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_waterway

Documentation Sygic Map Format
Schema region
Name smf_waterway
Module Land use & coverage

The table smf_waterway contains all waterway elements being represented as lines in map data. 

For more detailed information about the attribute type please see: https://wiki.openstreetmap.org/wiki/Key:waterway

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_waterway

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 waterway_id bigint Primary key WAY_ID
Primary key
Shapefile name: WAY_ID
2 type smallint 1 - River
2 - Stream
3 - Canal
4 - Drain
5 - Ditch
TYPE
1 - River
2 - Stream
3 - Canal
4 - Drain
5 - Ditch

Shapefile name: TYPE
3 intermittent smallint 0 - permanent
1 - intermittent
INTERMITT
0 - permanent
1 - intermittent

Shapefile name: INTERMITT
4 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
5 length int Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
6 geom geometry Line geometry
Line geometry
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_waterway_to_name

Documentation Sygic Map Format
Schema region
Name smf_waterway_to_name
Module Land use & coverage

The table smf_waterway_to_name creates the relations between the tables smf_waterway and smf_name.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_waterway_to_name

not used

not used

not used

optional


Format: DBF or CSV file
Codepage: UTF-8
 

 

Key Name Data type Null Attributes References Description Shapefile name
1 waterway_id bigint region.smf_waterway PK ot table smf_waterway WAY_ID
PK ot table smf_waterway
References: region.smf_waterway
Shapefile name: WAY_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

Lane assistant: Tables

Name
1 region.smf_lane_connectivity
2 region.smf_lane_connectivity_via_link
3 region.smf_lane_information

region.smf_lane_connectivity

Documentation Sygic Map Format
Schema region
Name smf_lane_connectivity
Module Lane assistant

The table smf_lane_connectivity defines relations between one lane of a start route link and one lane of an end route link.

The connection can be valid for specific vehicle type and also for a specific time period e.g. reversible lanes.

 

Lane index identifies the lane within the route link. It is counted from right to left taking into account the direction of route link.

 

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_lane_connectivity

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 lane_connectivity_id bigint Primary Key LANECON_ID
Primary Key
Shapefile name: LANECON_ID
2 start_lane_information_id bigint region.smf_lane_information Start lane id, PK of table smf_lane_information. START_LANE
Start lane id, PK of table smf_lane_information.
References: region.smf_lane_information
Shapefile name: START_LANE
3 end_lane_information_id bigint region.smf_lane_information End lane id, PK of table smf_lane_information. END_LANE
End lane id, PK of table smf_lane_information.
References: region.smf_lane_information
Shapefile name: END_LANE
4 start_lane_index bigint Start lane index. Counted from right to left taking into account the direction of route link.
START_IDX
Start lane index. Counted from right to left taking into account the direction of route link.

Shapefile name: START_IDX
5 end_lane_index bigint End lane index. Counted from right to left taking into account the direction of route link. END_IDX
End lane index. Counted from right to left taking into account the direction of route link.
Shapefile name: END_IDX
6 start_route_link_id bigint region.smf_route_link Route link id of start element, PK of table smf_route_link. START_LINK
Route link id of start element, PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: START_LINK
7 end_route_link_id bigint region.smf_route_link Route link id of end element, PK of table smf_route_link. END_LINK
Route link id of end element, PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: END_LINK
8 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. VV_ID
PK of the table smf_vehicle_validity.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
9 time_validity text Time validity for this maneuver. TIME_VALID
Time validity for this maneuver.
Shapefile name: TIME_VALID
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_lane_connectivity_via_link

Documentation Sygic Map Format
Schema region
Name smf_lane_connectivity_via_link
Module Lane assistant

The table smf_lane_connectivity_via_link defines transition route links between a start and an end route link of lane connectivity. This is usually needed when the start and the end route links are not directly connected. E.g. complex junction with intersection internal. The sequence of route links stored in this table doesn't contain the start link and end link ids.

 

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_lane_connectivity_via_link

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 lane_connectivity_id bigint region.smf_lane_connectivity Primary key of table smf_lane_connectivity LANECON_ID
Primary key of table smf_lane_connectivity
References: region.smf_lane_connectivity
Shapefile name: LANECON_ID
2 sequence_number smallint Sequence number of route link SEQ_NUM
Sequence number of route link
Shapefile name: SEQ_NUM
3 route_link_id bigint region.smf_route_link Transition route link id LINK_ID
Transition route link id
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-08 14:49

region.smf_lane_information

Documentation Sygic Map Format
Schema region
Name smf_lane_information
Module Lane assistant

The table smf_lane_information contains information about lanes on the route link. One record defines attributes for one lane. This lane information is assigned to particular route link via table smf_lane_connectivity.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_lane_information

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 lane_information_id bigint Primary Key LANE_ID
Primary Key
Shapefile name: LANE_ID
2 lane_divider_marker smallint 1 - Interrupted Line with Long Lines
2 - Double Solid Line
3 - Single Solid Line
4 - Combination of a Single Solid Line and an Interrupted Line
5 - Combination of an Interrupted and a Single Solid Line
6 - Interrupted Line with Short Lines.
7 - Toll Booth
DIVIDER
1 - Interrupted Line with Long Lines
2 - Double Solid Line
3 - Single Solid Line
4 - Combination of a Single Solid Line and an Interrupted Line
5 - Combination of an Interrupted and a Single Solid Line
6 - Interrupted Line with Short Lines.
7 - Toll Booth

Shapefile name: DIVIDER
3 traffic_direction smallint 1 - Open in both directions
2 - Closed in Negative
3 - Closed in Positive
4 - Closed in both directions
TRAF_DIR
1 - Open in both directions
2 - Closed in Negative
3 - Closed in Positive
4 - Closed in both directions

Shapefile name: TRAF_DIR
4 direction_category smallint Bitmask:
1 - Straight
2 - Slight Right
4 - Right
8 - Sharp Right
16 - U-turn Left
32 - Sharp Left
64 - Left
128 - Slight Left
256 - U-turn Right
DIRECTION
Bitmask:
1 - Straight
2 - Slight Right
4 - Right
8 - Sharp Right
16 - U-turn Left
32 - Sharp Left
64 - Left
128 - Slight Left
256 - U-turn Right

Shapefile name: DIRECTION
5 lane_forming_ending smallint 1 - Forming
2 - Ending
3 - Forming Ending
FORM_END
1 - Forming
2 - Ending
3 - Forming Ending

Shapefile name: FORM_END
6 lane_type smallint 1 - Exit/Entrance Lane
2 - Shoulder Lane/Emergency Lane
3 - Parking Lane
4 - HOV Lane
5 - Auxiliary Lane
6 - Truck Parking Lane
7 - Bicycle Parking Lane
TYPE
1 - Exit/Entrance Lane
2 - Shoulder Lane/Emergency Lane
3 - Parking Lane
4 - HOV Lane
5 - Auxiliary Lane
6 - Truck Parking Lane
7 - Bicycle Parking Lane

Shapefile name: TYPE
7 speed_restriction smallint Speed restriction in kmh or mph based on admin level information. SPEED_REST
Speed restriction in kmh or mph based on admin level information.
Shapefile name: SPEED_REST
8 minimal_vehicle_occupancy smallint 1 - Driver
2 - Driver +1
3 - Driver +2
4 - Driver +3
5 - Driver +4
MIN_OCCUP
1 - Driver
2 - Driver +1
3 - Driver +2
4 - Driver +3
5 - Driver +4

Shapefile name: MIN_OCCUP
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

Maneuver: Tables

Name
1 region.smf_maneuver
2 region.smf_maneuver_via_link

region.smf_maneuver

Documentation Sygic Map Format
Schema region
Name smf_maneuver
Module Maneuver

The table smf_maneuver creates the relation between two route links as well as it defines conditions for this maneuver to be valid.

 

There are four types of maneuvers:

  • Prohibited maneuver - is used for route calculation and it represents maneuver which is prohibited for a specific type of a vehicle.
  • Bifurcation - is used for an occurance of a navigation instruction. Bifurcations should be used when road has two or more natural continuations.
  • Priority maneuver - is used for a logic of generation of navigation instructions when a certain maneuver has a priority over another at an intersection.

  • Gate - is used for route calculation permission over a gate/movable barrier that prohibites travelling along the route.

 

Others attributes define the conditions when the maneuver is valid.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_maneuver

required

required

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 maneuver_id bigint Primary key MAN_ID
Primary key
Shapefile name: MAN_ID
2 start_route_link_id bigint region.smf_route_link Route link id of the first element of the maneuver. PK of table smf_route_link. START_LINK
Route link id of the first element of the maneuver. PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: START_LINK
3 end_route_link_id bigint region.smf_route_link Route link id of the last element of the maneuver. PK of table smf_route_link. END_LINK
Route link id of the last element of the maneuver. PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: END_LINK
4 type smallint 1 - Prohibited maneuver
2 - Bifurcation
3 - Priority maneuver
4 - Gate
5 - Physically blocked
TYPE
1 - Prohibited maneuver
2 - Bifurcation
3 - Priority maneuver
4 - Gate
5 - Physically blocked

Shapefile name: TYPE
5 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. VV_ID
PK of the table smf_vehicle_validity.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
6 weight int Weight restriction in kilograms WEIGHT
Weight restriction in kilograms
Shapefile name: WEIGHT
7 height int Height restriction in millimeters HEIGHT
Height restriction in millimeters
Shapefile name: HEIGHT
8 length int Length restriction in milimeters LENGTH
Length restriction in milimeters
Shapefile name: LENGTH
9 width int Width restriction in millimeters WIDTH
Width restriction in millimeters
Shapefile name: WIDTH
10 weight_per_axle int Weight per axle restriction in kilograms WEIGHT_AXL
Weight per axle restriction in kilograms
Shapefile name: WEIGHT_AXL
11 number_of_axles smallint Number of axle restriction
Number of axle restriction
12 kpra_lenght int KPRA length restriction in millimeters KPRA_LEN
KPRA length restriction in millimeters
Shapefile name: KPRA_LEN
13 trailer_type smallint Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers
TRAILER
Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers

Shapefile name: TRAILER
14 hazmat smallint 1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water
HAZMAT
1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water

Shapefile name: HAZMAT
15 adr_tunnel_code char(10) Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E
ADR_CODE
Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E

Shapefile name: ADR_CODE
16 time_validity text Maneuver is valid only in this time TIME_VALID
Maneuver is valid only in this time
Shapefile name: TIME_VALID
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_maneuver_via_link

Documentation Sygic Map Format
Schema region
Name smf_maneuver_via_link
Module Maneuver

The table smf_maneuver_via_link defines details of the transition between start and end route link of maneuver. This is needed when start and end route links are not directly connected. E.g. complex junction with intersection internal. The sequence of route links stored in this table doesn't contain the start link and end link ids.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_maneuver_via_link

required

required

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 maneuver_id bigint region.smf_maneuver Primary key of table smf_maneuver MAN_ID
Primary key of table smf_maneuver
References: region.smf_maneuver
Shapefile name: MAN_ID
2 sequence_number smallint Sequence number of route link SEQ_NUM
Sequence number of route link
Shapefile name: SEQ_NUM
3 route_link_id bigint region.smf_route_link Transition route link id. LINK_ID
Transition route link id.
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:19

Metadata: Tables

Name
1 region.smf_metadata

region.smf_metadata

Documentation Sygic Map Format
Schema region
Name smf_metadata
Module Metadata

The table smf_metadata provides basic information about the whole map dataset.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_metadata

required

required

required

required

 

Format: DBF or CSV file

Codepage: UTF-8

Key Name Data type Null Attributes References Description Shapefile name
1 country_iso text Country ISO code. Format ISO 3166-1 alpha-3 ISO
Country ISO code. Format ISO 3166-1 alpha-3
Shapefile name: ISO
2 release_date char(10) Format YYYY.MM REL_DATE
Format YYYY.MM
Shapefile name: REL_DATE
3 provider char(10) Provider name PROVIDER
Provider name
Shapefile name: PROVIDER
4 version char(10) Version of map data VERSION
Version of map data
Shapefile name: VERSION
5 smf_version text Version of Sygic Map Format SMF
Version of Sygic Map Format
Shapefile name: SMF
6 driving_side smallint 1 - Right driving country
2 - Left driving country
DRIVING
1 - Right driving country
2 - Left driving country

Shapefile name: DRIVING
7 unit_of_speed_restriction smallint 1 - Kmh
2 - Mph
UNITS
1 - Kmh
2 - Mph

Shapefile name: UNITS
8 unit_of_dimensional_restriction smallint 1 - Centimeter
2 - Inch
UNITS_DIM
1 - Centimeter
2 - Inch

Shapefile name: UNITS_DIM
9 unit_of_weight_restriction smallint 1 - Kilogram (kg)
2 - Pound (lb)
UNITS_WGHT
1 - Kilogram (kg)
2 - Pound (lb)

Shapefile name: UNITS_WGHT
Exported: 2020-01-30 09:52, Last imported: 2020-01-29 16:31

Named area: Tables

Name
1 region.smf_named_area
2 region.smf_named_area_to_name
3 region.smf_route_link_to_named_area

region.smf_named_area

Documentation Sygic Map Format
Schema region
Name smf_named_area
Module Named area

Table smf_named_area defines named areas. Relation between named areas can be expressed by attribute parent_named_area_id, which is named area id of superior named area

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_named_area

not used

not used

optional

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 named_area_id bigint Primary key NA_ID
Primary key
Shapefile name: NA_ID
2 type smallint Type:
1 - Census
2 - Townland
3 - Postal town
4 - Neighborhood
5 - Urban agglomeration
6 - Native reservation
7 - Residential
99 - Other named area
TYPE
Type:
1 - Census
2 - Townland
3 - Postal town
4 - Neighborhood
5 - Urban agglomeration
6 - Native reservation
7 - Residential
99 - Other named area

Shapefile name: TYPE
3 named_area_center_id bigint region.smf_city_center PK of table smf_city_center CENTER_ID
PK of table smf_city_center
References: region.smf_city_center
Shapefile name: CENTER_ID
4 parent_named_area_id bigint region.smf_named_area PK of table smf_named_area PARENT_NA
PK of table smf_named_area
References: region.smf_named_area
Shapefile name: PARENT_NA
5 time_zone_id bigint region.smf_time_zone PK of table smf_time_zone TIME_Z_ID
PK of table smf_time_zone
References: region.smf_time_zone
Shapefile name: TIME_Z_ID
6 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_named_area_to_name

Documentation Sygic Map Format
Schema region
Name smf_named_area_to_name
Module Named area

The table smf_named_area_to_name create relations between the tables smf_named_area and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_named_area_to_name

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 named_area_id bigint region.smf_named_area PK of table smf_named_area NA_ID
PK of table smf_named_area
References: region.smf_named_area
Shapefile name: NA_ID
2 name_id bigint region.smf_name PK of table smd_name NAME_ID
PK of table smd_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_route_link_to_named_area

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_named_area
Module Named area

The table smf_route_to_admin_place creates the relation between smf_route_link and smf_named_area.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_named_area

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 named_area_id bigint region.smf_named_area PK of table smf_named_area NA_ID
PK of table smf_named_area
References: region.smf_named_area
Shapefile name: NA_ID
3 side_of_link smallint 1 - On the left side
2 - On the right side
3 - On both sides
SIDE
1 - On the left side
2 - On the right side
3 - On both sides

Shapefile name: SIDE
Exported: 2020-01-30 09:52, Last imported: 2019-09-02 12:15

Poi: Tables

Name
1 region.smf_ev_station_connector
2 region.smf_poi
3 region.smf_poi_contact_information
4 region.smf_poi_entry_point
5 region.smf_poi_ev_station
6 region.smf_poi_hierarchy
7 region.smf_poi_to_name
8 region.smf_poi_to_payment_method

region.smf_ev_station_connector

Documentation Sygic Map Format
Schema region
Name smf_ev_station_connector
Module Poi

The table smf_ev_station_connector provides additional information about connector for the poi category Electric Vehicle station.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_ev_station_connector

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 ev_station_connector_id bigint Primary key EVSC_ID
Primary key
Shapefile name: EVSC_ID
2 poi_id bigint region.smf_poi POI_ID
References: region.smf_poi
Shapefile name: POI_ID
3 connector_type smallint 1 - Type 1
2 - Type 2 any
3 - Type 3
4 - Household Type any
5 - CCS1
6 - CCS2
7 - CHAdeMO
8 - Tesla any
11 - Type 2 plug
12 - Type 2 socket
21 - Household Type E
22 - Household Type F
23 - Household Type J
24 - Household Type G
31 - CEE Blue
32 - CEE Red
33 - CEE Plus
41 - NEMA 5
42 - NEMA 14
51 - China BG2
52 - China BG3
CONNECTOR
1 - Type 1
2 - Type 2 any
3 - Type 3
4 - Household Type any
5 - CCS1
6 - CCS2
7 - CHAdeMO
8 - Tesla any
11 - Type 2 plug
12 - Type 2 socket
21 - Household Type E
22 - Household Type F
23 - Household Type J
24 - Household Type G
31 - CEE Blue
32 - CEE Red
33 - CEE Plus
41 - NEMA 5
42 - NEMA 14
51 - China BG2
52 - China BG3

Shapefile name: CONNECTOR
4 external_id bigint External id EXT_ID
External id
Shapefile name: EXT_ID
5 power_type smallint 1 - AC
2 - DC
PWR_TYPE
1 - AC
2 - DC

Shapefile name: PWR_TYPE
6 max_power int Maximal output power in Watts (W) MAX_PWR
Maximal output power in Watts (W)
Shapefile name: MAX_PWR
Exported: 2020-01-30 09:52, Last imported: 2019-11-18 12:42

region.smf_poi

Documentation Sygic Map Format
Schema region
Name smf_poi
Module Poi

This table contains points of interests (POI).

The mandatory attribute is Category which defines a poi category, such as petrol station, restaurant and so on. You can find the posible values for the poi category in next chapter.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi

not used

not used

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint Primary key POI_ID
Primary key
Shapefile name: POI_ID
2 data_source_id bigint region.smf_data_source PK of table smf_data_source. Is used to describe the source of the poi. SOURCE_ID
PK of table smf_data_source. Is used to describe the source of the poi.
References: region.smf_data_source
Shapefile name: SOURCE_ID
3 external_id bigint External reference. Used for real-time data EXTERNALID
External reference. Used for real-time data
Shapefile name: EXTERNALID
4 category smallint Poi category, for more details see section poi category. CATEGORY
Poi category, for more details see section poi category.
Shapefile name: CATEGORY
5 opening_hours text Opening hours writen in time domain format. See section Time Domain. OPEN_HOURS
Opening hours writen in time domain format. See section Time Domain.
Shapefile name: OPEN_HOURS
6 restricted_access smallint 1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only
RESTR_ACC
1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only

Shapefile name: RESTR_ACC
7 route_link_id bigint region.smf_route_link Poi is associated to the route link. LINK_ID
Poi is associated to the route link.
References: region.smf_route_link
Shapefile name: LINK_ID
8 admin_area_id bigint region.smf_admin_area The lowest admin area where poi belongs. ADMIN_ID
The lowest admin area where poi belongs.
References: region.smf_admin_area
Shapefile name: ADMIN_ID
9 address_point_id bigint region.smf_address_point Id of address point associated with this poi AP_ID
Id of address point associated with this poi
References: region.smf_address_point
Shapefile name: AP_ID
10 postal_area_id bigint region.smf_postal_area Post code Id of postal area in which the poi belongs to. POST_ID
Post code Id of postal area in which the poi belongs to.
References: region.smf_postal_area
Shapefile name: POST_ID
11 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
12 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-22 15:59

region.smf_poi_contact_information

Documentation Sygic Map Format
Schema region
Name smf_poi_contact_information
Module Poi

The table smf_poi_contact_information provides additional contact information for POIs.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_contact_information

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_contact_information_id bigint PK of smf_poi_contact_information CONTACT_ID
PK of smf_poi_contact_information
Shapefile name: CONTACT_ID
2 poi_id bigint region.smf_poi PK of smf_poi POI_ID
PK of smf_poi
References: region.smf_poi
Shapefile name: POI_ID
3 type smallint 1 - Telephone number
2 - Email
3 - Internet address
9 - Other
TYPE
1 - Telephone number
2 - Email
3 - Internet address
9 - Other

Shapefile name: TYPE
4 content text Textual information TEXT
Textual information
Shapefile name: TEXT
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_poi_entry_point

Documentation Sygic Map Format
Schema region
Name smf_poi_entry_point
Module Poi

The table smf_poi_to_entry_point provides entry points for POIs.

The entry point is the entrance to a POI and lies on the route link geometry.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_entry_point

not used

not used

optional

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_entry_point_id bigint Primary key ENTRY_ID
Primary key
Shapefile name: ENTRY_ID
2 poi_id bigint region.smf_poi PK of table smf_poi POI_ID
PK of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
3 main smallint Entry point is the main entry point of the object MAIN
Entry point is the main entry point of the object
Shapefile name: MAIN
4 pedestrian smallint Entry point is accessible only for pedestrian PEDESTRIAN
Entry point is accessible only for pedestrian
Shapefile name: PEDESTRIAN
5 routing smallint Entry point is used for route computation ROUTING
Entry point is used for route computation
Shapefile name: ROUTING
6 service smallint Entry point is used by services/deliveries SERVICE
Entry point is used by services/deliveries
Shapefile name: SERVICE
7 parking smallint There is a parking lot available PARKING
There is a parking lot available
Shapefile name: PARKING
8 emergency smallint Entry point is used by emergency vehicles EMERGENCY
Entry point is used by emergency vehicles
Shapefile name: EMERGENCY
9 wheelchair smallint The entry point is accessible for wheelchair user.
1 - Yes
WHEELCHAIR
The entry point is accessible for wheelchair user.
1 - Yes

Shapefile name: WHEELCHAIR
10 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_poi_ev_station

Documentation Sygic Map Format
Schema region
Name smf_poi_ev_station
Module Poi

The table smf_poi_ev_station provides additional information for the poi category Electric Vehicle station.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_ev_station

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi PK of table smf_poi POI_ID
PK of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 free_charge smallint 1 - Free
2 - Paid
3 - Both
FREE
1 - Free
2 - Paid
3 - Both

Shapefile name: FREE
3 reservable smallint 1 - Reservable RESERVABLE
1 - Reservable
Shapefile name: RESERVABLE
4 availability_status smallint 1 - Availability status AV_STATUS
1 - Availability status
Shapefile name: AV_STATUS
5 authentification_method_app smallint 1 - Authentification by application APP
1 - Authentification by application
Shapefile name: APP
6 authentification_method_rfid smallint 1 - Authentification by RFID RFID
1 - Authentification by RFID
Shapefile name: RFID
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_poi_hierarchy

Documentation Sygic Map Format
Schema region
Name smf_poi_hierarchy
Module Poi

The table smf_poi_hierarchy defines the relation between POIs and creates a simple hierarchy.

This hierarchy is used to create associations such as Rest areas along motorway contains other pois like petrol station, restaurant and so on.

 

This table improves only the functionality of the search 'POIs along route' and does not affect search nor routing.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_hierarchy

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi Primary key of table smf_poi POI_ID
Primary key of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 child_poi_id bigint region.smf_poi Poi Id of poi which belongs to poi associated with poi_id. CHILD_ID
Poi Id of poi which belongs to poi associated with poi_id.
References: region.smf_poi
Shapefile name: CHILD_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_poi_to_name

Documentation Sygic Map Format
Schema region
Name smf_poi_to_name
Module Poi

The table smf_poi_to_name creates the relation between the tables smf_poi and smf_name.

The attribute Type defines the type of POI's names and its additional details.

 

If the requirement is to search POIs by name the POI has to have defined the type official name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_to_name

not used

not used

optional

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi PK of table smf_poi POI_ID
PK of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type of poi's name:
1 - Official name
2 - Alternative name
3 - Brand name
4 - Street name
5 - House number
6 - Place name
7 - Postcode
8 - Building Storey
9 - Provider
10 - Operator
11 - Description
TYPE
Type of poi's name:
1 - Official name
2 - Alternative name
3 - Brand name
4 - Street name
5 - House number
6 - Place name
7 - Postcode
8 - Building Storey
9 - Provider
10 - Operator
11 - Description

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_poi_to_payment_method

Documentation Sygic Map Format
Schema region
Name smf_poi_to_payment_method
Module Poi

The table smf_poi_to_payment_method creates relations between tables smf_poi and smf_payment_method.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_to_payment_method

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi PK of the table smf_poi POI_ID
PK of the table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 payment_method_id bigint region.smf_payment_method PK of the table smf_payment_method PAYMENT_ID
PK of the table smf_payment_method
References: region.smf_payment_method
Shapefile name: PAYMENT_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

Post code: Tables

Name
1 region.smf_postal_area
2 region.smf_postal_point

region.smf_postal_area

Documentation Sygic Map Format
Schema region
Name smf_postal_area
Module Post code

The table smf_postal_area represents the database of post codes as a area feature.

  

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_postal_area

not used

not used

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 postal_area_id bigint Primary key POSTAL_ID
Primary key
Shapefile name: POSTAL_ID
2 postal_code text Name TEXT
Name
Shapefile name: TEXT
3 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_postal_point

Documentation Sygic Map Format
Schema region
Name smf_postal_point
Module Post code

 The table smf_postal_area represents the database of post codes as a point feature.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_postal_point

not used

not used

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 postal_point_id bigint Primary key POSTAL_ID
Primary key
Shapefile name: POSTAL_ID
2 postal_code text Name TEXT
Name
Shapefile name: TEXT
3 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
4 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-02-12 16:36

Restriction: Tables

Name
1 region.smf_restriction
2 region.smf_route_link_to_restriction

region.smf_restriction

Documentation Sygic Map Format
Schema region
Name smf_restriction
Module Restriction

The table smf_restriction_logistics contains an additional restriction for a route link. The restriction can be valid for a specific vehicle in a defined direction, optionally for a specific time period.

One record represents one restriction which can be combination of various restrictions. E.g. Speed limit restriction valid only for truck with weight over 3.5 tons in specific time.

   

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_restriction

required

required

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 restriction_id bigint Primary key RESTR_ID
Primary key
Shapefile name: RESTR_ID
2 type smallint 1 - Direction of traffic flow
2 - No through traffic
3 - Speed restriction
4 - Passing restriction
9 - Preferred route
TYPE
1 - Direction of traffic flow
2 - No through traffic
3 - Speed restriction
4 - Passing restriction
9 - Preferred route

Shapefile name: TYPE
3 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. It defines the vehicles to which this restriction applies. VV_ID
PK of the table smf_vehicle_validity. It defines the vehicles to which this restriction applies.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
4 max_speed int Speed limit in kmh or mph. Different than specified in route link table SPEED
Speed limit in kmh or mph. Different than specified in route link table
Shapefile name: SPEED
5 weight int Weight restrictions in kilograms WEIGHT
Weight restrictions in kilograms
Shapefile name: WEIGHT
6 height int Height restrictions in millimeters HEIGHT
Height restrictions in millimeters
Shapefile name: HEIGHT
7 length int Length restrictions in millimeters LENGHT
Length restrictions in millimeters
Shapefile name: LENGHT
8 width int Width restrictions in centimetres WIDTH
Width restrictions in centimetres
Shapefile name: WIDTH
9 weight_per_axle int Weight per axle restrictions in kilograms WEIGHT_AXL
Weight per axle restrictions in kilograms
Shapefile name: WEIGHT_AXL
10 number_of_axle smallint Number of axle NUM_AXLE
Number of axle
Shapefile name: NUM_AXLE
11 kpra_length int KPRA length in centimetres KPRA_LEN
KPRA length in centimetres
Shapefile name: KPRA_LEN
12 trailer_type smallint Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers
TRAILER
Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers

Shapefile name: TRAILER
13 hazmat smallint HAZMAT:
1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water
HAZMAT
HAZMAT:
1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water

Shapefile name: HAZMAT
14 adr_tunnel_code char(10) Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E
ADR_CODE
Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E

Shapefile name: ADR_CODE
15 preferred_route smallint 1 - General Truck Route
2 - Hazardous Cargo Route
3 - Route is recognized as route link with routing class attribute = 0 for trucks
4 - Route is recognized as route link with routing class attribute = 1 for trucks
100 - STAA
101 - TD
102 - NHRM
200 - B-double
201 - B-triple
PREFERRED
1 - General Truck Route
2 - Hazardous Cargo Route
3 - Route is recognized as route link with routing class attribute = 0 for trucks
4 - Route is recognized as route link with routing class attribute = 1 for trucks
100 - STAA
101 - TD
102 - NHRM
200 - B-double
201 - B-triple

Shapefile name: PREFERRED
16 special_condition smallint 1 - Avalanche
2 - Dry Season
3 - Dust
4 - Fog
5 - High Tide
6 - High Water
7 - Low Tide
8 - Low Water
9 - Rain/wet conditions
10 - Snow
11 - Strong Wind
12 - Thaw
13 - Wet Season
14 - Wintry conditions

101 - Afternoon
102 - Dawn
103 - Day
104 - Dusk
105 - Evening
106 - Morning
107 - Night
108 - Dawn to Dusk
109 - Dusk to Dawn

201 - Spring
202 - Summer
203 - Autumn
204 - Winter

301 - Holiday
302 - Non-School Hours
303 - School
304 - School Hours
305 - Summer School
306 - When Children are Present

401 - Business Hours
402 - Church Hours
403 - Evening Rush Hour
404 - Event
405 - Funeral
406 - Hunting Season
407 - Market hours
408 - Military Exercise
409 - Morning Rush Hour
410 - Off-Peak Hours
411 - Peak Hours
412 - Pollution
413 - Race Days
414 - Ski Season
415 - Tourist Season
SPEC_CON
1 - Avalanche
2 - Dry Season
3 - Dust
4 - Fog
5 - High Tide
6 - High Water
7 - Low Tide
8 - Low Water
9 - Rain/wet conditions
10 - Snow
11 - Strong Wind
12 - Thaw
13 - Wet Season
14 - Wintry conditions

101 - Afternoon
102 - Dawn
103 - Day
104 - Dusk
105 - Evening
106 - Morning
107 - Night
108 - Dawn to Dusk
109 - Dusk to Dawn

201 - Spring
202 - Summer
203 - Autumn
204 - Winter

301 - Holiday
302 - Non-School Hours
303 - School
304 - School Hours
305 - Summer School
306 - When Children are Present

401 - Business Hours
402 - Church Hours
403 - Evening Rush Hour
404 - Event
405 - Funeral
406 - Hunting Season
407 - Market hours
408 - Military Exercise
409 - Morning Rush Hour
410 - Off-Peak Hours
411 - Peak Hours
412 - Pollution
413 - Race Days
414 - Ski Season
415 - Tourist Season

Shapefile name: SPEC_CON
17 time_validity text Restriction is valid in this time range TIME_VALID
Restriction is valid in this time range
Shapefile name: TIME_VALID
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_route_link_to_restriction

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_restriction
Module Restriction

The table smf_route_link_to_restriction creates relations between tables smf_route_link and smf_restriction.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_restriction

required

required

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 restriction_id bigint region.smf_restriction PK of table smf_restriction RESTR_ID
PK of table smf_restriction
References: region.smf_restriction
Shapefile name: RESTR_ID
3 validity_direction smallint 1 - Restriction is valid in positive direction
2 - Restriction is valid in negative direction
3 - Restriction is valid in both directions
DIRECTION
1 - Restriction is valid in positive direction
2 - Restriction is valid in negative direction
3 - Restriction is valid in both directions

Shapefile name: DIRECTION
Exported: 2020-01-30 09:52, Last imported: 2019-10-08 14:49

Route link: Tables

Name
1 region.smf_junction
2 region.smf_route_link
3 region.smf_route_link_to_name
4 region.smf_route_link_to_route_number
5 region.smf_route_number

region.smf_junction

Documentation Sygic Map Format
Schema region
Name smf_junction
Module Route link

The table smf_junction represents junctions of the route link. The junctions are mandatory only when there is a need to add one of the following information:

  • Z-level is different than 0 - ground level
  • Railway and tram crossing information is available
  • Junction is a border crossing point

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_junction

required

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 junction_id bigint Primary key JUNCTIONID
Primary key
Shapefile name: JUNCTIONID
2 z_level smallint Z-level of junction ( -10 ... 10 ) ZLEVEL
Z-level of junction ( -10 ... 10 )
Shapefile name: ZLEVEL
3 border_junction smallint 0 - No border crossing at junction
1 - Border crossing junction
BORDER
0 - No border crossing at junction
1 - Border crossing junction

Shapefile name: BORDER
4 crossing smallint 1 - Railway crossing
2 - Tram crossing
CROSSING
1 - Railway crossing
2 - Tram crossing

Shapefile name: CROSSING
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_route_link

Documentation Sygic Map Format
Schema region
Name smf_route_link
Module Route link

One street/road element in reality is defined as a route link.

 

The route link contains various attributes which can be split into four categories based on a usage:

 

1. Route computation:

  • Routing Class: we defined 5 routing classes. 0 is the most important, 4 is the least important class.
  • Form Of Way - used for route link penalization or prioritization:
    • Entrance exit to from a car park
    • Part of a pedestrian zone
    • Part of a walkway
    • Stairs
    • Back road
  • Road Condition - used for route link penalization
  • Urban - whether route link is in city or not
  • Controlled Access - is used for motorways and highways
  • Restricted Access - used for route link penalization
  • Toll Road - to avoid tolled route link
  • Congestion Charge - to avoid congestion zones, low emission zones, enviromental zones
  • Speed Category
  • Scenic route - to prioritize routing for seeing nice sceneries
  • Speed Profile Pos, Speed Profile Neg - defines speed profile curves for a weekdays in positive and negative direction of route link

 

 

2. Navigation instruction:

  • Form Of Way
    • Roundabout
    • Ramp
    • Parallel road
    • Connector
    • Special traffic figure
  • Plural Junction - to simplify instruction through complicated junction
  • Controlled Access - to recognize instruction on highways

 

 

3. Route link visualization:

  • Functional Road Class: is used only for display purpose and it is not related to routing.
  • Part Of Structure - show tunnels on map

 

4. Other purpose:

  • Part Of Structure - to enable simulation in tunnel
  • Speed Limit Pos, Speed Limit Neg - defined speed limits on route link in positive and negative direction of route link
  • Parking Pos, Parking Neg - define whether parking is available and with which conditions in positive and negative direction of route link

 

Traffic direction

Route link is by default open to traffic in both direction for every vehicle type. Information about traffic restrictions is defined in table smf_restriction_traffic. Other attributes like Form Of Way doesn't affect the direction of traffic flow.

 

Routing classes 

The Routing Class represents a classification of roads and ferries based on their importance.

Two roads running more or less in parallel and connecting the same settlements should not have the same Routing Class, the fastest connection should be identified as more important.

Ring roads and by-passes collect local and connecting traffic and should have a higher Routing Class than roads going through the center.

All relevant connections between high Routing Class roads should receive the same Routing Class necessary to ensure connectivity between them, otherwise route calculation can exhibit unexpected detours.

 

Connected network

5 Routing Classes basically represent 5 subnetworks of roads and ferries, wheras each forms a connected graph together with the higher Routing Class(es). This means that

  • each captured route link with a certain Routing Class is connected at least at one side by another captured route link with the same or a higher Routing Class. A network is called connected if there exists at least one path from every chain in the network to every other chain in this network.

 

The four most important Routing Class values shall each form a closed graph together with the higher Routing Class(es).

This means that

  • each captured route link with a certain Routing Class is connected at both sides by another captured route link with the same or a higher Routing Class.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link

required

required

required

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint Primary key LINK_ID
Primary key
Shapefile name: LINK_ID
2 from_junction_id bigint region.smf_junction From junction id FROM_ID
From junction id
References: region.smf_junction
Shapefile name: FROM_ID
3 to_junction_id bigint region.smf_junction To junction id TO_ID
To junction id
References: region.smf_junction
Shapefile name: TO_ID
4 route_type smallint 1 - Road connection
2 - Ferry connection
3 - Rail connection
LINK_TYPE
1 - Road connection
2 - Ferry connection
3 - Rail connection

Shapefile name: LINK_TYPE
5 routing_class smallint 1 - Road of international importance
2 - Road of national importance
3 - Road of regional importance
4 - Local road with high importance
5 - Local road
ROUTING_C
1 - Road of international importance
2 - Road of national importance
3 - Road of regional importance
4 - Local road with high importance
5 - Local road

Shapefile name: ROUTING_C
6 functional_road_class smallint 1 - Motorway
2 - Major road of high importance
3 - Other major road
4 - Secondary road
5 - Local connecting road
6 - Local road of high importance
7 - Local road
8 - Local road of minor importance
9 - Other road
FUNC_CLASS
1 - Motorway
2 - Major road of high importance
3 - Other major road
4 - Secondary road
5 - Local connecting road
6 - Local road of high importance
7 - Local road
8 - Local road of minor importance
9 - Other road

Shapefile name: FUNC_CLASS
7 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
8 form_of_way smallint 1 - Roundabout
2 - Parking_place
3 - Parking_building
4 - Ramp
5 - Entrance/exit to/from a car park
6 - Parallel road
7 - Part of a pedestrian zone
8 - Part of a walkway
9 - Stairs
10 - Connector - road is used to make a u-turn
11 - Back road
12 - Special traffic figure
FOW
1 - Roundabout
2 - Parking_place
3 - Parking_building
4 - Ramp
5 - Entrance/exit to/from a car park
6 - Parallel road
7 - Part of a pedestrian zone
8 - Part of a walkway
9 - Stairs
10 - Connector - road is used to make a u-turn
11 - Back road
12 - Special traffic figure

Shapefile name: FOW
9 road_condition smallint 1 - Paved
2 - Unpaved
3 - Poor condition
CONDITION
1 - Paved
2 - Unpaved
3 - Poor condition

Shapefile name: CONDITION
10 part_of_structure smallint 1 - Tunnel
2 - Bridge
STRUCTURE
1 - Tunnel
2 - Bridge

Shapefile name: STRUCTURE
11 urban smallint 0 - Rural
1 – Urban
URBAN
0 - Rural
1 – Urban

Shapefile name: URBAN
12 controlled_access smallint 0 - No controlled access
1 – Controlled access
CONTR_ACC
0 - No controlled access
1 – Controlled access

Shapefile name: CONTR_ACC
13 plural_junction smallint 1 - Intersection Internal
2 - Maneuver
9 - Other
PLURAL_J
1 - Intersection Internal
2 - Maneuver
9 - Other

Shapefile name: PLURAL_J
14 restricted_access smallint 1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only
RESTR_ACC
1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only

Shapefile name: RESTR_ACC
15 toll_road smallint 0 - No toll road
1 - Toll road
TOLL_ROAD
0 - No toll road
1 - Toll road

Shapefile name: TOLL_ROAD
16 congestion_charge smallint 0 - No congestion charge
1 - Congestion charge
CONG_CHARG
0 - No congestion charge
1 - Congestion charge

Shapefile name: CONG_CHARG
17 speed_category smallint 1 - >130 KPH or >80 MPH
2 - 101-130 KPH or 65-80 MPH
3 - 91-100 KPH or 55-64 MPH
4 - 71-90 KPH or 41-54 MPH
5 - 51-70 KPH or 31-40 MPH
6 - 31-50 KPH or 21-30 MPH
7 - 11-30 KPH or 6-20 MPH
8 - <11 KPH or <6 MPH
SPEED_CAT
1 - >130 KPH or >80 MPH
2 - 101-130 KPH or 65-80 MPH
3 - 91-100 KPH or 55-64 MPH
4 - 71-90 KPH or 41-54 MPH
5 - 51-70 KPH or 31-40 MPH
6 - 31-50 KPH or 21-30 MPH
7 - 11-30 KPH or 6-20 MPH
8 - <11 KPH or <6 MPH

Shapefile name: SPEED_CAT
18 speed_limit_pos smallint Speed limit in positive direction of route link in kmh or mph. SPEED_POS
Speed limit in positive direction of route link in kmh or mph.
Shapefile name: SPEED_POS
19 speed_limit_neg smallint Speed limit in negative direction of route link in kmh or mph. SPEED_NEG
Speed limit in negative direction of route link in kmh or mph.
Shapefile name: SPEED_NEG
20 scenic_route smallint 1 - Scenic Route
2 - Nature Route
3 - Cultural Historic Route
SCENIC
1 - Scenic Route
2 - Nature Route
3 - Cultural Historic Route

Shapefile name: SCENIC
21 parking_pos smallint Parking in positive direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking
PARK_POS
Parking in positive direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking

Shapefile name: PARK_POS
22 parking_neg smallint Parking in negative direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking
PARK_NEG
Parking in negative direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking

Shapefile name: PARK_NEG
23 admin_area_left_id bigint region.smf_admin_area PK of table smf_admin_area. The lowest admin area on the left side of the route link.
Can be nullable only for ferry connection.
L_ADMIN_ID
PK of table smf_admin_area. The lowest admin area on the left side of the route link.
Can be nullable only for ferry connection.

References: region.smf_admin_area
Shapefile name: L_ADMIN_ID
24 admin_area_right_id bigint region.smf_admin_area PK of table smf_admin_area. The lowest admin area on the right side of the route link.
Can be nullable only for ferry connection.
R_ADMIN_ID
PK of table smf_admin_area. The lowest admin area on the right side of the route link.
Can be nullable only for ferry connection.

References: region.smf_admin_area
Shapefile name: R_ADMIN_ID
25 postal_area_left_id bigint region.smf_postal_area PK of table smf_postal_area. The postal area on the left side of the route link L_POSTAL
PK of table smf_postal_area. The postal area on the left side of the route link
References: region.smf_postal_area
Shapefile name: L_POSTAL
26 postal_area_right_id bigint region.smf_postal_area PK of table smf_postal_area. The postal area on the right side of the route link R_POSTAL
PK of table smf_postal_area. The postal area on the right side of the route link
References: region.smf_postal_area
Shapefile name: R_POSTAL
27 speed_profile_pos_id bigint region.smf_speed_profile PK of table smf_speed_profile. SpeedProfile in the positive direction of the route link SP_POS
PK of table smf_speed_profile. SpeedProfile in the positive direction of the route link
References: region.smf_speed_profile
Shapefile name: SP_POS
28 speed_profile_neg_id bigint region.smf_speed_profile PK of table smf_speed_profile. SpeedProfile in the negative direction of the route link SP_NEG
PK of table smf_speed_profile. SpeedProfile in the negative direction of the route link
References: region.smf_speed_profile
Shapefile name: SP_NEG
29 length int Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
30 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_route_link_to_name

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_name
Module Route link

The table smf_route_link_to_name creates relations between tables smf_route_link and smf_name.

Attribute Type defines the type of route link's names.

 

If you would like to search streets by name official or alternative name has to be defined.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_name

optional

optional

required

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 side_of_link smallint 1 - On the left side
2 - On the right side
3 - On both sides
SIDE
1 - On the left side
2 - On the right side
3 - On both sides

Shapefile name: SIDE
4 name_type smallint 1 - Official name
2 - Alternative name
3 - Tunnel/Bridge name
4 - Route name
TYPE
1 - Official name
2 - Alternative name
3 - Tunnel/Bridge name
4 - Route name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_route_link_to_route_number

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_route_number
Module Route link

The table smf_route_link_to_route_number creates relations between tables smf_route_link and smf_route_number.

Attribute Priority defines the priority of displaying route numbers on the map.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_route_number

not used

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 route_number_id bigint region.smf_route_number PK of table smf_route_number NUMBER_ID
PK of table smf_route_number
References: region.smf_route_number
Shapefile name: NUMBER_ID
3 priority smallint Priority of route number. 1 is the highest priority PRIORITY
Priority of route number. 1 is the highest priority
Shapefile name: PRIORITY
Exported: 2020-01-30 09:52, Last imported: 2019-08-14 12:40

region.smf_route_number

Documentation Sygic Map Format
Schema region
Name smf_route_number
Module Route link

The table smf_route_number contains the definition of route numbers for route links.  

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_number

not used

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_number_id bigint Primary key NUMBER_ID
Primary key
Shapefile name: NUMBER_ID
2 script smallint Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai
SCRIPT
Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai

Shapefile name: SCRIPT
3 route_number_full text Route number TEXT
Route number
Shapefile name: TEXT
4 route_number_prefix text E.g. for the route number E65 is the prefix E PREFIX
E.g. for the route number E65 is the prefix E
Shapefile name: PREFIX
Exported: 2020-01-30 09:52, Last imported: 2019-08-14 12:40

Speed profile: Tables

Name
1 region.smf_speed_profile
2 region.smf_speed_profile_curve
3 region.smf_speed_profile_week

region.smf_speed_profile

Documentation Sygic Map Format
Schema region
Name smf_speed_profile
Module Speed profile

The table smf_speed_profile contains a free flow speed and the reference to a week profile for a route link.

The free flow speed is the average speed of the route link without any traffic delays. The value is in kmh.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_speed_profile

optional

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 speed_profile_id bigint Primary Key PROFILE_ID
Primary Key
Shapefile name: PROFILE_ID
2 freeflow smallint Free flow speed in KMH FREE_FLOW
Free flow speed in KMH
Shapefile name: FREE_FLOW
3 speed_profile_week_id bigint region.smf_speed_profile_week Week profile id WEEK_ID
Week profile id
References: region.smf_speed_profile_week
Shapefile name: WEEK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-02-06 16:11

region.smf_speed_profile_curve

Documentation Sygic Map Format
Schema region
Name smf_speed_profile_curve
Module Speed profile

The table smf_speed_profile_curves contains speed profile curves. Each day is split into 15 minutes intervals. Each interval represents the percentage of the free flow speed.

 

Example:

Free flow speed on the route link is 50 kmh

Current speed is 40 kmh

Value of the speed profile curve in current time will be 80 (%)

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_speed_profile_curve

optional

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 curve_id bigint Primary Key CURVE_ID
Primary Key
Shapefile name: CURVE_ID
2 day_interval_0000 smallint Percentage of the free flow speed. Interval 00:00 - 00:15 1
Percentage of the free flow speed. Interval 00:00 - 00:15
Shapefile name: 1
3 day_interval_0015 smallint Percentage of the free flow speed. Interval 00:15 - 00:30 2
Percentage of the free flow speed. Interval 00:15 - 00:30
Shapefile name: 2
4 day_interval_0030 smallint Percentage of the free flow speed. Interval 00:30 - 00:45 3
Percentage of the free flow speed. Interval 00:30 - 00:45
Shapefile name: 3
5 day_interval_0045 smallint Percentage of the free flow speed. Interval 00:45 - 01:00 4
Percentage of the free flow speed. Interval 00:45 - 01:00
Shapefile name: 4
6 day_interval_0100 smallint Percentage of the free flow speed. Interval 01:00 - 01:15 5
Percentage of the free flow speed. Interval 01:00 - 01:15
Shapefile name: 5
7 day_interval_0115 smallint Percentage of the free flow speed. Interval 01:15 - 01:30 6
Percentage of the free flow speed. Interval 01:15 - 01:30
Shapefile name: 6
8 day_interval_0130 smallint Percentage of the free flow speed. Interval 01:30 - 01:45 7
Percentage of the free flow speed. Interval 01:30 - 01:45
Shapefile name: 7
9 day_interval_0145 smallint Percentage of the free flow speed. Interval 01:45 - 02:00 8
Percentage of the free flow speed. Interval 01:45 - 02:00
Shapefile name: 8
10 day_interval_0200 smallint Percentage of the free flow speed. Interval 02:00 - 02:15 9
Percentage of the free flow speed. Interval 02:00 - 02:15
Shapefile name: 9
11 day_interval_0215 smallint Percentage of the free flow speed. Interval 02:15 - 02:30 10
Percentage of the free flow speed. Interval 02:15 - 02:30
Shapefile name: 10
12 day_interval_0230 smallint Percentage of the free flow speed. Interval 02:30 - 02:45 11
Percentage of the free flow speed. Interval 02:30 - 02:45
Shapefile name: 11
13 day_interval_0245 smallint Percentage of the free flow speed. Interval 02:45 - 03:00 12
Percentage of the free flow speed. Interval 02:45 - 03:00
Shapefile name: 12
14 day_interval_0300 smallint Percentage of the free flow speed. Interval 03:00 - 03:15 13
Percentage of the free flow speed. Interval 03:00 - 03:15
Shapefile name: 13
15 day_interval_0315 smallint Percentage of the free flow speed. Interval 03:15 - 03:30 14
Percentage of the free flow speed. Interval 03:15 - 03:30
Shapefile name: 14
16 day_interval_0330 smallint Percentage of the free flow speed. Interval 03:30 - 03:45 15
Percentage of the free flow speed. Interval 03:30 - 03:45
Shapefile name: 15
17 day_interval_0345 smallint Percentage of the free flow speed. Interval 03:45 - 04:00 16
Percentage of the free flow speed. Interval 03:45 - 04:00
Shapefile name: 16
18 day_interval_0400 smallint Percentage of the free flow speed. Interval 04:00 - 04:15 17
Percentage of the free flow speed. Interval 04:00 - 04:15
Shapefile name: 17
19 day_interval_0415 smallint Percentage of the free flow speed. Interval 04:15 - 04:30 18
Percentage of the free flow speed. Interval 04:15 - 04:30
Shapefile name: 18
20 day_interval_0430 smallint Percentage of the free flow speed. Interval 04:30 - 04:45 19
Percentage of the free flow speed. Interval 04:30 - 04:45
Shapefile name: 19
21 day_interval_0445 smallint Percentage of the free flow speed. Interval 04:45 - 05:00 20
Percentage of the free flow speed. Interval 04:45 - 05:00
Shapefile name: 20
22 day_interval_0500 smallint Percentage of the free flow speed. Interval 05:00 - 05:15 21
Percentage of the free flow speed. Interval 05:00 - 05:15
Shapefile name: 21
23 day_interval_0515 smallint Percentage of the free flow speed. Interval 05:15 - 05:30 22
Percentage of the free flow speed. Interval 05:15 - 05:30
Shapefile name: 22
24 day_interval_0530 smallint Percentage of the free flow speed. Interval 05:30 - 05:45 23
Percentage of the free flow speed. Interval 05:30 - 05:45
Shapefile name: 23
25 day_interval_0545 smallint Percentage of the free flow speed. Interval 05:45 - 06:00 24
Percentage of the free flow speed. Interval 05:45 - 06:00
Shapefile name: 24
26 day_interval_0600 smallint Percentage of the free flow speed. Interval 06:00 - 06:15 25
Percentage of the free flow speed. Interval 06:00 - 06:15
Shapefile name: 25
27 day_interval_0615 smallint Percentage of the free flow speed. Interval 06:15 - 06:30 26
Percentage of the free flow speed. Interval 06:15 - 06:30
Shapefile name: 26
28 day_interval_0630 smallint Percentage of the free flow speed. Interval 06:30 - 06:45 27
Percentage of the free flow speed. Interval 06:30 - 06:45
Shapefile name: 27
29 day_interval_0645 smallint Percentage of the free flow speed. Interval 06:45 - 07:00 28
Percentage of the free flow speed. Interval 06:45 - 07:00
Shapefile name: 28
30 day_interval_0700 smallint Percentage of the free flow speed. Interval 07:00 - 07:15 29
Percentage of the free flow speed. Interval 07:00 - 07:15
Shapefile name: 29
31 day_interval_0715 smallint Percentage of the free flow speed. Interval 07:15 - 07:30 30
Percentage of the free flow speed. Interval 07:15 - 07:30
Shapefile name: 30
32 day_interval_0730 smallint Percentage of the free flow speed. Interval 07:30 - 07:45 31
Percentage of the free flow speed. Interval 07:30 - 07:45
Shapefile name: 31
33 day_interval_0745 smallint Percentage of the free flow speed. Interval 08:45 - 08:00 32
Percentage of the free flow speed. Interval 08:45 - 08:00
Shapefile name: 32
34 day_interval_0800 smallint Percentage of the free flow speed. Interval 08:00 - 08:15 33
Percentage of the free flow speed. Interval 08:00 - 08:15
Shapefile name: 33
35 day_interval_0815 smallint Percentage of the free flow speed. Interval 08:15 - 08:30 34
Percentage of the free flow speed. Interval 08:15 - 08:30
Shapefile name: 34
36 day_interval_0830 smallint Percentage of the free flow speed. Interval 08:30 - 08:45 35
Percentage of the free flow speed. Interval 08:30 - 08:45
Shapefile name: 35
37 day_interval_0845 smallint Percentage of the free flow speed. Interval 08:45 - 09:00 36
Percentage of the free flow speed. Interval 08:45 - 09:00
Shapefile name: 36
38 day_interval_0900 smallint Percentage of the free flow speed. Interval 09:00 - 09:15 37
Percentage of the free flow speed. Interval 09:00 - 09:15
Shapefile name: 37
39 day_interval_0915 smallint Percentage of the free flow speed. Interval 09:15 - 09:30 38
Percentage of the free flow speed. Interval 09:15 - 09:30
Shapefile name: 38
40 day_interval_0930 smallint Percentage of the free flow speed. Interval 09:30 - 09:45 39
Percentage of the free flow speed. Interval 09:30 - 09:45
Shapefile name: 39
41 day_interval_0945 smallint Percentage of the free flow speed. Interval 09:45 - 10:00 40
Percentage of the free flow speed. Interval 09:45 - 10:00
Shapefile name: 40
42 day_interval_1000 smallint Percentage of the free flow speed. Interval 10:00 - 10:15 41
Percentage of the free flow speed. Interval 10:00 - 10:15
Shapefile name: 41
43 day_interval_1015 smallint Percentage of the free flow speed. Interval 10:15 - 10:30 42
Percentage of the free flow speed. Interval 10:15 - 10:30
Shapefile name: 42
44 day_interval_1030 smallint Percentage of the free flow speed. Interval 10:30 - 10:45 43
Percentage of the free flow speed. Interval 10:30 - 10:45
Shapefile name: 43
45 day_interval_1045 smallint Percentage of the free flow speed. Interval 10:45 - 11:00 44
Percentage of the free flow speed. Interval 10:45 - 11:00
Shapefile name: 44
46 day_interval_1100 smallint Percentage of the free flow speed. Interval 11:00 - 11:15 45
Percentage of the free flow speed. Interval 11:00 - 11:15
Shapefile name: 45
47 day_interval_1115 smallint Percentage of the free flow speed. Interval 11:15 - 11:30 46
Percentage of the free flow speed. Interval 11:15 - 11:30
Shapefile name: 46
48 day_interval_1130 smallint Percentage of the free flow speed. Interval 11:30 - 11:45 47
Percentage of the free flow speed. Interval 11:30 - 11:45
Shapefile name: 47
49 day_interval_1145 smallint Percentage of the free flow speed. Interval 10:45 - 11:00 48
Percentage of the free flow speed. Interval 10:45 - 11:00
Shapefile name: 48
50 day_interval_1200 smallint Percentage of the free flow speed. Interval 12:00 - 12:15 49
Percentage of the free flow speed. Interval 12:00 - 12:15
Shapefile name: 49
51 day_interval_1215 smallint Percentage of the free flow speed. Interval 12:15 - 12:30 50
Percentage of the free flow speed. Interval 12:15 - 12:30
Shapefile name: 50
52 day_interval_1230 smallint Percentage of the free flow speed. Interval 12:30 - 12:45 51
Percentage of the free flow speed. Interval 12:30 - 12:45
Shapefile name: 51
53 day_interval_1245 smallint Percentage of the free flow speed. Interval 12:45 - 13:00 52
Percentage of the free flow speed. Interval 12:45 - 13:00
Shapefile name: 52
54 day_interval_1300 smallint Percentage of the free flow speed. Interval 13:00 - 13:15 53
Percentage of the free flow speed. Interval 13:00 - 13:15
Shapefile name: 53
55 day_interval_1315 smallint Percentage of the free flow speed. Interval 13:15 - 13:30 54
Percentage of the free flow speed. Interval 13:15 - 13:30
Shapefile name: 54
56 day_interval_1330 smallint Percentage of the free flow speed. Interval 13:30 - 13:45 55
Percentage of the free flow speed. Interval 13:30 - 13:45
Shapefile name: 55
57 day_interval_1345 smallint Percentage of the free flow speed. Interval 13:45 - 14:00 56
Percentage of the free flow speed. Interval 13:45 - 14:00
Shapefile name: 56
58 day_interval_1400 smallint Percentage of the free flow speed. Interval 14:00 - 14:15 57
Percentage of the free flow speed. Interval 14:00 - 14:15
Shapefile name: 57
59 day_interval_1415 smallint Percentage of the free flow speed. Interval 14:15 - 14:30 58
Percentage of the free flow speed. Interval 14:15 - 14:30
Shapefile name: 58
60 day_interval_1430 smallint Percentage of the free flow speed. Interval 14:30 - 14:45 59
Percentage of the free flow speed. Interval 14:30 - 14:45
Shapefile name: 59
61 day_interval_1445 smallint Percentage of the free flow speed. Interval 14:45 - 15:00 60
Percentage of the free flow speed. Interval 14:45 - 15:00
Shapefile name: 60
62 day_interval_1500 smallint Percentage of the free flow speed. Interval 15:00 - 15:15 61
Percentage of the free flow speed. Interval 15:00 - 15:15
Shapefile name: 61
63 day_interval_1515 smallint Percentage of the free flow speed. Interval 15:15 - 15:30 62
Percentage of the free flow speed. Interval 15:15 - 15:30
Shapefile name: 62
64 day_interval_1530 smallint Percentage of the free flow speed. Interval 15:30 - 15:45 63
Percentage of the free flow speed. Interval 15:30 - 15:45
Shapefile name: 63
65 day_interval_1545 smallint Percentage of the free flow speed. Interval 15:45 - 16:00 64
Percentage of the free flow speed. Interval 15:45 - 16:00
Shapefile name: 64
66 day_interval_1600 smallint Percentage of the free flow speed. Interval 16:00 - 16:15 65
Percentage of the free flow speed. Interval 16:00 - 16:15
Shapefile name: 65
67 day_interval_1615 smallint Percentage of the free flow speed. Interval 16:15 - 16:30 66
Percentage of the free flow speed. Interval 16:15 - 16:30
Shapefile name: 66
68 day_interval_1630 smallint Percentage of the free flow speed. Interval 16:30 - 16:45 67
Percentage of the free flow speed. Interval 16:30 - 16:45
Shapefile name: 67
69 day_interval_1645 smallint Percentage of the free flow speed. Interval 16:45 - 17:00 68
Percentage of the free flow speed. Interval 16:45 - 17:00
Shapefile name: 68
70 day_interval_1700 smallint Percentage of the free flow speed. Interval 17:00 - 17:15 69
Percentage of the free flow speed. Interval 17:00 - 17:15
Shapefile name: 69
71 day_interval_1715 smallint Percentage of the free flow speed. Interval 17:15 - 17:30 70
Percentage of the free flow speed. Interval 17:15 - 17:30
Shapefile name: 70
72 day_interval_1730 smallint Percentage of the free flow speed. Interval 17:30 - 17:45 71
Percentage of the free flow speed. Interval 17:30 - 17:45
Shapefile name: 71
73 day_interval_1745 smallint Percentage of the free flow speed. Interval 17:45 - 18:00 72
Percentage of the free flow speed. Interval 17:45 - 18:00
Shapefile name: 72
74 day_interval_1800 smallint Percentage of the free flow speed. Interval 18:00 - 18:15 73
Percentage of the free flow speed. Interval 18:00 - 18:15
Shapefile name: 73
75 day_interval_1815 smallint Percentage of the free flow speed. Interval 18:15 - 18:30 74
Percentage of the free flow speed. Interval 18:15 - 18:30
Shapefile name: 74
76 day_interval_1830 smallint Percentage of the free flow speed. Interval 18:30 - 18:45 75
Percentage of the free flow speed. Interval 18:30 - 18:45
Shapefile name: 75
77 day_interval_1845 smallint Percentage of the free flow speed. Interval 18:45 - 19:00 76
Percentage of the free flow speed. Interval 18:45 - 19:00
Shapefile name: 76
78 day_interval_1900 smallint Percentage of the free flow speed. Interval 19:00 - 19:15 77
Percentage of the free flow speed. Interval 19:00 - 19:15
Shapefile name: 77
79 day_interval_1915 smallint Percentage of the free flow speed. Interval 19:15 - 19:30 78
Percentage of the free flow speed. Interval 19:15 - 19:30
Shapefile name: 78
80 day_interval_1930 smallint Percentage of the free flow speed. Interval 19:30 - 19:45 79
Percentage of the free flow speed. Interval 19:30 - 19:45
Shapefile name: 79
81 day_interval_1945 smallint Percentage of the free flow speed. Interval 19:45 - 20:00 80
Percentage of the free flow speed. Interval 19:45 - 20:00
Shapefile name: 80
82 day_interval_2000 smallint Percentage of the free flow speed. Interval 20:00 - 20:15 81
Percentage of the free flow speed. Interval 20:00 - 20:15
Shapefile name: 81
83 day_interval_2015 smallint Percentage of the free flow speed. Interval 20:15 - 20:30 82
Percentage of the free flow speed. Interval 20:15 - 20:30
Shapefile name: 82
84 day_interval_2030 smallint Percentage of the free flow speed. Interval 20:30 - 20:45 83
Percentage of the free flow speed. Interval 20:30 - 20:45
Shapefile name: 83
85 day_interval_2045 smallint Percentage of the free flow speed. Interval 20:45 - 21:00 84
Percentage of the free flow speed. Interval 20:45 - 21:00
Shapefile name: 84
86 day_interval_2100 smallint Percentage of the free flow speed. Interval 21:00 - 21:15 85
Percentage of the free flow speed. Interval 21:00 - 21:15
Shapefile name: 85
87 day_interval_2115 smallint Percentage of the free flow speed. Interval 21:15 - 21:30 86
Percentage of the free flow speed. Interval 21:15 - 21:30
Shapefile name: 86
88 day_interval_2130 smallint Percentage of the free flow speed. Interval 21:30 - 21:45 87
Percentage of the free flow speed. Interval 21:30 - 21:45
Shapefile name: 87
89 day_interval_2145 smallint Percentage of the free flow speed. Interval 21:45 - 22:00 88
Percentage of the free flow speed. Interval 21:45 - 22:00
Shapefile name: 88
90 day_interval_2200 smallint Percentage of the free flow speed. Interval 22:00 - 22:15 89
Percentage of the free flow speed. Interval 22:00 - 22:15
Shapefile name: 89
91 day_interval_2215 smallint Percentage of the free flow speed. Interval 22:15 - 22:30 90
Percentage of the free flow speed. Interval 22:15 - 22:30
Shapefile name: 90
92 day_interval_2230 smallint Percentage of the free flow speed. Interval 22:30 - 22:45 91
Percentage of the free flow speed. Interval 22:30 - 22:45
Shapefile name: 91
93 day_interval_2245 smallint Percentage of the free flow speed. Interval 22:45 - 23:00 92
Percentage of the free flow speed. Interval 22:45 - 23:00
Shapefile name: 92
94 day_interval_2300 smallint Percentage of the free flow speed. Interval 23:00 - 23:15 93
Percentage of the free flow speed. Interval 23:00 - 23:15
Shapefile name: 93
95 day_interval_2315 smallint Percentage of the free flow speed. Interval 23:15 - 23:30 94
Percentage of the free flow speed. Interval 23:15 - 23:30
Shapefile name: 94
96 day_interval_2330 smallint Percentage of the free flow speed. Interval 23:30 - 23:45 95
Percentage of the free flow speed. Interval 23:30 - 23:45
Shapefile name: 95
97 day_interval_2345 smallint Percentage of the free flow speed. Interval 23:45 - 00:00 96
Percentage of the free flow speed. Interval 23:45 - 00:00
Shapefile name: 96
Exported: 2020-01-30 09:52, Last imported: 2019-02-12 07:39

region.smf_speed_profile_week

Documentation Sygic Map Format
Schema region
Name smf_speed_profile_week
Module Speed profile

The table smf_speed_profile_week represents week profile for a route link. Each record contains reference to smf_speed_profile_curve for each weekday.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_speed_profile_week

optional

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 speed_profile_week_id bigint Primary Key WEEK_ID
Primary Key
Shapefile name: WEEK_ID
2 sunday_curve_id bigint region.smf_speed_profile_curve Sunday profile index SUN_ID
Sunday profile index
References: region.smf_speed_profile_curve
Shapefile name: SUN_ID
3 monday_curve_id bigint region.smf_speed_profile_curve Monday profile index MON_ID
Monday profile index
References: region.smf_speed_profile_curve
Shapefile name: MON_ID
4 tuesday_curve_id bigint region.smf_speed_profile_curve Tuesday profile index TUE_ID
Tuesday profile index
References: region.smf_speed_profile_curve
Shapefile name: TUE_ID
5 wednesday_curve_id bigint region.smf_speed_profile_curve Wednesday profile index WED_ID
Wednesday profile index
References: region.smf_speed_profile_curve
Shapefile name: WED_ID
6 thursday_curve_id bigint region.smf_speed_profile_curve Thursday profile index THU_ID
Thursday profile index
References: region.smf_speed_profile_curve
Shapefile name: THU_ID
7 friday_curve_id bigint region.smf_speed_profile_curve Friday profile index FRI_ID
Friday profile index
References: region.smf_speed_profile_curve
Shapefile name: FRI_ID
8 saturday_curve_id bigint region.smf_speed_profile_curve Saturday profile index SAT_ID
Saturday profile index
References: region.smf_speed_profile_curve
Shapefile name: SAT_ID
Exported: 2020-01-30 09:52, Last imported: 2019-02-06 16:11

Signpost: Tables

Name
1 region.smf_signpost
2 region.smf_signpost_cell
3 region.smf_sigpost_via_link

region.smf_signpost

Documentation Sygic Map Format
Schema region
Name smf_signpost
Module Signpost

The table smf_signpost contains relations of route links and color information for signposts common for a specific country.

The start route link represents the decision road where a driver needs to perform a maneuver according the information posted on a signpost.

The end and via route link represent the roads traversed after the maneuver.

 

The textual or iconic information of the signpost is kept in the related table smf_signpost_information.

 

Color of the signpost is defined by background_color, text_color and border_color of the singpost. The value of the color represents hexadecimal RGB value writen in string.

The Red part of the color is represented as the first two character of the hexadecimal number ( the third byte ). Full Red Hexadecimal: 0xFF0000.

The Green part of the color is represented as the next two character of the hexadecimal number (the second byte). Full Green Hexadecimal: 0x00FF00.

The Blue part of the color is represented as the last two character of the hexadecimal number ( the first byte ). Full Blue Hexadecimal: 0x0000FF.

 

  

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_signpost

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 signpost_id bigint Primary key SIGN_ID
Primary key
Shapefile name: SIGN_ID
2 start_route_link_id bigint region.smf_route_link Start route link id START_LINK
Start route link id
References: region.smf_route_link
Shapefile name: START_LINK
3 end_route_link_id bigint region.smf_route_link End route link id END_LINK
End route link id
References: region.smf_route_link
Shapefile name: END_LINK
4 background_color text Background color
Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF
BACK_COL
Background color
Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF

Shapefile name: BACK_COL
5 text_color text Text color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF
TEXT_COL
Text color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF

Shapefile name: TEXT_COL
6 border_color text Border color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF
BORD_COL
Border color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF

Shapefile name: BORD_COL
Exported: 2020-01-30 09:52, Last imported: 2019-02-14 09:32

region.smf_signpost_cell

Documentation Sygic Map Format
Schema region
Name smf_signpost_cell
Module Signpost

The signpost information is defined as a table where each cell can contain textual information or pictogram. The cell position is described by the attributes row_index and column_index.

 

Example:

 

The NORTH

 

C. London

 

A41

A1

 

The NORTH type = 5, row_index= 1, column_index= 1

C. London type = 5, row_index= 2, column_index= 1

A41 type = 3, row_index= 2, column_index= 1

A1 type = 3, row_index= 2, column_index= 2

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_signpost_cell

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 signpost_id bigint region.smf_signpost PK of table smf_signpost SIGN_ID
PK of table smf_signpost
References: region.smf_signpost
Shapefile name: SIGN_ID
2 row_index smallint Index of row ROW
Index of row
Shapefile name: ROW
3 column_index smallint Index of column COLUMN
Index of column
Shapefile name: COLUMN
4 type smallint Type:
1 - Exit Number
2 - Exit Name
3 - Route Number
4 - Route Name
5 - Place Name
6 - Street Name
9 - Other
TYPE
Type:
1 - Exit Number
2 - Exit Name
3 - Route Number
4 - Route Name
5 - Place Name
6 - Street Name
9 - Other

Shapefile name: TYPE
5 name_id bigint region.smf_name Name id NAME_ID
Name id
References: region.smf_name
Shapefile name: NAME_ID
6 route_number_id bigint region.smf_route_number Route number id NUMBER_ID
Route number id
References: region.smf_route_number
Shapefile name: NUMBER_ID
7 pictogram smallint Pictogram
1 - Airport
2 - Bus Station
3 - Fair
4 - Ferry connection
5 - First Aid Post
6 - Harbor
7 - Hospital
8 - Hotel Or Motel
9 - Industrial Area
10 - Information Center
11 - Parking Facility
12 - Petrol Station
13 - Railway Station
14 - Rest Area
15 - Restaurant
16 - Toilet
PICTOGRAM
Pictogram
1 - Airport
2 - Bus Station
3 - Fair
4 - Ferry connection
5 - First Aid Post
6 - Harbor
7 - Hospital
8 - Hotel Or Motel
9 - Industrial Area
10 - Information Center
11 - Parking Facility
12 - Petrol Station
13 - Railway Station
14 - Rest Area
15 - Restaurant
16 - Toilet

Shapefile name: PICTOGRAM
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:50

region.smf_sigpost_via_link

Documentation Sygic Map Format
Schema region
Name smf_sigpost_via_link
Module Signpost

The table smf_signpost_via_link defines transition route links between start and end route link of the signpost information. This happens usually when start and end route links are not directly connected.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_sigpost_via_link

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 signpost_id bigint region.smf_signpost Primary key of table smf_signpost SIGN_ID
Primary key of table smf_signpost
References: region.smf_signpost
Shapefile name: SIGN_ID
2 sequence_number smallint Sequence number of route link SEQ_NUM
Sequence number of route link
Shapefile name: SEQ_NUM
3 route_link_id bigint region.smf_route_link Transition route link id. LINK_ID
Transition route link id.
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-02-12 10:26

Others: Tables

Name
1 region.smf_admin_boundary
2 region.smf_aerialway
3 region.smf_complex_intersection
4 region.smf_complex_road
5 region.smf_data_source
6 region.smf_name
7 region.smf_payment_method
8 region.smf_railway
9 region.smf_time_zone
10 region.smf_time_zone_dst
11 region.smf_traffic_sign
12 region.smf_vehicle_validity

region.smf_admin_boundary

Documentation Sygic Map Format
Schema region
Name smf_admin_boundary
Module Others

The table smf_admin_boundary contains the administrative boundaries for the admininistrative areas. The attribute inland is used when it is not neccessary to show boundaries such as in oceans and seas.

The specification of admin levels is similiar to OSM specification.

 

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_boundary

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 boundary_id bigint Primary key BOUND_ID
Primary key
Shapefile name: BOUND_ID
2 admin_level smallint Level of admin area ADMIN_LVL
Level of admin area
Shapefile name: ADMIN_LVL
3 inland smallint 0 - Ocean, sea boundary
1 - Inland boundary
INLAND
0 - Ocean, sea boundary
1 - Inland boundary

Shapefile name: INLAND
4 disputed smallint 0 - Official boundary
1 - Disputed boundary
DISPUTED
0 - Official boundary
1 - Disputed boundary

Shapefile name: DISPUTED
5 length bigint Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
6 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-08-14 12:40

region.smf_aerialway

Documentation Sygic Map Format
Schema region
Name smf_aerialway
Module Others

The table smf_aerialway contains the line elements used for the transport of passengers and goods that use wires. It is used only for display purposes.

For more info about type please see https://wiki.openstreetmap.org/wiki/Key:aerialway

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_aerialway

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 aerialway_id bigint Primary key AERIAL_ID
Primary key
Shapefile name: AERIAL_ID
2 type smallint 1 - Cable car
2 - Gondola
3 - Chair lift
4 - Mixed lift
5 - Drag lift
6 - T-bar
7 - J-bar
8 - Platter
9 - Rope tow
10 - Magic carpet
11 - Zip line
99 - Other
TYPE
1 - Cable car
2 - Gondola
3 - Chair lift
4 - Mixed lift
5 - Drag lift
6 - T-bar
7 - J-bar
8 - Platter
9 - Rope tow
10 - Magic carpet
11 - Zip line
99 - Other

Shapefile name: TYPE
3 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
4 length int Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
5 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:20

region.smf_complex_intersection

Documentation Sygic Map Format
Schema region
Name smf_complex_intersection
Module Others

Complex Intersection is used for simplifying the geometry of the complex junction containing many route links at higher zoom level. It is only used for display purposes.

 

Example

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_complex_intersection

not used

not used

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 complex_intersection_id bigint Primary key INTERS_ID
Primary key
Shapefile name: INTERS_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:37

region.smf_complex_road

Documentation Sygic Map Format
Schema region
Name smf_complex_road
Module Others

Complex Road is used for optimizing geometry of route links at higher zoom levels. It is only used for display purposes.

 

Example:

When a motorway is digitized multiple times and there are route links for each direction.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_complex_road

not used

not used

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 complex_road_id bigint Primary key ROAD_ID
Primary key
Shapefile name: ROAD_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:35

region.smf_data_source

Documentation Sygic Map Format
Schema region
Name smf_data_source
Module Others

The table smf_data_source allows to add more information regarding the data provider.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_data_source

not used

not used

not used

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 data_source_id bigint Primary key SOURCE_ID
Primary key
Shapefile name: SOURCE_ID
2 source_name text Name of the data source NAME
Name of the data source
Shapefile name: NAME
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_name

Documentation Sygic Map Format
Schema region
Name smf_name
Module Others

The table smf_name contains all names related.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_name

optional

optional

required

optional


Format: DBF or CSV file
Codepage: UTF-8
 

Key Name Data type Null Attributes References Description Shapefile name
1 name_id bigint Primary key NAME_ID
Primary key
Shapefile name: NAME_ID
2 language_code char(10) Marc code of the language, see the section Language Codes. If the language is undfined or unknown use code "und" LANG_CODE
Marc code of the language, see the section Language Codes. If the language is undfined or unknown use code "und"
Shapefile name: LANG_CODE
3 name_text text Text
Text
4 script smallint Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai
SCRIPT
Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai

Shapefile name: SCRIPT
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_payment_method

Documentation Sygic Map Format
Schema region
Name smf_payment_method
Module Others

The table smf_payment_method provides options for payment method.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_payment_method

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 payment_method_id bigint Primary key PAYMENT_ID
Primary key
Shapefile name: PAYMENT_ID
2 type smallint 1 - Cash
2 - Exact cash
3 - Checque
4 - Wire transfer
5 - Electronic purse
6 - Debit card
7 - Credit card
8 - Fuel card
9 - Payment via phone
10 - Public transport
11 - Road toll
12 - Cryptocurrency
13 - Digital wallet
14 - Government assistance program
15 - PayPal
99 - Others
TYPE
1 - Cash
2 - Exact cash
3 - Checque
4 - Wire transfer
5 - Electronic purse
6 - Debit card
7 - Credit card
8 - Fuel card
9 - Payment via phone
10 - Public transport
11 - Road toll
12 - Cryptocurrency
13 - Digital wallet
14 - Government assistance program
15 - PayPal
99 - Others

Shapefile name: TYPE
3 payment_method_name text Additional description for the payment method. E.g.:
- coins, notes for option cash
- Maestro, Visa Electron, Visa Debit, Girocard for option for debit card
- MasterCard, Visa, JCB, Diners Club, American Express option for credit card
- EW, DKV IDS, Roadrunner for option for fuel card
- sms for option payment via phone
- paypal for option other
DESC
Additional description for the payment method. E.g.:
- coins, notes for option cash
- Maestro, Visa Electron, Visa Debit, Girocard for option for debit card
- MasterCard, Visa, JCB, Diners Club, American Express option for credit card
- EW, DKV IDS, Roadrunner for option for fuel card
- sms for option payment via phone
- paypal for option other

Shapefile name: DESC
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_railway

Documentation Sygic Map Format
Schema region
Name smf_railway
Module Others

All smf_railways types are used only for display purposes.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_railway

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 railway_id bigint Primary key RAIL_ID
Primary key
Shapefile name: RAIL_ID
2 display_class smallint 1 - Main
2 - Minor
DISPL_CLS
1 - Main
2 - Minor

Shapefile name: DISPL_CLS
3 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
4 type smallint 1 - Rail
2 - Disused
3 - Funicular
4 - Light rail
5 - Miniature
6 - Monorail
7 - Narrow gauge
8 - Preserved
9 - Subway
10 - Tram
TYPE
1 - Rail
2 - Disused
3 - Funicular
4 - Light rail
5 - Miniature
6 - Monorail
7 - Narrow gauge
8 - Preserved
9 - Subway
10 - Tram

Shapefile name: TYPE
5 part_of_structure smallint 1 - Tunnel
2 - Bridge
STRUCTURE
1 - Tunnel
2 - Bridge

Shapefile name: STRUCTURE
6 length int Length LENGTH
Length
Shapefile name: LENGTH
7 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_time_zone

Documentation Sygic Map Format
Schema region
Name smf_time_zone
Module Others

The table smf_time_zone defines time zone for a specific administrative area.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_time_zone

optional

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 time_zone_id bigint Primary key TIME_Z_ID
Primary key
Shapefile name: TIME_Z_ID
2 time_zone_offset char(10) In format +/- H:MM
E.g. +2:00, -10:00
TIME_ZONE
In format +/- H:MM
E.g. +2:00, -10:00

Shapefile name: TIME_ZONE
Exported: 2020-01-30 09:52, Last imported: 2019-09-02 12:15

region.smf_time_zone_dst

Documentation Sygic Map Format
Schema region
Name smf_time_zone_dst
Module Others

Table smf_time_zone_dst add information about daylight saving time to the specific time zone.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_time_zone_dst

optional

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 time_zone_dst_id bigint Primary key DST_ID
Primary key
Shapefile name: DST_ID
2 time_zone_id bigint region.smf_time_zone Primary key TIME_Z_ID
Primary key
References: region.smf_time_zone
Shapefile name: TIME_Z_ID
3 dst_minutes smallint Represents the time offset, expressed in minutes. DST
Represents the time offset, expressed in minutes.
Shapefile name: DST
4 dst_time_domain text Defines start and end of DST in format of time domain. DST_TIME
Defines start and end of DST in format of time domain.
Shapefile name: DST_TIME
Exported: 2020-01-30 09:52, Last imported: 2019-04-12 13:29

region.smf_traffic_sign

Documentation Sygic Map Format
Schema region
Name smf_traffic_sign
Module Others

The table smf_traffic_sign contains information abou traffic sign along route link. These traffic signs may be used in navigation as a upcoming warning for driver.

 

One traffic sign is represented as a point feature with specified type, relation to route link and validity direction.

 

Additional information can be added by:

Position - which represents the real position related to route link

Traffic sign value - represents the textual information on the traffic sign

 

  

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_traffic_sign

not used

optional

not used

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 traffic_sign_id bigint Primary key SIGN_ID
Primary key
Shapefile name: SIGN_ID
2 type smallint Regulatory
1 - End of all Restrictions
2 - End of No Engine Brake
3 - End of No Overtaking
4 - End of No Overtaking Trucks
5 - End Of Speed Restriction
6 - Horn Sign
7 - No Engine Brake
8 - No Idling
9 - Priority over oncoming traffic
10 - Speed Restriction
11 - Start of No Overtaking
12 - Start of No Overtaking Trucks
13 - Stop Sign
14 - Yield
15 - Yield To Bicycles
16 - Yield to oncoming traffic
17 - Tire Chains Mandatory


Informative
100 - Built up Area Entry
101 - Built up Area Exit
102 - End of Low Gear
103 - Hijacking Hotspot
104 - Low Gear
105 - Protected Overtaking - extra lane
106 - Protected Overtaking - extra lane left side
107 - Protected Overtaking - extra lane right side
108 - Roundabout Ahead
109 - Tunnel Ahead


Warning
201 - Accident Hazard
202 - Animal Crossing
203 - Avalanche area
204 - Bicycle Crossing
205 - Children sign
206 - Congestion Hazard
207 - Crossing with Priority from the Right
208 - Double Hairpin
209 - Embankment
210 - Falling Rocks
211 - Flood Area
212 - Fog Area Sign
213 - General Curve
214 - General Hill
215 - General Warning
216 - Hump Bridge
217 - Icy Condition
218 - Lane Merge Centre
219 - Lane Merging From The Left
220 - Lane Merging From The Right
221 - Lateral Wind
222 - Movable Bridge Sign
223 - Obstacle
224 - Pedestrian Crossing
225 - Pedestrian Overpass
226 - Pedestrian Underpass
227 - Railway Crossing Protected
228 - Railway Crossing Unprotected
229 - Risk of Grounding
230 - Road Narrows
231 - Narrowing Road At Left
232 - Narrowing Road At Right
233 - School Zone
234 - Sharp Curve Left
235 - Sharp Curve Right
236 - Slippery Road
237 - Steep Hill Downwards
238 - Steep Hill Upwards
239 - Traffic Light Ahead Sign
240 - Tramway Crossing
241 - Triple Hairpin
242 - Truck Rollover
243 - Two-way Traffic
244 - Uneven Road
245 - Urban Area
246 - Variable Traffic Sign
247 - Winding Road starting Left
248 - Winding Road starting Right
TYPE
Regulatory
1 - End of all Restrictions
2 - End of No Engine Brake
3 - End of No Overtaking
4 - End of No Overtaking Trucks
5 - End Of Speed Restriction
6 - Horn Sign
7 - No Engine Brake
8 - No Idling
9 - Priority over oncoming traffic
10 - Speed Restriction
11 - Start of No Overtaking
12 - Start of No Overtaking Trucks
13 - Stop Sign
14 - Yield
15 - Yield To Bicycles
16 - Yield to oncoming traffic
17 - Tire Chains Mandatory


Informative
100 - Built up Area Entry
101 - Built up Area Exit
102 - End of Low Gear
103 - Hijacking Hotspot
104 - Low Gear
105 - Protected Overtaking - extra lane
106 - Protected Overtaking - extra lane left side
107 - Protected Overtaking - extra lane right side
108 - Roundabout Ahead
109 - Tunnel Ahead


Warning
201 - Accident Hazard
202 - Animal Crossing
203 - Avalanche area
204 - Bicycle Crossing
205 - Children sign
206 - Congestion Hazard
207 - Crossing with Priority from the Right
208 - Double Hairpin
209 - Embankment
210 - Falling Rocks
211 - Flood Area
212 - Fog Area Sign
213 - General Curve
214 - General Hill
215 - General Warning
216 - Hump Bridge
217 - Icy Condition
218 - Lane Merge Centre
219 - Lane Merging From The Left
220 - Lane Merging From The Right
221 - Lateral Wind
222 - Movable Bridge Sign
223 - Obstacle
224 - Pedestrian Crossing
225 - Pedestrian Overpass
226 - Pedestrian Underpass
227 - Railway Crossing Protected
228 - Railway Crossing Unprotected
229 - Risk of Grounding
230 - Road Narrows
231 - Narrowing Road At Left
232 - Narrowing Road At Right
233 - School Zone
234 - Sharp Curve Left
235 - Sharp Curve Right
236 - Slippery Road
237 - Steep Hill Downwards
238 - Steep Hill Upwards
239 - Traffic Light Ahead Sign
240 - Tramway Crossing
241 - Triple Hairpin
242 - Truck Rollover
243 - Two-way Traffic
244 - Uneven Road
245 - Urban Area
246 - Variable Traffic Sign
247 - Winding Road starting Left
248 - Winding Road starting Right

Shapefile name: TYPE
3 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
4 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. VV_ID
PK of the table smf_vehicle_validity.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
5 validity_direction smallint 1 - Valid in positive direction
2 - Valid in negative direction
DIRECTION
1 - Valid in positive direction
2 - Valid in negative direction

Shapefile name: DIRECTION
6 position_left smallint 0 - False
1 - True
LEFT
0 - False
1 - True

Shapefile name: LEFT
7 position_right smallint 0 - False
1 - True
RIGHT
0 - False
1 - True

Shapefile name: RIGHT
8 position_above smallint 0 - False
1 - True
ABOVE
0 - False
1 - True

Shapefile name: ABOVE
9 traffic_sign_value text Value on the sign VALUE
Value on the sign
Shapefile name: VALUE
10 supplementary_time text Supplementary information about time TIME
Supplementary information about time
Shapefile name: TIME
11 supplementary_text text Supplementary text for the sign TEXT
Supplementary text for the sign
Shapefile name: TEXT
12 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_vehicle_validity

Documentation Sygic Map Format
Schema region
Name smf_vehicle_validity
Module Others

The smf_validity_vehicle table defines the possible usable vehicles in the SMF and the values determine the specific use cases for vehicles.

 

Smf_validity_vehicle is used in conjunction with these talbes:

  • smf_lane_connectivity - to define whether the lane can be used by the vehicle.
  • smf_laneuver - to specify the vehicles for which is the manuver valid.
  • smf_restriction - determine the vehicles for the restriction.
  • smf_traffic_sign - to specify the vehicles for which is the traffic sign valid.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_vehicle_validity

required

required

not used

not used

 

Format: DBF or CSV file
Codepage: UTF-8

Key Name Data type Null Attributes References Description Shapefile name
1 vehicle_validity_id bigint Primary key VV_ID
Primary key
Shapefile name: VV_ID
2 car smallint 0 - not valid for car
1 - valid for car
CAR
0 - not valid for car
1 - valid for car

Shapefile name: CAR
3 bus smallint 0 - not valid for bus
1 - valid for bus
BUS
0 - not valid for bus
1 - valid for bus

Shapefile name: BUS
4 taxi smallint 0 - not valid for taxi
1 - valid for taxi
TAXI
0 - not valid for taxi
1 - valid for taxi

Shapefile name: TAXI
5 truck smallint 0 - not valid for truck
1 - valid for truck
TRUCK
0 - not valid for truck
1 - valid for truck

Shapefile name: TRUCK
6 delivery smallint 0 - not valid for delivery
1 - valid for delivery
DELIVERY
0 - not valid for delivery
1 - valid for delivery

Shapefile name: DELIVERY
7 emergency_vehicle smallint 0 - not valid for emergency vehicle
1 - valid for emergency vehicle
EMERGENCY
0 - not valid for emergency vehicle
1 - valid for emergency vehicle

Shapefile name: EMERGENCY
8 bicycle smallint 0 - not valid for bicycle
1 - valid for bicycle
BICYCLE
0 - not valid for bicycle
1 - valid for bicycle

Shapefile name: BICYCLE
9 motorcycle smallint 0 - not valid for motorcycle
1 - valid for motorcycle
MOTORCYCLE
0 - not valid for motorcycle
1 - valid for motorcycle

Shapefile name: MOTORCYCLE
10 resident_car smallint 0 - not valid for resident car
1 - valid for resident car
RESIDENT
0 - not valid for resident car
1 - valid for resident car

Shapefile name: RESIDENT
11 pedestrian smallint 0 - not valid for pedestrian
1 - valid for pedestrian
PEDESTRIAN
0 - not valid for pedestrian
1 - valid for pedestrian

Shapefile name: PEDESTRIAN
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

Document Control

Version

Document Release

Date

Changes

 v1.0

 21 Jun 2018

 Initial Release 

 v1.1

 4 Jul 2018

  • Added description for TYPE in the table AddressPoint_To_EntryPoint
  • Corrected description of AdminClass in the table CityCenter
  • Corrected description of L_ADMIN_ID and R_ADMIN_ID in the table RouteLink

 v1.1.1

22 Oct 2018

  • Corrected typo SING_ID to SIGN_ID in table SignpostInformation
  • Corrected typo KRPA_LEN to KPRA_LEN in table Maneuver
  • Corrected typo TRFFIC_ID to TRAFFIC_ID in table RestrictionTraffic
  • Added description for DisplayName in table RouteLink

 v2.0

 

  • Major update
  • TBD

 v2.1

15 Dec 2019

  • New poi category Electric Vehicle station
  • Support of payment method for pois
  • New tables:
    • smf_ev_station_connector
    • smf_payment_method
    • smf_poi_ev_station
    • smf_poi_to_payment_method

 v2.1.1

29 Jan 2020

  • Changed unit_of_measurement to unit_of_speed_restriction in table smf_metadata
  • Added unit_of_dimensional_restriction in table smf_metadata
  • Added unit_of_weight_restriction in table smf_metadata

 

Relation model of Sygic Map Format

vehicle_validity_id

vehicle_validity_id

car

car

bus

bus

taxi

taxi

truck

truck

delivery

delivery

emergency_vehicle

emergency_vehicle

bicycle

bicycle

motorcycle

motorcycle

resident_car

resident_car

pedestrian

pedestrian

region.smf_vehicle_validity

region.smf_vehicle_validity

poi_contact_information_id

poi_contact_information_id

poi_id

poi_id

type

type

content

content

region.smf_poi_contact_information

region.smf_poi_contact_information

postal_point_id

postal_point_id

postal_code

postal_code

route_link_id

route_link_id

geom

geom

region.smf_postal_point

region.smf_postal_point

route_link_id

route_link_id

restriction_id

restriction_id

validity_direction

validity_direction

region.smf_route_link_to_restriction

region.smf_route_link_to_restriction

data_source_id

data_source_id

source_name

source_name

region.smf_data_source

region.smf_data_source

route_link_id

route_link_id

route_number_id

route_number_id

priority

priority

region.smf_route_link_to_route_number

region.smf_route_link_to_route_number

route_number_id

route_number_id

script

script

route_number_full

route_number_full

route_number_prefix

route_number_prefix

region.smf_route_number

region.smf_route_number

water_id

water_id

name_id

name_id

name_type

name_type

region.smf_water_to_name

region.smf_water_to_name

ev_station_connector_id

ev_station_connector_id

poi_id

poi_id

connector_type

connector_type

external_id

external_id

power_type

power_type

max_power

max_power

region.smf_ev_station_connector

region.smf_ev_station_connector

payment_method_id

payment_method_id

type

type

payment_method_name

payment_method_name

region.smf_payment_method

region.smf_payment_method

poi_id

poi_id

payment_method_id

payment_method_id

region.smf_poi_to_payment_method

region.smf_poi_to_payment_method

poi_id

poi_id

free_charge

free_charge

reservable

reservable

availability_status

availability_status

authentification_method_app

authentification_method_app

authentification_method_rfid

authentification_method_rfid

region.smf_poi_ev_station

region.smf_poi_ev_station

traffic_sign_id

traffic_sign_id

type

type

route_link_id

route_link_id

vehicle_validity_id

vehicle_validity_id

validity_direction

validity_direction

position_left

position_left

position_right

position_right

position_above

position_above

traffic_sign_value

traffic_sign_value

supplementary_time

supplementary_time

supplementary_text

supplementary_text

geom

geom

region.smf_traffic_sign

region.smf_traffic_sign

route_link_id

route_link_id

named_area_id

named_area_id

side_of_link

side_of_link

region.smf_route_link_to_named_area

region.smf_route_link_to_named_area

time_zone_dst_id

time_zone_dst_id

time_zone_id

time_zone_id

dst_minutes

dst_minutes

dst_time_domain

dst_time_domain

region.smf_time_zone_dst

region.smf_time_zone_dst

named_area_id

named_area_id

type

type

named_area_center_id

named_area_center_id

parent_named_area_id

parent_named_area_id

time_zone_id

time_zone_id

geom

geom

region.smf_named_area

region.smf_named_area

named_area_id

named_area_id

name_id

name_id

name_type

name_type

region.smf_named_area_to_name

region.smf_named_area_to_name

route_link_id

route_link_id

from_junction_id

from_junction_id

to_junction_id

to_junction_id

route_type

route_type

routing_class

routing_class

functional_road_class

functional_road_class

display_name

display_name

form_of_way

form_of_way

road_condition

road_condition

part_of_structure

part_of_structure

urban

urban

controlled_access

controlled_access

plural_junction

plural_junction

restricted_access

restricted_access

toll_road

toll_road

congestion_charge

congestion_charge

speed_category

speed_category

speed_limit_pos

speed_limit_pos

speed_limit_neg

speed_limit_neg

scenic_route

scenic_route

parking_pos

parking_pos

parking_neg

parking_neg

admin_area_left_id

admin_area_left_id

admin_area_right_id

admin_area_right_id

postal_area_left_id

postal_area_left_id

postal_area_right_id

postal_area_right_id

speed_profile_pos_id

speed_profile_pos_id

speed_profile_neg_id

speed_profile_neg_id

length

length

geom

geom

region.smf_route_link

region.smf_route_link

house_number_range_id

house_number_range_id

sequence_number

sequence_number

intermediate_house_number

intermediate_house_number

side_of_link

side_of_link

region.smf_house_number_intermediate

region.smf_house_number_intermediate

house_number_range_id

house_number_range_id

route_link_id

route_link_id

first_house_number_left

first_house_number_left

last_house_number_left

last_house_number_left

first_house_number_right

first_house_number_right

last_house_number_right

last_house_number_right

variance_left

variance_left

variance_right

variance_right

region.smf_house_number_range

region.smf_house_number_range

lane_connectivity_id

lane_connectivity_id

start_lane_information_id

start_lane_information_id

end_lane_information_id

end_lane_information_id

start_lane_index

start_lane_index

end_lane_index

end_lane_index

start_route_link_id

start_route_link_id

end_route_link_id

end_route_link_id

vehicle_validity_id

vehicle_validity_id

time_validity

time_validity

region.smf_lane_connectivity

region.smf_lane_connectivity

lane_connectivity_id

lane_connectivity_id

sequence_number

sequence_number

route_link_id

route_link_id

region.smf_lane_connectivity_via_link

region.smf_lane_connectivity_via_link

lane_information_id

lane_information_id

lane_divider_marker

lane_divider_marker

traffic_direction

traffic_direction

direction_category

direction_category

lane_forming_ending

lane_forming_ending

lane_type

lane_type

speed_restriction

speed_restriction

minimal_vehicle_occupancy

minimal_vehicle_occupancy

region.smf_lane_information

region.smf_lane_information

speed_profile_id

speed_profile_id

freeflow

freeflow

speed_profile_week_id

speed_profile_week_id

region.smf_speed_profile

region.smf_speed_profile

speed_profile_week_id

speed_profile_week_id

sunday_curve_id

sunday_curve_id

monday_curve_id

monday_curve_id

tuesday_curve_id

tuesday_curve_id

wednesday_curve_id

wednesday_curve_id

thursday_curve_id

thursday_curve_id

friday_curve_id

friday_curve_id

saturday_curve_id

saturday_curve_id

region.smf_speed_profile_week

region.smf_speed_profile_week

curve_id

curve_id

region.smf_speed_profile_curve

region.smf_speed_profile_curve

restriction_id

restriction_id

type

type

vehicle_validity_id

vehicle_validity_id

max_speed

max_speed

weight

weight

height

height

length

length

width

width

weight_per_axle

weight_per_axle

number_of_axle

number_of_axle

kpra_length

kpra_length

trailer_type

trailer_type

hazmat

hazmat

adr_tunnel_code

adr_tunnel_code

preferred_route

preferred_route

special_condition

special_condition

time_validity

time_validity

region.smf_restriction

region.smf_restriction

junction_id

junction_id

z_level

z_level

border_junction

border_junction

crossing

crossing

region.smf_junction

region.smf_junction

maneuver_id

maneuver_id

start_route_link_id

start_route_link_id

end_route_link_id

end_route_link_id

type

type

vehicle_validity_id

vehicle_validity_id

weight

weight

height

height

length

length

width

width

weight_per_axle

weight_per_axle

number_of_axles

number_of_axles

kpra_lenght

kpra_lenght

trailer_type

trailer_type

hazmat

hazmat

adr_tunnel_code

adr_tunnel_code

time_validity

time_validity

region.smf_maneuver

region.smf_maneuver

maneuver_id

maneuver_id

sequence_number

sequence_number

route_link_id

route_link_id

region.smf_maneuver_via_link

region.smf_maneuver_via_link

signpost_id

signpost_id

start_route_link_id

start_route_link_id

end_route_link_id

end_route_link_id

background_color

background_color

text_color

text_color

border_color

border_color

region.smf_signpost

region.smf_signpost

signpost_id

signpost_id

row_index

row_index

column_index

column_index

type

type

name_id

name_id

route_number_id

route_number_id

pictogram

pictogram

region.smf_signpost_cell

region.smf_signpost_cell

signpost_id

signpost_id

sequence_number

sequence_number

route_link_id

route_link_id

region.smf_sigpost_via_link

region.smf_sigpost_via_link

name_id

name_id

language_code

language_code

name_text

name_text

script

script

region.smf_name

region.smf_name

route_link_id

route_link_id

name_id

name_id

side_of_link

side_of_link

name_type

name_type

region.smf_route_link_to_name

region.smf_route_link_to_name

complex_intersection_id

complex_intersection_id

route_link_id

route_link_id

region.smf_complex_intersection

region.smf_complex_intersection

complex_road_id

complex_road_id

route_link_id

route_link_id

region.smf_complex_road

region.smf_complex_road

admin_area_id

admin_area_id

admin_level

admin_level

name

name

admin_level1_id

admin_level1_id

admin_level2_id

admin_level2_id

admin_level3_id

admin_level3_id

admin_level4_id

admin_level4_id

admin_level5_id

admin_level5_id

admin_level6_id

admin_level6_id

admin_level7_id

admin_level7_id

admin_level8_id

admin_level8_id

admin_level9_id

admin_level9_id

admin_level10_id

admin_level10_id

time_zone_id

time_zone_id

admin_center_id

admin_center_id

geom

geom

region.smf_admin_area

region.smf_admin_area

address_point_id

address_point_id

route_link_id

route_link_id

admin_area_id

admin_area_id

postal_area_id

postal_area_id

display_name

display_name

geom

geom

region.smf_address_point

region.smf_address_point

address_entry_point_id

address_entry_point_id

address_point_id

address_point_id

main

main

pedestrian

pedestrian

routing

routing

service

service

parking

parking

emergency

emergency

wheelchair

wheelchair

geom

geom

region.smf_address_entry_point

region.smf_address_entry_point

address_point_id

address_point_id

name_id

name_id

name_type

name_type

region.smf_address_point_to_name

region.smf_address_point_to_name

admin_area_id

admin_area_id

name_id

name_id

name_type

name_type

region.smf_admin_area_to_name

region.smf_admin_area_to_name

waterway_id

waterway_id

type

type

intermittent

intermittent

display_name

display_name

length

length

geom

geom

region.smf_waterway

region.smf_waterway

aerialway_id

aerialway_id

type

type

display_name

display_name

length

length

geom

geom

region.smf_aerialway

region.smf_aerialway

building_id

building_id

type

type

height

height

geom

geom

region.smf_building_footprint

region.smf_building_footprint

building_part_id

building_part_id

building_id

building_id

height

height

min_height

min_height

geom

geom

region.smf_building_part

region.smf_building_part

land_use_id

land_use_id

type

type

display_name

display_name

display_class

display_class

area

area

geom

geom

region.smf_land_use

region.smf_land_use

country_iso

country_iso

release_date

release_date

provider

provider

version

version

smf_version

smf_version

driving_side

driving_side

region.smf_metadata

region.smf_metadata

poi_entry_point_id

poi_entry_point_id

poi_id

poi_id

main

main

pedestrian

pedestrian

routing

routing

service

service

parking

parking

emergency

emergency

wheelchair

wheelchair

geom

geom

region.smf_poi_entry_point

region.smf_poi_entry_point

poi_id

poi_id

child_poi_id

child_poi_id

region.smf_poi_hierarchy

region.smf_poi_hierarchy

railway_id

railway_id

display_class

display_class

display_name

display_name

type

type

part_of_structure

part_of_structure

length

length

geom

geom

region.smf_railway

region.smf_railway

water_id

water_id

type

type

intermittent

intermittent

display_class

display_class

display_name

display_name

area

area

geom

geom

region.smf_water

region.smf_water

land_use_id

land_use_id

name_id

name_id

name_type

name_type

region.smf_land_use_to_name

region.smf_land_use_to_name

waterway_id

waterway_id

name_id

name_id

name_type

name_type

region.smf_waterway_to_name

region.smf_waterway_to_name

city_center_id

city_center_id

name_id

name_id

name_type

name_type

region.smf_city_center_to_name

region.smf_city_center_to_name

city_center_id

city_center_id

admin_area_id

admin_area_id

display_class

display_class

admin_class

admin_class

population

population

display_name

display_name

geom

geom

region.smf_city_center

region.smf_city_center

poi_id

poi_id

name_id

name_id

name_type

name_type

region.smf_poi_to_name

region.smf_poi_to_name

poi_id

poi_id

data_source_id

data_source_id

external_id

external_id

category

category

opening_hours

opening_hours

restricted_access

restricted_access

route_link_id

route_link_id

admin_area_id

admin_area_id

address_point_id

address_point_id

postal_area_id

postal_area_id

display_name

display_name

geom

geom

region.smf_poi

region.smf_poi

postal_area_id

postal_area_id

postal_code

postal_code

geom

geom

region.smf_postal_area

region.smf_postal_area

admin_area_id

admin_area_id

language_code

language_code

script

script

usage

usage

region.smf_admin_area_language

region.smf_admin_area_language

time_zone_id

time_zone_id

time_zone_offset

time_zone_offset

region.smf_time_zone

region.smf_time_zone

boundary_id

boundary_id

admin_level

admin_level

inland

inland

disputed

disputed

length

length

geom

geom

region.smf_admin_boundary

region.smf_admin_boundary

Address point

Address points enable the exact latitude/longitude addressing scheme along route links. It is much more precise than adressing through address ranges represented by the table HouseNumberRange.

Administrative area

Building

The feature allows state-of-the art visualization of buildings on map.

City center

City centers are optional but important searching points also used in an on-map visualization.

House number

House numbers enable an approximate latitude/longitude addressing scheme along route links through defining house number ranges. It is less precise than adressing through address points represented by the table smf_address_point.

 

Land use & coverage

The feature allows convenient visualization of surface elements enriched with name.

 

Landmark

A 3D Landmark is the three-dimensional representation of a real world structure of a local significance.

 

Model format

Only Wavefront OBJ file format is supported. The coordinate system [x,y,z] is the following: X - the distance in meters from the central point [0,0,0] to the east, Y - distance in meters to the north, Z - height above ground in meters. The Z coordinate should be in range < 0m - 655.35m >. The count of triangles in model should be below 300. The model should be placed in such a way, that the central point [0, 0, 0] corresponds to the main entrance of a building or another significant point of the model.

 

Textured model

Wireframe view

Texture

Only single texture (texture atlas) per model in PNG format with transparency is supported. The size should be 256x256 pixels, or 512x512 pixels for highend target devices. It is important to provide at least the 256x256 PNG texture. Combining multiple materials or textures is not allowed.

 

Sample texture

 

Index file

Because there is no information about the placement of landmark inside a model file, an index file is necessary. This XML file describes the geographic location, where the model should be displayed. Each record defines the following information:

  • lat - latitude coordinate of the model placement
  • lon - longitude coordinate of the model placement
  • id - short and unique identification of model in the following format: ISO_CIT_NNN - ISO is the iso code of country, CIT is abbreviation of corresponding city in this country, NNN is any three digit number.
  • name - (optional) the title of model in UTF8 charset
  • coordsys - attribute for conversion current coord system to coord system [x,y,z] defined in "model format" section. E.g. "-xzy" axis x is reversed, for axis y is used z and for axis z is used y
  • XML tag content - relative path to the model file

Sample index file 

 

 

 

Directory structure

For processing a landmark model, the two files are necessary - the model file with OBJ extension and the texture file of the same name but with PNG extension. The directory structure is not strictly defined. The models are organized in directories by the country iso code and city name. For each country, the parser looks recursively for all index files (.xml extension). For each record in this file, it tries to convert the geometry of OBJ file into Sygic binary format and then process the PNG texture that is stored in the same directory.

 

 

.

Europe2020_12

├── aut

├── bel

├── che

├── cze

 |        ├── prague

 |         |        ├── cze_prg_001

 |         |          |       ├── cze_prg_001.mtl

 |         |          |       ├── cze_prg_001.obj

 |         |          |       └── cze_prg_001.png

 |         |        └── cze_prg_002

 |         |                 ├── cze_prg_002.mtl

 |         |                 ├── cze_prg_002.obj

 |         |                 └── cze_prg_002.png

 |         |         

 |         |          

 |        ├── Brno

 |         |        ├── cze_brn_001

 |         |          |       ├── cze_brn_001.mtl

 |         |          |       ├── cze_brn_001.obj

 |         |          |       └── cze_brn_001.png

 |         |        └── cze_brn_002

 |         |                 ├── cze_brn_002.mtl

 |         |                 ├── cze_brn_002.obj

 |         |                 └── cze_brn_002.png

 |        └──cze_link.xml

└──deu

 

Landmarks directory structure - model, texture and index file

 

Lane assistant

The lane guidance information, which is used for Lane Assist Navigation functions, is defined through lane attributes and the connectivity between lanes.

The lane attributes are stored in table smf_lane_ information.

The lane connectivity information is stored in table smf_lane_connectivity. The table smf_lane_connectivity_via_link extends the smf_lane_connectivity table by transition links. The transition link relates together two lanes of the same route link or two different route links.

Language codes

 

  

ISO code

Language

aar

Afar

abk

Abkhaz

ace

Achinese

ach

Acoli

ada

Adangme

ady

Adygei

afa

Afroasiatic (Other)

afh

Afrihili (Artificial language)

afr

Afrikaans

ain

Ainu

aka

Akan

akk

Akkadian

alb

Albanian

ale

Aleut

alg

Algonquian (Other)

alt

Altai

amh

Amharic

ang

English, Old (ca. 450-1100)

anp

Angika

apa

Apache languages

ara

Arabic

arc

Aramaic

arg

Aragonese

arm

Armenian

arn

Mapuche

arp

Arapaho

art

Artificial (Other)

arw

Arawak

asm

Assamese

ast

Bable

ath

Athapascan (Other)

aus

Australian languages

ava

Avaric

ave

Avestan

awa

Awadhi

aym

Aymara

aze

Azerbaijani

bad

Banda languages

bai

Bamileke languages

bak

Bashkir

bal

Baluchi

bam

Bambara

ban

Balinese

baq

Basque

bas

Basa

bat

Baltic (Other)

bej

Beja

bel

Belarusian

bem

Bemba

ben

Bengali

ber

Berber (Other)

bho

Bhojpuri

bih

Bihari (Other)

bik

Bikol

bin

Edo

bis

Bislama

bla

Siksika

bnt

Bantu (Other)

bos

Bosnian

bra

Braj

bre

Breton

btk

Batak

bua

Buriat

bug

Bugis

bul

Bulgarian

bur

Burmese

byn

Bilin

cad

Caddo

cai

Central American Indian (Other)

car

Carib

cat

Catalan

cau

Caucasian (Other)

ceb

Cebuano

cel

Celtic (Other)

cha

Chamorro

chb

Chibcha

che

Chechen

chg

Chagatai

chi

Chinese

chk

Chuukese

chm

Mari

chn

Chinook jargon

cho

Choctaw

chp

Chipewyan

chr

Cherokee

chu

Church Slavic

chv

Chuvash

chy

Cheyenne

cmc

Chamic languages

cnr

Montenegrin

cop

Coptic

cor

Cornish

cos

Corsican

cpe

Creoles and Pidgins, English-based (Other)

cpf

Creoles and Pidgins, French-based (Other)

cpp

Creoles and Pidgins, Portuguese-based (Other)

cre

Cree

crh

Crimean Tatar

crp

Creoles and Pidgins (Other)

csb

Kashubian

cus

Cushitic (Other)

cze

Czech

dak

Dakota

dan

Danish

dar

Dargwa

day

Dayak

del

Delaware

den

Slavey

dgr

Dogrib

din

Dinka

div

Divehi

doi

Dogri

dra

Dravidian (Other)

dsb

Lower Sorbian

dua

Duala

dum

Dutch, Middle (ca. 1050-1350)

dut

Dutch

dyu

Dyula

dzo

Dzongkha

efi

Efik

egy

Egyptian

eka

Ekajuk

elx

Elamite

eng

English

enm

English, Middle (1100-1500)

epo

Esperanto

est

Estonian

ewe

Ewe

ewo

Ewondo

fan

Fang

fao

Faroese

fat

Fanti

fij

Fijian

fil

Filipino

fin

Finnish

fiu

Finno-Ugrian (Other)

fon

Fon

fre

French

frm

French, Middle (ca. 1300-1600)

fro

French, Old (ca. 842-1300)

frr

North Frisian

frs

East Frisian

fry

Frisian

ful

Fula

fur

Friulian

gaa

gay

Gayo

gba

Gbaya

gem

Germanic (Other)

geo

Georgian

ger

German

gez

Ethiopic

gil

Gilbertese

gla

Scottish Gaelic

gle

Irish

glg

Galician

glv

Manx

gmh

German, Middle High (ca. 1050-1500)

goh

German, Old High (ca. 750-1050)

gon

Gondi

gor

Gorontalo

got

Gothic

grb

Grebo

grc

Greek, Ancient (to 1453)

gre

Greek, Modern (1453-)

grn

Guarani

gsw

Swiss German

guj

Gujarati

gwi

Gwich'in

hai

Haida

hat

Haitian French Creole

hau

Hausa

haw

Hawaiian

heb

Hebrew

her

Herero

hil

Hiligaynon

him

Western Pahari languages

hin

Hindi

hit

Hittite

hmn

Hmong

hmo

Hiri Motu

hrv

Croatian

hsb

Upper Sorbian

hun

Hungarian

hup

Hupa

iba

Iban

ibo

Igbo

ice

Icelandic

ido

Ido

iii

Sichuan Yi

ijo

Ijo

iku

Inuktitut

ile

Interlingue

ilo

Iloko

ina

Interlingua (International Auxiliary Language Association)

inc

Indic (Other)

ind

Indonesian

ine

Indo-European (Other)

inh

Ingush

ipk

Inupiaq

ira

Iranian (Other)

iro

Iroquoian (Other)

ita

Italian

jav

Javanese

jbo

Lojban (Artificial language)

jpn

Japanese

jpr

Judeo-Persian

jrb

Judeo-Arabic

kaa

Kara-Kalpak

kab

Kabyle

kac

Kachin

kal

Kalâtdlisut

kam

Kamba

kan

Kannada

kar

Karen languages

kas

Kashmiri

kau

Kanuri

kaw

Kawi

kaz

Kazakh

kbd

Kabardian

kha

Khasi

khi

Khoisan (Other)

khm

Khmer

kho

Khotanese

kik

Kikuyu

kin

Kinyarwanda

kir

Kyrgyz

kmb

Kimbundu

kok

Konkani

kom

Komi

kon

Kongo

kor

Korean

kos

Kosraean

kpe

Kpelle

krc

Karachay-Balkar

krl

Karelian

kro

Kru (Other)

kru

Kurukh

kua

Kuanyama

kum

Kumyk

kur

Kurdish

kut

Kootenai

lad

Ladino

lah

Lahndā

lam

Lamba (Zambia and Congo)

lao

Lao

lat

Latin

lav

Latvian

lez

Lezgian

lim

Limburgish

lin

Lingala

lit

Lithuanian

lol

Mongo-Nkundu

loz

Lozi

ltz

Luxembourgish

lua

Luba-Lulua

lub

Luba-Katanga

lug

Ganda

lui

Luiseño

lun

Lunda

luo

Luo (Kenya and Tanzania)

lus

Lushai

mac

Macedonian

mad

Madurese

mag

Magahi

mah

Marshallese

mai

Maithili

mak

Makasar

mal

Malayalam

man

Mandingo

mao

Maori

map

Austronesian (Other)

mar

Marathi

mas

Maasai

may

Malay

mdf

Moksha

mdr

Mandar

men

Mende

mga

Irish, Middle (ca. 1100-1550)

mic

Micmac

min

Minangkabau

mis

Miscellaneous languages

mkh

Mon-Khmer (Other)

mlg

Malagasy

mlt

Maltese

mnc

Manchu

mni

Manipuri

mno

Manobo languages

moh

Mohawk

mon

Mongolian

mos

Mooré

mul

Multiple languages

mun

Munda (Other)

mus

Creek

mwl

Mirandese

mwr

Marwari

myn

Mayan languages

myv

Erzya

nah

Nahuatl

nai

North American Indian (Other)

nap

Neapolitan Italian

nau

Nauru

nav

Navajo

nbl

Ndebele (South Africa)

nde

Ndebele (Zimbabwe)

ndo

Ndonga

nds

Low German

nep

Nepali

new

Newari

nia

Nias

nic

Niger-Kordofanian (Other)

niu

Niuean

nno

Norwegian (Nynorsk)

nob

Norwegian (Bokmål)

nog

Nogai

non

Old Norse

nor

Norwegian

nqo

N'Ko

nso

Northern Sotho

nub

Nubian languages

nwc

Newari, Old

nya

Nyanja

nym

Nyamwezi

nyn

Nyankole

nyo

Nyoro

nzi

Nzima

oci

Occitan (post-1500)

oji

Ojibwa

ori

Oriya

orm

Oromo

osa

Osage

oss

Ossetic

ota

Turkish, Ottoman

oto

Otomian languages

paa

Papuan (Other)

pag

Pangasinan

pal

Pahlavi

pam

Pampanga

pan

Panjabi

pap

Papiamento

pau

Palauan

peo

Old Persian (ca. 600-400 B.C.)

per

Persian

phi

Philippine (Other)

phn

Phoenician

pli

Pali

pol

Polish

pon

Pohnpeian

por

Portuguese

pra

Prakrit languages

pro

Provençal (to 1500)

pus

Pushto

que

Quechua

raj

Rajasthani

rap

Rapanui

rar

Rarotongan

roa

Romance (Other)

roh

Raeto-Romance

rom

Romani

rum

Romanian

run

Rundi

rup

Aromanian

rus

Russian

sad

Sandawe

sag

Sango (Ubangi Creole)

sah

Yakut

sai

South American Indian (Other)

sal

Salishan languages

sam

Samaritan Aramaic

san

Sanskrit

sas

Sasak

sat

Santali

scn

Sicilian Italian

sco

Scots

sel

Selkup

sem

Semitic (Other)

sga

Irish, Old (to 1100)

sgn

Sign languages

shn

Shan

sid

Sidamo

sin

Sinhalese

sio

Siouan (Other)

sit

Sino-Tibetan (Other)

sla

Slavic (Other)

slo

Slovak

slv

Slovenian

sma

Southern Sami

sme

Northern Sami

smi

Sami

smj

Lule Sami

smn

Inari Sami

smo

Samoan

sms

Skolt Sami

sna

Shona

snd

Sindhi

snk

Soninke

sog

Sogdian

som

Somali

son

Songhai

sot

Sotho

spa

Spanish

srd

Sardinian

srn

Sranan

srp

Serbian

srr

Serer

ssa

Nilo-Saharan (Other)

ssw

Swazi

suk

Sukuma

sun

Sundanese

sus

Susu

sux

Sumerian

swa

Swahili

swe

Swedish

syc

Syriac

syr

Syriac, Modern

tah

Tahitian

tai

Tai (Other)

tam

Tamil

tat

Tatar

tel

Telugu

tem

Temne

ter

Terena

tet

Tetum

tgk

Tajik

tgl

Tagalog

tha

Thai

tib

Tibetan

tig

Tigré

tir

Tigrinya

tiv

Tiv

tkl

Tokelauan

tlh

Klingon (Artificial language)

tli

Tlingit

tmh

Tamashek

tog

Tonga (Nyasa)

ton

Tongan

tpi

Tok Pisin

tsi

Tsimshian

tsn

Tswana

tso

Tsonga

tuk

Turkmen

tum

Tumbuka

tup

Tupi languages

tur

Turkish

tut

Altaic (Other)

tvl

Tuvaluan

twi

Twi

tyv

Tuvinian

udm

Udmurt

uga

Ugaritic

uig

Uighur

ukr

Ukrainian

umb

Umbundu

und

Undetermined

urd

Urdu

uzb

Uzbek

vai

Vai

ven

Venda

vie

Vietnamese

vol

Volapük

vot

Votic

wak

Wakashan languages

wal

Wolayta

war

Waray

was

Washoe

wel

Welsh

wen

Sorbian (Other)

wln

Walloon

wol

Wolof

xal

Oirat

xho

Xhosa

yao

Yao (Africa)

yap

Yapese

yid

Yiddish

yor

Yoruba

ypk

Yupik languages

zap

Zapotec

zbl

Blissymbolics

zen

Zenaga

zha

Zhuang

znd

Zande languages

zul

Zulu

zun

Zuni

zxx

No linguistic content

zza

Zaza

 

Maneuver

Maneuvers allow expressing traffic flow rules (such as priorities and prohibition) through route links relations, finally reflected in providing correct route calculations and comprehensive navigation instructions.

Metadata

Named area

Named area is an area known under a common name(s). It is defined outside of the administrative hierarchy structure. This allows users of a navigation system to specify a destination when the administrative name is not known or not commonly used by the general public.

 

 

 

 

Poi

The POI database allows an enhanced on-map visualisation.

Poi categories

 

 

Category

Category name

1

Rent-a-Car Facility

2

Tourist Information Office

3

Museum

4

Theatre

5

Cultural Center

6

Sports Center

7

Hospital/Polyclinic

8

Police Station

9

City Hall

10

Post Office

11

First Aid Post

12

Pharmacy

13

Departement Store

14

Bank

15

Travel Agency

16

Public Phone

17

Warehouse

18

Ski Lift Station

19

Zoo

20

Scenic / Panoramic View

21

Transport Company

22

Casino

23

Cinema

24

Winery

25

Cargo Center

26

Car Shipping Terminal

28

Camping Ground

29

Caravan Site

30

Coach and Lorry Parking

31

Community Center

32

Customs

33

Embassy

34

Frontier Crossing

35

Motoring Organization Office

36

Recreation Facility

37

Road Side Diner

38

School

39

Shopping Center

40

Stadium

41

Toll Gate

42

College / University

43

Business Facility

44

Airport

45

Bus Station

46

Exhibition Center

47

Kindergarten

48

Emergency Call Station

49

Emergency Medical Service

50

Fire Brigade

51

Freeport

52

Company

53

ATM

54

Hippodrome

55

Beach

56

Restaurant Area

57

Ice Skating Rink

58

Courthouse

59

Mountain Peak

60

Opera

61

Concert Hall

62

Bovag Garage

63

Tennis Court

64

Skating Rink

65

Water Sport

66

Music Center

67

Doctor

68

Dentist

69

Veterinarian

70

Cafe/Pub

71

Convention Center

72

Leisure Center

73

Nightlife

74

Yacht Basin

75

Condominium

76

Commercial Building

77

Industrial Building

78

Natives Reservation

79

Cemetery

80

General POI

81

Breakdown Service

82

Vehicle Equipment Provider

83

Entertainment

84

Abbey

85

Amusement Park

86

Arts Center

87

Building_footprint (Point)

88

Castle

89

Church

90

Factory Ground Philips

91

Fortress

92

Golf Course

93

Holiday Area

94

Library

95

Lighthouse

96

Military Cemetery

97

Monastery

98

Monument

99

Natural Reserve

100

Prison

101

Rocks

102

Sports Hall

103

State Police Office

104

Walking Area

105

Water Mill

106

Windmill

107

Rent-a-Car Parking

108

Car Racetrack

109

Mountain Pass

110

Swimming Pool

111

Government Office

112

Agricultural Industry

113

Construction

114

factories

115

media

116

medical material

117

personal services

118

professionals

119

real estate

120

services

129

Border Point

130

Hair and Beauty

131

Groceries

132

Port

133

Exchange

134

Money Transfer

135

Pastry and Sweets

136

Archeology

137

Ecotourism Sites

138

Hunting Shop

139

Kids Place

140

Mobile Shop

141

Mosque

142

Squares

143

Local Names

144

Traffic Light

145

Weigh Station

150

Parking Garage

151

Place of Worship

152

Ferry Terminal

153

Airline Access

154

Open Parking Area

155

Important Tourist Attraction

156

Railway Station

157

Rest Area

158

Shop

159

Park and Recreation Area

160

Forest Area

161

Military Installation

162

Public Transport Stop

164

Park and Ride

200

Car Repair Facility

201

Petrol Station

202

Hotel or Motel

203

Restaurant

204

Cash Dispenser

205

Car Dealer

206

Food

207

Speed Cameras

208

Supermarket

209

Car Services

210

Accessories/Furniture

211

Books/Cards

212

Children's Fashion

213

Children Toys

214

Cosmetics/Perfumes

215

Electronics/Mobiles

216

Fashion - Mixed

217

Fashion Accessories

218

Traditional Fashion

219

Gifts/Antiques

220

Jewellery/Watches

221

Ladies Fashion

222

Lifystyle/Fitness

223

Men's Fashion

224

Opticians/Sunglasses

225

Shoes/Bags

226

Sports

227

Metro

230

Electric vehicle station

 

Post code

The post codes enable the alternative way of address search typically replacing municipality or its subpart with a post/zip code reducing and optimizing search input.

Restriction

Restrictions define optional yet important information on route links to provide drivers of various vehicles with a proper guidance helping them not to violate local traffic rules.

Route link

The route link is the key buidling block information for routing expressing the road elements of a road network.

By means of route link elements the various routing features are described such as prohibited and permissive maneuvers, restrictions, signposts, speed profiles, addresses, etc.

Speed profile

The speed profiles is the important information for estimating travel times as it relates a route link with an average speed information for a specific time.
Speed profile information affects not only the ETA calculations but also the route trajectory calculations.

Signpost

Signposts are the typical information about major directions occuring along roads. Proper capture of this information allows navigation to present it to drivers in a consistent and an intelligent manner.

Time Domain

To specify time intervals the GDF Time domain format is used.

Generally, there are two options for how to define a time domain:

  • time domain is composed of a starting date and/or a time duration with the following notation: [(Starting Date){Time duration}].
  • time domain may be composed of a starting date and an ending date with the following notation: [(Starting Date) (Ending Date)].

'[' and ']' are mandatory and exactly one of each shall be used to encase a basic time domain.

 

The following terms can be used to describe the desired time domain.

Time term

Format

Values

Year

ynnnn

1000...9999

Month

Mnn

1...12

Week

wnn

1...53

Day (in a month)

dnn

1...28/29/30/31

Day of the week

tn

1...8

Weekday in a month

fxn

x: 1...5, n: 1...7

Weekday in a month

lxn

x: 1...5, n: 1...7

Hour

hnn

0...23

Minute

mnn

0...59

Second

snn

0...59

 

The days of the week are ordered from Sunday to Saturday. The value 8 stands for public holiday. The parameter n in the format fxn and lxn defines the weekdays (in the same order as mentioned for the days). The parameter x is interpreted differently, i.e. in the format fxn it is the first/second/... occurence of the day in the month whereas in the format lxn it is the last/last but one/... occurence of the day in the month.

Examples:

  • [(h10){h2}] represents intervals from 10am to 12am every day
  • [(y2018M12h10){m30}] represents intervals on each day of december 2018 from 10am to 10:30am
  • [(t2t3t4h8){h10}] represents intervals from 8am to 6pm on mondays, tuesdays and wednesdays

 

It is also possible to combine multiple time domains. There are three basic possibilities to do that:

  • Union of sets: via the operator +
  • Intersection of sets: via the operator *
  • Subtraction of sets: via the operator -

 

Examples:

  • [[(h8){h3}] + [(h14){h4m30}]] represents intervals from 8am to 11am and from 2pm to 6:30pm every day
  • [[[(h8){h3}] + [(h14){h4m30}]] * [(t2){d5}]] restricts the above intervals to the weekdays monday until friday
  • [[[[(h8){h3}] + [(h14){h4m30}]] * [(t2){d5}]] - [(M12d24){d1}]] excludes the 24th of December from the above intervals

.

 

Others

Usability matrix

Table

Routing computing

Turn-by-turn navigation

Search

Display

smf_address_entry_point

not used

optional

not used

not used

smf_address_point

not used

optional

optional

optional

smf_address_point_to_name

not used

optional

optional

optional

smf_admin_area

not used

not used

required

optional

smf_admin_area_language

not used

not used

required

not used

smf_admin_area_to_name

not used

not used

required

not used

smf_admin_boundary

not used

not used

not used

optional

smf_aerialway

not used

not used

not used

optional

smf_building_footprint

not used

not used

not used

optional

smf_building_part

not used

not used

not used

optional

smf_city_center

not used

not used

optional

required

smf_city_center_to_name

not used

not used

optional

required

smf_complex_intersection

not used

not used

not used

optional

smf_complex_road

not used

not used

not used

optional

smf_data_source

not used

not used

not used

not used

smf_ev_station_connector

not used

not used

optional

not used

smf_house_number_intermediate

not used

optional

optional

not used

smf_house_number_range

not used

optional

optional

not used

smf_junction

required

optional

not used

not used

smf_land_use

not used

not used

not used

required

smf_land_use_to_name

not used

not used

not used

optional

smf_lane_connectivity

not used

optional

not used

not used

smf_lane_connectivity_via_link

not used

optional

not used

not used

smf_lane_information

not used

optional

not used

not used

smf_maneuver

required

required

not used

not used

smf_maneuver_via_link

required

required

not used

not used

smf_metadata

required

required

required

required

smf_name

optional

optional

required

optional

smf_named_area

not used

not used

optional

not used

smf_named_area_to_name

not used

not used

optional

not used

smf_payment_method

not used

not used

optional

not used

smf_poi

not used

not used

optional

optional

smf_poi_contact_information

not used

not used

optional

not used

smf_poi_entry_point

not used

not used

optional

not used

smf_poi_ev_station

not used

not used

optional

not used

smf_poi_hierarchy

not used

not used

optional

not used

smf_poi_to_ev_station_connector

not used

not used

optional

not used

smf_poi_to_name

not used

not used

optional

optional

smf_poi_to_payment_method

not used

not used

optional

not used

smf_postal_area

not used

not used

optional

optional

smf_postal_point

not used

not used

optional

optional

smf_railway

not used

not used

not used

optional

smf_restriction

required

required

not used

optional

smf_route_link

required

required

required

required

smf_route_link_to_name

optional

optional

required

optional

smf_route_link_to_named_area

not used

not used

optional

not used

smf_route_link_to_restriction

required

required

not used

optional

smf_route_link_to_route_number

not used

optional

not used

optional

smf_route_number

not used

optional

not used

optional

smf_signpost

not used

optional

not used

not used

smf_signpost_information

not used

optional

not used

not used

smf_sigpost_via_link

not used

optional

not used

not used

smf_speed_profile

optional

optional

not used

optional

smf_speed_profile_curve

optional

optional

not used

optional

smf_speed_profile_week

optional

optional

not used

optional

smf_time_zone

optional

optional

not used

not used

smf_time_zone_dst

optional

optional

not used

not used

smf_traffic_sign

not used

optional

not used

not used

smf_vehicle_validity

required

required

not used

not used

smf_water

not used

not used

not used

required

smf_water_to_name

not used

not used

not used

optional

smf_waterway

not used

not used

not used

optional

smf_waterway_to_name

not used

not used

not used

optional

 

region.smf_address_entry_point

Documentation Sygic Map Format
Schema region
Name smf_address_entry_point
Module Address point

The table smf_address_entry_point provides entry points for address point.

The entry point is the entrance to an address point from a route link.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_address_entry_point

not used

optional

not used

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 address_entry_point_id bigint Primary key ENTRY_ID
Primary key
Shapefile name: ENTRY_ID
2 address_point_id bigint region.smf_address_point PK of table smf_address_point APOINT_ID
PK of table smf_address_point
References: region.smf_address_point
Shapefile name: APOINT_ID
3 main smallint 1 - main entry point of the object
0 - minor entry point of the object
MAIN
1 - main entry point of the object
0 - minor entry point of the object

Shapefile name: MAIN
4 pedestrian smallint 1 - accessible for pedestrian
0 - not accessible for pedestrian
PEDESTRIAN
1 - accessible for pedestrian
0 - not accessible for pedestrian

Shapefile name: PEDESTRIAN
5 routing smallint 1 - is used for route computation
0 - is not used for route computation
ROUTING
1 - is used for route computation
0 - is not used for route computation

Shapefile name: ROUTING
6 service smallint 1 - is used by services/deliveries
0 - is not used by services/deliveries
SERVICE
1 - is used by services/deliveries
0 - is not used by services/deliveries

Shapefile name: SERVICE
7 parking smallint 1 - there is a parking lot available
0 - there is not a parking lot available
PARKING
1 - there is a parking lot available
0 - there is not a parking lot available

Shapefile name: PARKING
8 emergency smallint 1 - is used by emergency vehicles
0 - is not used by emergency vehicles
EMERGENCY
1 - is used by emergency vehicles
0 - is not used by emergency vehicles

Shapefile name: EMERGENCY
9 wheelchair smallint 1 - is accessible by wheelchair
0 - is not accessible by wheelchair
WHEELCHAIR
1 - is accessible by wheelchair
0 - is not accessible by wheelchair

Shapefile name: WHEELCHAIR
10 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-03-29 16:11

region.smf_address_point

Documentation Sygic Map Format
Schema region
Name smf_address_point
Module Address point

An address point represents an individual and precise address associated with a route link. Address points are used for search and display purposes.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_address_point

not used

optional

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 address_point_id bigint Primary key APOINT_ID
Primary key
Shapefile name: APOINT_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
3 admin_area_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN_ID
4 postal_area_id bigint region.smf_postal_area PK of table smf_postal_area POSTAL
PK of table smf_postal_area
References: region.smf_postal_area
Shapefile name: POSTAL
5 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
6 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_address_point_to_name

Documentation Sygic Map Format
Schema region
Name smf_address_point_to_name
Module Address point

The table smf_address_point_to_name creates the relations between the tables smf_address_point and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_address_point_to_name

not used

optional

optional

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 address_point_id bigint region.smf_address_point PK of table smf_address_point APOINT_ID
PK of table smf_address_point
References: region.smf_address_point
Shapefile name: APOINT_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint 1 - House number
2 - Street name
3 - Place name
4 - Postal code
5 - Plot/cadaster
6 - Building name
7 - Block
8 - Dependent street name
9 - Street number
10 - Dependent locality
11 - Double dependent locality
12 - Other dependent area
13 - Townland
14 - Major metropolitan area
15 - Building complex
16 - Door
17 - Floor
18 - Harbour number
19 - Harbour name
TYPE
1 - House number
2 - Street name
3 - Place name
4 - Postal code
5 - Plot/cadaster
6 - Building name
7 - Block
8 - Dependent street name
9 - Street number
10 - Dependent locality
11 - Double dependent locality
12 - Other dependent area
13 - Townland
14 - Major metropolitan area
15 - Building complex
16 - Door
17 - Floor
18 - Harbour number
19 - Harbour name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:40

region.smf_admin_area

Documentation Sygic Map Format
Schema region
Name smf_admin_area
Module Administrative area
Order true

The table smf_admin_area represent an administritative unit recognized by official instances. These units form an administrative subdivision of a country order in a hierarchical way.

SMF supports 11 administrative levels, which is similiar to OSM specification.

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative

 

Attribute admin_level represents:

1 - region and can be empty

2 - represents country

3-7 - mean administrative unit belonging to an intermediate subdivision of the country - between country and municipality.

8 - represents municipalities

9 - corresponds to the smaller administrative unit within municipality

10  and 11 - provide another subdivisions, specific to some countries.

 

Each item with admin_level from 2 till 11 must be filled with admin ids of superior administrative levels if they exist.

 

A time zone must be defined at least for one admin level. If an administrative area doesn't have assigned time zone, the administrative area will inherit the time zone from the closest ancestor with the defined time zone.

 

Admin_center_id contains id of the corresponding city center from the table smf_city_center. The city center has usually the same name as administrative area.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_area

not used

not used

required

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 admin_area_id bigint Primary key ADMIN_ID
Primary key
Shapefile name: ADMIN_ID
2 admin_level smallint Admin level 1 - 11 ADM_LEVEL
Admin level 1 - 11
Shapefile name: ADM_LEVEL
3 name text Name of the admin area. It is used only for debug purpose. NAME
Name of the admin area. It is used only for debug purpose.
Shapefile name: NAME
4 admin_level1_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN1_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN1_ID
5 admin_level2_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN2_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN2_ID
6 admin_level3_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN3_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN3_ID
7 admin_level4_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN4_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN4_ID
8 admin_level5_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN5_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN5_ID
9 admin_level6_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN6_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN6_ID
10 admin_level7_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN7_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN7_ID
11 admin_level8_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN8_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN8_ID
12 admin_level9_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN9_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN9_ID
13 admin_level10_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN10_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN10_ID
14 time_zone_id bigint region.smf_time_zone PK of table smf_time_zone TIME_Z_ID
PK of table smf_time_zone
References: region.smf_time_zone
Shapefile name: TIME_Z_ID
15 admin_center_id bigint region.smf_city_center PK of table smf_city_center CENTER_ID
PK of table smf_city_center
References: region.smf_city_center
Shapefile name: CENTER_ID
16 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_admin_area_language

Documentation Sygic Map Format
Schema region
Name smf_admin_area_language
Module Administrative area

The table smf_admin_area_language contains information about commonly used languages in administrative areas.

  • Standard official language is the main language used in an identified administrative area.
  • Official Language is the language which is officially recognized in an administrative area.
  • Commonly used non-official language is the language which is not officially recognized in an administrative area but there exists large group of people using this language.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_area_language

not used

not used

required

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 admin_area_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN_ID
2 language_code char(10) Unique ID of the language, see the section Language Code LANG_CODE
Unique ID of the language, see the section Language Code
Shapefile name: LANG_CODE
3 script smallint Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai
SCRIPT
Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai

Shapefile name: SCRIPT
4 usage smallint 1 – Standard official language
2 – Other (non-standard) official language
3 – Commonly used non-official language
USAGE
1 – Standard official language
2 – Other (non-standard) official language
3 – Commonly used non-official language

Shapefile name: USAGE
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_admin_area_to_name

Documentation Sygic Map Format
Schema region
Name smf_admin_area_to_name
Module Administrative area

The table smf_admin_area_to_name create relations between tables smf_admin_area and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_area_to_name

not used

not used

required

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 admin_area_id bigint region.smf_admin_area PK of table smf_admin_area ADMIN_ID
PK of table smf_admin_area
References: region.smf_admin_area
Shapefile name: ADMIN_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_admin_boundary

Documentation Sygic Map Format
Schema region
Name smf_admin_boundary
Module Others

The table smf_admin_boundary contains the administrative boundaries for the admininistrative areas. The attribute inland is used when it is not neccessary to show boundaries such as in oceans and seas.

The specification of admin levels is similiar to OSM specification.

 

https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_admin_boundary

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 boundary_id bigint Primary key BOUND_ID
Primary key
Shapefile name: BOUND_ID
2 admin_level smallint Level of admin area ADMIN_LVL
Level of admin area
Shapefile name: ADMIN_LVL
3 inland smallint 0 - Ocean, sea boundary
1 - Inland boundary
INLAND
0 - Ocean, sea boundary
1 - Inland boundary

Shapefile name: INLAND
4 disputed smallint 0 - Official boundary
1 - Disputed boundary
DISPUTED
0 - Official boundary
1 - Disputed boundary

Shapefile name: DISPUTED
5 length bigint Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
6 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-08-14 12:40

region.smf_aerialway

Documentation Sygic Map Format
Schema region
Name smf_aerialway
Module Others

The table smf_aerialway contains the line elements used for the transport of passengers and goods that use wires. It is used only for display purposes.

For more info about type please see https://wiki.openstreetmap.org/wiki/Key:aerialway

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_aerialway

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 aerialway_id bigint Primary key AERIAL_ID
Primary key
Shapefile name: AERIAL_ID
2 type smallint 1 - Cable car
2 - Gondola
3 - Chair lift
4 - Mixed lift
5 - Drag lift
6 - T-bar
7 - J-bar
8 - Platter
9 - Rope tow
10 - Magic carpet
11 - Zip line
99 - Other
TYPE
1 - Cable car
2 - Gondola
3 - Chair lift
4 - Mixed lift
5 - Drag lift
6 - T-bar
7 - J-bar
8 - Platter
9 - Rope tow
10 - Magic carpet
11 - Zip line
99 - Other

Shapefile name: TYPE
3 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
4 length int Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
5 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:20

region.smf_building_footprint

Documentation Sygic Map Format
Schema region
Name smf_building_footprint
Module Building

The table smf_building_footprint represents building footprints.  

The attribute type is used for distinguishing buildings using color and height of the building. If the attribute Height is not used a default value is assigned.

 

Building footprints cannot overlap each other. For more detailed 3D models please use 3D landmarks or compose the buildings from building parts ( table smf_building_part ).

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_building_footprint

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 building_id bigint Primary key BF_ID
Primary key
Shapefile name: BF_ID
2 type smallint 100 Accommodation (unspecified)
101 Residential
102 Apartments
103 House
104 Hotel
105 Bungalow
106 Dormitory
107 Cabin
108 Houseboat

200 Commercial (unspecified)
201 Office
202 Retail
203 Industrial
204 Warehouse
205 Farm (also barns, cowsheds, auxiliary farm buildings)
206 Greenhouse

300 Civic/amenity (unspecified)
301 Government
302 School
303 University
304 Hospital
305 Cultural facility (museum, ...)
306 Sport facility

400 Transportation (unspecified)
401 Parking
402 Garage
403 Train station
404 Subway station
405 Airport terminal
406 Hangar

500 Religious (unspecified)
501 Church
502 Chapel
503 Cathedral
504 Temple
505 Mosque
506 Synagogue
507 Shrine

601 Service building - small unmanned building with certain machinery (like pumps or transformers)
602 Water tower
603 Roof (A structure that consists of a roof with open sides)
604 Construction (Buildings under construction)
605 Ruins
TYPE
100 Accommodation (unspecified)
101 Residential
102 Apartments
103 House
104 Hotel
105 Bungalow
106 Dormitory
107 Cabin
108 Houseboat

200 Commercial (unspecified)
201 Office
202 Retail
203 Industrial
204 Warehouse
205 Farm (also barns, cowsheds, auxiliary farm buildings)
206 Greenhouse

300 Civic/amenity (unspecified)
301 Government
302 School
303 University
304 Hospital
305 Cultural facility (museum, ...)
306 Sport facility

400 Transportation (unspecified)
401 Parking
402 Garage
403 Train station
404 Subway station
405 Airport terminal
406 Hangar

500 Religious (unspecified)
501 Church
502 Chapel
503 Cathedral
504 Temple
505 Mosque
506 Synagogue
507 Shrine

601 Service building - small unmanned building with certain machinery (like pumps or transformers)
602 Water tower
603 Roof (A structure that consists of a roof with open sides)
604 Construction (Buildings under construction)
605 Ruins

Shapefile name: TYPE
3 height smallint Height of the building in metres HEIGHT
Height of the building in metres
Shapefile name: HEIGHT
4 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-02-11 13:45

region.smf_building_part

Documentation Sygic Map Format
Schema region
Name smf_building_part
Module Building

The table smf_building_part contains building parts for a specific building. Each building is dividied into more building parts which enables display with more details. The building block is defined as a basic shape with a minimal and maximal height above the ground.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_building_part

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 building_part_id bigint Primary key PART_ID
Primary key
Shapefile name: PART_ID
2 building_id bigint region.smf_building_footprint PK of table smf_building_footprint BF_ID
PK of table smf_building_footprint
References: region.smf_building_footprint
Shapefile name: BF_ID
3 height smallint Max height in metres HEIGHT
Max height in metres
Shapefile name: HEIGHT
4 min_height smallint Min height in metres MIN_HEIGHT
Min height in metres
Shapefile name: MIN_HEIGHT
5 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-02-11 13:45

region.smf_city_center

Documentation Sygic Map Format
Schema region
Name smf_city_center
Module City center

City center represents the center of Admin Area or AdminPlace.

It is used for search and display purposes.

 

Display class

Priority for displaying city center is defined by the attribute DisplayClass.

Display class can be based on population of the city, administrative classification or other local priorities.

 

Our recomandations for display class attribute are:

  • Display class 1 : population above 2 million or country capital city
  • Display class 2 : population above 1 million
  • Display class 3 : population above 500 thousand
  • Display class 4 : population above 100 thousand or cities with national importance, capital cities of admin area level 3,4
  • Display class 5 : population above 50 thousand or cities with local importance, capital cities of admin area level 5 -7
  • Display class 6 : population above 30 thousand
  • Display class 7 : population above 20 thousand
  • Display class 8 : population above 10 thousand
  • Display class 9 : population above 5 thousand or city centers of sub urbs, districts etc.
  • Display class 10 : population above 1 thousand
  • Display class 11 : population under 1 thousand
  • Display class 12 : others

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_city_center

not used

not used

optional

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 city_center_id bigint Primary key CITY_ID
Primary key
Shapefile name: CITY_ID
2 admin_area_id bigint PK of the table smf_admin_area. Id of the lowest admin area in the administrative hierarchy where city center belongs ADMIN_ID
PK of the table smf_admin_area. Id of the lowest admin area in the administrative hierarchy where city center belongs
Shapefile name: ADMIN_ID
3 display_class smallint Display Class:
1 - Class 1
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5
6 - Class 6
7 - Class 7
8 - Class 8
9 - Class 9
10 - Class 10
11 - Class 11
12 - Class 12
DISPL_CLS
Display Class:
1 - Class 1
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5
6 - Class 6
7 - Class 7
8 - Class 8
9 - Class 9
10 - Class 10
11 - Class 11
12 - Class 12

Shapefile name: DISPL_CLS
4 admin_class smallint Admin Class:
1 - Capital of region (currently not used)
2 - Capital of country (admin level 2)
3 - Capital of the admin level 3
4 - Capital of the admin level 4
5 - Capital of the admin level 5
6 - Capital of the admin level 6
7 - Capital of the admin level 7
8 - Capital of the admin level 8
9 - Capital of the admin level 9
10 - Capital of the admin level 10
11 - Capital of the admin level 11
99 - Others
ADMIN_CLS
Admin Class:
1 - Capital of region (currently not used)
2 - Capital of country (admin level 2)
3 - Capital of the admin level 3
4 - Capital of the admin level 4
5 - Capital of the admin level 5
6 - Capital of the admin level 6
7 - Capital of the admin level 7
8 - Capital of the admin level 8
9 - Capital of the admin level 9
10 - Capital of the admin level 10
11 - Capital of the admin level 11
99 - Others

Shapefile name: ADMIN_CLS
5 population int Population POPULATION
Population
Shapefile name: POPULATION
6 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
7 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_city_center_to_name

Documentation Sygic Map Format
Schema region
Name smf_city_center_to_name
Module City center

The table smf_city_center_to_name creates relations between tables smf_city_center and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_city_center_to_name

not used

not used

optional

required

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 city_center_id bigint region.smf_city_center PK of table smf_city_center CITY_ID
PK of table smf_city_center
References: region.smf_city_center
Shapefile name: CITY_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_complex_intersection

Documentation Sygic Map Format
Schema region
Name smf_complex_intersection
Module Others

Complex Intersection is used for simplifying the geometry of the complex junction containing many route links at higher zoom level. It is only used for display purposes.

 

Example

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_complex_intersection

not used

not used

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 complex_intersection_id bigint Primary key INTERS_ID
Primary key
Shapefile name: INTERS_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:37

region.smf_complex_road

Documentation Sygic Map Format
Schema region
Name smf_complex_road
Module Others

Complex Road is used for optimizing geometry of route links at higher zoom levels. It is only used for display purposes.

 

Example:

When a motorway is digitized multiple times and there are route links for each direction.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_complex_road

not used

not used

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 complex_road_id bigint Primary key ROAD_ID
Primary key
Shapefile name: ROAD_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:35

region.smf_data_source

Documentation Sygic Map Format
Schema region
Name smf_data_source
Module Others

The table smf_data_source allows to add more information regarding the data provider.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_data_source

not used

not used

not used

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 data_source_id bigint Primary key SOURCE_ID
Primary key
Shapefile name: SOURCE_ID
2 source_name text Name of the data source NAME
Name of the data source
Shapefile name: NAME
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_ev_station_connector

Documentation Sygic Map Format
Schema region
Name smf_ev_station_connector
Module Poi

The table smf_ev_station_connector provides additional information about connector for the poi category Electric Vehicle station.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_ev_station_connector

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 ev_station_connector_id bigint Primary key EVSC_ID
Primary key
Shapefile name: EVSC_ID
2 poi_id bigint region.smf_poi POI_ID
References: region.smf_poi
Shapefile name: POI_ID
3 connector_type smallint 1 - Type 1
2 - Type 2 any
3 - Type 3
4 - Household Type any
5 - CCS1
6 - CCS2
7 - CHAdeMO
8 - Tesla any
11 - Type 2 plug
12 - Type 2 socket
21 - Household Type E
22 - Household Type F
23 - Household Type J
24 - Household Type G
31 - CEE Blue
32 - CEE Red
33 - CEE Plus
41 - NEMA 5
42 - NEMA 14
51 - China BG2
52 - China BG3
CONNECTOR
1 - Type 1
2 - Type 2 any
3 - Type 3
4 - Household Type any
5 - CCS1
6 - CCS2
7 - CHAdeMO
8 - Tesla any
11 - Type 2 plug
12 - Type 2 socket
21 - Household Type E
22 - Household Type F
23 - Household Type J
24 - Household Type G
31 - CEE Blue
32 - CEE Red
33 - CEE Plus
41 - NEMA 5
42 - NEMA 14
51 - China BG2
52 - China BG3

Shapefile name: CONNECTOR
4 external_id bigint External id EXT_ID
External id
Shapefile name: EXT_ID
5 power_type smallint 1 - AC
2 - DC
PWR_TYPE
1 - AC
2 - DC

Shapefile name: PWR_TYPE
6 max_power int Maximal output power in Watts (W) MAX_PWR
Maximal output power in Watts (W)
Shapefile name: MAX_PWR
Exported: 2020-01-30 09:52, Last imported: 2019-11-18 12:42

region.smf_house_number_intermediate

Documentation Sygic Map Format
Schema region
Name smf_house_number_intermediate
Module House number

An Intermediate House Number is a house number that needs to be stored explicitly when the house number range is ambiguous/irregular.

 

Example: Street with numbers: 1 3 5 8 9

Definition:

First number 1

Last number 9

Intermediate 3 5 8

 

Example: Street with numbers: 2 8

Definition:

First number 2

Last number 8

Intermediate 2 8

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_house_number_intermediate

not used

optional

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 house_number_range_id bigint region.smf_house_number_range Primary key of table smf_house_number_range HOUSE_ID
Primary key of table smf_house_number_range
References: region.smf_house_number_range
Shapefile name: HOUSE_ID
2 sequence_number int Sequence number of intermediate number of house number range SEQ_NUM
Sequence number of intermediate number of house number range
Shapefile name: SEQ_NUM
3 intermediate_house_number text House number NUMBER
House number
Shapefile name: NUMBER
4 side_of_link smallint 1 - On the left side
2 - On the right side
SIDE
1 - On the left side
2 - On the right side

Shapefile name: SIDE
Exported: 2020-01-30 09:52, Last imported: 2019-02-11 13:58

region.smf_house_number_range

Documentation Sygic Map Format
Schema region
Name smf_house_number_range
Module House number

The table smf_house_number_range is used for describing house number information along the route link and enables the approximate address search for a house number.

Please note this information can be replaced with address point database ( the table smf_address_point) for more explicit and precise address definition.

 

The House number range is defined by a first house number, a last house number and by a variance. The variance defines the sorting order of house numbers.

 

Example: Street with numbers: 1 3 5 7 9

Definition:

First house number: 1

Last house number: 9

Variance: 2 (odd)

 

Example: Street with numbers: 2 4 6 8 10

Definition:

First house number: 2

Last house number: 10

Variance: 1 (even)

 

Example: Street with numbers: 2A 4A 6A 8A

Definition:

First house number: 2A

Last house number: 8A

Variance: 1 (even)

 

Example: Street with numbers: 1 2 3 4 5 6 7 8 9 10

Definition:

First house number: 1

Last house number: 10

Variance: 3 (numeric mixed)

 

Example: Street with numbers: 3a 3b 3c 3d 3e

Definition:

First house number: 3a

Last house number: 3e

Variance: 5 (alphabetic)

 

Example: Street with numbers: 12 3b 4 15 30

Definition:

First house number: 12

Last house number: 30

Variance: 4 (irregular)

House numbers without any pattern. House numbers between first and last number are added by the table HouseNumberIntermediate through a reference.

   

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_house_number_range

not used

optional

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 house_number_range_id bigint Primary key HOUSE_ID
Primary key
Shapefile name: HOUSE_ID
2 route_link_id bigint region.smf_route_link PK of table smf_route_link. House number range belongs to this route link. LINK_ID
PK of table smf_route_link. House number range belongs to this route link.
References: region.smf_route_link
Shapefile name: LINK_ID
3 first_house_number_left text First house number on the left side of the route link. FIRSTLEFT
First house number on the left side of the route link.
Shapefile name: FIRSTLEFT
4 last_house_number_left text Last house number on the left side of the route link. LASTLEFT
Last house number on the left side of the route link.
Shapefile name: LASTLEFT
5 first_house_number_right text First house number on the right side of the route link. FIRSTRIGHT
First house number on the right side of the route link.
Shapefile name: FIRSTRIGHT
6 last_house_number_right text Last house number on the right side of the route link. LASTRIGHT
Last house number on the right side of the route link.
Shapefile name: LASTRIGHT
7 variance_left smallint 1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic
VAR_LEFT
1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic

Shapefile name: VAR_LEFT
8 variance_right smallint 1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic
VAR_RIGHT
1 - Even
2 - Odd
3 - Numeric mixed
4 - Irregular
5 - Alphabetic

Shapefile name: VAR_RIGHT
Exported: 2020-01-30 09:52, Last imported: 2019-02-07 11:00

region.smf_junction

Documentation Sygic Map Format
Schema region
Name smf_junction
Module Route link

The table smf_junction represents junctions of the route link. The junctions are mandatory only when there is a need to add one of the following information:

  • Z-level is different than 0 - ground level
  • Railway and tram crossing information is available
  • Junction is a border crossing point

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_junction

required

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 junction_id bigint Primary key JUNCTIONID
Primary key
Shapefile name: JUNCTIONID
2 z_level smallint Z-level of junction ( -10 ... 10 ) ZLEVEL
Z-level of junction ( -10 ... 10 )
Shapefile name: ZLEVEL
3 border_junction smallint 0 - No border crossing at junction
1 - Border crossing junction
BORDER
0 - No border crossing at junction
1 - Border crossing junction

Shapefile name: BORDER
4 crossing smallint 1 - Railway crossing
2 - Tram crossing
CROSSING
1 - Railway crossing
2 - Tram crossing

Shapefile name: CROSSING
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_land_use

Documentation Sygic Map Format
Schema region
Name smf_land_use
Module Land use & coverage

The table smf_land_use represents the physical cover or the functional usage of an earth’s surface. It is used for displaying area polygons on map.  

 

Display class means the classification of the area polygons according to the importance of the area polygon and it enables a meaningful display of these features.

 

 

Display Class

Land use elmenet

1

Element with area greater than 50.000.000  m2,

or based on local knowledge

2

Element with area between 5.000.000 - 50.000.000  m2 ,

or based on local knowledge

3

Element with area between 2.500.000 - 5.000.000  m2 ,

or based on local knowledge

4

Element with area between 250.000 - 2.500.000  m2 ,

or based on local knowledge

5

Element with area lower than 250.000 m2 ,

or based on local knowledge

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_land_use

not used

not used

not used

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 land_use_id bigint Primary key AREA_ID
Primary key
Shapefile name: AREA_ID
2 type smallint Natural
101 - Island
102 - Heath
103 - Scrub
104 - Grassland
105 - Wetland
106 - Forest
107 - Meadow
108 - Glacier
109 - Sand
110 - Rocks
150 - Nature_reserve
151 - National park

Agricultural
201 - Farmland
202 - Vineyard
203 - Orchard
204 - Farm

Urban
301 - Residential
302 - Industrial
303 - Commercial
304 - Retail
305 - Construction
306 - Grass
307 - Built-up


Leisure
401 - Park
402 - Garden
403 - Village green
404 - Golf course
405 - Recreation ground
406 - Sports centre
407 - Stadium
408 - Zoo
409 - Beach
410 - Beach resort
411 - Playground
412 - Pitch
413 - Allotments
414 - Art
415 - Amusement Park

Amenity
501 - School
502 - College/university
503 - Government
504 - Library
505 - Hospital
506 - Theatre
507 - Cinema
508 - Place of worship
509 - Cemetery
510 - Police
511 - Museum

Transportation
601 - Pedestrian
602 - Footway
603 - Parking
604 - Fuel
605 - Railway
606 - Platform
607 - Runway
608 - Taxiway
609 - Terminal
610 - Aerodrome

Military
701 - Military territory

Structures
801 - Embankment
802 - Breakwater
803 - Bridge
804 - Pier
TYPE
Natural
101 - Island
102 - Heath
103 - Scrub
104 - Grassland
105 - Wetland
106 - Forest
107 - Meadow
108 - Glacier
109 - Sand
110 - Rocks
150 - Nature_reserve
151 - National park

Agricultural
201 - Farmland
202 - Vineyard
203 - Orchard
204 - Farm

Urban
301 - Residential
302 - Industrial
303 - Commercial
304 - Retail
305 - Construction
306 - Grass
307 - Built-up


Leisure
401 - Park
402 - Garden
403 - Village green
404 - Golf course
405 - Recreation ground
406 - Sports centre
407 - Stadium
408 - Zoo
409 - Beach
410 - Beach resort
411 - Playground
412 - Pitch
413 - Allotments
414 - Art
415 - Amusement Park

Amenity
501 - School
502 - College/university
503 - Government
504 - Library
505 - Hospital
506 - Theatre
507 - Cinema
508 - Place of worship
509 - Cemetery
510 - Police
511 - Museum

Transportation
601 - Pedestrian
602 - Footway
603 - Parking
604 - Fuel
605 - Railway
606 - Platform
607 - Runway
608 - Taxiway
609 - Terminal
610 - Aerodrome

Military
701 - Military territory

Structures
801 - Embankment
802 - Breakwater
803 - Bridge
804 - Pier

Shapefile name: TYPE
3 display_name text Name of the land use area DISPL_NAME
Name of the land use area
Shapefile name: DISPL_NAME
4 display_class smallint 1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance
DISPL_CLS
1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance

Shapefile name: DISPL_CLS
5 area bigint Area of polygon in square metres AREA
Area of polygon in square metres
Shapefile name: AREA
6 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_land_use_to_name

Documentation Sygic Map Format
Schema region
Name smf_land_use_to_name
Module Land use & coverage

The table smf_land_use_to_name creates the relations between the tables smf_land_use and smf_name.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_land_use_to_name

not used

not used

not used

optional


Format: DBF or CSV file
Codepage: UTF-8
 

Key Name Data type Null Attributes References Description Shapefile name
1 land_use_id bigint region.smf_land_use PK of table smf_land_use ID
PK of table smf_land_use
References: region.smf_land_use
Shapefile name: ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_lane_connectivity

Documentation Sygic Map Format
Schema region
Name smf_lane_connectivity
Module Lane assistant

The table smf_lane_connectivity defines relations between one lane of a start route link and one lane of an end route link.

The connection can be valid for specific vehicle type and also for a specific time period e.g. reversible lanes.

 

Lane index identifies the lane within the route link. It is counted from right to left taking into account the direction of route link.

 

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_lane_connectivity

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 lane_connectivity_id bigint Primary Key LANECON_ID
Primary Key
Shapefile name: LANECON_ID
2 start_lane_information_id bigint region.smf_lane_information Start lane id, PK of table smf_lane_information. START_LANE
Start lane id, PK of table smf_lane_information.
References: region.smf_lane_information
Shapefile name: START_LANE
3 end_lane_information_id bigint region.smf_lane_information End lane id, PK of table smf_lane_information. END_LANE
End lane id, PK of table smf_lane_information.
References: region.smf_lane_information
Shapefile name: END_LANE
4 start_lane_index bigint Start lane index. Counted from right to left taking into account the direction of route link.
START_IDX
Start lane index. Counted from right to left taking into account the direction of route link.

Shapefile name: START_IDX
5 end_lane_index bigint End lane index. Counted from right to left taking into account the direction of route link. END_IDX
End lane index. Counted from right to left taking into account the direction of route link.
Shapefile name: END_IDX
6 start_route_link_id bigint region.smf_route_link Route link id of start element, PK of table smf_route_link. START_LINK
Route link id of start element, PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: START_LINK
7 end_route_link_id bigint region.smf_route_link Route link id of end element, PK of table smf_route_link. END_LINK
Route link id of end element, PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: END_LINK
8 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. VV_ID
PK of the table smf_vehicle_validity.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
9 time_validity text Time validity for this maneuver. TIME_VALID
Time validity for this maneuver.
Shapefile name: TIME_VALID
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_lane_connectivity_via_link

Documentation Sygic Map Format
Schema region
Name smf_lane_connectivity_via_link
Module Lane assistant

The table smf_lane_connectivity_via_link defines transition route links between a start and an end route link of lane connectivity. This is usually needed when the start and the end route links are not directly connected. E.g. complex junction with intersection internal. The sequence of route links stored in this table doesn't contain the start link and end link ids.

 

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_lane_connectivity_via_link

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 lane_connectivity_id bigint region.smf_lane_connectivity Primary key of table smf_lane_connectivity LANECON_ID
Primary key of table smf_lane_connectivity
References: region.smf_lane_connectivity
Shapefile name: LANECON_ID
2 sequence_number smallint Sequence number of route link SEQ_NUM
Sequence number of route link
Shapefile name: SEQ_NUM
3 route_link_id bigint region.smf_route_link Transition route link id LINK_ID
Transition route link id
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-08 14:49

region.smf_lane_information

Documentation Sygic Map Format
Schema region
Name smf_lane_information
Module Lane assistant

The table smf_lane_information contains information about lanes on the route link. One record defines attributes for one lane. This lane information is assigned to particular route link via table smf_lane_connectivity.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_lane_information

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 lane_information_id bigint Primary Key LANE_ID
Primary Key
Shapefile name: LANE_ID
2 lane_divider_marker smallint 1 - Interrupted Line with Long Lines
2 - Double Solid Line
3 - Single Solid Line
4 - Combination of a Single Solid Line and an Interrupted Line
5 - Combination of an Interrupted and a Single Solid Line
6 - Interrupted Line with Short Lines.
7 - Toll Booth
DIVIDER
1 - Interrupted Line with Long Lines
2 - Double Solid Line
3 - Single Solid Line
4 - Combination of a Single Solid Line and an Interrupted Line
5 - Combination of an Interrupted and a Single Solid Line
6 - Interrupted Line with Short Lines.
7 - Toll Booth

Shapefile name: DIVIDER
3 traffic_direction smallint 1 - Open in both directions
2 - Closed in Negative
3 - Closed in Positive
4 - Closed in both directions
TRAF_DIR
1 - Open in both directions
2 - Closed in Negative
3 - Closed in Positive
4 - Closed in both directions

Shapefile name: TRAF_DIR
4 direction_category smallint Bitmask:
1 - Straight
2 - Slight Right
4 - Right
8 - Sharp Right
16 - U-turn Left
32 - Sharp Left
64 - Left
128 - Slight Left
256 - U-turn Right
DIRECTION
Bitmask:
1 - Straight
2 - Slight Right
4 - Right
8 - Sharp Right
16 - U-turn Left
32 - Sharp Left
64 - Left
128 - Slight Left
256 - U-turn Right

Shapefile name: DIRECTION
5 lane_forming_ending smallint 1 - Forming
2 - Ending
3 - Forming Ending
FORM_END
1 - Forming
2 - Ending
3 - Forming Ending

Shapefile name: FORM_END
6 lane_type smallint 1 - Exit/Entrance Lane
2 - Shoulder Lane/Emergency Lane
3 - Parking Lane
4 - HOV Lane
5 - Auxiliary Lane
6 - Truck Parking Lane
7 - Bicycle Parking Lane
TYPE
1 - Exit/Entrance Lane
2 - Shoulder Lane/Emergency Lane
3 - Parking Lane
4 - HOV Lane
5 - Auxiliary Lane
6 - Truck Parking Lane
7 - Bicycle Parking Lane

Shapefile name: TYPE
7 speed_restriction smallint Speed restriction in kmh or mph based on admin level information. SPEED_REST
Speed restriction in kmh or mph based on admin level information.
Shapefile name: SPEED_REST
8 minimal_vehicle_occupancy smallint 1 - Driver
2 - Driver +1
3 - Driver +2
4 - Driver +3
5 - Driver +4
MIN_OCCUP
1 - Driver
2 - Driver +1
3 - Driver +2
4 - Driver +3
5 - Driver +4

Shapefile name: MIN_OCCUP
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_maneuver

Documentation Sygic Map Format
Schema region
Name smf_maneuver
Module Maneuver

The table smf_maneuver creates the relation between two route links as well as it defines conditions for this maneuver to be valid.

 

There are four types of maneuvers:

  • Prohibited maneuver - is used for route calculation and it represents maneuver which is prohibited for a specific type of a vehicle.
  • Bifurcation - is used for an occurance of a navigation instruction. Bifurcations should be used when road has two or more natural continuations.
  • Priority maneuver - is used for a logic of generation of navigation instructions when a certain maneuver has a priority over another at an intersection.

  • Gate - is used for route calculation permission over a gate/movable barrier that prohibites travelling along the route.

 

Others attributes define the conditions when the maneuver is valid.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_maneuver

required

required

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 maneuver_id bigint Primary key MAN_ID
Primary key
Shapefile name: MAN_ID
2 start_route_link_id bigint region.smf_route_link Route link id of the first element of the maneuver. PK of table smf_route_link. START_LINK
Route link id of the first element of the maneuver. PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: START_LINK
3 end_route_link_id bigint region.smf_route_link Route link id of the last element of the maneuver. PK of table smf_route_link. END_LINK
Route link id of the last element of the maneuver. PK of table smf_route_link.
References: region.smf_route_link
Shapefile name: END_LINK
4 type smallint 1 - Prohibited maneuver
2 - Bifurcation
3 - Priority maneuver
4 - Gate
5 - Physically blocked
TYPE
1 - Prohibited maneuver
2 - Bifurcation
3 - Priority maneuver
4 - Gate
5 - Physically blocked

Shapefile name: TYPE
5 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. VV_ID
PK of the table smf_vehicle_validity.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
6 weight int Weight restriction in kilograms WEIGHT
Weight restriction in kilograms
Shapefile name: WEIGHT
7 height int Height restriction in millimeters HEIGHT
Height restriction in millimeters
Shapefile name: HEIGHT
8 length int Length restriction in milimeters LENGTH
Length restriction in milimeters
Shapefile name: LENGTH
9 width int Width restriction in millimeters WIDTH
Width restriction in millimeters
Shapefile name: WIDTH
10 weight_per_axle int Weight per axle restriction in kilograms WEIGHT_AXL
Weight per axle restriction in kilograms
Shapefile name: WEIGHT_AXL
11 number_of_axles smallint Number of axle restriction
Number of axle restriction
12 kpra_lenght int KPRA length restriction in millimeters KPRA_LEN
KPRA length restriction in millimeters
Shapefile name: KPRA_LEN
13 trailer_type smallint Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers
TRAILER
Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers

Shapefile name: TRAILER
14 hazmat smallint 1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water
HAZMAT
1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water

Shapefile name: HAZMAT
15 adr_tunnel_code char(10) Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E
ADR_CODE
Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E

Shapefile name: ADR_CODE
16 time_validity text Maneuver is valid only in this time TIME_VALID
Maneuver is valid only in this time
Shapefile name: TIME_VALID
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_maneuver_via_link

Documentation Sygic Map Format
Schema region
Name smf_maneuver_via_link
Module Maneuver

The table smf_maneuver_via_link defines details of the transition between start and end route link of maneuver. This is needed when start and end route links are not directly connected. E.g. complex junction with intersection internal. The sequence of route links stored in this table doesn't contain the start link and end link ids.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_maneuver_via_link

required

required

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 maneuver_id bigint region.smf_maneuver Primary key of table smf_maneuver MAN_ID
Primary key of table smf_maneuver
References: region.smf_maneuver
Shapefile name: MAN_ID
2 sequence_number smallint Sequence number of route link SEQ_NUM
Sequence number of route link
Shapefile name: SEQ_NUM
3 route_link_id bigint region.smf_route_link Transition route link id. LINK_ID
Transition route link id.
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:19

region.smf_metadata

Documentation Sygic Map Format
Schema region
Name smf_metadata
Module Metadata

The table smf_metadata provides basic information about the whole map dataset.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_metadata

required

required

required

required

 

Format: DBF or CSV file

Codepage: UTF-8

Key Name Data type Null Attributes References Description Shapefile name
1 country_iso text Country ISO code. Format ISO 3166-1 alpha-3 ISO
Country ISO code. Format ISO 3166-1 alpha-3
Shapefile name: ISO
2 release_date char(10) Format YYYY.MM REL_DATE
Format YYYY.MM
Shapefile name: REL_DATE
3 provider char(10) Provider name PROVIDER
Provider name
Shapefile name: PROVIDER
4 version char(10) Version of map data VERSION
Version of map data
Shapefile name: VERSION
5 smf_version text Version of Sygic Map Format SMF
Version of Sygic Map Format
Shapefile name: SMF
6 driving_side smallint 1 - Right driving country
2 - Left driving country
DRIVING
1 - Right driving country
2 - Left driving country

Shapefile name: DRIVING
7 unit_of_speed_restriction smallint 1 - Kmh
2 - Mph
UNITS
1 - Kmh
2 - Mph

Shapefile name: UNITS
8 unit_of_dimensional_restriction smallint 1 - Centimeter
2 - Inch
UNITS_DIM
1 - Centimeter
2 - Inch

Shapefile name: UNITS_DIM
9 unit_of_weight_restriction smallint 1 - Kilogram (kg)
2 - Pound (lb)
UNITS_WGHT
1 - Kilogram (kg)
2 - Pound (lb)

Shapefile name: UNITS_WGHT
Exported: 2020-01-30 09:52, Last imported: 2020-01-29 16:31

region.smf_name

Documentation Sygic Map Format
Schema region
Name smf_name
Module Others

The table smf_name contains all names related.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_name

optional

optional

required

optional


Format: DBF or CSV file
Codepage: UTF-8
 

Key Name Data type Null Attributes References Description Shapefile name
1 name_id bigint Primary key NAME_ID
Primary key
Shapefile name: NAME_ID
2 language_code char(10) Marc code of the language, see the section Language Codes. If the language is undfined or unknown use code "und" LANG_CODE
Marc code of the language, see the section Language Codes. If the language is undfined or unknown use code "und"
Shapefile name: LANG_CODE
3 name_text text Text
Text
4 script smallint Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai
SCRIPT
Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai

Shapefile name: SCRIPT
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_named_area

Documentation Sygic Map Format
Schema region
Name smf_named_area
Module Named area

Table smf_named_area defines named areas. Relation between named areas can be expressed by attribute parent_named_area_id, which is named area id of superior named area

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_named_area

not used

not used

optional

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 named_area_id bigint Primary key NA_ID
Primary key
Shapefile name: NA_ID
2 type smallint Type:
1 - Census
2 - Townland
3 - Postal town
4 - Neighborhood
5 - Urban agglomeration
6 - Native reservation
7 - Residential
99 - Other named area
TYPE
Type:
1 - Census
2 - Townland
3 - Postal town
4 - Neighborhood
5 - Urban agglomeration
6 - Native reservation
7 - Residential
99 - Other named area

Shapefile name: TYPE
3 named_area_center_id bigint region.smf_city_center PK of table smf_city_center CENTER_ID
PK of table smf_city_center
References: region.smf_city_center
Shapefile name: CENTER_ID
4 parent_named_area_id bigint region.smf_named_area PK of table smf_named_area PARENT_NA
PK of table smf_named_area
References: region.smf_named_area
Shapefile name: PARENT_NA
5 time_zone_id bigint region.smf_time_zone PK of table smf_time_zone TIME_Z_ID
PK of table smf_time_zone
References: region.smf_time_zone
Shapefile name: TIME_Z_ID
6 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_named_area_to_name

Documentation Sygic Map Format
Schema region
Name smf_named_area_to_name
Module Named area

The table smf_named_area_to_name create relations between the tables smf_named_area and smf_name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_named_area_to_name

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 named_area_id bigint region.smf_named_area PK of table smf_named_area NA_ID
PK of table smf_named_area
References: region.smf_named_area
Shapefile name: NA_ID
2 name_id bigint region.smf_name PK of table smd_name NAME_ID
PK of table smd_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_payment_method

Documentation Sygic Map Format
Schema region
Name smf_payment_method
Module Others

The table smf_payment_method provides options for payment method.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_payment_method

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 payment_method_id bigint Primary key PAYMENT_ID
Primary key
Shapefile name: PAYMENT_ID
2 type smallint 1 - Cash
2 - Exact cash
3 - Checque
4 - Wire transfer
5 - Electronic purse
6 - Debit card
7 - Credit card
8 - Fuel card
9 - Payment via phone
10 - Public transport
11 - Road toll
12 - Cryptocurrency
13 - Digital wallet
14 - Government assistance program
15 - PayPal
99 - Others
TYPE
1 - Cash
2 - Exact cash
3 - Checque
4 - Wire transfer
5 - Electronic purse
6 - Debit card
7 - Credit card
8 - Fuel card
9 - Payment via phone
10 - Public transport
11 - Road toll
12 - Cryptocurrency
13 - Digital wallet
14 - Government assistance program
15 - PayPal
99 - Others

Shapefile name: TYPE
3 payment_method_name text Additional description for the payment method. E.g.:
- coins, notes for option cash
- Maestro, Visa Electron, Visa Debit, Girocard for option for debit card
- MasterCard, Visa, JCB, Diners Club, American Express option for credit card
- EW, DKV IDS, Roadrunner for option for fuel card
- sms for option payment via phone
- paypal for option other
DESC
Additional description for the payment method. E.g.:
- coins, notes for option cash
- Maestro, Visa Electron, Visa Debit, Girocard for option for debit card
- MasterCard, Visa, JCB, Diners Club, American Express option for credit card
- EW, DKV IDS, Roadrunner for option for fuel card
- sms for option payment via phone
- paypal for option other

Shapefile name: DESC
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_poi

Documentation Sygic Map Format
Schema region
Name smf_poi
Module Poi

This table contains points of interests (POI).

The mandatory attribute is Category which defines a poi category, such as petrol station, restaurant and so on. You can find the posible values for the poi category in next chapter.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi

not used

not used

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint Primary key POI_ID
Primary key
Shapefile name: POI_ID
2 data_source_id bigint region.smf_data_source PK of table smf_data_source. Is used to describe the source of the poi. SOURCE_ID
PK of table smf_data_source. Is used to describe the source of the poi.
References: region.smf_data_source
Shapefile name: SOURCE_ID
3 external_id bigint External reference. Used for real-time data EXTERNALID
External reference. Used for real-time data
Shapefile name: EXTERNALID
4 category smallint Poi category, for more details see section poi category. CATEGORY
Poi category, for more details see section poi category.
Shapefile name: CATEGORY
5 opening_hours text Opening hours writen in time domain format. See section Time Domain. OPEN_HOURS
Opening hours writen in time domain format. See section Time Domain.
Shapefile name: OPEN_HOURS
6 restricted_access smallint 1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only
RESTR_ACC
1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only

Shapefile name: RESTR_ACC
7 route_link_id bigint region.smf_route_link Poi is associated to the route link. LINK_ID
Poi is associated to the route link.
References: region.smf_route_link
Shapefile name: LINK_ID
8 admin_area_id bigint region.smf_admin_area The lowest admin area where poi belongs. ADMIN_ID
The lowest admin area where poi belongs.
References: region.smf_admin_area
Shapefile name: ADMIN_ID
9 address_point_id bigint region.smf_address_point Id of address point associated with this poi AP_ID
Id of address point associated with this poi
References: region.smf_address_point
Shapefile name: AP_ID
10 postal_area_id bigint region.smf_postal_area Post code Id of postal area in which the poi belongs to. POST_ID
Post code Id of postal area in which the poi belongs to.
References: region.smf_postal_area
Shapefile name: POST_ID
11 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
12 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-22 15:59

region.smf_poi_contact_information

Documentation Sygic Map Format
Schema region
Name smf_poi_contact_information
Module Poi

The table smf_poi_contact_information provides additional contact information for POIs.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_contact_information

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_contact_information_id bigint PK of smf_poi_contact_information CONTACT_ID
PK of smf_poi_contact_information
Shapefile name: CONTACT_ID
2 poi_id bigint region.smf_poi PK of smf_poi POI_ID
PK of smf_poi
References: region.smf_poi
Shapefile name: POI_ID
3 type smallint 1 - Telephone number
2 - Email
3 - Internet address
9 - Other
TYPE
1 - Telephone number
2 - Email
3 - Internet address
9 - Other

Shapefile name: TYPE
4 content text Textual information TEXT
Textual information
Shapefile name: TEXT
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_poi_entry_point

Documentation Sygic Map Format
Schema region
Name smf_poi_entry_point
Module Poi

The table smf_poi_to_entry_point provides entry points for POIs.

The entry point is the entrance to a POI and lies on the route link geometry.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_entry_point

not used

not used

optional

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_entry_point_id bigint Primary key ENTRY_ID
Primary key
Shapefile name: ENTRY_ID
2 poi_id bigint region.smf_poi PK of table smf_poi POI_ID
PK of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
3 main smallint Entry point is the main entry point of the object MAIN
Entry point is the main entry point of the object
Shapefile name: MAIN
4 pedestrian smallint Entry point is accessible only for pedestrian PEDESTRIAN
Entry point is accessible only for pedestrian
Shapefile name: PEDESTRIAN
5 routing smallint Entry point is used for route computation ROUTING
Entry point is used for route computation
Shapefile name: ROUTING
6 service smallint Entry point is used by services/deliveries SERVICE
Entry point is used by services/deliveries
Shapefile name: SERVICE
7 parking smallint There is a parking lot available PARKING
There is a parking lot available
Shapefile name: PARKING
8 emergency smallint Entry point is used by emergency vehicles EMERGENCY
Entry point is used by emergency vehicles
Shapefile name: EMERGENCY
9 wheelchair smallint The entry point is accessible for wheelchair user.
1 - Yes
WHEELCHAIR
The entry point is accessible for wheelchair user.
1 - Yes

Shapefile name: WHEELCHAIR
10 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_poi_ev_station

Documentation Sygic Map Format
Schema region
Name smf_poi_ev_station
Module Poi

The table smf_poi_ev_station provides additional information for the poi category Electric Vehicle station.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_ev_station

not used

not used

optional

not used

 

Format: DBF or CSV

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi PK of table smf_poi POI_ID
PK of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 free_charge smallint 1 - Free
2 - Paid
3 - Both
FREE
1 - Free
2 - Paid
3 - Both

Shapefile name: FREE
3 reservable smallint 1 - Reservable RESERVABLE
1 - Reservable
Shapefile name: RESERVABLE
4 availability_status smallint 1 - Availability status AV_STATUS
1 - Availability status
Shapefile name: AV_STATUS
5 authentification_method_app smallint 1 - Authentification by application APP
1 - Authentification by application
Shapefile name: APP
6 authentification_method_rfid smallint 1 - Authentification by RFID RFID
1 - Authentification by RFID
Shapefile name: RFID
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_poi_hierarchy

Documentation Sygic Map Format
Schema region
Name smf_poi_hierarchy
Module Poi

The table smf_poi_hierarchy defines the relation between POIs and creates a simple hierarchy.

This hierarchy is used to create associations such as Rest areas along motorway contains other pois like petrol station, restaurant and so on.

 

This table improves only the functionality of the search 'POIs along route' and does not affect search nor routing.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_hierarchy

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi Primary key of table smf_poi POI_ID
Primary key of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 child_poi_id bigint region.smf_poi Poi Id of poi which belongs to poi associated with poi_id. CHILD_ID
Poi Id of poi which belongs to poi associated with poi_id.
References: region.smf_poi
Shapefile name: CHILD_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_poi_to_name

Documentation Sygic Map Format
Schema region
Name smf_poi_to_name
Module Poi

The table smf_poi_to_name creates the relation between the tables smf_poi and smf_name.

The attribute Type defines the type of POI's names and its additional details.

 

If the requirement is to search POIs by name the POI has to have defined the type official name.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_to_name

not used

not used

optional

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi PK of table smf_poi POI_ID
PK of table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type of poi's name:
1 - Official name
2 - Alternative name
3 - Brand name
4 - Street name
5 - House number
6 - Place name
7 - Postcode
8 - Building Storey
9 - Provider
10 - Operator
11 - Description
TYPE
Type of poi's name:
1 - Official name
2 - Alternative name
3 - Brand name
4 - Street name
5 - House number
6 - Place name
7 - Postcode
8 - Building Storey
9 - Provider
10 - Operator
11 - Description

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_poi_to_payment_method

Documentation Sygic Map Format
Schema region
Name smf_poi_to_payment_method
Module Poi

The table smf_poi_to_payment_method creates relations between tables smf_poi and smf_payment_method.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_poi_to_payment_method

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 poi_id bigint region.smf_poi PK of the table smf_poi POI_ID
PK of the table smf_poi
References: region.smf_poi
Shapefile name: POI_ID
2 payment_method_id bigint region.smf_payment_method PK of the table smf_payment_method PAYMENT_ID
PK of the table smf_payment_method
References: region.smf_payment_method
Shapefile name: PAYMENT_ID
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_postal_area

Documentation Sygic Map Format
Schema region
Name smf_postal_area
Module Post code

The table smf_postal_area represents the database of post codes as a area feature.

  

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_postal_area

not used

not used

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 postal_area_id bigint Primary key POSTAL_ID
Primary key
Shapefile name: POSTAL_ID
2 postal_code text Name TEXT
Name
Shapefile name: TEXT
3 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_postal_point

Documentation Sygic Map Format
Schema region
Name smf_postal_point
Module Post code

 The table smf_postal_area represents the database of post codes as a point feature.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_postal_point

not used

not used

optional

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 postal_point_id bigint Primary key POSTAL_ID
Primary key
Shapefile name: POSTAL_ID
2 postal_code text Name TEXT
Name
Shapefile name: TEXT
3 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
4 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-02-12 16:36

region.smf_railway

Documentation Sygic Map Format
Schema region
Name smf_railway
Module Others

All smf_railways types are used only for display purposes.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_railway

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 railway_id bigint Primary key RAIL_ID
Primary key
Shapefile name: RAIL_ID
2 display_class smallint 1 - Main
2 - Minor
DISPL_CLS
1 - Main
2 - Minor

Shapefile name: DISPL_CLS
3 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
4 type smallint 1 - Rail
2 - Disused
3 - Funicular
4 - Light rail
5 - Miniature
6 - Monorail
7 - Narrow gauge
8 - Preserved
9 - Subway
10 - Tram
TYPE
1 - Rail
2 - Disused
3 - Funicular
4 - Light rail
5 - Miniature
6 - Monorail
7 - Narrow gauge
8 - Preserved
9 - Subway
10 - Tram

Shapefile name: TYPE
5 part_of_structure smallint 1 - Tunnel
2 - Bridge
STRUCTURE
1 - Tunnel
2 - Bridge

Shapefile name: STRUCTURE
6 length int Length LENGTH
Length
Shapefile name: LENGTH
7 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_restriction

Documentation Sygic Map Format
Schema region
Name smf_restriction
Module Restriction

The table smf_restriction_logistics contains an additional restriction for a route link. The restriction can be valid for a specific vehicle in a defined direction, optionally for a specific time period.

One record represents one restriction which can be combination of various restrictions. E.g. Speed limit restriction valid only for truck with weight over 3.5 tons in specific time.

   

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_restriction

required

required

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 restriction_id bigint Primary key RESTR_ID
Primary key
Shapefile name: RESTR_ID
2 type smallint 1 - Direction of traffic flow
2 - No through traffic
3 - Speed restriction
4 - Passing restriction
9 - Preferred route
TYPE
1 - Direction of traffic flow
2 - No through traffic
3 - Speed restriction
4 - Passing restriction
9 - Preferred route

Shapefile name: TYPE
3 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. It defines the vehicles to which this restriction applies. VV_ID
PK of the table smf_vehicle_validity. It defines the vehicles to which this restriction applies.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
4 max_speed int Speed limit in kmh or mph. Different than specified in route link table SPEED
Speed limit in kmh or mph. Different than specified in route link table
Shapefile name: SPEED
5 weight int Weight restrictions in kilograms WEIGHT
Weight restrictions in kilograms
Shapefile name: WEIGHT
6 height int Height restrictions in millimeters HEIGHT
Height restrictions in millimeters
Shapefile name: HEIGHT
7 length int Length restrictions in millimeters LENGHT
Length restrictions in millimeters
Shapefile name: LENGHT
8 width int Width restrictions in centimetres WIDTH
Width restrictions in centimetres
Shapefile name: WIDTH
9 weight_per_axle int Weight per axle restrictions in kilograms WEIGHT_AXL
Weight per axle restrictions in kilograms
Shapefile name: WEIGHT_AXL
10 number_of_axle smallint Number of axle NUM_AXLE
Number of axle
Shapefile name: NUM_AXLE
11 kpra_length int KPRA length in centimetres KPRA_LEN
KPRA length in centimetres
Shapefile name: KPRA_LEN
12 trailer_type smallint Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers
TRAILER
Trailer type:
1 - Truck with one or more trailers
2 - Truck with two or more trailers
3 - Truck with three or more trailers
4 - Semi or Tractor with one or more Trailers

Shapefile name: TRAILER
13 hazmat smallint HAZMAT:
1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water
HAZMAT
HAZMAT:
1 - Class 1: Explosives
2 - Class 2: Gas
3 - Class 3: Flammable
4 - Class 4: Flammable Solid/Combustible
5 - Class 5: Organic
6 - Class 6: Poison
7 - Class 7: Radioactive
8 - Class 8: Corrosive
9 - Class 9: Miscellaneous
10 - Any Hazardous Material
11 - Goods Harmful for Water

Shapefile name: HAZMAT
14 adr_tunnel_code char(10) Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E
ADR_CODE
Adr tunnel codes:
A - Tunnel Category A
B - Tunnel Category B
C - Tunnel Category C
D - Tunnel Category D
E - Tunnel Category E

Shapefile name: ADR_CODE
15 preferred_route smallint 1 - General Truck Route
2 - Hazardous Cargo Route
3 - Route is recognized as route link with routing class attribute = 0 for trucks
4 - Route is recognized as route link with routing class attribute = 1 for trucks
100 - STAA
101 - TD
102 - NHRM
200 - B-double
201 - B-triple
PREFERRED
1 - General Truck Route
2 - Hazardous Cargo Route
3 - Route is recognized as route link with routing class attribute = 0 for trucks
4 - Route is recognized as route link with routing class attribute = 1 for trucks
100 - STAA
101 - TD
102 - NHRM
200 - B-double
201 - B-triple

Shapefile name: PREFERRED
16 special_condition smallint 1 - Avalanche
2 - Dry Season
3 - Dust
4 - Fog
5 - High Tide
6 - High Water
7 - Low Tide
8 - Low Water
9 - Rain/wet conditions
10 - Snow
11 - Strong Wind
12 - Thaw
13 - Wet Season
14 - Wintry conditions

101 - Afternoon
102 - Dawn
103 - Day
104 - Dusk
105 - Evening
106 - Morning
107 - Night
108 - Dawn to Dusk
109 - Dusk to Dawn

201 - Spring
202 - Summer
203 - Autumn
204 - Winter

301 - Holiday
302 - Non-School Hours
303 - School
304 - School Hours
305 - Summer School
306 - When Children are Present

401 - Business Hours
402 - Church Hours
403 - Evening Rush Hour
404 - Event
405 - Funeral
406 - Hunting Season
407 - Market hours
408 - Military Exercise
409 - Morning Rush Hour
410 - Off-Peak Hours
411 - Peak Hours
412 - Pollution
413 - Race Days
414 - Ski Season
415 - Tourist Season
SPEC_CON
1 - Avalanche
2 - Dry Season
3 - Dust
4 - Fog
5 - High Tide
6 - High Water
7 - Low Tide
8 - Low Water
9 - Rain/wet conditions
10 - Snow
11 - Strong Wind
12 - Thaw
13 - Wet Season
14 - Wintry conditions

101 - Afternoon
102 - Dawn
103 - Day
104 - Dusk
105 - Evening
106 - Morning
107 - Night
108 - Dawn to Dusk
109 - Dusk to Dawn

201 - Spring
202 - Summer
203 - Autumn
204 - Winter

301 - Holiday
302 - Non-School Hours
303 - School
304 - School Hours
305 - Summer School
306 - When Children are Present

401 - Business Hours
402 - Church Hours
403 - Evening Rush Hour
404 - Event
405 - Funeral
406 - Hunting Season
407 - Market hours
408 - Military Exercise
409 - Morning Rush Hour
410 - Off-Peak Hours
411 - Peak Hours
412 - Pollution
413 - Race Days
414 - Ski Season
415 - Tourist Season

Shapefile name: SPEC_CON
17 time_validity text Restriction is valid in this time range TIME_VALID
Restriction is valid in this time range
Shapefile name: TIME_VALID
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_route_link

Documentation Sygic Map Format
Schema region
Name smf_route_link
Module Route link

One street/road element in reality is defined as a route link.

 

The route link contains various attributes which can be split into four categories based on a usage:

 

1. Route computation:

  • Routing Class: we defined 5 routing classes. 0 is the most important, 4 is the least important class.
  • Form Of Way - used for route link penalization or prioritization:
    • Entrance exit to from a car park
    • Part of a pedestrian zone
    • Part of a walkway
    • Stairs
    • Back road
  • Road Condition - used for route link penalization
  • Urban - whether route link is in city or not
  • Controlled Access - is used for motorways and highways
  • Restricted Access - used for route link penalization
  • Toll Road - to avoid tolled route link
  • Congestion Charge - to avoid congestion zones, low emission zones, enviromental zones
  • Speed Category
  • Scenic route - to prioritize routing for seeing nice sceneries
  • Speed Profile Pos, Speed Profile Neg - defines speed profile curves for a weekdays in positive and negative direction of route link

 

 

2. Navigation instruction:

  • Form Of Way
    • Roundabout
    • Ramp
    • Parallel road
    • Connector
    • Special traffic figure
  • Plural Junction - to simplify instruction through complicated junction
  • Controlled Access - to recognize instruction on highways

 

 

3. Route link visualization:

  • Functional Road Class: is used only for display purpose and it is not related to routing.
  • Part Of Structure - show tunnels on map

 

4. Other purpose:

  • Part Of Structure - to enable simulation in tunnel
  • Speed Limit Pos, Speed Limit Neg - defined speed limits on route link in positive and negative direction of route link
  • Parking Pos, Parking Neg - define whether parking is available and with which conditions in positive and negative direction of route link

 

Traffic direction

Route link is by default open to traffic in both direction for every vehicle type. Information about traffic restrictions is defined in table smf_restriction_traffic. Other attributes like Form Of Way doesn't affect the direction of traffic flow.

 

Routing classes 

The Routing Class represents a classification of roads and ferries based on their importance.

Two roads running more or less in parallel and connecting the same settlements should not have the same Routing Class, the fastest connection should be identified as more important.

Ring roads and by-passes collect local and connecting traffic and should have a higher Routing Class than roads going through the center.

All relevant connections between high Routing Class roads should receive the same Routing Class necessary to ensure connectivity between them, otherwise route calculation can exhibit unexpected detours.

 

Connected network

5 Routing Classes basically represent 5 subnetworks of roads and ferries, wheras each forms a connected graph together with the higher Routing Class(es). This means that

  • each captured route link with a certain Routing Class is connected at least at one side by another captured route link with the same or a higher Routing Class. A network is called connected if there exists at least one path from every chain in the network to every other chain in this network.

 

The four most important Routing Class values shall each form a closed graph together with the higher Routing Class(es).

This means that

  • each captured route link with a certain Routing Class is connected at both sides by another captured route link with the same or a higher Routing Class.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link

required

required

required

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint Primary key LINK_ID
Primary key
Shapefile name: LINK_ID
2 from_junction_id bigint region.smf_junction From junction id FROM_ID
From junction id
References: region.smf_junction
Shapefile name: FROM_ID
3 to_junction_id bigint region.smf_junction To junction id TO_ID
To junction id
References: region.smf_junction
Shapefile name: TO_ID
4 route_type smallint 1 - Road connection
2 - Ferry connection
3 - Rail connection
LINK_TYPE
1 - Road connection
2 - Ferry connection
3 - Rail connection

Shapefile name: LINK_TYPE
5 routing_class smallint 1 - Road of international importance
2 - Road of national importance
3 - Road of regional importance
4 - Local road with high importance
5 - Local road
ROUTING_C
1 - Road of international importance
2 - Road of national importance
3 - Road of regional importance
4 - Local road with high importance
5 - Local road

Shapefile name: ROUTING_C
6 functional_road_class smallint 1 - Motorway
2 - Major road of high importance
3 - Other major road
4 - Secondary road
5 - Local connecting road
6 - Local road of high importance
7 - Local road
8 - Local road of minor importance
9 - Other road
FUNC_CLASS
1 - Motorway
2 - Major road of high importance
3 - Other major road
4 - Secondary road
5 - Local connecting road
6 - Local road of high importance
7 - Local road
8 - Local road of minor importance
9 - Other road

Shapefile name: FUNC_CLASS
7 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
8 form_of_way smallint 1 - Roundabout
2 - Parking_place
3 - Parking_building
4 - Ramp
5 - Entrance/exit to/from a car park
6 - Parallel road
7 - Part of a pedestrian zone
8 - Part of a walkway
9 - Stairs
10 - Connector - road is used to make a u-turn
11 - Back road
12 - Special traffic figure
FOW
1 - Roundabout
2 - Parking_place
3 - Parking_building
4 - Ramp
5 - Entrance/exit to/from a car park
6 - Parallel road
7 - Part of a pedestrian zone
8 - Part of a walkway
9 - Stairs
10 - Connector - road is used to make a u-turn
11 - Back road
12 - Special traffic figure

Shapefile name: FOW
9 road_condition smallint 1 - Paved
2 - Unpaved
3 - Poor condition
CONDITION
1 - Paved
2 - Unpaved
3 - Poor condition

Shapefile name: CONDITION
10 part_of_structure smallint 1 - Tunnel
2 - Bridge
STRUCTURE
1 - Tunnel
2 - Bridge

Shapefile name: STRUCTURE
11 urban smallint 0 - Rural
1 – Urban
URBAN
0 - Rural
1 – Urban

Shapefile name: URBAN
12 controlled_access smallint 0 - No controlled access
1 – Controlled access
CONTR_ACC
0 - No controlled access
1 – Controlled access

Shapefile name: CONTR_ACC
13 plural_junction smallint 1 - Intersection Internal
2 - Maneuver
9 - Other
PLURAL_J
1 - Intersection Internal
2 - Maneuver
9 - Other

Shapefile name: PLURAL_J
14 restricted_access smallint 1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only
RESTR_ACC
1 - Generic Restricted Access
2 - Residents Only
3 - Employees Only
4 - Authorized Personnel Only
5 - Members Only

Shapefile name: RESTR_ACC
15 toll_road smallint 0 - No toll road
1 - Toll road
TOLL_ROAD
0 - No toll road
1 - Toll road

Shapefile name: TOLL_ROAD
16 congestion_charge smallint 0 - No congestion charge
1 - Congestion charge
CONG_CHARG
0 - No congestion charge
1 - Congestion charge

Shapefile name: CONG_CHARG
17 speed_category smallint 1 - >130 KPH or >80 MPH
2 - 101-130 KPH or 65-80 MPH
3 - 91-100 KPH or 55-64 MPH
4 - 71-90 KPH or 41-54 MPH
5 - 51-70 KPH or 31-40 MPH
6 - 31-50 KPH or 21-30 MPH
7 - 11-30 KPH or 6-20 MPH
8 - <11 KPH or <6 MPH
SPEED_CAT
1 - >130 KPH or >80 MPH
2 - 101-130 KPH or 65-80 MPH
3 - 91-100 KPH or 55-64 MPH
4 - 71-90 KPH or 41-54 MPH
5 - 51-70 KPH or 31-40 MPH
6 - 31-50 KPH or 21-30 MPH
7 - 11-30 KPH or 6-20 MPH
8 - <11 KPH or <6 MPH

Shapefile name: SPEED_CAT
18 speed_limit_pos smallint Speed limit in positive direction of route link in kmh or mph. SPEED_POS
Speed limit in positive direction of route link in kmh or mph.
Shapefile name: SPEED_POS
19 speed_limit_neg smallint Speed limit in negative direction of route link in kmh or mph. SPEED_NEG
Speed limit in negative direction of route link in kmh or mph.
Shapefile name: SPEED_NEG
20 scenic_route smallint 1 - Scenic Route
2 - Nature Route
3 - Cultural Historic Route
SCENIC
1 - Scenic Route
2 - Nature Route
3 - Cultural Historic Route

Shapefile name: SCENIC
21 parking_pos smallint Parking in positive direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking
PARK_POS
Parking in positive direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking

Shapefile name: PARK_POS
22 parking_neg smallint Parking in negative direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking
PARK_NEG
Parking in negative direction:
1 - Not allowed at any time
2 - No cost for parking
3 - A permit is required for parking
4 - Payment is required for parking

Shapefile name: PARK_NEG
23 admin_area_left_id bigint region.smf_admin_area PK of table smf_admin_area. The lowest admin area on the left side of the route link.
Can be nullable only for ferry connection.
L_ADMIN_ID
PK of table smf_admin_area. The lowest admin area on the left side of the route link.
Can be nullable only for ferry connection.

References: region.smf_admin_area
Shapefile name: L_ADMIN_ID
24 admin_area_right_id bigint region.smf_admin_area PK of table smf_admin_area. The lowest admin area on the right side of the route link.
Can be nullable only for ferry connection.
R_ADMIN_ID
PK of table smf_admin_area. The lowest admin area on the right side of the route link.
Can be nullable only for ferry connection.

References: region.smf_admin_area
Shapefile name: R_ADMIN_ID
25 postal_area_left_id bigint region.smf_postal_area PK of table smf_postal_area. The postal area on the left side of the route link L_POSTAL
PK of table smf_postal_area. The postal area on the left side of the route link
References: region.smf_postal_area
Shapefile name: L_POSTAL
26 postal_area_right_id bigint region.smf_postal_area PK of table smf_postal_area. The postal area on the right side of the route link R_POSTAL
PK of table smf_postal_area. The postal area on the right side of the route link
References: region.smf_postal_area
Shapefile name: R_POSTAL
27 speed_profile_pos_id bigint region.smf_speed_profile PK of table smf_speed_profile. SpeedProfile in the positive direction of the route link SP_POS
PK of table smf_speed_profile. SpeedProfile in the positive direction of the route link
References: region.smf_speed_profile
Shapefile name: SP_POS
28 speed_profile_neg_id bigint region.smf_speed_profile PK of table smf_speed_profile. SpeedProfile in the negative direction of the route link SP_NEG
PK of table smf_speed_profile. SpeedProfile in the negative direction of the route link
References: region.smf_speed_profile
Shapefile name: SP_NEG
29 length int Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
30 geom geometry geometry(LineString,4326)
geometry(LineString,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_route_link_to_name

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_name
Module Route link

The table smf_route_link_to_name creates relations between tables smf_route_link and smf_name.

Attribute Type defines the type of route link's names.

 

If you would like to search streets by name official or alternative name has to be defined.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_name

optional

optional

required

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 side_of_link smallint 1 - On the left side
2 - On the right side
3 - On both sides
SIDE
1 - On the left side
2 - On the right side
3 - On both sides

Shapefile name: SIDE
4 name_type smallint 1 - Official name
2 - Alternative name
3 - Tunnel/Bridge name
4 - Route name
TYPE
1 - Official name
2 - Alternative name
3 - Tunnel/Bridge name
4 - Route name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-10-14 00:09

region.smf_route_link_to_named_area

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_named_area
Module Named area

The table smf_route_to_admin_place creates the relation between smf_route_link and smf_named_area.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_named_area

not used

not used

optional

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 named_area_id bigint region.smf_named_area PK of table smf_named_area NA_ID
PK of table smf_named_area
References: region.smf_named_area
Shapefile name: NA_ID
3 side_of_link smallint 1 - On the left side
2 - On the right side
3 - On both sides
SIDE
1 - On the left side
2 - On the right side
3 - On both sides

Shapefile name: SIDE
Exported: 2020-01-30 09:52, Last imported: 2019-09-02 12:15

region.smf_route_link_to_restriction

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_restriction
Module Restriction

The table smf_route_link_to_restriction creates relations between tables smf_route_link and smf_restriction.

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_restriction

required

required

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 restriction_id bigint region.smf_restriction PK of table smf_restriction RESTR_ID
PK of table smf_restriction
References: region.smf_restriction
Shapefile name: RESTR_ID
3 validity_direction smallint 1 - Restriction is valid in positive direction
2 - Restriction is valid in negative direction
3 - Restriction is valid in both directions
DIRECTION
1 - Restriction is valid in positive direction
2 - Restriction is valid in negative direction
3 - Restriction is valid in both directions

Shapefile name: DIRECTION
Exported: 2020-01-30 09:52, Last imported: 2019-10-08 14:49

region.smf_route_link_to_route_number

Documentation Sygic Map Format
Schema region
Name smf_route_link_to_route_number
Module Route link

The table smf_route_link_to_route_number creates relations between tables smf_route_link and smf_route_number.

Attribute Priority defines the priority of displaying route numbers on the map.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_link_to_route_number

not used

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
2 route_number_id bigint region.smf_route_number PK of table smf_route_number NUMBER_ID
PK of table smf_route_number
References: region.smf_route_number
Shapefile name: NUMBER_ID
3 priority smallint Priority of route number. 1 is the highest priority PRIORITY
Priority of route number. 1 is the highest priority
Shapefile name: PRIORITY
Exported: 2020-01-30 09:52, Last imported: 2019-08-14 12:40

region.smf_route_number

Documentation Sygic Map Format
Schema region
Name smf_route_number
Module Route link

The table smf_route_number contains the definition of route numbers for route links.  

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_route_number

not used

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 route_number_id bigint Primary key NUMBER_ID
Primary key
Shapefile name: NUMBER_ID
2 script smallint Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai
SCRIPT
Number of iso code ISO 15924. https://en.wikipedia.org/wiki/ISO_15924
Example:
215 - Latin
160 - Arabic
220 - Cyrillic
200 - Greek
501 - Han (Simplified variant)
502 - Han (Traditional variant)
125 - Hebrew
413 - Japanese
352 - Thai

Shapefile name: SCRIPT
3 route_number_full text Route number TEXT
Route number
Shapefile name: TEXT
4 route_number_prefix text E.g. for the route number E65 is the prefix E PREFIX
E.g. for the route number E65 is the prefix E
Shapefile name: PREFIX
Exported: 2020-01-30 09:52, Last imported: 2019-08-14 12:40

region.smf_signpost

Documentation Sygic Map Format
Schema region
Name smf_signpost
Module Signpost

The table smf_signpost contains relations of route links and color information for signposts common for a specific country.

The start route link represents the decision road where a driver needs to perform a maneuver according the information posted on a signpost.

The end and via route link represent the roads traversed after the maneuver.

 

The textual or iconic information of the signpost is kept in the related table smf_signpost_information.

 

Color of the signpost is defined by background_color, text_color and border_color of the singpost. The value of the color represents hexadecimal RGB value writen in string.

The Red part of the color is represented as the first two character of the hexadecimal number ( the third byte ). Full Red Hexadecimal: 0xFF0000.

The Green part of the color is represented as the next two character of the hexadecimal number (the second byte). Full Green Hexadecimal: 0x00FF00.

The Blue part of the color is represented as the last two character of the hexadecimal number ( the first byte ). Full Blue Hexadecimal: 0x0000FF.

 

  

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_signpost

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 signpost_id bigint Primary key SIGN_ID
Primary key
Shapefile name: SIGN_ID
2 start_route_link_id bigint region.smf_route_link Start route link id START_LINK
Start route link id
References: region.smf_route_link
Shapefile name: START_LINK
3 end_route_link_id bigint region.smf_route_link End route link id END_LINK
End route link id
References: region.smf_route_link
Shapefile name: END_LINK
4 background_color text Background color
Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF
BACK_COL
Background color
Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF

Shapefile name: BACK_COL
5 text_color text Text color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF
TEXT_COL
Text color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF

Shapefile name: TEXT_COL
6 border_color text Border color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF
BORD_COL
Border color

Color is stored as a hexadecimal RGB Value in string.

Full Red is represented as string: 0xFF0000
Full Green is represented as string: 0x00FF00
Full Blue is represented as string: 0x0000FF
Full Black is represented as string: 0x000000
Full White is represented as string: 0xFFFFFF

Shapefile name: BORD_COL
Exported: 2020-01-30 09:52, Last imported: 2019-02-14 09:32

region.smf_signpost_cell

Documentation Sygic Map Format
Schema region
Name smf_signpost_cell
Module Signpost

The signpost information is defined as a table where each cell can contain textual information or pictogram. The cell position is described by the attributes row_index and column_index.

 

Example:

 

The NORTH

 

C. London

 

A41

A1

 

The NORTH type = 5, row_index= 1, column_index= 1

C. London type = 5, row_index= 2, column_index= 1

A41 type = 3, row_index= 2, column_index= 1

A1 type = 3, row_index= 2, column_index= 2

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_signpost_cell

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 signpost_id bigint region.smf_signpost PK of table smf_signpost SIGN_ID
PK of table smf_signpost
References: region.smf_signpost
Shapefile name: SIGN_ID
2 row_index smallint Index of row ROW
Index of row
Shapefile name: ROW
3 column_index smallint Index of column COLUMN
Index of column
Shapefile name: COLUMN
4 type smallint Type:
1 - Exit Number
2 - Exit Name
3 - Route Number
4 - Route Name
5 - Place Name
6 - Street Name
9 - Other
TYPE
Type:
1 - Exit Number
2 - Exit Name
3 - Route Number
4 - Route Name
5 - Place Name
6 - Street Name
9 - Other

Shapefile name: TYPE
5 name_id bigint region.smf_name Name id NAME_ID
Name id
References: region.smf_name
Shapefile name: NAME_ID
6 route_number_id bigint region.smf_route_number Route number id NUMBER_ID
Route number id
References: region.smf_route_number
Shapefile name: NUMBER_ID
7 pictogram smallint Pictogram
1 - Airport
2 - Bus Station
3 - Fair
4 - Ferry connection
5 - First Aid Post
6 - Harbor
7 - Hospital
8 - Hotel Or Motel
9 - Industrial Area
10 - Information Center
11 - Parking Facility
12 - Petrol Station
13 - Railway Station
14 - Rest Area
15 - Restaurant
16 - Toilet
PICTOGRAM
Pictogram
1 - Airport
2 - Bus Station
3 - Fair
4 - Ferry connection
5 - First Aid Post
6 - Harbor
7 - Hospital
8 - Hotel Or Motel
9 - Industrial Area
10 - Information Center
11 - Parking Facility
12 - Petrol Station
13 - Railway Station
14 - Rest Area
15 - Restaurant
16 - Toilet

Shapefile name: PICTOGRAM
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:50

region.smf_sigpost_via_link

Documentation Sygic Map Format
Schema region
Name smf_sigpost_via_link
Module Signpost

The table smf_signpost_via_link defines transition route links between start and end route link of the signpost information. This happens usually when start and end route links are not directly connected.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_sigpost_via_link

not used

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 signpost_id bigint region.smf_signpost Primary key of table smf_signpost SIGN_ID
Primary key of table smf_signpost
References: region.smf_signpost
Shapefile name: SIGN_ID
2 sequence_number smallint Sequence number of route link SEQ_NUM
Sequence number of route link
Shapefile name: SEQ_NUM
3 route_link_id bigint region.smf_route_link Transition route link id. LINK_ID
Transition route link id.
References: region.smf_route_link
Shapefile name: LINK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-02-12 10:26

region.smf_speed_profile

Documentation Sygic Map Format
Schema region
Name smf_speed_profile
Module Speed profile

The table smf_speed_profile contains a free flow speed and the reference to a week profile for a route link.

The free flow speed is the average speed of the route link without any traffic delays. The value is in kmh.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_speed_profile

optional

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 speed_profile_id bigint Primary Key PROFILE_ID
Primary Key
Shapefile name: PROFILE_ID
2 freeflow smallint Free flow speed in KMH FREE_FLOW
Free flow speed in KMH
Shapefile name: FREE_FLOW
3 speed_profile_week_id bigint region.smf_speed_profile_week Week profile id WEEK_ID
Week profile id
References: region.smf_speed_profile_week
Shapefile name: WEEK_ID
Exported: 2020-01-30 09:52, Last imported: 2019-02-06 16:11

region.smf_speed_profile_curve

Documentation Sygic Map Format
Schema region
Name smf_speed_profile_curve
Module Speed profile

The table smf_speed_profile_curves contains speed profile curves. Each day is split into 15 minutes intervals. Each interval represents the percentage of the free flow speed.

 

Example:

Free flow speed on the route link is 50 kmh

Current speed is 40 kmh

Value of the speed profile curve in current time will be 80 (%)

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_speed_profile_curve

optional

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 curve_id bigint Primary Key CURVE_ID
Primary Key
Shapefile name: CURVE_ID
2 day_interval_0000 smallint Percentage of the free flow speed. Interval 00:00 - 00:15 1
Percentage of the free flow speed. Interval 00:00 - 00:15
Shapefile name: 1
3 day_interval_0015 smallint Percentage of the free flow speed. Interval 00:15 - 00:30 2
Percentage of the free flow speed. Interval 00:15 - 00:30
Shapefile name: 2
4 day_interval_0030 smallint Percentage of the free flow speed. Interval 00:30 - 00:45 3
Percentage of the free flow speed. Interval 00:30 - 00:45
Shapefile name: 3
5 day_interval_0045 smallint Percentage of the free flow speed. Interval 00:45 - 01:00 4
Percentage of the free flow speed. Interval 00:45 - 01:00
Shapefile name: 4
6 day_interval_0100 smallint Percentage of the free flow speed. Interval 01:00 - 01:15 5
Percentage of the free flow speed. Interval 01:00 - 01:15
Shapefile name: 5
7 day_interval_0115 smallint Percentage of the free flow speed. Interval 01:15 - 01:30 6
Percentage of the free flow speed. Interval 01:15 - 01:30
Shapefile name: 6
8 day_interval_0130 smallint Percentage of the free flow speed. Interval 01:30 - 01:45 7
Percentage of the free flow speed. Interval 01:30 - 01:45
Shapefile name: 7
9 day_interval_0145 smallint Percentage of the free flow speed. Interval 01:45 - 02:00 8
Percentage of the free flow speed. Interval 01:45 - 02:00
Shapefile name: 8
10 day_interval_0200 smallint Percentage of the free flow speed. Interval 02:00 - 02:15 9
Percentage of the free flow speed. Interval 02:00 - 02:15
Shapefile name: 9
11 day_interval_0215 smallint Percentage of the free flow speed. Interval 02:15 - 02:30 10
Percentage of the free flow speed. Interval 02:15 - 02:30
Shapefile name: 10
12 day_interval_0230 smallint Percentage of the free flow speed. Interval 02:30 - 02:45 11
Percentage of the free flow speed. Interval 02:30 - 02:45
Shapefile name: 11
13 day_interval_0245 smallint Percentage of the free flow speed. Interval 02:45 - 03:00 12
Percentage of the free flow speed. Interval 02:45 - 03:00
Shapefile name: 12
14 day_interval_0300 smallint Percentage of the free flow speed. Interval 03:00 - 03:15 13
Percentage of the free flow speed. Interval 03:00 - 03:15
Shapefile name: 13
15 day_interval_0315 smallint Percentage of the free flow speed. Interval 03:15 - 03:30 14
Percentage of the free flow speed. Interval 03:15 - 03:30
Shapefile name: 14
16 day_interval_0330 smallint Percentage of the free flow speed. Interval 03:30 - 03:45 15
Percentage of the free flow speed. Interval 03:30 - 03:45
Shapefile name: 15
17 day_interval_0345 smallint Percentage of the free flow speed. Interval 03:45 - 04:00 16
Percentage of the free flow speed. Interval 03:45 - 04:00
Shapefile name: 16
18 day_interval_0400 smallint Percentage of the free flow speed. Interval 04:00 - 04:15 17
Percentage of the free flow speed. Interval 04:00 - 04:15
Shapefile name: 17
19 day_interval_0415 smallint Percentage of the free flow speed. Interval 04:15 - 04:30 18
Percentage of the free flow speed. Interval 04:15 - 04:30
Shapefile name: 18
20 day_interval_0430 smallint Percentage of the free flow speed. Interval 04:30 - 04:45 19
Percentage of the free flow speed. Interval 04:30 - 04:45
Shapefile name: 19
21 day_interval_0445 smallint Percentage of the free flow speed. Interval 04:45 - 05:00 20
Percentage of the free flow speed. Interval 04:45 - 05:00
Shapefile name: 20
22 day_interval_0500 smallint Percentage of the free flow speed. Interval 05:00 - 05:15 21
Percentage of the free flow speed. Interval 05:00 - 05:15
Shapefile name: 21
23 day_interval_0515 smallint Percentage of the free flow speed. Interval 05:15 - 05:30 22
Percentage of the free flow speed. Interval 05:15 - 05:30
Shapefile name: 22
24 day_interval_0530 smallint Percentage of the free flow speed. Interval 05:30 - 05:45 23
Percentage of the free flow speed. Interval 05:30 - 05:45
Shapefile name: 23
25 day_interval_0545 smallint Percentage of the free flow speed. Interval 05:45 - 06:00 24
Percentage of the free flow speed. Interval 05:45 - 06:00
Shapefile name: 24
26 day_interval_0600 smallint Percentage of the free flow speed. Interval 06:00 - 06:15 25
Percentage of the free flow speed. Interval 06:00 - 06:15
Shapefile name: 25
27 day_interval_0615 smallint Percentage of the free flow speed. Interval 06:15 - 06:30 26
Percentage of the free flow speed. Interval 06:15 - 06:30
Shapefile name: 26
28 day_interval_0630 smallint Percentage of the free flow speed. Interval 06:30 - 06:45 27
Percentage of the free flow speed. Interval 06:30 - 06:45
Shapefile name: 27
29 day_interval_0645 smallint Percentage of the free flow speed. Interval 06:45 - 07:00 28
Percentage of the free flow speed. Interval 06:45 - 07:00
Shapefile name: 28
30 day_interval_0700 smallint Percentage of the free flow speed. Interval 07:00 - 07:15 29
Percentage of the free flow speed. Interval 07:00 - 07:15
Shapefile name: 29
31 day_interval_0715 smallint Percentage of the free flow speed. Interval 07:15 - 07:30 30
Percentage of the free flow speed. Interval 07:15 - 07:30
Shapefile name: 30
32 day_interval_0730 smallint Percentage of the free flow speed. Interval 07:30 - 07:45 31
Percentage of the free flow speed. Interval 07:30 - 07:45
Shapefile name: 31
33 day_interval_0745 smallint Percentage of the free flow speed. Interval 08:45 - 08:00 32
Percentage of the free flow speed. Interval 08:45 - 08:00
Shapefile name: 32
34 day_interval_0800 smallint Percentage of the free flow speed. Interval 08:00 - 08:15 33
Percentage of the free flow speed. Interval 08:00 - 08:15
Shapefile name: 33
35 day_interval_0815 smallint Percentage of the free flow speed. Interval 08:15 - 08:30 34
Percentage of the free flow speed. Interval 08:15 - 08:30
Shapefile name: 34
36 day_interval_0830 smallint Percentage of the free flow speed. Interval 08:30 - 08:45 35
Percentage of the free flow speed. Interval 08:30 - 08:45
Shapefile name: 35
37 day_interval_0845 smallint Percentage of the free flow speed. Interval 08:45 - 09:00 36
Percentage of the free flow speed. Interval 08:45 - 09:00
Shapefile name: 36
38 day_interval_0900 smallint Percentage of the free flow speed. Interval 09:00 - 09:15 37
Percentage of the free flow speed. Interval 09:00 - 09:15
Shapefile name: 37
39 day_interval_0915 smallint Percentage of the free flow speed. Interval 09:15 - 09:30 38
Percentage of the free flow speed. Interval 09:15 - 09:30
Shapefile name: 38
40 day_interval_0930 smallint Percentage of the free flow speed. Interval 09:30 - 09:45 39
Percentage of the free flow speed. Interval 09:30 - 09:45
Shapefile name: 39
41 day_interval_0945 smallint Percentage of the free flow speed. Interval 09:45 - 10:00 40
Percentage of the free flow speed. Interval 09:45 - 10:00
Shapefile name: 40
42 day_interval_1000 smallint Percentage of the free flow speed. Interval 10:00 - 10:15 41
Percentage of the free flow speed. Interval 10:00 - 10:15
Shapefile name: 41
43 day_interval_1015 smallint Percentage of the free flow speed. Interval 10:15 - 10:30 42
Percentage of the free flow speed. Interval 10:15 - 10:30
Shapefile name: 42
44 day_interval_1030 smallint Percentage of the free flow speed. Interval 10:30 - 10:45 43
Percentage of the free flow speed. Interval 10:30 - 10:45
Shapefile name: 43
45 day_interval_1045 smallint Percentage of the free flow speed. Interval 10:45 - 11:00 44
Percentage of the free flow speed. Interval 10:45 - 11:00
Shapefile name: 44
46 day_interval_1100 smallint Percentage of the free flow speed. Interval 11:00 - 11:15 45
Percentage of the free flow speed. Interval 11:00 - 11:15
Shapefile name: 45
47 day_interval_1115 smallint Percentage of the free flow speed. Interval 11:15 - 11:30 46
Percentage of the free flow speed. Interval 11:15 - 11:30
Shapefile name: 46
48 day_interval_1130 smallint Percentage of the free flow speed. Interval 11:30 - 11:45 47
Percentage of the free flow speed. Interval 11:30 - 11:45
Shapefile name: 47
49 day_interval_1145 smallint Percentage of the free flow speed. Interval 10:45 - 11:00 48
Percentage of the free flow speed. Interval 10:45 - 11:00
Shapefile name: 48
50 day_interval_1200 smallint Percentage of the free flow speed. Interval 12:00 - 12:15 49
Percentage of the free flow speed. Interval 12:00 - 12:15
Shapefile name: 49
51 day_interval_1215 smallint Percentage of the free flow speed. Interval 12:15 - 12:30 50
Percentage of the free flow speed. Interval 12:15 - 12:30
Shapefile name: 50
52 day_interval_1230 smallint Percentage of the free flow speed. Interval 12:30 - 12:45 51
Percentage of the free flow speed. Interval 12:30 - 12:45
Shapefile name: 51
53 day_interval_1245 smallint Percentage of the free flow speed. Interval 12:45 - 13:00 52
Percentage of the free flow speed. Interval 12:45 - 13:00
Shapefile name: 52
54 day_interval_1300 smallint Percentage of the free flow speed. Interval 13:00 - 13:15 53
Percentage of the free flow speed. Interval 13:00 - 13:15
Shapefile name: 53
55 day_interval_1315 smallint Percentage of the free flow speed. Interval 13:15 - 13:30 54
Percentage of the free flow speed. Interval 13:15 - 13:30
Shapefile name: 54
56 day_interval_1330 smallint Percentage of the free flow speed. Interval 13:30 - 13:45 55
Percentage of the free flow speed. Interval 13:30 - 13:45
Shapefile name: 55
57 day_interval_1345 smallint Percentage of the free flow speed. Interval 13:45 - 14:00 56
Percentage of the free flow speed. Interval 13:45 - 14:00
Shapefile name: 56
58 day_interval_1400 smallint Percentage of the free flow speed. Interval 14:00 - 14:15 57
Percentage of the free flow speed. Interval 14:00 - 14:15
Shapefile name: 57
59 day_interval_1415 smallint Percentage of the free flow speed. Interval 14:15 - 14:30 58
Percentage of the free flow speed. Interval 14:15 - 14:30
Shapefile name: 58
60 day_interval_1430 smallint Percentage of the free flow speed. Interval 14:30 - 14:45 59
Percentage of the free flow speed. Interval 14:30 - 14:45
Shapefile name: 59
61 day_interval_1445 smallint Percentage of the free flow speed. Interval 14:45 - 15:00 60
Percentage of the free flow speed. Interval 14:45 - 15:00
Shapefile name: 60
62 day_interval_1500 smallint Percentage of the free flow speed. Interval 15:00 - 15:15 61
Percentage of the free flow speed. Interval 15:00 - 15:15
Shapefile name: 61
63 day_interval_1515 smallint Percentage of the free flow speed. Interval 15:15 - 15:30 62
Percentage of the free flow speed. Interval 15:15 - 15:30
Shapefile name: 62
64 day_interval_1530 smallint Percentage of the free flow speed. Interval 15:30 - 15:45 63
Percentage of the free flow speed. Interval 15:30 - 15:45
Shapefile name: 63
65 day_interval_1545 smallint Percentage of the free flow speed. Interval 15:45 - 16:00 64
Percentage of the free flow speed. Interval 15:45 - 16:00
Shapefile name: 64
66 day_interval_1600 smallint Percentage of the free flow speed. Interval 16:00 - 16:15 65
Percentage of the free flow speed. Interval 16:00 - 16:15
Shapefile name: 65
67 day_interval_1615 smallint Percentage of the free flow speed. Interval 16:15 - 16:30 66
Percentage of the free flow speed. Interval 16:15 - 16:30
Shapefile name: 66
68 day_interval_1630 smallint Percentage of the free flow speed. Interval 16:30 - 16:45 67
Percentage of the free flow speed. Interval 16:30 - 16:45
Shapefile name: 67
69 day_interval_1645 smallint Percentage of the free flow speed. Interval 16:45 - 17:00 68
Percentage of the free flow speed. Interval 16:45 - 17:00
Shapefile name: 68
70 day_interval_1700 smallint Percentage of the free flow speed. Interval 17:00 - 17:15 69
Percentage of the free flow speed. Interval 17:00 - 17:15
Shapefile name: 69
71 day_interval_1715 smallint Percentage of the free flow speed. Interval 17:15 - 17:30 70
Percentage of the free flow speed. Interval 17:15 - 17:30
Shapefile name: 70
72 day_interval_1730 smallint Percentage of the free flow speed. Interval 17:30 - 17:45 71
Percentage of the free flow speed. Interval 17:30 - 17:45
Shapefile name: 71
73 day_interval_1745 smallint Percentage of the free flow speed. Interval 17:45 - 18:00 72
Percentage of the free flow speed. Interval 17:45 - 18:00
Shapefile name: 72
74 day_interval_1800 smallint Percentage of the free flow speed. Interval 18:00 - 18:15 73
Percentage of the free flow speed. Interval 18:00 - 18:15
Shapefile name: 73
75 day_interval_1815 smallint Percentage of the free flow speed. Interval 18:15 - 18:30 74
Percentage of the free flow speed. Interval 18:15 - 18:30
Shapefile name: 74
76 day_interval_1830 smallint Percentage of the free flow speed. Interval 18:30 - 18:45 75
Percentage of the free flow speed. Interval 18:30 - 18:45
Shapefile name: 75
77 day_interval_1845 smallint Percentage of the free flow speed. Interval 18:45 - 19:00 76
Percentage of the free flow speed. Interval 18:45 - 19:00
Shapefile name: 76
78 day_interval_1900 smallint Percentage of the free flow speed. Interval 19:00 - 19:15 77
Percentage of the free flow speed. Interval 19:00 - 19:15
Shapefile name: 77
79 day_interval_1915 smallint Percentage of the free flow speed. Interval 19:15 - 19:30 78
Percentage of the free flow speed. Interval 19:15 - 19:30
Shapefile name: 78
80 day_interval_1930 smallint Percentage of the free flow speed. Interval 19:30 - 19:45 79
Percentage of the free flow speed. Interval 19:30 - 19:45
Shapefile name: 79
81 day_interval_1945 smallint Percentage of the free flow speed. Interval 19:45 - 20:00 80
Percentage of the free flow speed. Interval 19:45 - 20:00
Shapefile name: 80
82 day_interval_2000 smallint Percentage of the free flow speed. Interval 20:00 - 20:15 81
Percentage of the free flow speed. Interval 20:00 - 20:15
Shapefile name: 81
83 day_interval_2015 smallint Percentage of the free flow speed. Interval 20:15 - 20:30 82
Percentage of the free flow speed. Interval 20:15 - 20:30
Shapefile name: 82
84 day_interval_2030 smallint Percentage of the free flow speed. Interval 20:30 - 20:45 83
Percentage of the free flow speed. Interval 20:30 - 20:45
Shapefile name: 83
85 day_interval_2045 smallint Percentage of the free flow speed. Interval 20:45 - 21:00 84
Percentage of the free flow speed. Interval 20:45 - 21:00
Shapefile name: 84
86 day_interval_2100 smallint Percentage of the free flow speed. Interval 21:00 - 21:15 85
Percentage of the free flow speed. Interval 21:00 - 21:15
Shapefile name: 85
87 day_interval_2115 smallint Percentage of the free flow speed. Interval 21:15 - 21:30 86
Percentage of the free flow speed. Interval 21:15 - 21:30
Shapefile name: 86
88 day_interval_2130 smallint Percentage of the free flow speed. Interval 21:30 - 21:45 87
Percentage of the free flow speed. Interval 21:30 - 21:45
Shapefile name: 87
89 day_interval_2145 smallint Percentage of the free flow speed. Interval 21:45 - 22:00 88
Percentage of the free flow speed. Interval 21:45 - 22:00
Shapefile name: 88
90 day_interval_2200 smallint Percentage of the free flow speed. Interval 22:00 - 22:15 89
Percentage of the free flow speed. Interval 22:00 - 22:15
Shapefile name: 89
91 day_interval_2215 smallint Percentage of the free flow speed. Interval 22:15 - 22:30 90
Percentage of the free flow speed. Interval 22:15 - 22:30
Shapefile name: 90
92 day_interval_2230 smallint Percentage of the free flow speed. Interval 22:30 - 22:45 91
Percentage of the free flow speed. Interval 22:30 - 22:45
Shapefile name: 91
93 day_interval_2245 smallint Percentage of the free flow speed. Interval 22:45 - 23:00 92
Percentage of the free flow speed. Interval 22:45 - 23:00
Shapefile name: 92
94 day_interval_2300 smallint Percentage of the free flow speed. Interval 23:00 - 23:15 93
Percentage of the free flow speed. Interval 23:00 - 23:15
Shapefile name: 93
95 day_interval_2315 smallint Percentage of the free flow speed. Interval 23:15 - 23:30 94
Percentage of the free flow speed. Interval 23:15 - 23:30
Shapefile name: 94
96 day_interval_2330 smallint Percentage of the free flow speed. Interval 23:30 - 23:45 95
Percentage of the free flow speed. Interval 23:30 - 23:45
Shapefile name: 95
97 day_interval_2345 smallint Percentage of the free flow speed. Interval 23:45 - 00:00 96
Percentage of the free flow speed. Interval 23:45 - 00:00
Shapefile name: 96
Exported: 2020-01-30 09:52, Last imported: 2019-02-12 07:39

region.smf_speed_profile_week

Documentation Sygic Map Format
Schema region
Name smf_speed_profile_week
Module Speed profile

The table smf_speed_profile_week represents week profile for a route link. Each record contains reference to smf_speed_profile_curve for each weekday.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_speed_profile_week

optional

optional

not used

optional

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 speed_profile_week_id bigint Primary Key WEEK_ID
Primary Key
Shapefile name: WEEK_ID
2 sunday_curve_id bigint region.smf_speed_profile_curve Sunday profile index SUN_ID
Sunday profile index
References: region.smf_speed_profile_curve
Shapefile name: SUN_ID
3 monday_curve_id bigint region.smf_speed_profile_curve Monday profile index MON_ID
Monday profile index
References: region.smf_speed_profile_curve
Shapefile name: MON_ID
4 tuesday_curve_id bigint region.smf_speed_profile_curve Tuesday profile index TUE_ID
Tuesday profile index
References: region.smf_speed_profile_curve
Shapefile name: TUE_ID
5 wednesday_curve_id bigint region.smf_speed_profile_curve Wednesday profile index WED_ID
Wednesday profile index
References: region.smf_speed_profile_curve
Shapefile name: WED_ID
6 thursday_curve_id bigint region.smf_speed_profile_curve Thursday profile index THU_ID
Thursday profile index
References: region.smf_speed_profile_curve
Shapefile name: THU_ID
7 friday_curve_id bigint region.smf_speed_profile_curve Friday profile index FRI_ID
Friday profile index
References: region.smf_speed_profile_curve
Shapefile name: FRI_ID
8 saturday_curve_id bigint region.smf_speed_profile_curve Saturday profile index SAT_ID
Saturday profile index
References: region.smf_speed_profile_curve
Shapefile name: SAT_ID
Exported: 2020-01-30 09:52, Last imported: 2019-02-06 16:11

region.smf_time_zone

Documentation Sygic Map Format
Schema region
Name smf_time_zone
Module Others

The table smf_time_zone defines time zone for a specific administrative area.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_time_zone

optional

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 time_zone_id bigint Primary key TIME_Z_ID
Primary key
Shapefile name: TIME_Z_ID
2 time_zone_offset char(10) In format +/- H:MM
E.g. +2:00, -10:00
TIME_ZONE
In format +/- H:MM
E.g. +2:00, -10:00

Shapefile name: TIME_ZONE
Exported: 2020-01-30 09:52, Last imported: 2019-09-02 12:15

region.smf_time_zone_dst

Documentation Sygic Map Format
Schema region
Name smf_time_zone_dst
Module Others

Table smf_time_zone_dst add information about daylight saving time to the specific time zone.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_time_zone_dst

optional

optional

not used

not used

 

Format: DBF or CSV file

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 time_zone_dst_id bigint Primary key DST_ID
Primary key
Shapefile name: DST_ID
2 time_zone_id bigint region.smf_time_zone Primary key TIME_Z_ID
Primary key
References: region.smf_time_zone
Shapefile name: TIME_Z_ID
3 dst_minutes smallint Represents the time offset, expressed in minutes. DST
Represents the time offset, expressed in minutes.
Shapefile name: DST
4 dst_time_domain text Defines start and end of DST in format of time domain. DST_TIME
Defines start and end of DST in format of time domain.
Shapefile name: DST_TIME
Exported: 2020-01-30 09:52, Last imported: 2019-04-12 13:29

region.smf_traffic_sign

Documentation Sygic Map Format
Schema region
Name smf_traffic_sign
Module Others

The table smf_traffic_sign contains information abou traffic sign along route link. These traffic signs may be used in navigation as a upcoming warning for driver.

 

One traffic sign is represented as a point feature with specified type, relation to route link and validity direction.

 

Additional information can be added by:

Position - which represents the real position related to route link

Traffic sign value - represents the textual information on the traffic sign

 

  

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_traffic_sign

not used

optional

not used

not used

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 traffic_sign_id bigint Primary key SIGN_ID
Primary key
Shapefile name: SIGN_ID
2 type smallint Regulatory
1 - End of all Restrictions
2 - End of No Engine Brake
3 - End of No Overtaking
4 - End of No Overtaking Trucks
5 - End Of Speed Restriction
6 - Horn Sign
7 - No Engine Brake
8 - No Idling
9 - Priority over oncoming traffic
10 - Speed Restriction
11 - Start of No Overtaking
12 - Start of No Overtaking Trucks
13 - Stop Sign
14 - Yield
15 - Yield To Bicycles
16 - Yield to oncoming traffic
17 - Tire Chains Mandatory


Informative
100 - Built up Area Entry
101 - Built up Area Exit
102 - End of Low Gear
103 - Hijacking Hotspot
104 - Low Gear
105 - Protected Overtaking - extra lane
106 - Protected Overtaking - extra lane left side
107 - Protected Overtaking - extra lane right side
108 - Roundabout Ahead
109 - Tunnel Ahead


Warning
201 - Accident Hazard
202 - Animal Crossing
203 - Avalanche area
204 - Bicycle Crossing
205 - Children sign
206 - Congestion Hazard
207 - Crossing with Priority from the Right
208 - Double Hairpin
209 - Embankment
210 - Falling Rocks
211 - Flood Area
212 - Fog Area Sign
213 - General Curve
214 - General Hill
215 - General Warning
216 - Hump Bridge
217 - Icy Condition
218 - Lane Merge Centre
219 - Lane Merging From The Left
220 - Lane Merging From The Right
221 - Lateral Wind
222 - Movable Bridge Sign
223 - Obstacle
224 - Pedestrian Crossing
225 - Pedestrian Overpass
226 - Pedestrian Underpass
227 - Railway Crossing Protected
228 - Railway Crossing Unprotected
229 - Risk of Grounding
230 - Road Narrows
231 - Narrowing Road At Left
232 - Narrowing Road At Right
233 - School Zone
234 - Sharp Curve Left
235 - Sharp Curve Right
236 - Slippery Road
237 - Steep Hill Downwards
238 - Steep Hill Upwards
239 - Traffic Light Ahead Sign
240 - Tramway Crossing
241 - Triple Hairpin
242 - Truck Rollover
243 - Two-way Traffic
244 - Uneven Road
245 - Urban Area
246 - Variable Traffic Sign
247 - Winding Road starting Left
248 - Winding Road starting Right
TYPE
Regulatory
1 - End of all Restrictions
2 - End of No Engine Brake
3 - End of No Overtaking
4 - End of No Overtaking Trucks
5 - End Of Speed Restriction
6 - Horn Sign
7 - No Engine Brake
8 - No Idling
9 - Priority over oncoming traffic
10 - Speed Restriction
11 - Start of No Overtaking
12 - Start of No Overtaking Trucks
13 - Stop Sign
14 - Yield
15 - Yield To Bicycles
16 - Yield to oncoming traffic
17 - Tire Chains Mandatory


Informative
100 - Built up Area Entry
101 - Built up Area Exit
102 - End of Low Gear
103 - Hijacking Hotspot
104 - Low Gear
105 - Protected Overtaking - extra lane
106 - Protected Overtaking - extra lane left side
107 - Protected Overtaking - extra lane right side
108 - Roundabout Ahead
109 - Tunnel Ahead


Warning
201 - Accident Hazard
202 - Animal Crossing
203 - Avalanche area
204 - Bicycle Crossing
205 - Children sign
206 - Congestion Hazard
207 - Crossing with Priority from the Right
208 - Double Hairpin
209 - Embankment
210 - Falling Rocks
211 - Flood Area
212 - Fog Area Sign
213 - General Curve
214 - General Hill
215 - General Warning
216 - Hump Bridge
217 - Icy Condition
218 - Lane Merge Centre
219 - Lane Merging From The Left
220 - Lane Merging From The Right
221 - Lateral Wind
222 - Movable Bridge Sign
223 - Obstacle
224 - Pedestrian Crossing
225 - Pedestrian Overpass
226 - Pedestrian Underpass
227 - Railway Crossing Protected
228 - Railway Crossing Unprotected
229 - Risk of Grounding
230 - Road Narrows
231 - Narrowing Road At Left
232 - Narrowing Road At Right
233 - School Zone
234 - Sharp Curve Left
235 - Sharp Curve Right
236 - Slippery Road
237 - Steep Hill Downwards
238 - Steep Hill Upwards
239 - Traffic Light Ahead Sign
240 - Tramway Crossing
241 - Triple Hairpin
242 - Truck Rollover
243 - Two-way Traffic
244 - Uneven Road
245 - Urban Area
246 - Variable Traffic Sign
247 - Winding Road starting Left
248 - Winding Road starting Right

Shapefile name: TYPE
3 route_link_id bigint region.smf_route_link PK of table smf_route_link LINK_ID
PK of table smf_route_link
References: region.smf_route_link
Shapefile name: LINK_ID
4 vehicle_validity_id bigint region.smf_vehicle_validity PK of the table smf_vehicle_validity. VV_ID
PK of the table smf_vehicle_validity.
References: region.smf_vehicle_validity
Shapefile name: VV_ID
5 validity_direction smallint 1 - Valid in positive direction
2 - Valid in negative direction
DIRECTION
1 - Valid in positive direction
2 - Valid in negative direction

Shapefile name: DIRECTION
6 position_left smallint 0 - False
1 - True
LEFT
0 - False
1 - True

Shapefile name: LEFT
7 position_right smallint 0 - False
1 - True
RIGHT
0 - False
1 - True

Shapefile name: RIGHT
8 position_above smallint 0 - False
1 - True
ABOVE
0 - False
1 - True

Shapefile name: ABOVE
9 traffic_sign_value text Value on the sign VALUE
Value on the sign
Shapefile name: VALUE
10 supplementary_time text Supplementary information about time TIME
Supplementary information about time
Shapefile name: TIME
11 supplementary_text text Supplementary text for the sign TEXT
Supplementary text for the sign
Shapefile name: TEXT
12 geom geometry geometry(Point,4326)
geometry(Point,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-11-05 13:13

region.smf_vehicle_validity

Documentation Sygic Map Format
Schema region
Name smf_vehicle_validity
Module Others

The smf_validity_vehicle table defines the possible usable vehicles in the SMF and the values determine the specific use cases for vehicles.

 

Smf_validity_vehicle is used in conjunction with these talbes:

  • smf_lane_connectivity - to define whether the lane can be used by the vehicle.
  • smf_laneuver - to specify the vehicles for which is the manuver valid.
  • smf_restriction - determine the vehicles for the restriction.
  • smf_traffic_sign - to specify the vehicles for which is the traffic sign valid.

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_vehicle_validity

required

required

not used

not used

 

Format: DBF or CSV file
Codepage: UTF-8

Key Name Data type Null Attributes References Description Shapefile name
1 vehicle_validity_id bigint Primary key VV_ID
Primary key
Shapefile name: VV_ID
2 car smallint 0 - not valid for car
1 - valid for car
CAR
0 - not valid for car
1 - valid for car

Shapefile name: CAR
3 bus smallint 0 - not valid for bus
1 - valid for bus
BUS
0 - not valid for bus
1 - valid for bus

Shapefile name: BUS
4 taxi smallint 0 - not valid for taxi
1 - valid for taxi
TAXI
0 - not valid for taxi
1 - valid for taxi

Shapefile name: TAXI
5 truck smallint 0 - not valid for truck
1 - valid for truck
TRUCK
0 - not valid for truck
1 - valid for truck

Shapefile name: TRUCK
6 delivery smallint 0 - not valid for delivery
1 - valid for delivery
DELIVERY
0 - not valid for delivery
1 - valid for delivery

Shapefile name: DELIVERY
7 emergency_vehicle smallint 0 - not valid for emergency vehicle
1 - valid for emergency vehicle
EMERGENCY
0 - not valid for emergency vehicle
1 - valid for emergency vehicle

Shapefile name: EMERGENCY
8 bicycle smallint 0 - not valid for bicycle
1 - valid for bicycle
BICYCLE
0 - not valid for bicycle
1 - valid for bicycle

Shapefile name: BICYCLE
9 motorcycle smallint 0 - not valid for motorcycle
1 - valid for motorcycle
MOTORCYCLE
0 - not valid for motorcycle
1 - valid for motorcycle

Shapefile name: MOTORCYCLE
10 resident_car smallint 0 - not valid for resident car
1 - valid for resident car
RESIDENT
0 - not valid for resident car
1 - valid for resident car

Shapefile name: RESIDENT
11 pedestrian smallint 0 - not valid for pedestrian
1 - valid for pedestrian
PEDESTRIAN
0 - not valid for pedestrian
1 - valid for pedestrian

Shapefile name: PEDESTRIAN
Exported: 2020-01-30 09:52, Last imported: 2019-10-17 13:15

region.smf_water

Documentation Sygic Map Format
Schema region
Name smf_water
Module Land use & coverage

The table smf_water contains all water elements being represented as polygon in map data.

 

Display class means the classification of the area polygons according to the importance of the area polygon and it enables a meaningful display of these features.

 

Display Class

Water elmenet

1

Element with area greater than 50.000.000  m2,

oceans,

or based on local knowledge

2

Element with area between 5.000.000 - 50.000.000  m2 ,

or based on local knowledge

3

Element with area between 2.500.000 - 5.000.000  m2 ,

or based on local knowledge

4

Element with area between 250.000 - 2.500.000  m2 ,

or based on local knowledge

5

Element with area lower than 250.000 m2 ,

or based on local knowledge

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_water

not used

not used

not used

required

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 water_id bigint Primary key WATER_ID
Primary key
Shapefile name: WATER_ID
2 type smallint 1 - Ocean/Sea
2 - River
3 - Lake
9 - Other
TYPE
1 - Ocean/Sea
2 - River
3 - Lake
9 - Other

Shapefile name: TYPE
3 intermittent smallint 0 - permanent
1 - intermittent
INTERMITT
0 - permanent
1 - intermittent

Shapefile name: INTERMITT
4 display_class smallint 1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance
DISPL_CLS
1 - Class 1 - Highest importance
2 - Class 2
3 - Class 3
4 - Class 4
5 - Class 5 - Lowest importance

Shapefile name: DISPL_CLS
5 display_name text Name of the land use area DISPL_NAME
Name of the land use area
Shapefile name: DISPL_NAME
6 area bigint Area of polygon in square metres AREA
Area of polygon in square metres
Shapefile name: AREA
7 geom geometry geometry(MultiPolygon,4326)
geometry(MultiPolygon,4326)
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_water_to_name

Documentation Sygic Map Format
Schema region
Name smf_water_to_name
Module Land use & coverage

The table smf_water_to_name creates the relations between the tables smf_water and smf_name.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_water_to_name

not used

not used

not used

optional


Format: DBF or CSV file
Codepage: UTF-8

Key Name Data type Null Attributes References Description Shapefile name
1 water_id bigint region.smf_water PK of table smf_water WATER_ID
PK of table smf_water
References: region.smf_water
Shapefile name: WATER_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_waterway

Documentation Sygic Map Format
Schema region
Name smf_waterway
Module Land use & coverage

The table smf_waterway contains all waterway elements being represented as lines in map data. 

For more detailed information about the attribute type please see: https://wiki.openstreetmap.org/wiki/Key:waterway

 

 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_waterway

not used

not used

not used

optional

 

Format: ESRI Shapefile or CSV, WKT files

Coordinate system: WGS84 ( SRID 4326 )

Codepage: UTF-8

 

Key Name Data type Null Attributes References Description Shapefile name
1 waterway_id bigint Primary key WAY_ID
Primary key
Shapefile name: WAY_ID
2 type smallint 1 - River
2 - Stream
3 - Canal
4 - Drain
5 - Ditch
TYPE
1 - River
2 - Stream
3 - Canal
4 - Drain
5 - Ditch

Shapefile name: TYPE
3 intermittent smallint 0 - permanent
1 - intermittent
INTERMITT
0 - permanent
1 - intermittent

Shapefile name: INTERMITT
4 display_name text Primary name used for display purpose DISP_NAME
Primary name used for display purpose
Shapefile name: DISP_NAME
5 length int Length in metres LENGTH
Length in metres
Shapefile name: LENGTH
6 geom geometry Line geometry
Line geometry
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49

region.smf_waterway_to_name

Documentation Sygic Map Format
Schema region
Name smf_waterway_to_name
Module Land use & coverage

The table smf_waterway_to_name creates the relations between the tables smf_waterway and smf_name.
 

Table

Route computation

Turn-by-turn navigation

Search

Display

smf_waterway_to_name

not used

not used

not used

optional


Format: DBF or CSV file
Codepage: UTF-8
 

 

Key Name Data type Null Attributes References Description Shapefile name
1 waterway_id bigint region.smf_waterway PK ot table smf_waterway WAY_ID
PK ot table smf_waterway
References: region.smf_waterway
Shapefile name: WAY_ID
2 name_id bigint region.smf_name PK of table smf_name NAME_ID
PK of table smf_name
References: region.smf_name
Shapefile name: NAME_ID
3 name_type smallint Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name
TYPE
Type:
1 - Official Name
2 - Alternative Name
3 - Exonym
4 - Regional distinguish Name

Shapefile name: TYPE
Exported: 2020-01-30 09:52, Last imported: 2019-12-04 10:49