Skip to content

Commit 7e2f622

Browse files
authored
Update diagnose.test.js
1 parent 176b72a commit 7e2f622

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/diagnose.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ const initialData = `<osm version="0.6" generator="openstreetmap-cgimap 2.1.0 (1
5353
`;
5454

5555
// Step 2: get the bounding box data for the buiding from the API
56-
const mapData = `
56+
const mapData = `<?xml version="1.0" encoding="UTF-8"?>
57+
<osm version="0.6" generator="openstreetmap-cgimap 2.1.0 (1885089 spike-08.openstreetmap.org)" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
58+
<bounds minlat="55.8550736" minlon="4.3312518" maxlat="55.8551787" maxlon="4.3313915"/>
59+
</osm>
5760
`;
5861

5962
// Describe Issue

0 commit comments

Comments
 (0)