Link bus stop finder source code
This commit is contained in:
parent
aeb429768b
commit
07080c79d3
2 changed files with 7 additions and 0 deletions
|
|
@ -107,6 +107,12 @@
|
||||||
own policies and operational logs.
|
own policies and operational logs.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 id="source">Source code</h2>
|
||||||
|
<p>
|
||||||
|
The source code for this tool is available at
|
||||||
|
<a href="https://git.4angle.com/edward/openstreetmap-tools">git.4angle.com/edward/openstreetmap-tools</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 id="api">JSON endpoints</h2>
|
<h2 id="api">JSON endpoints</h2>
|
||||||
<p>The interface uses these endpoints. Errors have the form <code>{"error": "code", "message": "text"}</code>.</p>
|
<p>The interface uses these endpoints. Errors have the form <code>{"error": "code", "message": "text"}</code>.</p>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
|
||||||
|
|
@ -267,4 +267,5 @@ def test_about_documents_urls_and_services(client: Any) -> None:
|
||||||
assert b"?node=485403178" in response.data
|
assert b"?node=485403178" in response.data
|
||||||
assert b"?lat=51.4545&lon=-2.5879" in response.data
|
assert b"?lat=51.4545&lon=-2.5879" in response.data
|
||||||
assert b"overpass.atownsend.org.uk" in response.data
|
assert b"overpass.atownsend.org.uk" in response.data
|
||||||
|
assert b"https://git.4angle.com/edward/openstreetmap-tools" in response.data
|
||||||
assert b"JSON endpoints" in response.data
|
assert b"JSON endpoints" in response.data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue