Skip to content

Commit

Permalink
disable more xy-swap
Browse files Browse the repository at this point in the history
PDOK-15415
  • Loading branch information
roelarents committed Jun 9, 2023
1 parent 3521e48 commit 049b0b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
9 changes: 4 additions & 5 deletions ogc/tiles/templates/tiles/NetherlandsRDNewQuad.go.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ <h1 class="title">NetherlandsRDNewQuad</h1>
tile volgens het <a href="/tileMatrixSets/NetherlandsRDNewQuad">NetherlandsRDNewQuad</a> tiling scheme.
In sommige tools is het ook mogelijk om dit via <a href="tiles/NetherlandsRDNewQuad?f=tilejson">TileJSON</a>
in te laden.
<p>
<code>{{ .Config.BaseURL }}/tiles/NetherlandsRDNewQuad/{tileMatrix}/{tileRow}/{tileCol}?f=mvt</code>
</p>
</p>
<code>{{ .Config.BaseURL }}/tiles/NetherlandsRDNewQuad/{tileMatrix}/{tileRow}/{tileCol}?f=mvt</code>
<p>
<app-vectortile-view style="width: 800px; height: 600px;"
tile-url="{{ .Config.BaseURL }}/tiles/NetherlandsRDNewQuad"
zoom="12"
center-x="5.3896944" center-y="52.1562499"
xy-swap="false">
center-x="5.3896944" center-y="52.1562499">
</app-vectortile-view>
</p>
<h2>Tile matrix set limits</h2>
Expand Down
2 changes: 1 addition & 1 deletion webcomponents/vectortile-view-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Embed the webcomponent in a third party web application

<app-vectortile-view style="width: 800px; height: 600px;"
tile-url="https://api.pdok.nl/lv/bag/ogc/v0_1/tiles/NetherlandsRDNewQuad" zoom=12 center-x=5.3896944
center-y=52.1562499 xy-swap="true">
center-y=52.1562499>
</app-vectortile-view>

see index.html for other samples.
Expand Down
13 changes: 6 additions & 7 deletions webcomponents/vectortile-view-component/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ <H2>LD proxy Dalaraa (https://demo.ldproxy.net/daraa/) </H2>
tile-url="https://demo.ldproxy.net/daraa/tiles/WebMercatorQuad" zoom=13 center-x=36.1033 center-y=32.6264>
</app-vectortile-view>

<H2>BAG WebMercato</H2>
<H2>BAG WebMercator</H2>
<app-vectortile-view style="width: 800px; height: 600px;"
tile-url="https://api.pdok.nl/lv/bag/ogc/v0_1/tiles/WebMercatorQuad" zoom=17 center-x=5.3896944 center-y=52.1562499 xy-swap="true">

tile-url="https://api.pdok.nl/lv/bag/ogc/v0_1/tiles/WebMercatorQuad" zoom=17 center-x=5.3896944 center-y=52.1562499>
</app-vectortile-view>

<H2>BAG RD</H2>
<app-vectortile-view style="width: 800px; height: 600px;"
tile-url="https://api.pdok.nl/lv/bag/ogc/v0_1/tiles/NetherlandsRDNewQuad" zoom=12 center-x=5.3896944
center-y=52.1562499 xy-swap="true">
center-y=52.1562499>
</app-vectortile-view>

<H2>BAG EU grid (not working Yet)</H2>
<app-vectortile-view style="width: 800px; height: 600px;"
tile-url="https://api.pdok.nl/lv/bag/ogc/v0_1/tiles/EuropeanETRS89_GRS80Quad_Draft" " zoom=14 center-x=5.3896944
center-y=52.1562499 xy-swap="true"></app-vectortile-view>
tile-url="https://api.pdok.nl/lv/bag/ogc/v0_1/tiles/EuropeanETRS89_GRS80Quad_Draft" zoom=14 center-x=5.3896944
center-y=52.1562499></app-vectortile-view>
</body>
</html>
</html>

0 comments on commit 049b0b9

Please sign in to comment.