aboutsummaryrefslogtreecommitdiff
path: root/modern/src/attributes/geofenceAttributes.js
blob: 4b9c9e63c74e103c95cd5d705a65cd5ff2dbb5db (plain)
1
2
3
4
5
6
7
8
import t from '../common/localization'

export default {
  'speedLimit': {
    name: t('attributeSpeedLimit'),
    type: 'string',
  },
};