Skip to content

Commit

Permalink
fix(test): add WebMercatorQuad for e2e-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-korpem committed Dec 18, 2024
1 parent 0a49a5b commit 1afc2be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion internal/engine/testdata/expected_sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<url>
<loc>http://localhost:8080/tiles/EuropeanETRS89_LAEAQuad?f=html</loc>
</url>
<url>
<loc>http://localhost:8080/tiles/WebMercatorQuad?f=html</loc>
</url>
<url>
<loc>http://localhost:8080/tileMatrixSets?f=html</loc>
</url>
Expand All @@ -44,7 +47,10 @@
<url>
<loc>http://localhost:8080/tileMatrixSets/EuropeanETRS89_LAEAQuad?f=html</loc>
</url>
<url>
<loc>http://localhost:8080/tileMatrixSets/WebMercatorQuad?f=html</loc>
</url>
<url>
<loc>http://localhost:8080/styles?f=html</loc>
</url>
</urlset>
</urlset>

0 comments on commit 1afc2be

Please sign in to comment.