Skip to content

Commit

Permalink
bump to 4.0.4 with colorize-alpha syncing with mapnik
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 15, 2012
1 parent b402d1a commit 82e8fc9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 42 deletions.
32 changes: 11 additions & 21 deletions 2.1.0/reference.json
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "latest",
"style": {
"name": {
},
Expand Down Expand Up @@ -93,8 +93,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
},
"opacity": {
Expand Down Expand Up @@ -251,8 +250,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -408,8 +406,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -583,8 +580,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -830,8 +826,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -896,8 +891,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -986,8 +980,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -1077,8 +1070,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -1173,8 +1165,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -1445,8 +1436,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
## CHANGELOG

#### 4.0.4

Tagged Aug 15, 2012

Updated when Mapnik master was at 4cf1484

* Removed experimental `colorize-alpha` comp-op to match Mapnik removal (https://github.com/mapnik/mapnik/issues/1371).

#### 4.0.3

Tagged Aug 8, 2012
Expand Down
30 changes: 10 additions & 20 deletions latest/reference.json
Expand Up @@ -93,8 +93,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
},
"opacity": {
Expand Down Expand Up @@ -251,8 +250,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -408,8 +406,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -583,8 +580,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -830,8 +826,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -896,8 +891,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -986,8 +980,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -1077,8 +1070,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -1173,8 +1165,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down Expand Up @@ -1445,8 +1436,7 @@
"hue",
"saturation",
"color",
"value",
"colorize-alpha"
"value"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Mapnik Developers",
"name": "mapnik-reference",
"description": "Reference for Mapnik Styling Options",
"version": "4.0.3",
"version": "4.0.4",
"repository": {
"type": "git",
"url": "git://github.com/mapnik/mapnik-reference.git"
Expand Down

0 comments on commit 82e8fc9

Please sign in to comment.