Add some comments

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
pull/1/head
Taylor Smock 2020-06-18 15:13:54 -06:00
rodzic db7089e406
commit 41061b0e98
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
2 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,12 @@ import org.openstreetmap.josm.plugins.mapwithai.backend.MapWithAIPreferenceHelpe
import org.openstreetmap.josm.plugins.utilsplugin2.replacegeometry.ReplaceGeometryUtils;
import org.openstreetmap.josm.tools.Geometry;
/**
* Merge buildings with pre-existing addresses
*
* @author Taylor Smock
*
*/
public class MergeAddressBuildings extends AbstractConflationCommand {
public static final String KEY = "building";

Wyświetl plik

@ -24,6 +24,12 @@ import org.openstreetmap.josm.gui.util.GuiHelper;
import org.openstreetmap.josm.plugins.mapwithai.backend.MapWithAIPreferenceHelper;
import org.openstreetmap.josm.tools.Geometry;
/**
* Merge addresses with pre-existing buildings
*
* @author Taylor Smock
*
*/
public class MergeBuildingAddress extends AbstractConflationCommand {
public static final String KEY = "addr:housenumber";