diff --git a/src/osm/jp/coverage/busstop/DbBusstop.java b/src/osm/jp/coverage/busstop/DbBusstop.java index 686a1f5..f4a0971 100644 --- a/src/osm/jp/coverage/busstop/DbBusstop.java +++ b/src/osm/jp/coverage/busstop/DbBusstop.java @@ -146,10 +146,6 @@ case "gml:Point": showGmlPoint(con, node2, areacode); break; - case "ksj:ED01": - iCounter++; - showED01(con, node2, iFileName); - break; case "ksj:BusStop": iCounter++; showBusStop(con, node2, iFileName); @@ -276,6 +272,7 @@ * @throws IOException * @throws SQLException */ + /* public static void showED01(Connection con, Node node, String iFileName) throws IOException, SQLException { String idrefStr = ""; String nameStr = ""; @@ -333,6 +330,7 @@ ps2.close(); } } + */ /** *