Skip to content

Commit

Permalink
OpenStreetMapMapnikTest: fix mapsforge#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 1, 2022
1 parent 08d1b6d commit 0531de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void getTileUrlTest() throws MalformedURLException {
TileSource tileSource = OpenStreetMapMapnik.INSTANCE;

URL tileUrl = tileSource.getTileUrl(new Tile(0, 1, (byte) 2, 256));
Assert.assertTrue(tileUrl.toExternalForm().endsWith(".tile.openstreetmap.org:443/2/0/1.png"));
Assert.assertTrue(tileUrl.toExternalForm().endsWith("tile.openstreetmap.org:443/2/0/1.png"));
}

@Test
Expand Down

0 comments on commit 0531de9

Please sign in to comment.