Changeset 35737 in osm for applications/editors


Ignore:
Timestamp:
2021-04-21T16:11:09+02:00 (4 years ago)
Author:
stoecker
Message:

see #20467 - support more relation types details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convpreset.pl

    r35422 r35737  
    209209    $combo_n = "";
    210210    print "\n";
     211  }
     212  # extract some values which we need at other places
     213  elsif($line =~ /<key key="(highway|railway|waterway|landuse|building)" value="([^"]+)"/)
     214  {
     215    my ($key, $val) = ($1, $2);
     216    print infoblock("key") . " trc(\"$key\", \"$val\");"."\n";
    211217  }
    212218  elsif(!$line)
Note: See TracChangeset for help on using the changeset viewer.