]> git.openstreetmap.org Git - nominatim.git/commit
introduce accessor function for URL parameter
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 11 Jun 2016 21:07:06 +0000 (23:07 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 11 Jun 2016 21:07:06 +0000 (23:07 +0200)
commitd45524cbfb299f5004a03c52802c64749c5ad212
treecc889de3dd7ac4326cb607fd7a7b7fb77485a634
parentaa9fff919900caafb276630b8ca4f1c1c598ab1c
introduce accessor function for URL parameter

These functions take care of type conversion and check that
the parameters contain legal values. The API now returns a
Bad Request error if the format is wrong.
lib/init-website.php
lib/lib.php
lib/website.php [new file with mode: 0644]
website/details.php
website/hierarchy.php
website/lookup.php
website/polygons.php
website/reverse.php
website/search.php