Tom Hughes wrote: > I've forgotten the details, but my memory is that the way keys and > values in osm files are mapped to attributes by the osm plugin is > somehow different to how the combination of postgis and osm2pgsql does it.
For styles which only have simple filters that use straight 1:1 OSM k/v pairs, it might just work okay. Or at least: should. I never tested it. The problem, which you touched on earlier, is that the osm.xml stylesheet will not work without lots of changes to the filters, and even then you cannot fully get the same results. osm.xml does a fair amount of filtering in the SQL queries, and you cannot get this done in the OSM plugin. -- Lennard _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

