Added search olc test
This commit is contained in:
parent
56e989db68
commit
5bd16a3f5a
1 changed files with 17 additions and 0 deletions
17
OsmAnd-java/src/test/resources/search/olc.json
Normal file
17
OsmAnd-java/src/test/resources/search/olc.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"lat": "55.75138",
|
||||||
|
"lon": "37.62940",
|
||||||
|
"radiusLevel": 1,
|
||||||
|
"totalLimit": -1,
|
||||||
|
"lang": "",
|
||||||
|
"transliterateIfMissing": false,
|
||||||
|
"emptyQueryAllowed": false,
|
||||||
|
"sortByName": false
|
||||||
|
},
|
||||||
|
"phrase": "QHW6+CQ",
|
||||||
|
"results": [
|
||||||
|
"55.796062, 37.56194"
|
||||||
|
],
|
||||||
|
"cities": []
|
||||||
|
}
|
Loading…
Reference in a new issue