0.9.9 preparations

This commit is contained in:
Arndt 2014-04-18 16:36:04 +02:00
parent a440505f6f
commit c458ec0db9
13 changed files with 17 additions and 12 deletions

View file

@ -141,6 +141,11 @@ public class OsmCutter extends MapCreatorBase
return;
}
}
if ( "no".equals( w.getTag( "oneway:bicycle" ) ) && w.getTag( "cycleway" ) == null )
{
w.putTag( "cycleway", "opposite" ); // fake that (no more bits available for oneway:bicycle..
}
// encode tags
if ( w.getTagsOrNull() != null )