Parchment Docs
UsageIntegrations

Pelias

Open-source geocoding and autocomplete via Pelias.

Pelias is an open-source geocoding engine. It can be self-hosted or used via a hosted provider such as Geocode.earth.


Capabilities

CapabilityDescription
GeocodingAddress-to-coordinate and reverse geocoding
AutocompleteAddress and place typeahead suggestions

Configuration

In Settings → Integrations, click the settings icon on the Pelias card.

FieldValue
HostBase URL of your Pelias instance, e.g. https://api.geocode.earth for Geocode.earth or http://localhost:4000 for self-hosted.
API KeyRequired for hosted providers like Geocode.earth. Leave blank for self-hosted instances without auth.

Click Test Connection before saving.


Self-hosting

Pelias can be run locally using Docker. See the Pelias Docker documentation for setup instructions.