0.2.2
This commit is contained in:
parent
aa2b3b2014
commit
9eb9bf75be
@ -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.
|
||||
|
@ -22,7 +22,7 @@
|
||||
"Konstantin Käfer",
|
||||
"Alexis Sellier <self@cloudhead.net>"
|
||||
],
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"licenses": [{
|
||||
"type": "Apache"
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user