leaflet.pattern
Version:
Provides the ability to use SVG patterns as backgrounds for Leaflet Paths.
17 lines (16 loc) • 313 B
JSON
{
"name": "leaflet.pattern",
"version": "0.1.0",
"description": "Provides the ability to use SVG patterns as backgrounds for Leaflet Paths.",
"dependencies": {
"leaflet": "~0.7.1"
},
"devDependencies": {
"uglify-js": "~2.3.6"
},
"main": "dist/leaflet.pattern.js",
"keywords": [
"gis",
"map"
]
}