-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added wallonian geocoder, simplified flemish one
- Loading branch information
Showing
180 changed files
with
37,798 additions
and
11,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Adressen register geocoder | ||
adres geocoder | ||
------ | ||
|
||
This tool allows you to geocode adressen in Flanders based on the Adresmatch geocoder from the adressen-register API of the Flemish governement. | ||
Geocode adresses based on: | ||
http://geoservices.wallonie.be/geolocalisation/doc/ws/index.xhtml (Wallonia and brussels) | ||
|
||
- Docs: https://overheid.vlaanderen.be/producten-diensten/gebouwen-adressenregister | ||
- API-doc: https://basisregisters.vlaanderen.be/Help/Api/GET-vversion-adresmatch_Gemeentenaam_Niscode_Postcode_KadStraatcode_RrStraatcode_Straatnaam_Huisnummer_Index_Busnummer | ||
And: | ||
https://overheid.vlaanderen.be/producten-diensten/gebouwen-adressenregister (Flanders) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
</startup> | ||
<system.serviceModel> | ||
<bindings> | ||
<basicHttpBinding> | ||
<binding name="LocalizationImplPortBinding" /> | ||
<binding name="GeolocalisationSoapWSServiceSoapBinding" /> | ||
<binding name="GeolocalisationSoapWSServiceSoapBinding1" /> | ||
</basicHttpBinding> | ||
</bindings> | ||
<client> | ||
<endpoint address="http://geoservices.irisnet.be:80/localization/SOAP/Localization" | ||
binding="basicHttpBinding" bindingConfiguration="LocalizationImplPortBinding" | ||
contract="geoServiceBrussels.Localization2" name="LocalizationImplPort" /> | ||
<endpoint address="http://geoservices.wallonie.be/geolocalisation/soap/" | ||
binding="basicHttpBinding" bindingConfiguration="GeolocalisationSoapWSServiceSoapBinding" | ||
contract="geoServiceWallonie.GeolocalisationSoapWS" name="GeolocalisationSoapWSPort" /> | ||
<endpoint address="http://geoservices.wallonie.be/geolocalisation/soap/" | ||
binding="basicHttpBinding" bindingConfiguration="GeolocalisationSoapWSServiceSoapBinding1" | ||
contract="walGeocoderService.GeolocalisationSoapWS" name="GeolocalisationSoapWSPort1" /> | ||
</client> | ||
</system.serviceModel> | ||
</configuration> |
40 changes: 20 additions & 20 deletions
40
adressenRegisterGeocoder/License.txt → adresGeocoder/License.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
MIT License | ||
Copyright (c) 2018 Stad Antwerpen | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
MIT License | ||
|
||
Copyright (c) 2018 Stad Antwerpen | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
1,443 changes: 700 additions & 743 deletions
1,443
...ssenRegisterGeocoder/MainForm.Designer.cs → adresGeocoder/MainForm.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.