Hi,
Voor DSO zijn we bezig met het integreren van de BAG Geocodeerservice, en nu zie ik antwoorden met diakrieten niet goed binnenkomen. Een voorbeeld:
$ curl -s 'https://geodata.nationaalgeoregister.nl/geocoder/Geocoder?zoekterm=Fiifh%C3%BAs' | xmlindent
<xls:GeocodeResponse xmlns:xls="http://www.opengis.net/xls" xmlns:gml="http://www.opengis.net/gml">
<xls:GeocodeResponseList numberOfGeocodedAddresses="1">
<xls:GeocodedAddress>
<gml:Point srsName="EPSG:28992">
<gml:pos dimension="2">166235.375 561062.5</gml:pos>
</gml:Point>
<xls:Address countryCode="NL">
<xls:StreetAddress>
<xls:Street>Fiifhús</xls:Street>
</xls:StreetAddress>
<xls:Place type="MunicipalitySubdivision">Wolsum</xls:Place>
<xls:Place type="Municipality">S�dwest-Frysl�n</xls:Place>
<xls:Place type="CountrySubdivision">Friesland</xls:Place>
</xls:Address>
</xls:GeocodedAddress>
</xls:GeocodeResponseList>
</xls:GeocodeResponse>
De straatnaam gaat wel goed, maar de gemeentenaam lijkt in een andere codering te staan.
Weet iemand wat hier fout gaat?
Groet,
Joost