kopia lustrzana https://github.com/JOSM/MapWithAI
Add some comments
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
db7089e406
commit
41061b0e98
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue