Changeset 35737 in osm for applications/editors
- Timestamp:
- 2021-04-21T16:11:09+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convpreset.pl
r35422 r35737 209 209 $combo_n = ""; 210 210 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"; 211 217 } 212 218 elsif(!$line)
Note:
See TracChangeset
for help on using the changeset viewer.