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