We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176b72a commit 7e2f622Copy full SHA for 7e2f622
test/diagnose.test.js
@@ -53,7 +53,10 @@ const initialData = `<osm version="0.6" generator="openstreetmap-cgimap 2.1.0 (1
53
`;
54
55
// Step 2: get the bounding box data for the buiding from the API
56
-const mapData = `
+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>
60
61
62
// Describe Issue
0 commit comments