Search found 4 matches

by RemcoZut
Fri Sep 13, 2024 8:17 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate2 Cyrillic vs Latin
Replies: 6
Views: 47638

Re: xLocate2 Cyrillic vs Latin

Hi Bernd,

I want to actualize this issue.

For the geocoding request Valjevo in Servia with maplanguage Russian transliterated to latin alphabet (transformation subtag).
{
"$type": "SearchByAddressRequest",
"address": {
"city": "Valjevo",
"country": "RS"
},
"requestProfile": {
"mapLanguage ...
by RemcoZut
Thu Dec 14, 2023 12:00 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate2 Cyrillic vs Latin
Replies: 6
Views: 47638

Re: xLocate2 Cyrillic vs Latin

They are already informed
by RemcoZut
Wed Dec 13, 2023 12:48 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate2 Cyrillic vs Latin
Replies: 6
Views: 47638

Re: xLocate2 Cyrillic vs Latin

The mapLanguage of our requests is usually 'nl'
{
"$type": "SearchByTextRequest",
"text": "Sparta",
"requestProfile": {
"mapLanguage": "nl"
}
}

which results in Cyrillc Greek:
{
"$type": "LocationsResponse",
"results": [
{
"location": {
"referenceCoordinate": {
"x": 22.426630091,
"y ...
by RemcoZut
Fri Dec 08, 2023 1:06 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate2 Cyrillic vs Latin
Replies: 6
Views: 47638

xLocate2 Cyrillic vs Latin

We encounter a problem with the xServer2 XLocate responses on countries where cyrillic script is default.
The use-case:
SearchLocationRequest is invoked with mapLanguage with 'nl' (dutch) or other western languages.
When the requested language is not available in the map data the language of the ...