Standardise on openstreetmap-website instead of rails port

Fixes #3796
This commit is contained in:
Andy Allan 2022-11-16 12:16:45 +00:00
parent 52c0bb5e73
commit 293ce4880e
6 changed files with 15 additions and 16 deletions

View file

@ -18,7 +18,7 @@ PG_FUNCTION_INFO_V1(tile_for_point);
* To bind this into PGSQL, try something like:
*
* CREATE FUNCTION tile_for_point(int4, int4) RETURNS int8
* AS '/path/to/rails-port/db/functions/libpgosm', 'tile_for_point'
* AS '/path/to/openstreetmap-website/db/functions/libpgosm', 'tile_for_point'
* LANGUAGE C STRICT;
*
* (without all the *s)