IagoLast
31abb8bee0
0.15.1
2018-05-10 16:07:00 +02:00
IagoLast
e2177cf443
Add release scripts
2018-05-10 16:06:56 +02:00
IagoLast
f8a9995050
Add a tdd option into the package.json scripts
...
This option includes a env variable to control the verbosity of the test logs.
2017-07-28 12:01:37 +02:00
Francisco López
3db2fa322b
Bump version
2017-06-15 14:54:29 +02:00
Daniel García Aubert
945f5efb74
Release 0.15.1-cdb3
2017-03-07 11:10:29 +01:00
nobuti
9e8c90b6f9
Bumped version of underscore.
...
Updated some method calls.
Dist generation files.
2016-05-30 16:06:04 +02:00
Raul Ochoa
8050ec843f
Release 0.15.1-cdb1
2015-02-20 19:48:15 +01:00
javi
46b3f4857f
version bump
2014-12-18 09:04:03 +01:00
javi
56d69ab68a
browserify fixes
2014-12-17 14:35:42 +01:00
javi
e491c64ceb
improved package.json
2014-12-16 18:39:18 +01:00
javi
2e00705b64
adds support for browserify
...
this pr also changes some code to make compatible with the browser. It exposes the global variable "carto"
One of the problems is mapnik reference, the module is not read to work with browserify since it loads modules dynamically. It does not make sense to make it compatible since mapnik-reference is not going to be used so people must to set the reference needed before parse/render:
carto.tree.Reference.setData(reference)
2014-12-04 16:29:20 +01:00
Dane Springmeyer
b19ade3850
use latest mapnik-reference@6.0.2
2014-09-26 13:10:51 -07:00
Dane Springmeyer
e29b900342
call this branch v0.14.0
2014-09-25 18:17:48 -07:00
Dane Springmeyer
150e7166f6
mapnik ref: default to Mapnik 3.0.0
2014-09-25 18:13:35 -07:00
Dane Springmeyer
5890802d6d
use new mapnik-reference@6.0.0
2014-09-25 12:33:06 -07:00
Dane Springmeyer
4de08ce68d
new mapnik-reference that declares all expressions for mapnik 3.x
2014-09-23 15:31:58 -07:00
Young Hahn
481a0fc406
0.13.0
2014-09-04 17:22:19 -04:00
Young Hahn
339d781ca6
Use newer mapnik ref.
2014-09-04 16:34:48 -04:00
Young Hahn
57ddf46813
0.12.1
2014-08-02 21:47:27 -04:00
Young Hahn
d608fa93b8
0.12.0
2014-08-02 21:41:17 -04:00
Young Hahn
bde0d0e2ab
Drop xml2js and thus mml2json.
2014-08-02 17:40:54 -04:00
Tom MacWright
b9a00ed68b
Use coveralls and add coverage
2014-07-03 11:44:35 -04:00
Young Hahn
b675a648c0
0.11.0
2014-05-20 17:15:09 -04:00
Young Hahn
cd18bea7ba
0.10.0
2014-05-15 00:25:17 -04:00
Dane Springmeyer
5dc4610785
use latest mapnik-reference
2014-04-25 16:11:28 -07:00
Dane Springmeyer
9f18e9cc2c
bump to v0.9.6 in package.json
2014-04-10 22:10:23 -04:00
Dane Springmeyer
96886c73c6
use mapnik-reference@5.0.8
2014-04-10 21:07:47 -04:00
Dane Springmeyer
443b81012e
upgrade underscore and xml2js
2014-04-10 21:02:00 -04:00
Dane Springmeyer
12a3d6cad2
start using mapnik-reference master
2014-02-19 11:57:58 -08:00
samanpwbb
f333705cc2
revert rename
2013-12-09 20:39:54 -05:00
Dane Springmeyer
5a7429d30d
Bump to v0.9.5 with many fixes and optimizations
2013-10-25 13:23:25 -07:00
Dane Springmeyer
21f03b3f9e
track latest mapnik-reference
2013-09-26 16:20:26 -07:00
Dane Springmeyer
1c5c84587e
bump mapnik-reference version and prep changelog for v0.9.5 release
2013-09-19 10:57:57 -07:00
Tom MacWright
66b0c1ff7a
Update mocha and optimist dependencies
2013-07-09 14:03:59 -04:00
Dane Springmeyer
ae95aa7575
fix repository in package.json
2013-05-22 19:16:35 -07:00
Tom Hughes
caa639beb8
Add a man page for carto
2013-03-03 19:05:47 +00:00
Dane Springmeyer
e8566e817e
point to master mapnik-reference
2013-03-01 15:08:05 -05:00
Dane Springmeyer
6ca0c705c8
add raster colorizer ( https://github.com/mapnik/mapnik/wiki/RasterColorizer ) support to master - closes #5 - refs mapbox/tilemill#761 - depends on 41772edbd7
2013-02-12 11:17:56 -08:00
Tom Hughes
48d89889fe
Update to use v0.2.x of xml2js
2013-02-10 20:46:12 +00:00
Dane Springmeyer
74fa914c8c
updated raster colorizer support
2013-02-01 15:57:29 -05:00
Stefan Klug
de40fd4e42
added dpi parameter to carto bin
...
use optimist to parse command line arguments
2013-01-21 16:40:16 +01:00
Tom MacWright
c1e8c3b8f3
Support mapnik keywords in filters and error on bare keywords. Fixes
2013-01-03 10:11:30 -05:00
Tom MacWright
43073fa1e8
Further performance tuning, about a 10% improvement on
...
openstreetmap-carto
2012-12-26 22:23:04 -05:00
Tom MacWright
a8133e0d77
Bump mocha version to current
2012-12-26 17:40:33 -05:00
Tom MacWright
f6c07afee6
Refine heap performance. Switch back to underscore since lodash does npm
...
all wrong.
2012-12-21 16:53:38 -05:00
Tom MacWright
9eee907467
Simplify filter system, support numeric variables in filters
2012-12-19 17:01:35 -05:00
Tom MacWright
ec0699dd45
Cleanup
2012-12-19 11:53:10 -05:00
Tom MacWright
f41312597c
Move .is to prototype, start testing quoteds
2012-12-18 17:16:40 -05:00
Tom MacWright
217498a207
Push to 0.9.4 with regex nesting fix
2012-12-06 12:50:04 -05:00
Tom MacWright
13448ee297
Bump package
2012-10-09 21:35:24 -04:00