M
by magicalcloud_75 on 26 Dec 2020, edited 29 Dec 2020
#
Adding services results in 'invalid url'
Can it be be that the 'add' button is just not functional?
Additional services added adding between these lines?
https://github.com/domlysz/BlenderGIS/blob/9a73bd5201fa48f04d3056cfb64311ca1fa03ec9/prefs.py#L44
I'd like to use the Dutch service AHN.
https://www.pdok.nl/geo-services/-/article/actueel-hoogtebestand-nederland-ahn3-#ffe44293cf94b98ae5d91f27fb2f4b02
M
by Moult on 27 Dec 2020
#
+1 votes
Have you tried posting an issue here? https://github.com/domlysz/BlenderGIS/issues
L
by LaurensJN on 28 Dec 2020
#
In my knowledge, getting height data to Blender via web services is quite impossible (see this issue about AHN 2 on github). As far as I get it, BlenderGIS uses SRTM for creating the DEM data. Instead, to generate height data you can add GeoTIFF from https://downloads.pdok.nl/ahn3-downloadpage/
Let me know if you found out otherwise! I'd like to achieve the same :)
M
by magicalcloud_75 on 29 Dec 2020
#
Thank you. The power of blender is that it can drape an aerial image over the SRTM surface. This is kind of hard other ways.