Add search prefix and change openstreetmap correspondingly

This commit is contained in:
PavelRatushny 2017-10-18 14:47:47 +03:00
parent f9e42fc37a
commit 334ef116b3

View file

@ -232,7 +232,11 @@
<data android:host="www.openstreetmap.org" android:path="/"/> <!-- catches /#map=... --> <data android:host="www.openstreetmap.org" android:path="/"/> <!-- catches /#map=... -->
<data android:host="www.openstreetmap.org" android:pathPrefix="/query"/> <data android:host="www.openstreetmap.org" android:pathPrefix="/query"/>
<data android:host="www.openstreetmap.org" android:pathPrefix="/go"/> <data android:host="www.openstreetmap.org" android:pathPrefix="/go"/>
<data android:host="openstreetmap.org" /> <data android:host="www.openstreetmap.org" android:pathPrefix="/search"/>
<data android:host="openstreetmap.org" android:path="/"/> <!-- catches /#map=... -->
<data android:host="openstreetmap.org" android:pathPrefix="/query"/>
<data android:host="openstreetmap.org" android:pathPrefix="/go"/>
<data android:host="openstreetmap.org" android:pathPrefix="/search"/>
<data android:host="osm.org" /> <data android:host="osm.org" />
<data android:host="map.baidu.cn" /> <data android:host="map.baidu.cn" />
<data android:host="map.baidu.com" /> <data android:host="map.baidu.com" />