yes/proposed logic for relations
This commit is contained in:
parent
6c90fb9a25
commit
7fc76ad8c4
3 changed files with 63 additions and 21 deletions
|
|
@ -178,9 +178,12 @@ public class OsmCutter extends MapCreatorBase
|
|||
|
||||
String network = r.getTag( "network" );
|
||||
if ( network == null ) network = "";
|
||||
String state = r.getTag( "state" );
|
||||
if ( state == null ) state = "";
|
||||
writeId( cyclewayDos, r.rid );
|
||||
cyclewayDos.writeUTF( route );
|
||||
cyclewayDos.writeUTF( network );
|
||||
cyclewayDos.writeUTF( state );
|
||||
for ( int i=0; i<r.ways.size();i++ )
|
||||
{
|
||||
long wid = r.ways.get(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue