0.9.9 preparations
This commit is contained in:
parent
a440505f6f
commit
c458ec0db9
13 changed files with 17 additions and 12 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue