Skip to content

Commit

Permalink
add osm types to hbefa mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Nov 9, 2024
1 parent 35aee47 commit 9f571bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ public static OsmHbefaMapping build() {
mapping.put("residential", new Hbefa("Access",30,50));
mapping.put("service", new Hbefa("Access",30,50));
mapping.put("living", new Hbefa("Access",30,50));
mapping.put("cycleway", new Hbefa("Access",30,50));
mapping.put("path", new Hbefa("Access",30,50));

return mapping;
}
Expand Down

0 comments on commit 9f571bc

Please sign in to comment.