Skip to content

Commit

Permalink
Merge pull request mapnik#36 from gravitystorm/patch-1
Browse files Browse the repository at this point in the history
Remove doc repitition of the defaults
  • Loading branch information
Dane Springmeyer committed Oct 17, 2012
2 parents 8f66f8a + 0214185 commit a3e6591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions latest/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,13 +846,13 @@
"opacity": {
"css": "shield-opacity",
"type": "float",
"doc": "(Default 1.0) - opacity of the image used for the shield",
"doc": "The opacity of the image used for the shield",
"default-value": 1
},
"text-opacity": {
"css": "shield-text-opacity",
"type": "float",
"doc": "(Default 1.0) - opacity of the text placed on top of the shield",
"doc": "The opacity of the text placed on top of the shield",
"default-value": 1
},
"horizontal-alignment": {
Expand Down Expand Up @@ -1041,7 +1041,7 @@
"opacity": {
"css": "polygon-pattern-opacity",
"type": "float",
"doc": "(Default 1.0) - Apply an opacity level to the image used for the pattern",
"doc": "Apply an opacity level to the image used for the pattern",
"default-value": 1,
"default-meaning": "The image is rendered without modifications"
},
Expand Down

0 comments on commit a3e6591

Please sign in to comment.