Update planetiler-core/src/test/java/com/onthegomap/planetiler/PlanetilerTests.java

Co-authored-by: Erik Price <188935+erik@users.noreply.github.com>
pull/499/head
Michael Barry 2023-02-23 17:45:44 -05:00 zatwierdzone przez GitHub
rodzic 31ee536e71
commit 983dd75aab
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1649,7 +1649,7 @@ class PlanetilerTests {
@Test
void testIssue496BaseballMultipolygon() throws Exception {
// this generated a polygon that covered an entire z11 tile where the buffer interested the baseball field
// this generated a polygon that covered an entire z11 tile where the buffer intersected the baseball field
OsmXml osmInfo = TestUtils.readOsmXml("issue_496_baseball_multipolygon.xml");
List<OsmElement> elements = convertToOsmElements(osmInfo);