This commit is contained in:
Young Hahn 2011-08-03 11:50:08 -04:00
parent aa2b3b2014
commit 9eb9bf75be
2 changed files with 8 additions and 1 deletions

View File

@ -196,6 +196,9 @@ By defining multiple fonts in a `text-face-name` definition, you create [FontSet
#### Using the binary
Install `millstone` to enable support for localizing external resources (URLs and local files) referenced in your mml file.
npm install millstone
carto map_file.json
#### Using the code
@ -247,6 +250,10 @@ Only for running tests:
## Changelog
### 0.2.2
* Update `carto` to use `millstone` if available.
### 0.2.1
* Accept valid Map properties directly from input mml object.

View File

@ -22,7 +22,7 @@
"Konstantin Käfer",
"Alexis Sellier <self@cloudhead.net>"
],
"version": "0.2.1",
"version": "0.2.2",
"licenses": [{
"type": "Apache"
}],