if (isNaN(parseFloat(properties['stroke-width']))) {
        delete properties['stroke-width'];
    } else {
        properties['stroke-width'] = parseFloat(properties['stroke-width']);
    }