Require our fork of mapnik-reference to get marker-multi-policy
See https://github.com/Vizzuality/grainstore/issues/36
This commit is contained in:
parent
7b6a4b7820
commit
9043e70cf3
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"underscore": "~1.3.3",
|
"underscore": "~1.3.3",
|
||||||
"mapnik-reference": "~5.0.0",
|
"mapnik-reference": "git://github.com/CartoDB/mapnik-reference.git#cdb-5.0",
|
||||||
"xml2js": "~0.1.13"
|
"xml2js": "~0.1.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
11
package.json.README
Normal file
11
package.json.README
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Since we can't put comments in the package.json file
|
||||||
|
this file fills that gap.
|
||||||
|
|
||||||
|
Dependencies needing comments:
|
||||||
|
|
||||||
|
"mapnik-reference"
|
||||||
|
|
||||||
|
We use our own fork because we need advertisement of "marker-multi-policy"
|
||||||
|
which is only in the reference of mapnik-2.1.1. Can be reverted to upstream
|
||||||
|
once this pull request is released:
|
||||||
|
https://github.com/mapnik/mapnik-reference/pull/41
|
Loading…
Reference in New Issue
Block a user