mapbox/geojson-mapnikify

View on GitHub
lib/urlmarker.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(feature, callback) {
    if (!feature.properties) return callback(new Error('Invalid feature'));
    var uri = feature.properties['marker-url'];
    var tint = feature.properties['marker-color'];

Severity: Minor
Found in lib/urlmarker.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status