value might not return

This commit is contained in:
C9Glax 2022-05-05 16:32:34 +02:00
parent 7b6b17519e
commit 1de8133489

View File

@ -55,7 +55,7 @@ namespace OpenStreetMap_Importer
{ {
if(currentNodeType == nodeType.WAY) if(currentNodeType == nodeType.WAY)
{ {
string value = reader.GetAttribute("v"); string ?value = reader.GetAttribute("v");
switch (reader.GetAttribute("k")) switch (reader.GetAttribute("k"))
{ {
/*case "highway": /*case "highway":