Advanced field mapping: required formats
π‘ Usage Recommendation:
Advanced fields are primarily used for API use cases, allowing you to have distinct and formatted fields. These formats must be applied at the data source.
It is not possible to customize their display in the POI detailed view, which is why we recommend using the description property to map your properties, especially when using applications like Google Sheets, Excel, or JSON.
π Enable advanced fields during mapping
When creating a list, the mapping step is fundamental to ensure the correspondence of values from your file with Wemap Pro properties.
In addition to basic properties, you have the option to add additional information by activating the "Advanced fields" toggle button in the top right of the properties.

Once activated, an "Advanced fields" section appears below the properties:

π Formats to follow
For each of the following fields, values must match a specific format in your source file in order to be processed in Wemap Pro.
|
Advanced fields |
Format |
Example |
| Link | URL | https://getwemap.com |
| Phone | Phone number without country code | 0612345678 |
| Country | ISO 3166-1 alpha-2 code | FR for France, ES for Spain... |
|
Opening hours |
[ { "close": "HH:MM", "open": "HH:MM", "weekday": 1 }, { "close": "HH:MM", "open": "HH:MM", "weekday": 2 }, { "close": "17:00", "open": "09:00", "weekday": 3 }] Where:
|
[ { "close": "18:00", "open": "08:30", "weekday": 1 }, { "close": "18:00", "open": "08:30", "weekday": 2 }, { "close": "17:00", "open": "09:00", "weekday": 3 }] In this example, the opening hours are:
|
π Note:
Once mapping is complete, the advanced field information is displayed in the point description, automatically with a title.
Therefore, it is not necessary to customize the display during mapping, as when adding a "Phone" value to the "Description" property, for example (in "Description customization").