pelias / api

HTTP API for Pelias Geocoder

Home Page:http://pelias.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase MAX_SIZE limit for Pelias API

fcruzel opened this issue · comments

commented

Could the limit be increased to i.e. 100/150 results per request or implement pagination? I'm currently querying Pelias API but the results I want get hidden behind the limit set to 40.

const MAX_SIZE = 40;

change to

const MAX_SIZE = 100;

works in my environment