Update wiki Home page for nominatim-geocode-action

gitea_admin 2026-03-11 14:39:17 +00:00
parent 7784c7aa38
commit 991a1fa924

49
Home.md

@ -1,21 +1,42 @@
# Deploy the Project on CamelX Platform # Nominatim GeoCode Action
Deploy on CamelX Platform in three steps Find locations on Earth by name and address.
This Kamelet expects in the body the `address` to find.
The return message will also contain the following headers with the geolocation info:
- `CamelGeoCoderAddress`
- `CamelGeoCoderCity`
- `CamelGeoCoderCountryLong`
- `CamelGeoCoderCountryShort`
- `CamelGeoCoderLat`
- `CamelGeoCoderLng`
- `CamelGeoCoderLatlng`
- `CamelGeoCoderPostalCode`
- `CamelGeoCoderRegionCode`
- `CamelGeoCoderRegionName`
- `CamelGeoCoderStatus`
## Step 1: Create a release The body will be returned in JSON format.
From the project space, click on **"Create a release"**
The new version is automatically available in the list ## Metadata
## Step 2: Deploy | Property | Value |
Click on **"Deploy"** |----------|-------|
| Type | action |
| Group | Geospatial |
| Namespace | Geo |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release ## Properties
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Name | Type | Required | Default | Description |
Enable **"Expose"** |------|------|----------|---------|-------------|
| `serverUrl` | string | ✓ | | Url of the Nominatim server |
Choose an **API Gateway** (Internal, Public, etc.) ## Dependencies
- `camel:core`
- `camel:jackson`
- `camel:geocoder`
- `camel:kamelet`