nd.setCoor(new LatLon(Double.parseDouble(lat), Double.parseDouble(lon)));
}
readCommon(nd);
Node n = new Node(nd.getId(), nd.getVersion());
n.setVisible(nd.isVisible());
n.load(nd);
externalIdMap.put(nd.getPrimitiveId(), n);
while (true) {
int event = parser.next();
if (event == XMLStreamConstants.START_ELEMENT) {
if ("tag".equals(parser.getLocalName())) {