Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to api.openstreetmap.org API host #708

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/html/output_formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2><a name="xml">OSM XML</a></h2>
<pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;osm version=&quot;0.6&quot; generator=&quot;Overpass API&quot;&gt;
&lt;note&gt;The data included in this document is from www.openstreetmap.org. It has there been collected by a large group of contributors. For individual attribution of each item please refer to https://www.openstreetmap.org/api/0.6/[node|way|relation]/#id/history &lt;/note&gt;
&lt;note&gt;The data included in this document is from www.openstreetmap.org. It has there been collected by a large group of contributors. For individual attribution of each item please refer to https://api.openstreetmap.org/api/0.6/[node|way|relation]/#id/history &lt;/note&gt;
&lt;meta osm_base=&quot;<em>date</em>&quot;/&gt;

...
Expand Down Expand Up @@ -80,7 +80,7 @@ <h2><a name="json">OSM JSON</a></h2>
&quot;generator&quot;: &quot;Overpass API&quot;,
&quot;osm3s&quot;: {
&quot;timestamp_osm_base&quot;: &quot;<em>date</em>&quot;,
&quot;copyright&quot;: &quot;The data included in this document is from www.openstreetmap.org. It has there been collected by a large group of contributors. For individual attribution of each item please refer to https://www.openstreetmap.org/api/0.6/[node|way|relation]/#id/history&quot;
&quot;copyright&quot;: &quot;The data included in this document is from www.openstreetmap.org. It has there been collected by a large group of contributors. For individual attribution of each item please refer to https://api.openstreetmap.org/api/0.6/[node|way|relation]/#id/history&quot;
},
&quot;elements&quot;: [

Expand Down