]> git.openstreetmap.org Git - chef.git/blob - cookbooks/nominatim/files/default/website/nominatim.xml
Use correct user for osm2pgsql exporter on raster servers
[chef.git] / cookbooks / nominatim / files / default / website / nominatim.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
3                        xmlns:moz="http://www.mozilla.org/2006/browser/search/">
4     <ShortName>Nominatim</ShortName>
5     <LongName>Nominatim OSM Search</LongName>
6     <Description>Search for a place in OpenStreetMap Nominatim</Description>
7     <InputEncoding>UTF-8</InputEncoding>
8     <OutputEncoding>UTF-8</OutputEncoding>
9     <Url type="text/html" method="get" template="https://nominatim.openstreetmap.org/ui/search.html">
10       <Param name="q" value="{searchTerms}"/>
11     </Url>
12     <Query role="example" searchTerms="Reigate" />
13     <Developer>Sarah Hoffmann</Developer>
14     <AdultContent>false</AdultContent>
15     <Attribution>Data &amp;copy; OpenStreetMap contributors. ODbL, http://www.osm.org/copyright.</Attribution>
16 </OpenSearchDescription>
17