We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2d9c7 commit af9c629Copy full SHA for af9c629
app.base.json
@@ -56,10 +56,19 @@
56
"map": {
57
"municipality": "amsterdam",
58
"options": {
59
- "center": [52.3731081, 4.8932945],
+ "center": [
60
+ 52.3731081,
61
+ 4.8932945
62
+ ],
63
"maxBounds": [
- [52.25168, 4.64034],
- [52.50536, 5.10737]
64
+ [
65
+ 52.25168,
66
+ 4.64034
67
68
69
+ 52.50536,
70
+ 5.10737
71
+ ]
72
],
73
"maxZoom": 14,
74
"minZoom": 8,
@@ -72,7 +81,7 @@
81
},
82
"tiles": {
83
"args": [
75
- "https://geodata.nationaalgeoregister.nl/tiles/service/wmts/brtachtergrondkaart/EPSG:28992/{z}/{x}/{y}.png"
84
+ "https://service.pdok.nl/brt/achtergrondkaart/wmts/v2_0/standaard/EPSG:28992/{z}/{x}/{y}.png"
76
85
77
86
78
87
"attribution": "Kaartgegevens © Kadaster",
0 commit comments