]> git.openstreetmap.org Git - nominatim.git/commit
search/reverse/lookup with geojson,geocodejson output
authorMarc Tobias Metten <mtmail@gmx.net>
Sun, 18 Mar 2018 00:49:26 +0000 (01:49 +0100)
committermarc tobias <mtmail@gmx.net>
Tue, 29 May 2018 15:20:34 +0000 (17:20 +0200)
commit7a964efb3a104e304be7620dc18fa123559f05c8
tree55c5159a3c5de442ff2473638095e490f9c37453
parent1d0da944a66924960eb48f2225d4717c28006cea
search/reverse/lookup with geojson,geocodejson output
17 files changed:
lib/Geocode.php
lib/PlaceLookup.php
lib/template/address-geocodejson.php [new file with mode: 0644]
lib/template/address-geojson.php [new file with mode: 0644]
lib/template/address-json.php
lib/template/search-geocodejson.php [new file with mode: 0644]
lib/template/search-geojson.php [new file with mode: 0644]
lib/template/search-json.php
test/bdd/api/lookup/simple.feature
test/bdd/api/reverse/params.feature
test/bdd/api/reverse/simple.feature
test/bdd/api/search/params.feature
test/bdd/api/search/simple.feature
test/bdd/steps/queries.py
website/lookup.php
website/reverse.php
website/search.php