You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...replacing [id] with the actual id of the way or relation.
17
16
18
-
Additional details will be displayed if "&info" is appended to the URL.
19
-
20
-
Console debug messages can be printed to the screen if "&errorBox" is appended to the url. Helpful since mobile browsers often lack any inspection capability.
17
+
Additional details will be displayed if `&info` is appended to the URL.
21
18
19
+
Console debug messages can be printed to the screen if `&errorBox` is appended to the url. Helpful since mobile browsers often lack any inspection capability.
22
20
23
21
Supports:
24
22
* Ways with a building tag
25
23
* Ways with building parts inside.
26
24
* Building relations with way and/or multipolygon parts
27
-
*Mulipolygon buildings
25
+
*Multipolygon buildings
28
26
* Multipolygon building with multiple open ways which combine to a closed way.
29
27
30
28
Roof Types:
@@ -43,3 +41,7 @@ Examples:
43
41
* Building Relation [Burj Khalifa](https://beakerboy.github.io/OSMBuilding/index.html?type=relation&id=7584462)
44
42
* Multipolygon with no parts - [Freer Art Gallery](https://beakerboy.github.io/OSMBuilding/index.html?type=relation&id=1029355)
45
43
* Relation with multipolygon parts - [Leaning Tower of Pisa](https://beakerboy.github.io/OSMBuilding/index.html?type=relation&id=12982338)
44
+
45
+
Specify the `osmApiUrl` parameter to use other OSM APIs. Examples:
0 commit comments