[−][src]Function convert_osm::extract::get_area_type
fn get_area_type(tags: &Tags) -> Option<AreaType>
diff --git a/howto/new_city.html b/howto/new_city.html index c0b9a78c8e..7401b31f75 100644 --- a/howto/new_city.html +++ b/howto/new_city.html @@ -186,6 +186,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/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>