carto-generator icon indicating copy to clipboard operation
carto-generator copied to clipboard

C++ Parser for the Carto stylesheet language

Results 9 carto-generator issues
Sort by recently updated
recently updated
newest added

The style sheets that is produced skips the attribute used for the actual labeling in text-name in the css style sheets, ie [type] becomes: #road_test-label{ text-name:""; text-face-name:"DejaVu Sans Book"; text-size:8;...

In each of these elements one set of braces is redundant and makes the document invalid. ``` #cleantopo { .raster { { } } } #countries { .Countries_style { {...

XML: ``` xml ``` Carto (the same style was applied to three layers in the XML): ``` css #srtm { .raster { { } } } #ace { .raster {...

Boost version: 1.48 build from src. Try to parse test.xml from folder test in carto-generator project and have segfault: $ ~/src/carto-generator/example ~/src/carto-generator/tests/test.xml ./test.mml Segmentation fault valgrind output: https://gist.github.com/567dd3ec2c2a65466f5f head of...

@springmeyer, @herm Not sure either of you have spent any time thinking about what the carto syntax will look like for implementing the new placement changes, but it is something...

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.10 Release: 11.10 Codename: oneiric $ g++ --version g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 $ dpkg -l | grep...

Mapnik XML can have linebreaks in strings, especially common in things like the sql subselects often used in the postgres 'table' parameter. These are ultimately stripped by mapnik before sending...

Colors in `map.xml` like: ``` xml ([HYC]=8) ``` Come out in mss for me looking like: ``` css #quebec_hydrography { .drainage { [HYC=8] { polygon-fill: rgb(0, 68157440, 1606400327, 1606400183); }...

Seems like some peculiarity to my particular set up but exceptions are failing to propagate from mapnik into the generator. Both catch(std::exception) and catch(...) fail to capture the exceptions resulting...