Skip to content

Commit

Permalink
url change Top10NL
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSchaap committed Oct 7, 2024
1 parent 8e15ac7 commit d8016c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions projects/vectortile-demo/src/app/olmap/tileurl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const tileurlBestuur: VectorTileUrl = {
}

export const tileurlTop10: VectorTileUrl = {
vectorTileUrl: 'https://api.pdok.nl/brt/top10nl/ogc/v1-demo/tiles/NetherlandsRDNewQuad',
vectorTileUrl: 'https://api.pdok.nl/brt/top10nl/ogc/v1/tiles/NetherlandsRDNewQuad',
extension: '.pbf',
xyzTemplate: '/{z}/{y}/{x}',
ogcApiRootUrl: {
url: "https://api.pdok.nl/brt/top10nl/ogc/v1-demo",
url: "https://api.pdok.nl/brt/top10nl/ogc/v1",
lokaalIdRegex: /^\d{1,16}$/
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export const environment = {
//BESTUURLabelsOnly: 'styles/bs_test.json',
BESTUURstd:
'https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1_0/styles/bestuurlijkegebieden_standaardvisualisatie?f=json',
BRTTop10Standaardjsonurl: 'https://api.pdok.nl/brt/top10nl/ogc/v1-demo/styles/brt_top10nl__netherlandsrdnewquad?f=json',
BRTTop10Standaardjsonurl: 'https://api.pdok.nl/brt/top10nl/ogc/v1/styles/brt_top10nl__netherlandsrdnewquad?f=json',
}
5 changes: 3 additions & 2 deletions projects/vectortile-demo/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
production: false,
BRTTop10Standaardjsonurl: 'https://api.pdok.nl/brt/top10nl/ogc/v1-demo/styles/brt_top10nl__netherlandsrdnewquad?f=json',
BRTTop10Standaardjsonurl: 'https://api.pdok.nl/brt/top10nl/ogc/v1/styles/brt_top10nl__netherlandsrdnewquad?f=json',


BGTmapboxachtergrondjsonurl: 'styles/bgt_achtergrondvisualisatie.json',
Expand All @@ -31,4 +31,5 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
import 'zone.js/plugins/zone-error' // Included with Angular CLI.
import 'zone.js/plugins/zone-error'; // Included with Angular CLI.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"top10nl": {
"type": "vector",
"tiles": [
"https://api.pdok.nl/brt/top10nl/ogc/v1-demo/tiles/NetherlandsRDNewQuad/{z}/{y}/{x}?f=mvt"
"https://api.pdok.nl/brt/top10nl/ogc/v1/tiles/NetherlandsRDNewQuad/{z}/{y}/{x}?f=mvt"
],
"minzoom": 9,
"maxzoom": 11
Expand Down

0 comments on commit d8016c2

Please sign in to comment.