mapbox/geojson-mapnikify

View on GitHub
lib/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * This file is used as a reference for services built on this code.
 * Consult the support and sales team before modifying any values.
 */
module.exports = {
    MARKER_MAX_SQUARE_PIXELS: 160000
};