public void setUp() throws Exception {
super.setUp();
// TODO: Rather load this from a configuration file, properties file or JRuby test code
Envelope bbox = new Envelope(12.9, 12.99, 56.05, 56.07); // covers half of Billesholm
addTestLayer("billesholm.osm", DataFormat.OSM, bbox);
addTestGeometry(70423036, "Ljungsgårdsvägen", "outside top left", "(12.9599540,56.0570692), (12.9624780,56.0716282)");
addTestGeometry(67835020, "Villagatan", "in the middle", "(12.9776065,56.0561477), (12.9814421,56.0572131)");
addTestGeometry(60966388, "Storgatan", "crossing left edge", "(12.9682980,56.0524546), (12.9710302,56.0538436)");
bbox = new Envelope(12.5, 14.1, 55.0, 56.3); // cover central Skåne
// Bounds for sweden_administrative: 11.1194502 : 24.1585511, 55.3550515 : 69.0600767
// Envelope bbox = new Envelope(12.85, 13.25, 55.5, 55.65); // cover Malmö
// Envelope bbox = new Envelope(13, 14, 55, 58); // cover admin area 'Söderåsen'
// Envelope bbox = new Envelope(7, 10, 37, 40);