Advanced field mapping: formats to follow

πŸ’‘ Usage Recommendation:

Advanced fields are primarily used for our API use cases, allowing for distinct and formatted fields. These formats must be applied at the data source.

It is not possible to customize their display in the detailed POI 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 at 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, the values must match a specific format in your source file in order to be taken into account 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 = closing time
  • Open = opening time
  • Weekday = day
    • Numbered from 1 to 7: Monday = 1, Tuesday = 2, Wednesday = 3...

[ { "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:

  • Monday: 08:30 - 18:00
  • Tuesday: 08:30 - 18:00
  • Wednesday: 09:00 - 17:00

πŸ“Œ Note:

Once mapping is complete, the advanced field information is displayed in the point description, automatically with a title.

It is therefore not necessary to customize the display during mapping, as when adding a "Phone" value in the "Description" property, for example (in "Description customization").

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.