pelias / pelias/spatial

Pagination of spatial relations

Open
#8 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
JavaScript
Stars
32
Forks
8
Avg merge
13m
Merged PRs (30d)
1

Description

The list of spatial relationships can be very large (eg. WITHIN(earth)).

Currently, there is a hard limit on how many are shown in the front-end (I believe it's 100).

This issue is to add a 'pagination' type interface for the spatial relationships so that the front-end can view a fixed number of results with < > arrows.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the front-end code that limits spatial relationships to 100 results and inspect how results such as WITHIN(earth) are retrieved and displayed. Add a fixed-size paginated interface with previous and next arrows; done means users can navigate beyond the current limit.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.