advancedConfigs

This set of run time properties defines custom configuration values. It includes the subsets Abbreviations, Post_StreetTypes, and Pre_StreetTypes, which in turn, contain keys and editable values.

This configuration is a only available with userProfile=”Advance”.

Abbreviations

This property allows configuring country-specific abbreviations.

Example

"Abbreviations" : [ "Wien:Wien", "Freih:Frh", "LIMITED:LTD", "INDUSTRIES:IND", "FOOTBALL:F", "OÖ:Oberösterreich", "haus:hs", "Hauptbahnhof:Hbf", "Sankt%:St", "European+Economic+Interest+Group:EEIG", "Dekan:Dek", "BUILDING:BLD", "NÖ:Niederösterreich"]

SacFromFile in the JSON must be numeric. Postal codes are numeric for most countries and can be used to define the SacFromFile. For those countries where postal codes are not numeric, the Custom Dataset Builder requires a field that can provide a logical grouping.

Post_StreetType

This property allows configuring country-specific street types which are often written after the street names.

Example
"Post_StreetTypes" : [ "CHAUSEE:chaussee,CHAUSSEE,CHAUSSEE.,CHAUSSE,CHAUSSE.,CHAUSE,CH.,CHAUSS.,CHAUS.,CHAUS,CHAUSS", "PROM:PROM,promenade,Prom.", "WEG:WEG,weg,Weg.", "DAMM:DAM,damm,Damm.", "RING:RNG,ring,Ring.", "BOULEVARD:BD,boulevard,boulevard.,BD.", "GASSE:GA,gasse,Gasse.,g.", "PLATZ:PL,platz,platz.,PL.", "PROMENADE:PROM,promenade", "STRAßE:STR,STRAßE,STRASSE,STRASS,STRASE,STRABE,STREET" ]
Pre_StreetTypes

This property allows configuring country-specific street types which often are written before the street names.

Example
"Pre_StreetTypes" : [ "Rue:R." ]
         

The following shows the advancedConfigs properties:

"advancedConfigs" : {
          "Post_StreetTypes" : [ "CHAUSEE:chaussee,CHAUSSEE,CHAUSSEE.,CHAUSSE,CHAUSSE.,CHAUSE,CH.,CHAUSS.,CHAUS.,CHAUS,CHAUSS", "PROM:PROM,promenade,Prom.", "WEG:WEG,weg,Weg.", "DAMM:DAM,damm,Damm.", "RING:RNG,ring,Ring.", "BOULEVARD:BD,boulevard,boulevard.,BD.", "GASSE:GA,gasse,Gasse.,g.", "PLATZ:PL,platz,platz.,PL.", "PROMENADE:PROM,promenade", "STRAßE:STR,STRAßE,STRASSE,STRASS,STRASE,STRABE,STREET" ],
          "Abbreviations" : [ "Wien:Wien", "Freih:Frh", "LIMITED:LTD", "INDUSTRIES:IND", "FOOTBALL:F", "OÖ:Oberösterreich", "haus:hs", "Hauptbahnhof:Hbf", "Sankt%:St", "European+Economic+Interest+Group:EEIG", "Dekan:Dek", "BUILDING:BLD", "NÖ:Niederösterreich" ],
          "Pre_StreetTypes" : [ "Rue:R." ]