You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that roads_gen0 and roads_gen1 don't have a access column even though the mapping specifies access in their fields. Subsequently when I run TileMill against the OSM Bright project SQL queries fail. Anyone run across this problem? Is this a problem with imposm or osm-bright?
Thanks
Ted
The text was updated successfully, but these errors were encountered:
Not sure if this is the right place to ask but I'm using the osm-bright (https://github.com/mapbox/osm-bright/blob/master/imposm-mapping.py) mapping file when importing but the osm_roads view doesn't get built with the layer or access columns
roads = UnionView(
name = 'roads',
fields = (
('bridge', 0),
('ref', None),
('tunnel', 0),
('oneway', 0),
('layer', 0),
('z_order', 0),
('access', None),
),
mappings = [motorways, mainroads, minorroads, railways],
)
I also noticed that roads_gen0 and roads_gen1 don't have a access column even though the mapping specifies access in their fields. Subsequently when I run TileMill against the OSM Bright project SQL queries fail. Anyone run across this problem? Is this a problem with imposm or osm-bright?
Thanks
Ted
The text was updated successfully, but these errors were encountered: