Feature
A feature is each one of the entities represented in your map layer, that will contain data. For example, countries, states/regions, cities, polygons, lines or points.
Depending on the app subtype, features will represent either geographic entities (countries, states/regions or cities) or points.
In a Google Sheet, each row represents a feature.
For example:
In apps of subtype Geographic Area, each one of your countries, states/regions or cities is a feature.
In apps of subtype Geographic Location, each one of your raw geographic coordinates is a feature (points, lines, polygons...).
A feature belongs to an app, and can have many feature properties.
Attributes of a feature
App Subtype: Geographic Area
Name | Required | Description | Validation | Example |
---|---|---|---|---|
title | true | Title of your feature. | Non-empty values. |
|
country | One of | Country ISO code. | 2-character ISO codes, uppercase. |
|
region | One of | Region ISO code. | Valid region ISO codes, uppercase. The country ISO code must precede the region ISO code. |
|
city | One of | City ISO code. | 3-character city ISO codes, without prefix. |
|
App Subtype: Geographic Location
Name | Required | Description | Validation | Example |
---|---|---|---|---|
title | true | Title of your feature. | Non-empty values. |
|
type | true | Type of the raw data you wish to represent. | One of the following: - Point - MultiPoint - Polygon - MultiPolygon - LineString - MultiLineString | - |
coordinates | true | Coordinates that represent your data.
Coordinates are in x, y order ( | Valid JSON string representing the coordinates with | - If |
App Subtype: Green Accommodation
Name | Required | Description | Validation | Example |
---|---|---|---|---|
title | true | Title of the hotel. | Non-empty string values. |
|
country | Either country or feature property country_name | Country ISO code. | 2-character ISO codes, uppercase. |
|
address | Either address or feature property bcom_id | The address of the hotel, that will be used to fetch | Non-empty string values. | Example in the Netherlands:
|
See Hotel data for more information on the fields to import for Green Accommodation.
Last updated