At the time of writing, you can 100% render OSM data in Tilegarden, but you have to run it through osm2pgsql first so that Tilegarden can read it from Postgis. Mapnik does allow for using OSM data with a plugin, but it's not compiled in by default in the C++ version and it's unclear whether it exists in node-mapnik.
Plug Tilegarden into an OSM data source and see whether it renders that data or not.
Figure out how/if OsmPlugin can be compiled into node-mapnik when installing dependencies.
At the time of writing, you can 100% render OSM data in Tilegarden, but you have to run it through
osm2pgsql
first so that Tilegarden can read it from Postgis. Mapnik does allow for using OSM data with a plugin, but it's not compiled in by default in the C++ version and it's unclear whether it exists innode-mapnik
.OsmPlugin
can be compiled intonode-mapnik
when installing dependencies.