Skip to content

Commit fe79486

Browse files
authored
Update gabledroofbug.test.js
1 parent bac9171 commit fe79486

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

test/gabledroofbug.test.js

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,30 @@ import { TextEncoder } from 'node:util';
1010

1111
const data = `<?xml version='1.0' encoding='UTF-8'?>
1212
<osm version="0.6" generator="openstreetmap-cgimap 2.0.1 (2514279 spike-07.openstreetmap.org)" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
13-
<node id="8091790599" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208920" lon="7.1707447"/>
14-
<node id="8091790600" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208175" lon="7.1706533"/>
15-
<node id="8091790601" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208577" lon="7.1708150"/>
16-
<node id="8091790604" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9207832" lon="7.1707235"/>
17-
<node id="12004717375" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208780" lon="7.1707275"/>
18-
<way id="868101951" visible="true" version="7" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792">
19-
<nd ref="8091790600"/>
20-
<nd ref="8091790604"/>
21-
<nd ref="8091790601"/>
22-
<nd ref="8091790599"/>
23-
<nd ref="12004717375"/>
24-
<nd ref="8091790600"/>
25-
<tag k="addr:city" v="Rösrath"/>
26-
<tag k="addr:housenumber" v="25a"/>
27-
<tag k="addr:postcode" v="51503"/>
28-
<tag k="addr:street" v="Mühlenweg"/>
29-
<tag k="building" v="semidetached_house"/>
30-
<tag k="building:levels" v="2"/>
31-
<tag k="roof:direction" v="across"/>
32-
<tag k="roof:levels" v="1.5"/>
33-
<tag k="roof:shape" v="gabled"/>
34-
</way>
35-
</osm>`;
13+
<node id="8091790599" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208920" lon="7.1707447"/>
14+
<node id="8091790600" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208175" lon="7.1706533"/>
15+
<node id="8091790601" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208577" lon="7.1708150"/>
16+
<node id="8091790604" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9207832" lon="7.1707235"/>
17+
<node id="12004717375" visible="true" version="2" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792" lat="50.9208780" lon="7.1707275"/>
18+
<way id="868101951" visible="true" version="7" changeset="153088398" timestamp="2024-06-23T22:54:13Z" user="canavan" uid="2603792">
19+
<nd ref="8091790600"/>
20+
<nd ref="8091790604"/>
21+
<nd ref="8091790601"/>
22+
<nd ref="8091790599"/>
23+
<nd ref="12004717375"/>
24+
<nd ref="8091790600"/>
25+
<tag k="addr:city" v="Rösrath"/>
26+
<tag k="addr:housenumber" v="25a"/>
27+
<tag k="addr:postcode" v="51503"/>
28+
<tag k="addr:street" v="Mühlenweg"/>
29+
<tag k="building" v="semidetached_house"/>
30+
<tag k="building:levels" v="2"/>
31+
<tag k="roof:direction" v="across"/>
32+
<tag k="roof:levels" v="1.5"/>
33+
<tag k="roof:shape" v="gabled"/>
34+
</way>
35+
</osm>
36+
`;
3637

3738
beforeEach(() => {
3839
fetchMock.resetMocks();

0 commit comments

Comments
 (0)