[−][src]Function convert_osm::extract::get_area_type
fn get_area_type(tags: &Tags) -> Option<AreaType>
From cec373d39e487a81050ab60762249416001c32b7 Mon Sep 17 00:00:00 2001
From: dabreegster
Note that you may hit problems if you use JOSM to download additional data to a
+.osm file. Unless it updates the <bounds/>
element, A/B Street will clip out
+anything extra. The best approach is to explicitly specify the boundary with
+--oneshot_clip
.
Follow this guide to add a new city to A/B street by default so other users can use it as well.
diff --git a/print.html b/print.html index 959a0e516b..de6ee3e5bc 100644 --- a/print.html +++ b/print.html @@ -339,6 +339,10 @@ region you want to simulate and save the geojson locally. Use convert that geojson to the Osmosis format required by osmconvert. +Note that you may hit problems if you use JOSM to download additional data to a
+.osm file. Unless it updates the <bounds/>
element, A/B Street will clip out
+anything extra. The best approach is to explicitly specify the boundary with
+--oneshot_clip
.
Follow this guide to add a new city to A/B street by default so other users can use it as well.
diff --git a/rustdoc/convert_osm/extract/fn.get_area_type.html b/rustdoc/convert_osm/extract/fn.get_area_type.html index 2513007fdd..de0f41929f 100644 --- a/rustdoc/convert_osm/extract/fn.get_area_type.html +++ b/rustdoc/convert_osm/extract/fn.get_area_type.html @@ -1,2 +1,2 @@fn get_area_type(tags: &Tags) -> Option<AreaType>
fn get_area_type(tags: &Tags) -> Option<AreaType>