Skip to content

Commit

Permalink
find nearby housenrs
Browse files Browse the repository at this point in the history
Former-commit-id: 91040f9f11c2a8a724d06388e0c7edb522163b43
  • Loading branch information
warrieka committed Oct 8, 2018
1 parent 5e96e2c commit e9a9b7a
Show file tree
Hide file tree
Showing 15 changed files with 521 additions and 401 deletions.
88 changes: 44 additions & 44 deletions Packages.dgml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="adressenRegisterGeocoder" Label="adressenRegisterGeocoder" Category="Project" />
<Node Id="BruTile 0.7.4.4" Label="BruTile 0.7.4.4" Category="Package" />
<Node Id="Common.Logging 2.0.0" Label="Common.Logging 2.0.0" Category="Package" />
<Node Id="GeoAPI 1.7.2" Label="GeoAPI 1.7.2" Category="Package" />
<Node Id="NetTopologySuite 1.13.2" Label="NetTopologySuite 1.13.2" Category="Package" />
<Node Id="NetTopologySuite.IO 1.13.2" Label="NetTopologySuite.IO 1.13.2" Category="Package" />
<Node Id="Newtonsoft.Json 4.5.11" Label="Newtonsoft.Json 4.5.11" Category="Package" />
<Node Id="ProjNET4GeoAPI 1.3.0.3" Label="ProjNET4GeoAPI 1.3.0.3" Category="Package" />
<Node Id="SharpMap 1.1.0" Label="SharpMap 1.1.0" Category="Package" />
<Node Id="SharpMap.UI 1.1.0" Label="SharpMap.UI 1.1.0" Category="Package" />
<Node Id="System.Data.SQLite.MSIL 1.0.86.0" Label="System.Data.SQLite.MSIL 1.0.86.0" Category="Package" />
</Nodes>
<Links>
<Link Source="BruTile 0.7.4.4" Target="System.Data.SQLite.MSIL 1.0.86.0" Category="Package Dependency" />
<Link Source="NetTopologySuite 1.13.2" Target="GeoAPI 1.7.2" Category="Package Dependency" />
<Link Source="NetTopologySuite.IO 1.13.2" Target="NetTopologySuite 1.13.2" Category="Package Dependency" />
<Link Source="ProjNET4GeoAPI 1.3.0.3" Target="GeoAPI 1.7.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="BruTile 0.7.4.4" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="Common.Logging 2.0.0" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="GeoAPI 1.7.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="NetTopologySuite 1.13.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="NetTopologySuite.IO 1.13.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="Newtonsoft.Json 4.5.11" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="ProjNET4GeoAPI 1.3.0.3" Category="Package Dependency" />
<Link Source="SharpMap.UI 1.1.0" Target="SharpMap 1.1.0" Category="Package Dependency" />
<Link Source="adressenRegisterGeocoder" Target="SharpMap.UI 1.1.0" Category="Installed Package" />
</Links>
<Categories>
<Category Id="Project" />
<Category Id="Package" />
</Categories>
<Styles>
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True">
<Condition Expression="HasCategory('Project')" />
<Setter Property="Background" Value="Blue" />
</Style>
<Style TargetType="Link" GroupLabel="Package Dependency" ValueLabel="True">
<Condition Expression="HasCategory('Package Dependency')" />
<Setter Property="Background" Value="Yellow" />
</Style>
</Styles>
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
<Nodes>
<Node Id="adressenRegisterGeocoder" Label="adressenRegisterGeocoder" Category="Project" />
<Node Id="BruTile 0.7.4.4" Label="BruTile 0.7.4.4" Category="Package" />
<Node Id="Common.Logging 2.0.0" Label="Common.Logging 2.0.0" Category="Package" />
<Node Id="GeoAPI 1.7.2" Label="GeoAPI 1.7.2" Category="Package" />
<Node Id="NetTopologySuite 1.13.2" Label="NetTopologySuite 1.13.2" Category="Package" />
<Node Id="NetTopologySuite.IO 1.13.2" Label="NetTopologySuite.IO 1.13.2" Category="Package" />
<Node Id="Newtonsoft.Json 4.5.11" Label="Newtonsoft.Json 4.5.11" Category="Package" />
<Node Id="ProjNET4GeoAPI 1.3.0.3" Label="ProjNET4GeoAPI 1.3.0.3" Category="Package" />
<Node Id="SharpMap 1.1.0" Label="SharpMap 1.1.0" Category="Package" />
<Node Id="SharpMap.UI 1.1.0" Label="SharpMap.UI 1.1.0" Category="Package" />
<Node Id="System.Data.SQLite.MSIL 1.0.86.0" Label="System.Data.SQLite.MSIL 1.0.86.0" Category="Package" />
</Nodes>
<Links>
<Link Source="BruTile 0.7.4.4" Target="System.Data.SQLite.MSIL 1.0.86.0" Category="Package Dependency" />
<Link Source="NetTopologySuite 1.13.2" Target="GeoAPI 1.7.2" Category="Package Dependency" />
<Link Source="NetTopologySuite.IO 1.13.2" Target="NetTopologySuite 1.13.2" Category="Package Dependency" />
<Link Source="ProjNET4GeoAPI 1.3.0.3" Target="GeoAPI 1.7.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="BruTile 0.7.4.4" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="Common.Logging 2.0.0" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="GeoAPI 1.7.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="NetTopologySuite 1.13.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="NetTopologySuite.IO 1.13.2" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="Newtonsoft.Json 4.5.11" Category="Package Dependency" />
<Link Source="SharpMap 1.1.0" Target="ProjNET4GeoAPI 1.3.0.3" Category="Package Dependency" />
<Link Source="SharpMap.UI 1.1.0" Target="SharpMap 1.1.0" Category="Package Dependency" />
<Link Source="adressenRegisterGeocoder" Target="SharpMap.UI 1.1.0" Category="Installed Package" />
</Links>
<Categories>
<Category Id="Project" />
<Category Id="Package" />
</Categories>
<Styles>
<Style TargetType="Node" GroupLabel="Project" ValueLabel="True">
<Condition Expression="HasCategory('Project')" />
<Setter Property="Background" Value="Blue" />
</Style>
<Style TargetType="Link" GroupLabel="Package Dependency" ValueLabel="True">
<Condition Expression="HasCategory('Package Dependency')" />
<Setter Property="Background" Value="Yellow" />
</Style>
</Styles>
</DirectedGraph>
40 changes: 20 additions & 20 deletions adressenRegisterGeocoder/License.txt
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.
51 changes: 40 additions & 11 deletions adressenRegisterGeocoder/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9a9b7a

Please sign in to comment.